@designcrowd/fe-shared-lib 1.2.10 → 1.2.11-ast-upsell
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/package.json +2 -2
- package/{dist → public}/css/tailwind-brandCrowd.css +512 -599
- package/{dist → public}/css/tailwind-brandPage.css +436 -519
- package/{dist → public}/css/tailwind-crazyDomains.css +512 -599
- package/{dist → public}/css/tailwind-designCom.css +512 -599
- package/{dist → public}/css/tailwind-designCrowd.css +512 -599
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +1 -0
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +24 -12
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +1 -0
|
@@ -492,40 +492,40 @@ video {
|
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
494
|
}
|
|
495
|
-
.tw-container {
|
|
495
|
+
.theme-crazyDomains .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
497
|
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
|
-
.tw-container {
|
|
500
|
+
.theme-crazyDomains .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
|
-
.tw-container {
|
|
506
|
+
.theme-crazyDomains .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
|
-
.tw-container {
|
|
512
|
+
.theme-crazyDomains .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
|
-
.tw-container {
|
|
518
|
+
.theme-crazyDomains .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
|
-
.tw-container {
|
|
524
|
+
.theme-crazyDomains .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
.tw-sr-only {
|
|
528
|
+
.theme-crazyDomains .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
531
531
|
height: 1px;
|
|
@@ -536,480 +536,479 @@ video {
|
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
538
|
}
|
|
539
|
-
.tw-pointer-events-none {
|
|
539
|
+
.theme-crazyDomains .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
541
|
}
|
|
542
|
-
.tw-static {
|
|
542
|
+
.theme-crazyDomains .tw-static {
|
|
543
543
|
position: static;
|
|
544
544
|
}
|
|
545
|
-
.tw-fixed {
|
|
545
|
+
.theme-crazyDomains .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
547
|
}
|
|
548
|
-
.tw-absolute {
|
|
548
|
+
.theme-crazyDomains .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
550
|
}
|
|
551
|
-
.tw-relative {
|
|
551
|
+
.theme-crazyDomains .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
553
|
}
|
|
554
|
-
.tw--left-16 {
|
|
554
|
+
.theme-crazyDomains .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
556
|
}
|
|
557
|
-
.tw--right-16 {
|
|
557
|
+
.theme-crazyDomains .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
559
|
}
|
|
560
|
-
.tw-bottom-0 {
|
|
560
|
+
.theme-crazyDomains .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
562
|
}
|
|
563
|
-
.tw-bottom-full {
|
|
563
|
+
.theme-crazyDomains .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
565
|
}
|
|
566
|
-
.tw-left-0 {
|
|
566
|
+
.theme-crazyDomains .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
568
|
}
|
|
569
|
-
.tw-left-1\/2 {
|
|
569
|
+
.theme-crazyDomains .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
571
|
}
|
|
572
|
-
.tw-left-2 {
|
|
572
|
+
.theme-crazyDomains .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
574
|
}
|
|
575
|
-
.tw-left-full {
|
|
575
|
+
.theme-crazyDomains .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
577
|
}
|
|
578
|
-
.tw-right-0 {
|
|
578
|
+
.theme-crazyDomains .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
580
|
}
|
|
581
|
-
.tw-right-2 {
|
|
581
|
+
.theme-crazyDomains .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
583
|
}
|
|
584
|
-
.tw-right-full {
|
|
584
|
+
.theme-crazyDomains .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
586
|
}
|
|
587
|
-
.tw-top-0 {
|
|
587
|
+
.theme-crazyDomains .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
589
|
}
|
|
590
|
-
.tw-top-1\/2 {
|
|
590
|
+
.theme-crazyDomains .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
592
|
}
|
|
593
|
-
.tw-top-full {
|
|
593
|
+
.theme-crazyDomains .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
595
|
}
|
|
596
|
-
.tw-z-10 {
|
|
596
|
+
.theme-crazyDomains .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
598
|
}
|
|
599
|
-
.tw-z-20 {
|
|
599
|
+
.theme-crazyDomains .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
601
|
}
|
|
602
|
-
.tw-z-30 {
|
|
602
|
+
.theme-crazyDomains .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
604
|
}
|
|
605
|
-
.tw-z-50 {
|
|
605
|
+
.theme-crazyDomains .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
607
|
}
|
|
608
|
-
.tw-order-last {
|
|
608
|
+
.theme-crazyDomains .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
610
|
}
|
|
611
|
-
.tw-col-span-2 {
|
|
611
|
+
.theme-crazyDomains .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
613
|
}
|
|
614
|
-
.tw-m-0 {
|
|
614
|
+
.theme-crazyDomains .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
616
|
}
|
|
617
|
-
.tw-m-3 {
|
|
617
|
+
.theme-crazyDomains .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-5 {
|
|
620
|
+
.theme-crazyDomains .tw-m-5 {
|
|
621
621
|
margin: 1.25rem;
|
|
622
622
|
}
|
|
623
|
-
.tw-m-auto {
|
|
623
|
+
.theme-crazyDomains .tw-m-auto {
|
|
624
624
|
margin: auto;
|
|
625
625
|
}
|
|
626
|
-
.tw-mx-2 {
|
|
626
|
+
.theme-crazyDomains .tw-mx-2 {
|
|
627
627
|
margin-left: 0.5rem;
|
|
628
628
|
margin-right: 0.5rem;
|
|
629
629
|
}
|
|
630
|
-
.tw-mx-4 {
|
|
630
|
+
.theme-crazyDomains .tw-mx-4 {
|
|
631
631
|
margin-left: 1rem;
|
|
632
632
|
margin-right: 1rem;
|
|
633
633
|
}
|
|
634
|
-
.tw-mx-8 {
|
|
634
|
+
.theme-crazyDomains .tw-mx-8 {
|
|
635
635
|
margin-left: 2rem;
|
|
636
636
|
margin-right: 2rem;
|
|
637
637
|
}
|
|
638
|
-
.tw-mx-auto {
|
|
638
|
+
.theme-crazyDomains .tw-mx-auto {
|
|
639
639
|
margin-left: auto;
|
|
640
640
|
margin-right: auto;
|
|
641
641
|
}
|
|
642
|
-
.tw-my-0 {
|
|
642
|
+
.theme-crazyDomains .tw-my-0 {
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-
|
|
647
|
-
margin-top: 0.25rem;
|
|
648
|
-
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
650
|
-
.tw-my-10 {
|
|
646
|
+
.theme-crazyDomains .tw-my-10 {
|
|
651
647
|
margin-top: 2.5rem;
|
|
652
648
|
margin-bottom: 2.5rem;
|
|
653
649
|
}
|
|
654
|
-
.tw-my-4 {
|
|
650
|
+
.theme-crazyDomains .tw-my-4 {
|
|
655
651
|
margin-top: 1rem;
|
|
656
652
|
margin-bottom: 1rem;
|
|
657
653
|
}
|
|
658
|
-
.tw-my-5 {
|
|
654
|
+
.theme-crazyDomains .tw-my-5 {
|
|
659
655
|
margin-top: 1.25rem;
|
|
660
656
|
margin-bottom: 1.25rem;
|
|
661
657
|
}
|
|
662
|
-
.tw-my-auto {
|
|
658
|
+
.theme-crazyDomains .tw-my-auto {
|
|
663
659
|
margin-top: auto;
|
|
664
660
|
margin-bottom: auto;
|
|
665
661
|
}
|
|
666
|
-
.tw--mb-1 {
|
|
662
|
+
.theme-crazyDomains .tw--mb-1 {
|
|
667
663
|
margin-bottom: -0.25rem;
|
|
668
664
|
}
|
|
669
|
-
.tw--mb-1\.5 {
|
|
665
|
+
.theme-crazyDomains .tw--mb-1\.5 {
|
|
670
666
|
margin-bottom: -0.375rem;
|
|
671
667
|
}
|
|
672
|
-
.tw--ml-px {
|
|
668
|
+
.theme-crazyDomains .tw--ml-px {
|
|
673
669
|
margin-left: -1px;
|
|
674
670
|
}
|
|
675
|
-
.tw--mr-1 {
|
|
671
|
+
.theme-crazyDomains .tw--mr-1 {
|
|
676
672
|
margin-right: -0.25rem;
|
|
677
673
|
}
|
|
678
|
-
.tw--mr-1\.5 {
|
|
674
|
+
.theme-crazyDomains .tw--mr-1\.5 {
|
|
679
675
|
margin-right: -0.375rem;
|
|
680
676
|
}
|
|
681
|
-
.tw--mt-px {
|
|
677
|
+
.theme-crazyDomains .tw--mt-px {
|
|
682
678
|
margin-top: -1px;
|
|
683
679
|
}
|
|
684
|
-
.tw-mb-0 {
|
|
680
|
+
.theme-crazyDomains .tw-mb-0 {
|
|
685
681
|
margin-bottom: 0px;
|
|
686
682
|
}
|
|
687
|
-
.tw-mb-1 {
|
|
683
|
+
.theme-crazyDomains .tw-mb-1 {
|
|
688
684
|
margin-bottom: 0.25rem;
|
|
689
685
|
}
|
|
690
|
-
.tw-mb-10 {
|
|
686
|
+
.theme-crazyDomains .tw-mb-10 {
|
|
691
687
|
margin-bottom: 2.5rem;
|
|
692
688
|
}
|
|
693
|
-
.tw-mb-2 {
|
|
689
|
+
.theme-crazyDomains .tw-mb-2 {
|
|
694
690
|
margin-bottom: 0.5rem;
|
|
695
691
|
}
|
|
696
|
-
.tw-mb-3 {
|
|
692
|
+
.theme-crazyDomains .tw-mb-3 {
|
|
697
693
|
margin-bottom: 0.75rem;
|
|
698
694
|
}
|
|
699
|
-
.tw-mb-4 {
|
|
695
|
+
.theme-crazyDomains .tw-mb-4 {
|
|
700
696
|
margin-bottom: 1rem;
|
|
701
697
|
}
|
|
702
|
-
.tw-mb-6 {
|
|
698
|
+
.theme-crazyDomains .tw-mb-6 {
|
|
703
699
|
margin-bottom: 1.5rem;
|
|
704
700
|
}
|
|
705
|
-
.tw-mb-8 {
|
|
701
|
+
.theme-crazyDomains .tw-mb-8 {
|
|
706
702
|
margin-bottom: 2rem;
|
|
707
703
|
}
|
|
708
|
-
.tw-ml-0 {
|
|
704
|
+
.theme-crazyDomains .tw-ml-0 {
|
|
709
705
|
margin-left: 0px;
|
|
710
706
|
}
|
|
711
|
-
.tw-ml-2 {
|
|
707
|
+
.theme-crazyDomains .tw-ml-2 {
|
|
712
708
|
margin-left: 0.5rem;
|
|
713
709
|
}
|
|
714
|
-
.tw-ml-3 {
|
|
710
|
+
.theme-crazyDomains .tw-ml-3 {
|
|
715
711
|
margin-left: 0.75rem;
|
|
716
712
|
}
|
|
717
|
-
.tw-ml-4 {
|
|
713
|
+
.theme-crazyDomains .tw-ml-4 {
|
|
718
714
|
margin-left: 1rem;
|
|
719
715
|
}
|
|
720
|
-
.tw-ml-6 {
|
|
716
|
+
.theme-crazyDomains .tw-ml-6 {
|
|
721
717
|
margin-left: 1.5rem;
|
|
722
718
|
}
|
|
723
|
-
.tw-ml-auto {
|
|
719
|
+
.theme-crazyDomains .tw-ml-auto {
|
|
724
720
|
margin-left: auto;
|
|
725
721
|
}
|
|
726
|
-
.tw-mr-1 {
|
|
722
|
+
.theme-crazyDomains .tw-mr-1 {
|
|
727
723
|
margin-right: 0.25rem;
|
|
728
724
|
}
|
|
729
|
-
.tw-mr-2 {
|
|
725
|
+
.theme-crazyDomains .tw-mr-2 {
|
|
730
726
|
margin-right: 0.5rem;
|
|
731
727
|
}
|
|
732
|
-
.tw-mr-3 {
|
|
728
|
+
.theme-crazyDomains .tw-mr-3 {
|
|
733
729
|
margin-right: 0.75rem;
|
|
734
730
|
}
|
|
735
|
-
.tw-mr-4 {
|
|
731
|
+
.theme-crazyDomains .tw-mr-4 {
|
|
736
732
|
margin-right: 1rem;
|
|
737
733
|
}
|
|
738
|
-
.tw-mr-auto {
|
|
734
|
+
.theme-crazyDomains .tw-mr-auto {
|
|
739
735
|
margin-right: auto;
|
|
740
736
|
}
|
|
741
|
-
.tw-mt-0 {
|
|
737
|
+
.theme-crazyDomains .tw-mt-0 {
|
|
742
738
|
margin-top: 0px;
|
|
743
739
|
}
|
|
744
|
-
.tw-mt-0\.5 {
|
|
740
|
+
.theme-crazyDomains .tw-mt-0\.5 {
|
|
745
741
|
margin-top: 0.125rem;
|
|
746
742
|
}
|
|
747
|
-
.tw-mt-1 {
|
|
743
|
+
.theme-crazyDomains .tw-mt-1 {
|
|
748
744
|
margin-top: 0.25rem;
|
|
749
745
|
}
|
|
750
|
-
.tw-mt-2 {
|
|
746
|
+
.theme-crazyDomains .tw-mt-2 {
|
|
751
747
|
margin-top: 0.5rem;
|
|
752
748
|
}
|
|
753
|
-
.tw-mt-3 {
|
|
749
|
+
.theme-crazyDomains .tw-mt-3 {
|
|
754
750
|
margin-top: 0.75rem;
|
|
755
751
|
}
|
|
756
|
-
.tw-mt-4 {
|
|
752
|
+
.theme-crazyDomains .tw-mt-4 {
|
|
757
753
|
margin-top: 1rem;
|
|
758
754
|
}
|
|
759
|
-
.tw-mt-8 {
|
|
755
|
+
.theme-crazyDomains .tw-mt-8 {
|
|
760
756
|
margin-top: 2rem;
|
|
761
757
|
}
|
|
762
|
-
.tw-box-border {
|
|
758
|
+
.theme-crazyDomains .tw-box-border {
|
|
763
759
|
box-sizing: border-box;
|
|
764
760
|
}
|
|
765
|
-
.tw-box-content {
|
|
761
|
+
.theme-crazyDomains .tw-box-content {
|
|
766
762
|
box-sizing: content-box;
|
|
767
763
|
}
|
|
768
|
-
.tw-block {
|
|
764
|
+
.theme-crazyDomains .tw-block {
|
|
769
765
|
display: block;
|
|
770
766
|
}
|
|
771
|
-
.tw-inline-block {
|
|
767
|
+
.theme-crazyDomains .tw-inline-block {
|
|
772
768
|
display: inline-block;
|
|
773
769
|
}
|
|
774
|
-
.tw-inline {
|
|
770
|
+
.theme-crazyDomains .tw-inline {
|
|
775
771
|
display: inline;
|
|
776
772
|
}
|
|
777
|
-
.tw-flex {
|
|
773
|
+
.theme-crazyDomains .tw-flex {
|
|
778
774
|
display: flex;
|
|
779
775
|
}
|
|
780
|
-
.tw-inline-flex {
|
|
776
|
+
.theme-crazyDomains .tw-inline-flex {
|
|
781
777
|
display: inline-flex;
|
|
782
778
|
}
|
|
783
|
-
.tw-grid {
|
|
779
|
+
.theme-crazyDomains .tw-grid {
|
|
784
780
|
display: grid;
|
|
785
781
|
}
|
|
786
|
-
.tw-hidden {
|
|
782
|
+
.theme-crazyDomains .tw-hidden {
|
|
787
783
|
display: none;
|
|
788
784
|
}
|
|
789
|
-
.tw-h-0 {
|
|
785
|
+
.theme-crazyDomains .tw-h-0 {
|
|
790
786
|
height: 0px;
|
|
791
787
|
}
|
|
792
|
-
.tw-h-10 {
|
|
788
|
+
.theme-crazyDomains .tw-h-10 {
|
|
793
789
|
height: 2.5rem;
|
|
794
790
|
}
|
|
795
|
-
.tw-h-12 {
|
|
791
|
+
.theme-crazyDomains .tw-h-12 {
|
|
796
792
|
height: 3rem;
|
|
797
793
|
}
|
|
798
|
-
.tw-h-14 {
|
|
794
|
+
.theme-crazyDomains .tw-h-14 {
|
|
799
795
|
height: 3.5rem;
|
|
800
796
|
}
|
|
801
|
-
.tw-h-16 {
|
|
797
|
+
.theme-crazyDomains .tw-h-16 {
|
|
802
798
|
height: 4rem;
|
|
803
799
|
}
|
|
804
|
-
.tw-h-2 {
|
|
800
|
+
.theme-crazyDomains .tw-h-2 {
|
|
805
801
|
height: 0.5rem;
|
|
806
802
|
}
|
|
807
|
-
.tw-h-20 {
|
|
803
|
+
.theme-crazyDomains .tw-h-20 {
|
|
808
804
|
height: 5rem;
|
|
809
805
|
}
|
|
810
|
-
.tw-h-24 {
|
|
806
|
+
.theme-crazyDomains .tw-h-24 {
|
|
811
807
|
height: 6rem;
|
|
812
808
|
}
|
|
813
|
-
.tw-h-3 {
|
|
809
|
+
.theme-crazyDomains .tw-h-3 {
|
|
814
810
|
height: 0.75rem;
|
|
815
811
|
}
|
|
816
|
-
.tw-h-4 {
|
|
812
|
+
.theme-crazyDomains .tw-h-4 {
|
|
817
813
|
height: 1rem;
|
|
818
814
|
}
|
|
819
|
-
.tw-h-40 {
|
|
815
|
+
.theme-crazyDomains .tw-h-40 {
|
|
820
816
|
height: 10rem;
|
|
821
817
|
}
|
|
822
|
-
.tw-h-5 {
|
|
818
|
+
.theme-crazyDomains .tw-h-5 {
|
|
823
819
|
height: 1.25rem;
|
|
824
820
|
}
|
|
825
|
-
.tw-h-6 {
|
|
821
|
+
.theme-crazyDomains .tw-h-6 {
|
|
826
822
|
height: 1.5rem;
|
|
827
823
|
}
|
|
828
|
-
.tw-h-8 {
|
|
824
|
+
.theme-crazyDomains .tw-h-8 {
|
|
829
825
|
height: 2rem;
|
|
830
826
|
}
|
|
831
|
-
.tw-h-80 {
|
|
827
|
+
.theme-crazyDomains .tw-h-80 {
|
|
832
828
|
height: 20rem;
|
|
833
829
|
}
|
|
834
|
-
.tw-h-auto {
|
|
830
|
+
.theme-crazyDomains .tw-h-auto {
|
|
835
831
|
height: auto;
|
|
836
832
|
}
|
|
837
|
-
.tw-h-fit {
|
|
833
|
+
.theme-crazyDomains .tw-h-fit {
|
|
838
834
|
height: -moz-fit-content;
|
|
839
835
|
height: fit-content;
|
|
840
836
|
}
|
|
841
|
-
.tw-h-full {
|
|
837
|
+
.theme-crazyDomains .tw-h-full {
|
|
842
838
|
height: 100%;
|
|
843
839
|
}
|
|
844
|
-
.tw-max-h-56 {
|
|
840
|
+
.theme-crazyDomains .tw-max-h-56 {
|
|
845
841
|
max-height: 14rem;
|
|
846
842
|
}
|
|
847
|
-
.tw-max-h-72 {
|
|
843
|
+
.theme-crazyDomains .tw-max-h-72 {
|
|
848
844
|
max-height: 18rem;
|
|
849
845
|
}
|
|
850
|
-
.tw-max-h-full {
|
|
846
|
+
.theme-crazyDomains .tw-max-h-full {
|
|
851
847
|
max-height: 100%;
|
|
852
848
|
}
|
|
853
|
-
.tw-max-h-screen {
|
|
849
|
+
.theme-crazyDomains .tw-max-h-screen {
|
|
854
850
|
max-height: 100vh;
|
|
855
851
|
}
|
|
856
|
-
.tw-w-
|
|
852
|
+
.theme-crazyDomains .tw-w-1\/3 {
|
|
853
|
+
width: 33.333333%;
|
|
854
|
+
}
|
|
855
|
+
.theme-crazyDomains .tw-w-10 {
|
|
857
856
|
width: 2.5rem;
|
|
858
857
|
}
|
|
859
|
-
.tw-w-12 {
|
|
858
|
+
.theme-crazyDomains .tw-w-12 {
|
|
860
859
|
width: 3rem;
|
|
861
860
|
}
|
|
862
|
-
.tw-w-14 {
|
|
861
|
+
.theme-crazyDomains .tw-w-14 {
|
|
863
862
|
width: 3.5rem;
|
|
864
863
|
}
|
|
865
|
-
.tw-w-16 {
|
|
864
|
+
.theme-crazyDomains .tw-w-16 {
|
|
866
865
|
width: 4rem;
|
|
867
866
|
}
|
|
868
|
-
.tw-w-2 {
|
|
867
|
+
.theme-crazyDomains .tw-w-2 {
|
|
869
868
|
width: 0.5rem;
|
|
870
869
|
}
|
|
871
|
-
.tw-w-24 {
|
|
870
|
+
.theme-crazyDomains .tw-w-24 {
|
|
872
871
|
width: 6rem;
|
|
873
872
|
}
|
|
874
|
-
.tw-w-3 {
|
|
873
|
+
.theme-crazyDomains .tw-w-3 {
|
|
875
874
|
width: 0.75rem;
|
|
876
875
|
}
|
|
877
|
-
.tw-w-32 {
|
|
876
|
+
.theme-crazyDomains .tw-w-32 {
|
|
878
877
|
width: 8rem;
|
|
879
878
|
}
|
|
880
|
-
.tw-w-4 {
|
|
879
|
+
.theme-crazyDomains .tw-w-4 {
|
|
881
880
|
width: 1rem;
|
|
882
881
|
}
|
|
883
|
-
.tw-w-5 {
|
|
882
|
+
.theme-crazyDomains .tw-w-5 {
|
|
884
883
|
width: 1.25rem;
|
|
885
884
|
}
|
|
886
|
-
.tw-w-6 {
|
|
885
|
+
.theme-crazyDomains .tw-w-6 {
|
|
887
886
|
width: 1.5rem;
|
|
888
887
|
}
|
|
889
|
-
.tw-w-60 {
|
|
888
|
+
.theme-crazyDomains .tw-w-60 {
|
|
890
889
|
width: 15rem;
|
|
891
890
|
}
|
|
892
|
-
.tw-w-64 {
|
|
891
|
+
.theme-crazyDomains .tw-w-64 {
|
|
893
892
|
width: 16rem;
|
|
894
893
|
}
|
|
895
|
-
.tw-w-72 {
|
|
894
|
+
.theme-crazyDomains .tw-w-72 {
|
|
896
895
|
width: 18rem;
|
|
897
896
|
}
|
|
898
|
-
.tw-w-8 {
|
|
897
|
+
.theme-crazyDomains .tw-w-8 {
|
|
899
898
|
width: 2rem;
|
|
900
899
|
}
|
|
901
|
-
.tw-w-96 {
|
|
900
|
+
.theme-crazyDomains .tw-w-96 {
|
|
902
901
|
width: 24rem;
|
|
903
902
|
}
|
|
904
|
-
.tw-w-auto {
|
|
903
|
+
.theme-crazyDomains .tw-w-auto {
|
|
905
904
|
width: auto;
|
|
906
905
|
}
|
|
907
|
-
.tw-w-fit {
|
|
906
|
+
.theme-crazyDomains .tw-w-fit {
|
|
908
907
|
width: -moz-fit-content;
|
|
909
908
|
width: fit-content;
|
|
910
909
|
}
|
|
911
|
-
.tw-w-full {
|
|
910
|
+
.theme-crazyDomains .tw-w-full {
|
|
912
911
|
width: 100%;
|
|
913
912
|
}
|
|
914
|
-
.tw-max-w-2xl {
|
|
913
|
+
.theme-crazyDomains .tw-max-w-2xl {
|
|
915
914
|
max-width: 42rem;
|
|
916
915
|
}
|
|
917
|
-
.tw-max-w-full {
|
|
916
|
+
.theme-crazyDomains .tw-max-w-full {
|
|
918
917
|
max-width: 100%;
|
|
919
918
|
}
|
|
920
|
-
.tw-max-w-md {
|
|
919
|
+
.theme-crazyDomains .tw-max-w-md {
|
|
921
920
|
max-width: 28rem;
|
|
922
921
|
}
|
|
923
|
-
.tw-max-w-xl {
|
|
922
|
+
.theme-crazyDomains .tw-max-w-xl {
|
|
924
923
|
max-width: 36rem;
|
|
925
924
|
}
|
|
926
|
-
.tw-flex-auto {
|
|
925
|
+
.theme-crazyDomains .tw-flex-auto {
|
|
927
926
|
flex: 1 1 auto;
|
|
928
927
|
}
|
|
929
|
-
.tw-flex-none {
|
|
928
|
+
.theme-crazyDomains .tw-flex-none {
|
|
930
929
|
flex: none;
|
|
931
930
|
}
|
|
932
|
-
.tw-grow {
|
|
931
|
+
.theme-crazyDomains .tw-grow {
|
|
933
932
|
flex-grow: 1;
|
|
934
933
|
}
|
|
935
|
-
.tw-origin-top-right {
|
|
934
|
+
.theme-crazyDomains .tw-origin-top-right {
|
|
936
935
|
transform-origin: top right;
|
|
937
936
|
}
|
|
938
937
|
.-tw-translate-x-px {
|
|
939
938
|
--tw-translate-x: -1px;
|
|
940
939
|
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));
|
|
941
940
|
}
|
|
942
|
-
.tw--translate-x-2 {
|
|
941
|
+
.theme-crazyDomains .tw--translate-x-2 {
|
|
943
942
|
--tw-translate-x: -0.5rem;
|
|
944
943
|
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));
|
|
945
944
|
}
|
|
946
|
-
.tw--translate-x-3 {
|
|
945
|
+
.theme-crazyDomains .tw--translate-x-3 {
|
|
947
946
|
--tw-translate-x: -0.75rem;
|
|
948
947
|
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));
|
|
949
948
|
}
|
|
950
|
-
.tw--translate-x-4 {
|
|
949
|
+
.theme-crazyDomains .tw--translate-x-4 {
|
|
951
950
|
--tw-translate-x: -1rem;
|
|
952
951
|
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));
|
|
953
952
|
}
|
|
954
|
-
.tw--translate-y-1\/2 {
|
|
953
|
+
.theme-crazyDomains .tw--translate-y-1\/2 {
|
|
955
954
|
--tw-translate-y: -50%;
|
|
956
955
|
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));
|
|
957
956
|
}
|
|
958
|
-
.tw--translate-y-2 {
|
|
957
|
+
.theme-crazyDomains .tw--translate-y-2 {
|
|
959
958
|
--tw-translate-y: -0.5rem;
|
|
960
959
|
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));
|
|
961
960
|
}
|
|
962
|
-
.tw-translate-x-12 {
|
|
961
|
+
.theme-crazyDomains .tw-translate-x-12 {
|
|
963
962
|
--tw-translate-x: 3rem;
|
|
964
963
|
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));
|
|
965
964
|
}
|
|
966
|
-
.tw-translate-x-20 {
|
|
965
|
+
.theme-crazyDomains .tw-translate-x-20 {
|
|
967
966
|
--tw-translate-x: 5rem;
|
|
968
967
|
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));
|
|
969
968
|
}
|
|
970
|
-
.tw-translate-x-4 {
|
|
969
|
+
.theme-crazyDomains .tw-translate-x-4 {
|
|
971
970
|
--tw-translate-x: 1rem;
|
|
972
971
|
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));
|
|
973
972
|
}
|
|
974
|
-
.tw-translate-x-5 {
|
|
973
|
+
.theme-crazyDomains .tw-translate-x-5 {
|
|
975
974
|
--tw-translate-x: 1.25rem;
|
|
976
975
|
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));
|
|
977
976
|
}
|
|
978
|
-
.tw-translate-x-6 {
|
|
977
|
+
.theme-crazyDomains .tw-translate-x-6 {
|
|
979
978
|
--tw-translate-x: 1.5rem;
|
|
980
979
|
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));
|
|
981
980
|
}
|
|
982
|
-
.tw-translate-x-8 {
|
|
981
|
+
.theme-crazyDomains .tw-translate-x-8 {
|
|
983
982
|
--tw-translate-x: 2rem;
|
|
984
983
|
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));
|
|
985
984
|
}
|
|
986
|
-
.tw-translate-y-1\/2 {
|
|
985
|
+
.theme-crazyDomains .tw-translate-y-1\/2 {
|
|
987
986
|
--tw-translate-y: 50%;
|
|
988
987
|
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
988
|
}
|
|
990
|
-
.tw-translate-y-2 {
|
|
989
|
+
.theme-crazyDomains .tw-translate-y-2 {
|
|
991
990
|
--tw-translate-y: 0.5rem;
|
|
992
991
|
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
992
|
}
|
|
994
|
-
.tw-translate-y-2\.5 {
|
|
993
|
+
.theme-crazyDomains .tw-translate-y-2\.5 {
|
|
995
994
|
--tw-translate-y: 0.625rem;
|
|
996
995
|
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
996
|
}
|
|
998
|
-
.tw-translate-y-4 {
|
|
997
|
+
.theme-crazyDomains .tw-translate-y-4 {
|
|
999
998
|
--tw-translate-y: 1rem;
|
|
1000
999
|
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));
|
|
1001
1000
|
}
|
|
1002
|
-
.tw-scale-0 {
|
|
1001
|
+
.theme-crazyDomains .tw-scale-0 {
|
|
1003
1002
|
--tw-scale-x: 0;
|
|
1004
1003
|
--tw-scale-y: 0;
|
|
1005
1004
|
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));
|
|
1006
1005
|
}
|
|
1007
|
-
.tw-scale-100 {
|
|
1006
|
+
.theme-crazyDomains .tw-scale-100 {
|
|
1008
1007
|
--tw-scale-x: 1;
|
|
1009
1008
|
--tw-scale-y: 1;
|
|
1010
1009
|
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));
|
|
1011
1010
|
}
|
|
1012
|
-
.tw-transform {
|
|
1011
|
+
.theme-crazyDomains .tw-transform {
|
|
1013
1012
|
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));
|
|
1014
1013
|
}
|
|
1015
1014
|
@keyframes tw-spin {
|
|
@@ -1018,148 +1017,151 @@ video {
|
|
|
1018
1017
|
transform: rotate(360deg);
|
|
1019
1018
|
}
|
|
1020
1019
|
}
|
|
1021
|
-
.tw-animate-spin {
|
|
1020
|
+
.theme-crazyDomains .tw-animate-spin {
|
|
1022
1021
|
animation: tw-spin 1s linear infinite;
|
|
1023
1022
|
}
|
|
1024
|
-
|
|
1023
|
+
.\!tw-cursor-not-allowed {
|
|
1024
|
+
cursor: not-allowed !important;
|
|
1025
|
+
}
|
|
1026
|
+
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1025
1027
|
cursor: not-allowed;
|
|
1026
1028
|
}
|
|
1027
|
-
.tw-cursor-pointer {
|
|
1029
|
+
.theme-crazyDomains .tw-cursor-pointer {
|
|
1028
1030
|
cursor: pointer;
|
|
1029
1031
|
}
|
|
1030
|
-
.tw-cursor-text {
|
|
1032
|
+
.theme-crazyDomains .tw-cursor-text {
|
|
1031
1033
|
cursor: text;
|
|
1032
1034
|
}
|
|
1033
|
-
.tw-cursor-wait {
|
|
1035
|
+
.theme-crazyDomains .tw-cursor-wait {
|
|
1034
1036
|
cursor: wait;
|
|
1035
1037
|
}
|
|
1036
|
-
.tw-select-none {
|
|
1038
|
+
.theme-crazyDomains .tw-select-none {
|
|
1037
1039
|
-webkit-user-select: none;
|
|
1038
1040
|
-moz-user-select: none;
|
|
1039
1041
|
user-select: none;
|
|
1040
1042
|
}
|
|
1041
|
-
.tw-resize-none {
|
|
1043
|
+
.theme-crazyDomains .tw-resize-none {
|
|
1042
1044
|
resize: none;
|
|
1043
1045
|
}
|
|
1044
|
-
.tw-list-none {
|
|
1046
|
+
.theme-crazyDomains .tw-list-none {
|
|
1045
1047
|
list-style-type: none;
|
|
1046
1048
|
}
|
|
1047
|
-
.tw-appearance-none {
|
|
1049
|
+
.theme-crazyDomains .tw-appearance-none {
|
|
1048
1050
|
-webkit-appearance: none;
|
|
1049
1051
|
-moz-appearance: none;
|
|
1050
1052
|
appearance: none;
|
|
1051
1053
|
}
|
|
1052
|
-
.tw-grid-flow-row {
|
|
1054
|
+
.theme-crazyDomains .tw-grid-flow-row {
|
|
1053
1055
|
grid-auto-flow: row;
|
|
1054
1056
|
}
|
|
1055
|
-
.tw-auto-rows-max {
|
|
1057
|
+
.theme-crazyDomains .tw-auto-rows-max {
|
|
1056
1058
|
grid-auto-rows: max-content;
|
|
1057
1059
|
}
|
|
1058
|
-
.tw-grid-cols-1 {
|
|
1060
|
+
.theme-crazyDomains .tw-grid-cols-1 {
|
|
1059
1061
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1060
1062
|
}
|
|
1061
|
-
.tw-grid-cols-3 {
|
|
1063
|
+
.theme-crazyDomains .tw-grid-cols-3 {
|
|
1062
1064
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1063
1065
|
}
|
|
1064
|
-
.tw-grid-cols-4 {
|
|
1066
|
+
.theme-crazyDomains .tw-grid-cols-4 {
|
|
1065
1067
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1066
1068
|
}
|
|
1067
|
-
.tw-flex-row {
|
|
1069
|
+
.theme-crazyDomains .tw-flex-row {
|
|
1068
1070
|
flex-direction: row;
|
|
1069
1071
|
}
|
|
1070
|
-
.tw-flex-row-reverse {
|
|
1072
|
+
.theme-crazyDomains .tw-flex-row-reverse {
|
|
1071
1073
|
flex-direction: row-reverse;
|
|
1072
1074
|
}
|
|
1073
|
-
.tw-flex-col {
|
|
1075
|
+
.theme-crazyDomains .tw-flex-col {
|
|
1074
1076
|
flex-direction: column;
|
|
1075
1077
|
}
|
|
1076
|
-
.tw-flex-col-reverse {
|
|
1078
|
+
.theme-crazyDomains .tw-flex-col-reverse {
|
|
1077
1079
|
flex-direction: column-reverse;
|
|
1078
1080
|
}
|
|
1079
|
-
.tw-content-start {
|
|
1081
|
+
.theme-crazyDomains .tw-content-start {
|
|
1080
1082
|
align-content: flex-start;
|
|
1081
1083
|
}
|
|
1082
|
-
.tw-items-start {
|
|
1084
|
+
.theme-crazyDomains .tw-items-start {
|
|
1083
1085
|
align-items: flex-start;
|
|
1084
1086
|
}
|
|
1085
|
-
.tw-items-end {
|
|
1087
|
+
.theme-crazyDomains .tw-items-end {
|
|
1086
1088
|
align-items: flex-end;
|
|
1087
1089
|
}
|
|
1088
|
-
.tw-items-center {
|
|
1090
|
+
.theme-crazyDomains .tw-items-center {
|
|
1089
1091
|
align-items: center;
|
|
1090
1092
|
}
|
|
1091
|
-
.tw-items-stretch {
|
|
1093
|
+
.theme-crazyDomains .tw-items-stretch {
|
|
1092
1094
|
align-items: stretch;
|
|
1093
1095
|
}
|
|
1094
|
-
.tw-justify-start {
|
|
1096
|
+
.theme-crazyDomains .tw-justify-start {
|
|
1095
1097
|
justify-content: flex-start;
|
|
1096
1098
|
}
|
|
1097
|
-
.tw-justify-end {
|
|
1099
|
+
.theme-crazyDomains .tw-justify-end {
|
|
1098
1100
|
justify-content: flex-end;
|
|
1099
1101
|
}
|
|
1100
|
-
.tw-justify-center {
|
|
1102
|
+
.theme-crazyDomains .tw-justify-center {
|
|
1101
1103
|
justify-content: center;
|
|
1102
1104
|
}
|
|
1103
|
-
.tw-justify-between {
|
|
1105
|
+
.theme-crazyDomains .tw-justify-between {
|
|
1104
1106
|
justify-content: space-between;
|
|
1105
1107
|
}
|
|
1106
|
-
.tw-gap-2 {
|
|
1108
|
+
.theme-crazyDomains .tw-gap-2 {
|
|
1107
1109
|
gap: 0.5rem;
|
|
1108
1110
|
}
|
|
1109
|
-
.tw-gap-3 {
|
|
1111
|
+
.theme-crazyDomains .tw-gap-3 {
|
|
1110
1112
|
gap: 0.75rem;
|
|
1111
1113
|
}
|
|
1112
|
-
.tw-gap-4 {
|
|
1114
|
+
.theme-crazyDomains .tw-gap-4 {
|
|
1113
1115
|
gap: 1rem;
|
|
1114
1116
|
}
|
|
1115
|
-
.tw-self-center {
|
|
1117
|
+
.theme-crazyDomains .tw-self-center {
|
|
1116
1118
|
align-self: center;
|
|
1117
1119
|
}
|
|
1118
|
-
.tw-overflow-hidden {
|
|
1120
|
+
.theme-crazyDomains .tw-overflow-hidden {
|
|
1119
1121
|
overflow: hidden;
|
|
1120
1122
|
}
|
|
1121
|
-
.tw-overflow-visible {
|
|
1123
|
+
.theme-crazyDomains .tw-overflow-visible {
|
|
1122
1124
|
overflow: visible;
|
|
1123
1125
|
}
|
|
1124
|
-
.tw-overflow-scroll {
|
|
1126
|
+
.theme-crazyDomains .tw-overflow-scroll {
|
|
1125
1127
|
overflow: scroll;
|
|
1126
1128
|
}
|
|
1127
|
-
.tw-overflow-x-auto {
|
|
1129
|
+
.theme-crazyDomains .tw-overflow-x-auto {
|
|
1128
1130
|
overflow-x: auto;
|
|
1129
1131
|
}
|
|
1130
|
-
.tw-overflow-y-auto {
|
|
1132
|
+
.theme-crazyDomains .tw-overflow-y-auto {
|
|
1131
1133
|
overflow-y: auto;
|
|
1132
1134
|
}
|
|
1133
|
-
.tw-overflow-x-hidden {
|
|
1135
|
+
.theme-crazyDomains .tw-overflow-x-hidden {
|
|
1134
1136
|
overflow-x: hidden;
|
|
1135
1137
|
}
|
|
1136
|
-
.tw-overflow-y-hidden {
|
|
1138
|
+
.theme-crazyDomains .tw-overflow-y-hidden {
|
|
1137
1139
|
overflow-y: hidden;
|
|
1138
1140
|
}
|
|
1139
|
-
.tw-truncate {
|
|
1141
|
+
.theme-crazyDomains .tw-truncate {
|
|
1140
1142
|
overflow: hidden;
|
|
1141
1143
|
text-overflow: ellipsis;
|
|
1142
1144
|
white-space: nowrap;
|
|
1143
1145
|
}
|
|
1144
|
-
.tw-whitespace-nowrap {
|
|
1146
|
+
.theme-crazyDomains .tw-whitespace-nowrap {
|
|
1145
1147
|
white-space: nowrap;
|
|
1146
1148
|
}
|
|
1147
|
-
.tw-break-all {
|
|
1149
|
+
.theme-crazyDomains .tw-break-all {
|
|
1148
1150
|
word-break: break-all;
|
|
1149
1151
|
}
|
|
1150
|
-
.tw-rounded {
|
|
1152
|
+
.theme-crazyDomains .tw-rounded {
|
|
1151
1153
|
border-radius: 0.25rem;
|
|
1152
1154
|
}
|
|
1153
|
-
.tw-rounded-full {
|
|
1155
|
+
.theme-crazyDomains .tw-rounded-full {
|
|
1154
1156
|
border-radius: 9999px;
|
|
1155
1157
|
}
|
|
1156
|
-
.tw-rounded-md {
|
|
1158
|
+
.theme-crazyDomains .tw-rounded-md {
|
|
1157
1159
|
border-radius: 0.375rem;
|
|
1158
1160
|
}
|
|
1159
|
-
.tw-rounded-none {
|
|
1161
|
+
.theme-crazyDomains .tw-rounded-none {
|
|
1160
1162
|
border-radius: 0px;
|
|
1161
1163
|
}
|
|
1162
|
-
.tw-rounded-sm {
|
|
1164
|
+
.theme-crazyDomains .tw-rounded-sm {
|
|
1163
1165
|
border-radius: 0.125rem;
|
|
1164
1166
|
}
|
|
1165
1167
|
.\!tw-rounded-l-none {
|
|
@@ -1170,316 +1172,316 @@ video {
|
|
|
1170
1172
|
border-top-right-radius: 0px !important;
|
|
1171
1173
|
border-bottom-right-radius: 0px !important;
|
|
1172
1174
|
}
|
|
1173
|
-
.tw-rounded-b {
|
|
1175
|
+
.theme-crazyDomains .tw-rounded-b {
|
|
1174
1176
|
border-bottom-right-radius: 0.25rem;
|
|
1175
1177
|
border-bottom-left-radius: 0.25rem;
|
|
1176
1178
|
}
|
|
1177
|
-
.tw-rounded-l {
|
|
1179
|
+
.theme-crazyDomains .tw-rounded-l {
|
|
1178
1180
|
border-top-left-radius: 0.25rem;
|
|
1179
1181
|
border-bottom-left-radius: 0.25rem;
|
|
1180
1182
|
}
|
|
1181
|
-
.tw-rounded-l-none {
|
|
1183
|
+
.theme-crazyDomains .tw-rounded-l-none {
|
|
1182
1184
|
border-top-left-radius: 0px;
|
|
1183
1185
|
border-bottom-left-radius: 0px;
|
|
1184
1186
|
}
|
|
1185
|
-
.tw-rounded-r {
|
|
1187
|
+
.theme-crazyDomains .tw-rounded-r {
|
|
1186
1188
|
border-top-right-radius: 0.25rem;
|
|
1187
1189
|
border-bottom-right-radius: 0.25rem;
|
|
1188
1190
|
}
|
|
1189
|
-
.tw-rounded-r-none {
|
|
1191
|
+
.theme-crazyDomains .tw-rounded-r-none {
|
|
1190
1192
|
border-top-right-radius: 0px;
|
|
1191
1193
|
border-bottom-right-radius: 0px;
|
|
1192
1194
|
}
|
|
1193
|
-
.tw-border {
|
|
1195
|
+
.theme-crazyDomains .tw-border {
|
|
1194
1196
|
border-width: 1px;
|
|
1195
1197
|
}
|
|
1196
|
-
.tw-border-0 {
|
|
1198
|
+
.theme-crazyDomains .tw-border-0 {
|
|
1197
1199
|
border-width: 0px;
|
|
1198
1200
|
}
|
|
1199
|
-
.tw-border-2 {
|
|
1201
|
+
.theme-crazyDomains .tw-border-2 {
|
|
1200
1202
|
border-width: 2px;
|
|
1201
1203
|
}
|
|
1202
|
-
.tw-border-b-0 {
|
|
1204
|
+
.theme-crazyDomains .tw-border-b-0 {
|
|
1203
1205
|
border-bottom-width: 0px;
|
|
1204
1206
|
}
|
|
1205
|
-
.tw-border-b-2 {
|
|
1207
|
+
.theme-crazyDomains .tw-border-b-2 {
|
|
1206
1208
|
border-bottom-width: 2px;
|
|
1207
1209
|
}
|
|
1208
|
-
.tw-border-b-4 {
|
|
1210
|
+
.theme-crazyDomains .tw-border-b-4 {
|
|
1209
1211
|
border-bottom-width: 4px;
|
|
1210
1212
|
}
|
|
1211
|
-
.tw-border-l {
|
|
1213
|
+
.theme-crazyDomains .tw-border-l {
|
|
1212
1214
|
border-left-width: 1px;
|
|
1213
1215
|
}
|
|
1214
|
-
.tw-border-l-0 {
|
|
1216
|
+
.theme-crazyDomains .tw-border-l-0 {
|
|
1215
1217
|
border-left-width: 0px;
|
|
1216
1218
|
}
|
|
1217
|
-
.tw-border-r {
|
|
1219
|
+
.theme-crazyDomains .tw-border-r {
|
|
1218
1220
|
border-right-width: 1px;
|
|
1219
1221
|
}
|
|
1220
|
-
.tw-border-r-0 {
|
|
1222
|
+
.theme-crazyDomains .tw-border-r-0 {
|
|
1221
1223
|
border-right-width: 0px;
|
|
1222
1224
|
}
|
|
1223
|
-
.tw-border-t {
|
|
1225
|
+
.theme-crazyDomains .tw-border-t {
|
|
1224
1226
|
border-top-width: 1px;
|
|
1225
1227
|
}
|
|
1226
|
-
.tw-border-t-0 {
|
|
1228
|
+
.theme-crazyDomains .tw-border-t-0 {
|
|
1227
1229
|
border-top-width: 0px;
|
|
1228
1230
|
}
|
|
1229
|
-
.tw-border-t-2 {
|
|
1231
|
+
.theme-crazyDomains .tw-border-t-2 {
|
|
1230
1232
|
border-top-width: 2px;
|
|
1231
1233
|
}
|
|
1232
|
-
.tw-border-solid {
|
|
1234
|
+
.theme-crazyDomains .tw-border-solid {
|
|
1233
1235
|
border-style: solid;
|
|
1234
1236
|
}
|
|
1235
|
-
.tw-border-dashed {
|
|
1237
|
+
.theme-crazyDomains .tw-border-dashed {
|
|
1236
1238
|
border-style: dashed;
|
|
1237
1239
|
}
|
|
1238
|
-
.tw-border-none {
|
|
1240
|
+
.theme-crazyDomains .tw-border-none {
|
|
1239
1241
|
border-style: none;
|
|
1240
1242
|
}
|
|
1241
|
-
.tw-border-black\/10 {
|
|
1243
|
+
.theme-crazyDomains .tw-border-black\/10 {
|
|
1242
1244
|
border-color: rgb(0 0 0 / 0.1);
|
|
1243
1245
|
}
|
|
1244
|
-
.tw-border-error-500 {
|
|
1246
|
+
.theme-crazyDomains .tw-border-error-500 {
|
|
1245
1247
|
--tw-border-opacity: 1;
|
|
1246
1248
|
border-color: rgb(233 30 99 / var(--tw-border-opacity));
|
|
1247
1249
|
}
|
|
1248
|
-
.tw-border-error-600 {
|
|
1250
|
+
.theme-crazyDomains .tw-border-error-600 {
|
|
1249
1251
|
--tw-border-opacity: 1;
|
|
1250
1252
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
1251
1253
|
}
|
|
1252
|
-
.tw-border-grayscale-100 {
|
|
1254
|
+
.theme-crazyDomains .tw-border-grayscale-100 {
|
|
1253
1255
|
--tw-border-opacity: 1;
|
|
1254
1256
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1255
1257
|
}
|
|
1256
|
-
.tw-border-grayscale-300 {
|
|
1258
|
+
.theme-crazyDomains .tw-border-grayscale-300 {
|
|
1257
1259
|
--tw-border-opacity: 1;
|
|
1258
1260
|
border-color: rgb(240 240 245 / var(--tw-border-opacity));
|
|
1259
1261
|
}
|
|
1260
|
-
.tw-border-grayscale-400 {
|
|
1262
|
+
.theme-crazyDomains .tw-border-grayscale-400 {
|
|
1261
1263
|
--tw-border-opacity: 1;
|
|
1262
1264
|
border-color: rgb(235 238 243 / var(--tw-border-opacity));
|
|
1263
1265
|
}
|
|
1264
|
-
.tw-border-grayscale-500 {
|
|
1266
|
+
.theme-crazyDomains .tw-border-grayscale-500 {
|
|
1265
1267
|
--tw-border-opacity: 1;
|
|
1266
1268
|
border-color: rgb(199 204 207 / var(--tw-border-opacity));
|
|
1267
1269
|
}
|
|
1268
|
-
.tw-border-grayscale-600 {
|
|
1270
|
+
.theme-crazyDomains .tw-border-grayscale-600 {
|
|
1269
1271
|
--tw-border-opacity: 1;
|
|
1270
1272
|
border-color: rgb(102 111 115 / var(--tw-border-opacity));
|
|
1271
1273
|
}
|
|
1272
|
-
.tw-border-info-300 {
|
|
1274
|
+
.theme-crazyDomains .tw-border-info-300 {
|
|
1273
1275
|
--tw-border-opacity: 1;
|
|
1274
1276
|
border-color: rgb(102 199 245 / var(--tw-border-opacity));
|
|
1275
1277
|
}
|
|
1276
|
-
.tw-border-info-500 {
|
|
1278
|
+
.theme-crazyDomains .tw-border-info-500 {
|
|
1277
1279
|
--tw-border-opacity: 1;
|
|
1278
1280
|
border-color: rgb(0 161 239 / var(--tw-border-opacity));
|
|
1279
1281
|
}
|
|
1280
|
-
.tw-border-primary-300 {
|
|
1282
|
+
.theme-crazyDomains .tw-border-primary-300 {
|
|
1281
1283
|
--tw-border-opacity: 1;
|
|
1282
1284
|
border-color: rgb(169 205 130 / var(--tw-border-opacity));
|
|
1283
1285
|
}
|
|
1284
|
-
.tw-border-primary-400 {
|
|
1286
|
+
.theme-crazyDomains .tw-border-primary-400 {
|
|
1285
1287
|
--tw-border-opacity: 1;
|
|
1286
1288
|
border-color: rgb(140 189 89 / var(--tw-border-opacity));
|
|
1287
1289
|
}
|
|
1288
|
-
.tw-border-primary-500 {
|
|
1290
|
+
.theme-crazyDomains .tw-border-primary-500 {
|
|
1289
1291
|
--tw-border-opacity: 1;
|
|
1290
1292
|
border-color: rgb(111 172 47 / var(--tw-border-opacity));
|
|
1291
1293
|
}
|
|
1292
|
-
.tw-border-primary-600 {
|
|
1294
|
+
.theme-crazyDomains .tw-border-primary-600 {
|
|
1293
1295
|
--tw-border-opacity: 1;
|
|
1294
1296
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
1295
1297
|
}
|
|
1296
|
-
.tw-border-secondary-200 {
|
|
1298
|
+
.theme-crazyDomains .tw-border-secondary-200 {
|
|
1297
1299
|
--tw-border-opacity: 1;
|
|
1298
1300
|
border-color: rgb(182 182 182 / var(--tw-border-opacity));
|
|
1299
1301
|
}
|
|
1300
|
-
.tw-border-secondary-300 {
|
|
1302
|
+
.theme-crazyDomains .tw-border-secondary-300 {
|
|
1301
1303
|
--tw-border-opacity: 1;
|
|
1302
1304
|
border-color: rgb(145 145 145 / var(--tw-border-opacity));
|
|
1303
1305
|
}
|
|
1304
|
-
.tw-border-secondary-500 {
|
|
1306
|
+
.theme-crazyDomains .tw-border-secondary-500 {
|
|
1305
1307
|
--tw-border-opacity: 1;
|
|
1306
1308
|
border-color: rgb(72 72 72 / var(--tw-border-opacity));
|
|
1307
1309
|
}
|
|
1308
|
-
.tw-border-success-400 {
|
|
1310
|
+
.theme-crazyDomains .tw-border-success-400 {
|
|
1309
1311
|
--tw-border-opacity: 1;
|
|
1310
1312
|
border-color: rgb(140 189 89 / var(--tw-border-opacity));
|
|
1311
1313
|
}
|
|
1312
|
-
.tw-border-success-500 {
|
|
1314
|
+
.theme-crazyDomains .tw-border-success-500 {
|
|
1313
1315
|
--tw-border-opacity: 1;
|
|
1314
1316
|
border-color: rgb(111 172 47 / var(--tw-border-opacity));
|
|
1315
1317
|
}
|
|
1316
|
-
.tw-border-success-600 {
|
|
1318
|
+
.theme-crazyDomains .tw-border-success-600 {
|
|
1317
1319
|
--tw-border-opacity: 1;
|
|
1318
1320
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
1319
1321
|
}
|
|
1320
|
-
.tw-border-warning-300 {
|
|
1322
|
+
.theme-crazyDomains .tw-border-warning-300 {
|
|
1321
1323
|
--tw-border-opacity: 1;
|
|
1322
1324
|
border-color: rgb(247 211 127 / var(--tw-border-opacity));
|
|
1323
1325
|
}
|
|
1324
|
-
.tw-border-warning-500 {
|
|
1326
|
+
.theme-crazyDomains .tw-border-warning-500 {
|
|
1325
1327
|
--tw-border-opacity: 1;
|
|
1326
1328
|
border-color: rgb(242 181 41 / var(--tw-border-opacity));
|
|
1327
1329
|
}
|
|
1328
|
-
.tw-border-warning-600 {
|
|
1330
|
+
.theme-crazyDomains .tw-border-warning-600 {
|
|
1329
1331
|
--tw-border-opacity: 1;
|
|
1330
1332
|
border-color: rgb(194 145 33 / var(--tw-border-opacity));
|
|
1331
1333
|
}
|
|
1332
|
-
.tw-border-white {
|
|
1334
|
+
.theme-crazyDomains .tw-border-white {
|
|
1333
1335
|
--tw-border-opacity: 1;
|
|
1334
1336
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1335
1337
|
}
|
|
1336
|
-
.tw-bg-black {
|
|
1338
|
+
.theme-crazyDomains .tw-bg-black {
|
|
1337
1339
|
--tw-bg-opacity: 1;
|
|
1338
1340
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1339
1341
|
}
|
|
1340
|
-
.tw-bg-error-100 {
|
|
1342
|
+
.theme-crazyDomains .tw-bg-error-100 {
|
|
1341
1343
|
--tw-bg-opacity: 1;
|
|
1342
1344
|
background-color: rgb(251 210 224 / var(--tw-bg-opacity));
|
|
1343
1345
|
}
|
|
1344
|
-
.tw-bg-error-500 {
|
|
1346
|
+
.theme-crazyDomains .tw-bg-error-500 {
|
|
1345
1347
|
--tw-bg-opacity: 1;
|
|
1346
1348
|
background-color: rgb(233 30 99 / var(--tw-bg-opacity));
|
|
1347
1349
|
}
|
|
1348
|
-
.tw-bg-grayscale-100 {
|
|
1350
|
+
.theme-crazyDomains .tw-bg-grayscale-100 {
|
|
1349
1351
|
--tw-bg-opacity: 1;
|
|
1350
1352
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1351
1353
|
}
|
|
1352
|
-
.tw-bg-grayscale-200 {
|
|
1354
|
+
.theme-crazyDomains .tw-bg-grayscale-200 {
|
|
1353
1355
|
--tw-bg-opacity: 1;
|
|
1354
1356
|
background-color: rgb(247 247 250 / var(--tw-bg-opacity));
|
|
1355
1357
|
}
|
|
1356
|
-
.tw-bg-grayscale-300 {
|
|
1358
|
+
.theme-crazyDomains .tw-bg-grayscale-300 {
|
|
1357
1359
|
--tw-bg-opacity: 1;
|
|
1358
1360
|
background-color: rgb(240 240 245 / var(--tw-bg-opacity));
|
|
1359
1361
|
}
|
|
1360
|
-
.tw-bg-grayscale-400 {
|
|
1362
|
+
.theme-crazyDomains .tw-bg-grayscale-400 {
|
|
1361
1363
|
--tw-bg-opacity: 1;
|
|
1362
1364
|
background-color: rgb(235 238 243 / var(--tw-bg-opacity));
|
|
1363
1365
|
}
|
|
1364
|
-
.tw-bg-grayscale-500 {
|
|
1366
|
+
.theme-crazyDomains .tw-bg-grayscale-500 {
|
|
1365
1367
|
--tw-bg-opacity: 1;
|
|
1366
1368
|
background-color: rgb(199 204 207 / var(--tw-bg-opacity));
|
|
1367
1369
|
}
|
|
1368
|
-
.tw-bg-info-100 {
|
|
1370
|
+
.theme-crazyDomains .tw-bg-info-100 {
|
|
1369
1371
|
--tw-bg-opacity: 1;
|
|
1370
1372
|
background-color: rgb(230 246 253 / var(--tw-bg-opacity));
|
|
1371
1373
|
}
|
|
1372
|
-
.tw-bg-info-300 {
|
|
1374
|
+
.theme-crazyDomains .tw-bg-info-300 {
|
|
1373
1375
|
--tw-bg-opacity: 1;
|
|
1374
1376
|
background-color: rgb(102 199 245 / var(--tw-bg-opacity));
|
|
1375
1377
|
}
|
|
1376
|
-
.tw-bg-info-400 {
|
|
1378
|
+
.theme-crazyDomains .tw-bg-info-400 {
|
|
1377
1379
|
--tw-bg-opacity: 1;
|
|
1378
1380
|
background-color: rgb(51 180 242 / var(--tw-bg-opacity));
|
|
1379
1381
|
}
|
|
1380
|
-
.tw-bg-info-500 {
|
|
1382
|
+
.theme-crazyDomains .tw-bg-info-500 {
|
|
1381
1383
|
--tw-bg-opacity: 1;
|
|
1382
1384
|
background-color: rgb(0 161 239 / var(--tw-bg-opacity));
|
|
1383
1385
|
}
|
|
1384
|
-
.tw-bg-info-600 {
|
|
1386
|
+
.theme-crazyDomains .tw-bg-info-600 {
|
|
1385
1387
|
--tw-bg-opacity: 1;
|
|
1386
1388
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
1387
1389
|
}
|
|
1388
|
-
.tw-bg-primary-300 {
|
|
1390
|
+
.theme-crazyDomains .tw-bg-primary-300 {
|
|
1389
1391
|
--tw-bg-opacity: 1;
|
|
1390
1392
|
background-color: rgb(169 205 130 / var(--tw-bg-opacity));
|
|
1391
1393
|
}
|
|
1392
|
-
.tw-bg-primary-400 {
|
|
1394
|
+
.theme-crazyDomains .tw-bg-primary-400 {
|
|
1393
1395
|
--tw-bg-opacity: 1;
|
|
1394
1396
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
1395
1397
|
}
|
|
1396
|
-
.tw-bg-primary-500 {
|
|
1398
|
+
.theme-crazyDomains .tw-bg-primary-500 {
|
|
1397
1399
|
--tw-bg-opacity: 1;
|
|
1398
1400
|
background-color: rgb(111 172 47 / var(--tw-bg-opacity));
|
|
1399
1401
|
}
|
|
1400
|
-
.tw-bg-primary-600 {
|
|
1402
|
+
.theme-crazyDomains .tw-bg-primary-600 {
|
|
1401
1403
|
--tw-bg-opacity: 1;
|
|
1402
1404
|
background-color: rgb(89 138 38 / var(--tw-bg-opacity));
|
|
1403
1405
|
}
|
|
1404
|
-
.tw-bg-secondary-100 {
|
|
1406
|
+
.theme-crazyDomains .tw-bg-secondary-100 {
|
|
1405
1407
|
--tw-bg-opacity: 1;
|
|
1406
1408
|
background-color: rgb(218 218 218 / var(--tw-bg-opacity));
|
|
1407
1409
|
}
|
|
1408
|
-
.tw-bg-secondary-300 {
|
|
1410
|
+
.theme-crazyDomains .tw-bg-secondary-300 {
|
|
1409
1411
|
--tw-bg-opacity: 1;
|
|
1410
1412
|
background-color: rgb(145 145 145 / var(--tw-bg-opacity));
|
|
1411
1413
|
}
|
|
1412
|
-
.tw-bg-secondary-500 {
|
|
1414
|
+
.theme-crazyDomains .tw-bg-secondary-500 {
|
|
1413
1415
|
--tw-bg-opacity: 1;
|
|
1414
1416
|
background-color: rgb(72 72 72 / var(--tw-bg-opacity));
|
|
1415
1417
|
}
|
|
1416
|
-
.tw-bg-success-100 {
|
|
1418
|
+
.theme-crazyDomains .tw-bg-success-100 {
|
|
1417
1419
|
--tw-bg-opacity: 1;
|
|
1418
1420
|
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
1419
1421
|
}
|
|
1420
|
-
.tw-bg-success-400 {
|
|
1422
|
+
.theme-crazyDomains .tw-bg-success-400 {
|
|
1421
1423
|
--tw-bg-opacity: 1;
|
|
1422
1424
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
1423
1425
|
}
|
|
1424
|
-
.tw-bg-success-500 {
|
|
1426
|
+
.theme-crazyDomains .tw-bg-success-500 {
|
|
1425
1427
|
--tw-bg-opacity: 1;
|
|
1426
1428
|
background-color: rgb(111 172 47 / var(--tw-bg-opacity));
|
|
1427
1429
|
}
|
|
1428
|
-
.tw-bg-transparent {
|
|
1430
|
+
.theme-crazyDomains .tw-bg-transparent {
|
|
1429
1431
|
background-color: transparent;
|
|
1430
1432
|
}
|
|
1431
|
-
.tw-bg-warning-100 {
|
|
1433
|
+
.theme-crazyDomains .tw-bg-warning-100 {
|
|
1432
1434
|
--tw-bg-opacity: 1;
|
|
1433
1435
|
background-color: rgb(252 240 212 / var(--tw-bg-opacity));
|
|
1434
1436
|
}
|
|
1435
|
-
.tw-bg-warning-300 {
|
|
1437
|
+
.theme-crazyDomains .tw-bg-warning-300 {
|
|
1436
1438
|
--tw-bg-opacity: 1;
|
|
1437
1439
|
background-color: rgb(247 211 127 / var(--tw-bg-opacity));
|
|
1438
1440
|
}
|
|
1439
|
-
.tw-bg-warning-500 {
|
|
1441
|
+
.theme-crazyDomains .tw-bg-warning-500 {
|
|
1440
1442
|
--tw-bg-opacity: 1;
|
|
1441
1443
|
background-color: rgb(242 181 41 / var(--tw-bg-opacity));
|
|
1442
1444
|
}
|
|
1443
|
-
.tw-bg-warning-600 {
|
|
1445
|
+
.theme-crazyDomains .tw-bg-warning-600 {
|
|
1444
1446
|
--tw-bg-opacity: 1;
|
|
1445
1447
|
background-color: rgb(194 145 33 / var(--tw-bg-opacity));
|
|
1446
1448
|
}
|
|
1447
|
-
.tw-bg-white {
|
|
1449
|
+
.theme-crazyDomains .tw-bg-white {
|
|
1448
1450
|
--tw-bg-opacity: 1;
|
|
1449
1451
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1450
1452
|
}
|
|
1451
|
-
.tw-bg-opacity-75 {
|
|
1453
|
+
.theme-crazyDomains .tw-bg-opacity-75 {
|
|
1452
1454
|
--tw-bg-opacity: 0.75;
|
|
1453
1455
|
}
|
|
1454
|
-
.tw-bg-opacity-80 {
|
|
1456
|
+
.theme-crazyDomains .tw-bg-opacity-80 {
|
|
1455
1457
|
--tw-bg-opacity: 0.8;
|
|
1456
1458
|
}
|
|
1457
|
-
.tw-bg-gradient-to-t {
|
|
1459
|
+
.theme-crazyDomains .tw-bg-gradient-to-t {
|
|
1458
1460
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1459
1461
|
}
|
|
1460
|
-
.tw-from-\[\#d946ef\] {
|
|
1462
|
+
.theme-crazyDomains .tw-from-\[\#d946ef\] {
|
|
1461
1463
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1462
1464
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1463
1465
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1464
1466
|
}
|
|
1465
|
-
.tw-to-\[\#8b5cf6\] {
|
|
1467
|
+
.theme-crazyDomains .tw-to-\[\#8b5cf6\] {
|
|
1466
1468
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1467
1469
|
}
|
|
1468
|
-
.tw-bg-no-repeat {
|
|
1470
|
+
.theme-crazyDomains .tw-bg-no-repeat {
|
|
1469
1471
|
background-repeat: no-repeat;
|
|
1470
1472
|
}
|
|
1471
|
-
.tw-fill-current {
|
|
1473
|
+
.theme-crazyDomains .tw-fill-current {
|
|
1472
1474
|
fill: currentColor;
|
|
1473
1475
|
}
|
|
1474
|
-
.tw-object-contain {
|
|
1476
|
+
.theme-crazyDomains .tw-object-contain {
|
|
1475
1477
|
-o-object-fit: contain;
|
|
1476
1478
|
object-fit: contain;
|
|
1477
1479
|
}
|
|
1478
|
-
.tw-object-cover {
|
|
1480
|
+
.theme-crazyDomains .tw-object-cover {
|
|
1479
1481
|
-o-object-fit: cover;
|
|
1480
1482
|
object-fit: cover;
|
|
1481
1483
|
}
|
|
1482
|
-
.tw-object-top {
|
|
1484
|
+
.theme-crazyDomains .tw-object-top {
|
|
1483
1485
|
-o-object-position: top;
|
|
1484
1486
|
object-position: top;
|
|
1485
1487
|
}
|
|
@@ -1588,311 +1590,311 @@ video {
|
|
|
1588
1590
|
.\!tw-p-px {
|
|
1589
1591
|
padding: 1px !important;
|
|
1590
1592
|
}
|
|
1591
|
-
.tw-p-0 {
|
|
1593
|
+
.theme-crazyDomains .tw-p-0 {
|
|
1592
1594
|
padding: 0px;
|
|
1593
1595
|
}
|
|
1594
|
-
.tw-p-1 {
|
|
1596
|
+
.theme-crazyDomains .tw-p-1 {
|
|
1595
1597
|
padding: 0.25rem;
|
|
1596
1598
|
}
|
|
1597
|
-
.tw-p-2 {
|
|
1599
|
+
.theme-crazyDomains .tw-p-2 {
|
|
1598
1600
|
padding: 0.5rem;
|
|
1599
1601
|
}
|
|
1600
|
-
.tw-p-3 {
|
|
1602
|
+
.theme-crazyDomains .tw-p-3 {
|
|
1601
1603
|
padding: 0.75rem;
|
|
1602
1604
|
}
|
|
1603
|
-
.tw-p-4 {
|
|
1605
|
+
.theme-crazyDomains .tw-p-4 {
|
|
1604
1606
|
padding: 1rem;
|
|
1605
1607
|
}
|
|
1606
|
-
.tw-p-6 {
|
|
1608
|
+
.theme-crazyDomains .tw-p-6 {
|
|
1607
1609
|
padding: 1.5rem;
|
|
1608
1610
|
}
|
|
1609
|
-
.tw-p-8 {
|
|
1611
|
+
.theme-crazyDomains .tw-p-8 {
|
|
1610
1612
|
padding: 2rem;
|
|
1611
1613
|
}
|
|
1612
|
-
.tw-px-0 {
|
|
1614
|
+
.theme-crazyDomains .tw-px-0 {
|
|
1613
1615
|
padding-left: 0px;
|
|
1614
1616
|
padding-right: 0px;
|
|
1615
1617
|
}
|
|
1616
|
-
.tw-px-0\.5 {
|
|
1618
|
+
.theme-crazyDomains .tw-px-0\.5 {
|
|
1617
1619
|
padding-left: 0.125rem;
|
|
1618
1620
|
padding-right: 0.125rem;
|
|
1619
1621
|
}
|
|
1620
|
-
.tw-px-2 {
|
|
1622
|
+
.theme-crazyDomains .tw-px-2 {
|
|
1621
1623
|
padding-left: 0.5rem;
|
|
1622
1624
|
padding-right: 0.5rem;
|
|
1623
1625
|
}
|
|
1624
|
-
.tw-px-20 {
|
|
1626
|
+
.theme-crazyDomains .tw-px-20 {
|
|
1625
1627
|
padding-left: 5rem;
|
|
1626
1628
|
padding-right: 5rem;
|
|
1627
1629
|
}
|
|
1628
|
-
.tw-px-3 {
|
|
1630
|
+
.theme-crazyDomains .tw-px-3 {
|
|
1629
1631
|
padding-left: 0.75rem;
|
|
1630
1632
|
padding-right: 0.75rem;
|
|
1631
1633
|
}
|
|
1632
|
-
.tw-px-4 {
|
|
1634
|
+
.theme-crazyDomains .tw-px-4 {
|
|
1633
1635
|
padding-left: 1rem;
|
|
1634
1636
|
padding-right: 1rem;
|
|
1635
1637
|
}
|
|
1636
|
-
.tw-px-5 {
|
|
1638
|
+
.theme-crazyDomains .tw-px-5 {
|
|
1637
1639
|
padding-left: 1.25rem;
|
|
1638
1640
|
padding-right: 1.25rem;
|
|
1639
1641
|
}
|
|
1640
|
-
.tw-px-6 {
|
|
1642
|
+
.theme-crazyDomains .tw-px-6 {
|
|
1641
1643
|
padding-left: 1.5rem;
|
|
1642
1644
|
padding-right: 1.5rem;
|
|
1643
1645
|
}
|
|
1644
|
-
.tw-px-8 {
|
|
1646
|
+
.theme-crazyDomains .tw-px-8 {
|
|
1645
1647
|
padding-left: 2rem;
|
|
1646
1648
|
padding-right: 2rem;
|
|
1647
1649
|
}
|
|
1648
|
-
.tw-px-px {
|
|
1650
|
+
.theme-crazyDomains .tw-px-px {
|
|
1649
1651
|
padding-left: 1px;
|
|
1650
1652
|
padding-right: 1px;
|
|
1651
1653
|
}
|
|
1652
|
-
.tw-py-0 {
|
|
1654
|
+
.theme-crazyDomains .tw-py-0 {
|
|
1653
1655
|
padding-top: 0px;
|
|
1654
1656
|
padding-bottom: 0px;
|
|
1655
1657
|
}
|
|
1656
|
-
.tw-py-0\.5 {
|
|
1658
|
+
.theme-crazyDomains .tw-py-0\.5 {
|
|
1657
1659
|
padding-top: 0.125rem;
|
|
1658
1660
|
padding-bottom: 0.125rem;
|
|
1659
1661
|
}
|
|
1660
|
-
.tw-py-1 {
|
|
1662
|
+
.theme-crazyDomains .tw-py-1 {
|
|
1661
1663
|
padding-top: 0.25rem;
|
|
1662
1664
|
padding-bottom: 0.25rem;
|
|
1663
1665
|
}
|
|
1664
|
-
.tw-py-1\.5 {
|
|
1666
|
+
.theme-crazyDomains .tw-py-1\.5 {
|
|
1665
1667
|
padding-top: 0.375rem;
|
|
1666
1668
|
padding-bottom: 0.375rem;
|
|
1667
1669
|
}
|
|
1668
|
-
.tw-py-10 {
|
|
1670
|
+
.theme-crazyDomains .tw-py-10 {
|
|
1669
1671
|
padding-top: 2.5rem;
|
|
1670
1672
|
padding-bottom: 2.5rem;
|
|
1671
1673
|
}
|
|
1672
|
-
.tw-py-2 {
|
|
1674
|
+
.theme-crazyDomains .tw-py-2 {
|
|
1673
1675
|
padding-top: 0.5rem;
|
|
1674
1676
|
padding-bottom: 0.5rem;
|
|
1675
1677
|
}
|
|
1676
|
-
.tw-py-3 {
|
|
1678
|
+
.theme-crazyDomains .tw-py-3 {
|
|
1677
1679
|
padding-top: 0.75rem;
|
|
1678
1680
|
padding-bottom: 0.75rem;
|
|
1679
1681
|
}
|
|
1680
|
-
.tw-py-3\.5 {
|
|
1682
|
+
.theme-crazyDomains .tw-py-3\.5 {
|
|
1681
1683
|
padding-top: 0.875rem;
|
|
1682
1684
|
padding-bottom: 0.875rem;
|
|
1683
1685
|
}
|
|
1684
|
-
.tw-py-4 {
|
|
1686
|
+
.theme-crazyDomains .tw-py-4 {
|
|
1685
1687
|
padding-top: 1rem;
|
|
1686
1688
|
padding-bottom: 1rem;
|
|
1687
1689
|
}
|
|
1688
|
-
.tw-py-5 {
|
|
1690
|
+
.theme-crazyDomains .tw-py-5 {
|
|
1689
1691
|
padding-top: 1.25rem;
|
|
1690
1692
|
padding-bottom: 1.25rem;
|
|
1691
1693
|
}
|
|
1692
|
-
.tw-py-8 {
|
|
1694
|
+
.theme-crazyDomains .tw-py-8 {
|
|
1693
1695
|
padding-top: 2rem;
|
|
1694
1696
|
padding-bottom: 2rem;
|
|
1695
1697
|
}
|
|
1696
|
-
.tw-pb-0 {
|
|
1698
|
+
.theme-crazyDomains .tw-pb-0 {
|
|
1697
1699
|
padding-bottom: 0px;
|
|
1698
1700
|
}
|
|
1699
|
-
.tw-pb-16 {
|
|
1701
|
+
.theme-crazyDomains .tw-pb-16 {
|
|
1700
1702
|
padding-bottom: 4rem;
|
|
1701
1703
|
}
|
|
1702
|
-
.tw-pb-24 {
|
|
1704
|
+
.theme-crazyDomains .tw-pb-24 {
|
|
1703
1705
|
padding-bottom: 6rem;
|
|
1704
1706
|
}
|
|
1705
|
-
.tw-pb-8 {
|
|
1707
|
+
.theme-crazyDomains .tw-pb-8 {
|
|
1706
1708
|
padding-bottom: 2rem;
|
|
1707
1709
|
}
|
|
1708
|
-
.tw-pl-0 {
|
|
1710
|
+
.theme-crazyDomains .tw-pl-0 {
|
|
1709
1711
|
padding-left: 0px;
|
|
1710
1712
|
}
|
|
1711
|
-
.tw-pl-12 {
|
|
1713
|
+
.theme-crazyDomains .tw-pl-12 {
|
|
1712
1714
|
padding-left: 3rem;
|
|
1713
1715
|
}
|
|
1714
|
-
.tw-pl-3 {
|
|
1716
|
+
.theme-crazyDomains .tw-pl-3 {
|
|
1715
1717
|
padding-left: 0.75rem;
|
|
1716
1718
|
}
|
|
1717
|
-
.tw-pl-8 {
|
|
1719
|
+
.theme-crazyDomains .tw-pl-8 {
|
|
1718
1720
|
padding-left: 2rem;
|
|
1719
1721
|
}
|
|
1720
|
-
.tw-pr-12 {
|
|
1722
|
+
.theme-crazyDomains .tw-pr-12 {
|
|
1721
1723
|
padding-right: 3rem;
|
|
1722
1724
|
}
|
|
1723
|
-
.tw-pr-2 {
|
|
1725
|
+
.theme-crazyDomains .tw-pr-2 {
|
|
1724
1726
|
padding-right: 0.5rem;
|
|
1725
1727
|
}
|
|
1726
|
-
.tw-pr-4 {
|
|
1728
|
+
.theme-crazyDomains .tw-pr-4 {
|
|
1727
1729
|
padding-right: 1rem;
|
|
1728
1730
|
}
|
|
1729
|
-
.tw-pr-6 {
|
|
1731
|
+
.theme-crazyDomains .tw-pr-6 {
|
|
1730
1732
|
padding-right: 1.5rem;
|
|
1731
1733
|
}
|
|
1732
|
-
.tw-pt-1 {
|
|
1734
|
+
.theme-crazyDomains .tw-pt-1 {
|
|
1733
1735
|
padding-top: 0.25rem;
|
|
1734
1736
|
}
|
|
1735
|
-
.tw-pt-12 {
|
|
1737
|
+
.theme-crazyDomains .tw-pt-12 {
|
|
1736
1738
|
padding-top: 3rem;
|
|
1737
1739
|
}
|
|
1738
|
-
.tw-pt-2 {
|
|
1740
|
+
.theme-crazyDomains .tw-pt-2 {
|
|
1739
1741
|
padding-top: 0.5rem;
|
|
1740
1742
|
}
|
|
1741
|
-
.tw-pt-6 {
|
|
1743
|
+
.theme-crazyDomains .tw-pt-6 {
|
|
1742
1744
|
padding-top: 1.5rem;
|
|
1743
1745
|
}
|
|
1744
|
-
.tw-text-left {
|
|
1746
|
+
.theme-crazyDomains .tw-text-left {
|
|
1745
1747
|
text-align: left;
|
|
1746
1748
|
}
|
|
1747
|
-
.tw-text-center {
|
|
1749
|
+
.theme-crazyDomains .tw-text-center {
|
|
1748
1750
|
text-align: center;
|
|
1749
1751
|
}
|
|
1750
|
-
.tw-align-top {
|
|
1752
|
+
.theme-crazyDomains .tw-align-top {
|
|
1751
1753
|
vertical-align: top;
|
|
1752
1754
|
}
|
|
1753
|
-
.tw-align-middle {
|
|
1755
|
+
.theme-crazyDomains .tw-align-middle {
|
|
1754
1756
|
vertical-align: middle;
|
|
1755
1757
|
}
|
|
1756
|
-
.tw-font-sans {
|
|
1758
|
+
.theme-crazyDomains .tw-font-sans {
|
|
1757
1759
|
font-family: Montserrat;
|
|
1758
1760
|
}
|
|
1759
|
-
.tw-text-2xl {
|
|
1761
|
+
.theme-crazyDomains .tw-text-2xl {
|
|
1760
1762
|
font-size: 1.5rem;
|
|
1761
1763
|
line-height: 2rem;
|
|
1762
1764
|
}
|
|
1763
|
-
.tw-text-4xl {
|
|
1765
|
+
.theme-crazyDomains .tw-text-4xl {
|
|
1764
1766
|
font-size: 2.25rem;
|
|
1765
1767
|
line-height: 2.5rem;
|
|
1766
1768
|
}
|
|
1767
|
-
.tw-text-base {
|
|
1769
|
+
.theme-crazyDomains .tw-text-base {
|
|
1768
1770
|
font-size: 1rem;
|
|
1769
1771
|
line-height: 1.5rem;
|
|
1770
1772
|
}
|
|
1771
|
-
.tw-text-lg {
|
|
1773
|
+
.theme-crazyDomains .tw-text-lg {
|
|
1772
1774
|
font-size: 1.125rem;
|
|
1773
1775
|
line-height: 1.75rem;
|
|
1774
1776
|
}
|
|
1775
|
-
.tw-text-sm {
|
|
1777
|
+
.theme-crazyDomains .tw-text-sm {
|
|
1776
1778
|
font-size: 0.875rem;
|
|
1777
1779
|
line-height: 1.25rem;
|
|
1778
1780
|
}
|
|
1779
|
-
.tw-text-xs {
|
|
1781
|
+
.theme-crazyDomains .tw-text-xs {
|
|
1780
1782
|
font-size: 0.75rem;
|
|
1781
1783
|
line-height: 1rem;
|
|
1782
1784
|
}
|
|
1783
|
-
.tw-font-bold {
|
|
1785
|
+
.theme-crazyDomains .tw-font-bold {
|
|
1784
1786
|
font-weight: 700;
|
|
1785
1787
|
}
|
|
1786
|
-
.tw-font-normal {
|
|
1788
|
+
.theme-crazyDomains .tw-font-normal {
|
|
1787
1789
|
font-weight: 400;
|
|
1788
1790
|
}
|
|
1789
|
-
.tw-font-semibold {
|
|
1791
|
+
.theme-crazyDomains .tw-font-semibold {
|
|
1790
1792
|
font-weight: 600;
|
|
1791
1793
|
}
|
|
1792
|
-
.tw-uppercase {
|
|
1794
|
+
.theme-crazyDomains .tw-uppercase {
|
|
1793
1795
|
text-transform: uppercase;
|
|
1794
1796
|
}
|
|
1795
|
-
.tw-capitalize {
|
|
1797
|
+
.theme-crazyDomains .tw-capitalize {
|
|
1796
1798
|
text-transform: capitalize;
|
|
1797
1799
|
}
|
|
1798
|
-
.tw-leading-tight {
|
|
1800
|
+
.theme-crazyDomains .tw-leading-tight {
|
|
1799
1801
|
line-height: 1.25;
|
|
1800
1802
|
}
|
|
1801
|
-
.tw-text-black {
|
|
1803
|
+
.theme-crazyDomains .tw-text-black {
|
|
1802
1804
|
--tw-text-opacity: 1;
|
|
1803
1805
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1804
1806
|
}
|
|
1805
|
-
.tw-text-error-500 {
|
|
1807
|
+
.theme-crazyDomains .tw-text-error-500 {
|
|
1806
1808
|
--tw-text-opacity: 1;
|
|
1807
1809
|
color: rgb(233 30 99 / var(--tw-text-opacity));
|
|
1808
1810
|
}
|
|
1809
|
-
.tw-text-error-700 {
|
|
1811
|
+
.theme-crazyDomains .tw-text-error-700 {
|
|
1810
1812
|
--tw-text-opacity: 1;
|
|
1811
1813
|
color: rgb(140 18 59 / var(--tw-text-opacity));
|
|
1812
1814
|
}
|
|
1813
|
-
.tw-text-grayscale-500 {
|
|
1815
|
+
.theme-crazyDomains .tw-text-grayscale-500 {
|
|
1814
1816
|
--tw-text-opacity: 1;
|
|
1815
1817
|
color: rgb(199 204 207 / var(--tw-text-opacity));
|
|
1816
1818
|
}
|
|
1817
|
-
.tw-text-grayscale-600 {
|
|
1819
|
+
.theme-crazyDomains .tw-text-grayscale-600 {
|
|
1818
1820
|
--tw-text-opacity: 1;
|
|
1819
1821
|
color: rgb(102 111 115 / var(--tw-text-opacity));
|
|
1820
1822
|
}
|
|
1821
|
-
.tw-text-grayscale-700 {
|
|
1823
|
+
.theme-crazyDomains .tw-text-grayscale-700 {
|
|
1822
1824
|
--tw-text-opacity: 1;
|
|
1823
1825
|
color: rgb(87 97 99 / var(--tw-text-opacity));
|
|
1824
1826
|
}
|
|
1825
|
-
.tw-text-grayscale-800 {
|
|
1827
|
+
.theme-crazyDomains .tw-text-grayscale-800 {
|
|
1826
1828
|
--tw-text-opacity: 1;
|
|
1827
1829
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
1828
1830
|
}
|
|
1829
|
-
.tw-text-info-300 {
|
|
1831
|
+
.theme-crazyDomains .tw-text-info-300 {
|
|
1830
1832
|
--tw-text-opacity: 1;
|
|
1831
1833
|
color: rgb(102 199 245 / var(--tw-text-opacity));
|
|
1832
1834
|
}
|
|
1833
|
-
.tw-text-info-500 {
|
|
1835
|
+
.theme-crazyDomains .tw-text-info-500 {
|
|
1834
1836
|
--tw-text-opacity: 1;
|
|
1835
1837
|
color: rgb(0 161 239 / var(--tw-text-opacity));
|
|
1836
1838
|
}
|
|
1837
|
-
.tw-text-primary-500 {
|
|
1839
|
+
.theme-crazyDomains .tw-text-primary-500 {
|
|
1838
1840
|
--tw-text-opacity: 1;
|
|
1839
1841
|
color: rgb(111 172 47 / var(--tw-text-opacity));
|
|
1840
1842
|
}
|
|
1841
|
-
.tw-text-secondary-400 {
|
|
1843
|
+
.theme-crazyDomains .tw-text-secondary-400 {
|
|
1842
1844
|
--tw-text-opacity: 1;
|
|
1843
1845
|
color: rgb(109 109 109 / var(--tw-text-opacity));
|
|
1844
1846
|
}
|
|
1845
|
-
.tw-text-secondary-500 {
|
|
1847
|
+
.theme-crazyDomains .tw-text-secondary-500 {
|
|
1846
1848
|
--tw-text-opacity: 1;
|
|
1847
1849
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
1848
1850
|
}
|
|
1849
|
-
.tw-text-secondary-600 {
|
|
1851
|
+
.theme-crazyDomains .tw-text-secondary-600 {
|
|
1850
1852
|
--tw-text-opacity: 1;
|
|
1851
1853
|
color: rgb(58 58 58 / var(--tw-text-opacity));
|
|
1852
1854
|
}
|
|
1853
|
-
.tw-text-secondary-800 {
|
|
1855
|
+
.theme-crazyDomains .tw-text-secondary-800 {
|
|
1854
1856
|
--tw-text-opacity: 1;
|
|
1855
1857
|
color: rgb(29 29 29 / var(--tw-text-opacity));
|
|
1856
1858
|
}
|
|
1857
|
-
.tw-text-success-500 {
|
|
1859
|
+
.theme-crazyDomains .tw-text-success-500 {
|
|
1858
1860
|
--tw-text-opacity: 1;
|
|
1859
1861
|
color: rgb(111 172 47 / var(--tw-text-opacity));
|
|
1860
1862
|
}
|
|
1861
|
-
.tw-text-success-600 {
|
|
1863
|
+
.theme-crazyDomains .tw-text-success-600 {
|
|
1862
1864
|
--tw-text-opacity: 1;
|
|
1863
1865
|
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
1864
1866
|
}
|
|
1865
|
-
.tw-text-success-700 {
|
|
1867
|
+
.theme-crazyDomains .tw-text-success-700 {
|
|
1866
1868
|
--tw-text-opacity: 1;
|
|
1867
1869
|
color: rgb(67 103 28 / var(--tw-text-opacity));
|
|
1868
1870
|
}
|
|
1869
|
-
.tw-text-warning-700 {
|
|
1871
|
+
.theme-crazyDomains .tw-text-warning-700 {
|
|
1870
1872
|
--tw-text-opacity: 1;
|
|
1871
1873
|
color: rgb(145 109 25 / var(--tw-text-opacity));
|
|
1872
1874
|
}
|
|
1873
|
-
.tw-text-white {
|
|
1875
|
+
.theme-crazyDomains .tw-text-white {
|
|
1874
1876
|
--tw-text-opacity: 1;
|
|
1875
1877
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1876
1878
|
}
|
|
1877
|
-
.tw-underline {
|
|
1879
|
+
.theme-crazyDomains .tw-underline {
|
|
1878
1880
|
text-decoration-line: underline;
|
|
1879
1881
|
}
|
|
1880
|
-
.tw-no-underline {
|
|
1882
|
+
.theme-crazyDomains .tw-no-underline {
|
|
1881
1883
|
text-decoration-line: none;
|
|
1882
1884
|
}
|
|
1883
|
-
.tw-opacity-0 {
|
|
1885
|
+
.theme-crazyDomains .tw-opacity-0 {
|
|
1884
1886
|
opacity: 0;
|
|
1885
1887
|
}
|
|
1886
|
-
.tw-opacity-100 {
|
|
1888
|
+
.theme-crazyDomains .tw-opacity-100 {
|
|
1887
1889
|
opacity: 1;
|
|
1888
1890
|
}
|
|
1889
|
-
.tw-opacity-30 {
|
|
1891
|
+
.theme-crazyDomains .tw-opacity-30 {
|
|
1890
1892
|
opacity: 0.3;
|
|
1891
1893
|
}
|
|
1892
|
-
.tw-opacity-40 {
|
|
1894
|
+
.theme-crazyDomains .tw-opacity-40 {
|
|
1893
1895
|
opacity: 0.4;
|
|
1894
1896
|
}
|
|
1895
|
-
.tw-opacity-50 {
|
|
1897
|
+
.theme-crazyDomains .tw-opacity-50 {
|
|
1896
1898
|
opacity: 0.5;
|
|
1897
1899
|
}
|
|
1898
1900
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
@@ -1905,32 +1907,32 @@ video {
|
|
|
1905
1907
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1906
1908
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1907
1909
|
}
|
|
1908
|
-
.tw-shadow {
|
|
1910
|
+
.theme-crazyDomains .tw-shadow {
|
|
1909
1911
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1910
1912
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1911
1913
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1912
1914
|
}
|
|
1913
|
-
.tw-shadow-inner {
|
|
1915
|
+
.theme-crazyDomains .tw-shadow-inner {
|
|
1914
1916
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1915
1917
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1916
1918
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1917
1919
|
}
|
|
1918
|
-
.tw-shadow-lg {
|
|
1920
|
+
.theme-crazyDomains .tw-shadow-lg {
|
|
1919
1921
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1920
1922
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1921
1923
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1922
1924
|
}
|
|
1923
|
-
.tw-shadow-md {
|
|
1925
|
+
.theme-crazyDomains .tw-shadow-md {
|
|
1924
1926
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1925
1927
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1926
1928
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1927
1929
|
}
|
|
1928
|
-
.tw-shadow-sm {
|
|
1930
|
+
.theme-crazyDomains .tw-shadow-sm {
|
|
1929
1931
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1930
1932
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1931
1933
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1932
1934
|
}
|
|
1933
|
-
.tw-shadow-xl {
|
|
1935
|
+
.theme-crazyDomains .tw-shadow-xl {
|
|
1934
1936
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1935
1937
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1936
1938
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -1943,548 +1945,459 @@ video {
|
|
|
1943
1945
|
--tw-shadow-color: #b6b6b6 !important;
|
|
1944
1946
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1945
1947
|
}
|
|
1946
|
-
.tw-outline-none {
|
|
1948
|
+
.theme-crazyDomains .tw-outline-none {
|
|
1947
1949
|
outline: 2px solid transparent;
|
|
1948
1950
|
outline-offset: 2px;
|
|
1949
1951
|
}
|
|
1950
|
-
.tw-ring-1 {
|
|
1952
|
+
.theme-crazyDomains .tw-ring-1 {
|
|
1951
1953
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1952
1954
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1953
1955
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1954
1956
|
}
|
|
1955
|
-
.tw-ring-black {
|
|
1957
|
+
.theme-crazyDomains .tw-ring-black {
|
|
1956
1958
|
--tw-ring-opacity: 1;
|
|
1957
1959
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
1958
1960
|
}
|
|
1959
|
-
.tw-ring-opacity-5 {
|
|
1961
|
+
.theme-crazyDomains .tw-ring-opacity-5 {
|
|
1960
1962
|
--tw-ring-opacity: 0.05;
|
|
1961
1963
|
}
|
|
1962
|
-
.tw-drop-shadow-sm {
|
|
1964
|
+
.theme-crazyDomains .tw-drop-shadow-sm {
|
|
1963
1965
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1964
1966
|
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);
|
|
1965
1967
|
}
|
|
1966
|
-
.tw-transition-colors {
|
|
1968
|
+
.theme-crazyDomains .tw-transition-colors {
|
|
1967
1969
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1968
1970
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1969
1971
|
transition-duration: 150ms;
|
|
1970
1972
|
}
|
|
1971
|
-
.tw-transition-shadow {
|
|
1973
|
+
.theme-crazyDomains .tw-transition-shadow {
|
|
1972
1974
|
transition-property: box-shadow;
|
|
1973
1975
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1974
1976
|
transition-duration: 150ms;
|
|
1975
1977
|
}
|
|
1976
|
-
.tw-transition-transform {
|
|
1978
|
+
.theme-crazyDomains .tw-transition-transform {
|
|
1977
1979
|
transition-property: transform;
|
|
1978
1980
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1979
1981
|
transition-duration: 150ms;
|
|
1980
1982
|
}
|
|
1981
|
-
.tw-duration-200 {
|
|
1983
|
+
.theme-crazyDomains .tw-duration-200 {
|
|
1982
1984
|
transition-duration: 200ms;
|
|
1983
1985
|
}
|
|
1984
|
-
.tw-duration-300 {
|
|
1986
|
+
.theme-crazyDomains .tw-duration-300 {
|
|
1985
1987
|
transition-duration: 300ms;
|
|
1986
1988
|
}
|
|
1987
|
-
.tw-ease-in-out {
|
|
1989
|
+
.theme-crazyDomains .tw-ease-in-out {
|
|
1988
1990
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1989
1991
|
}
|
|
1990
|
-
.tw-ease-out {
|
|
1992
|
+
.theme-crazyDomains .tw-ease-out {
|
|
1991
1993
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1992
1994
|
}
|
|
1993
|
-
.hover\:tw-border-grayscale-400:hover {
|
|
1995
|
+
.theme-crazyDomains .hover\:tw-border-grayscale-400:hover {
|
|
1994
1996
|
--tw-border-opacity: 1;
|
|
1995
1997
|
border-color: rgb(235 238 243 / var(--tw-border-opacity));
|
|
1996
1998
|
}
|
|
1997
|
-
.hover\:tw-border-info-600:hover {
|
|
1999
|
+
.theme-crazyDomains .hover\:tw-border-info-600:hover {
|
|
1998
2000
|
--tw-border-opacity: 1;
|
|
1999
2001
|
border-color: rgb(0 129 191 / var(--tw-border-opacity));
|
|
2000
2002
|
}
|
|
2001
|
-
.hover\:tw-border-primary-600:hover {
|
|
2003
|
+
.theme-crazyDomains .hover\:tw-border-primary-600:hover {
|
|
2002
2004
|
--tw-border-opacity: 1;
|
|
2003
2005
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
2004
2006
|
}
|
|
2005
|
-
.hover\:tw-border-primary-700:hover {
|
|
2007
|
+
.theme-crazyDomains .hover\:tw-border-primary-700:hover {
|
|
2006
2008
|
--tw-border-opacity: 1;
|
|
2007
2009
|
border-color: rgb(67 103 28 / var(--tw-border-opacity));
|
|
2008
2010
|
}
|
|
2009
|
-
.hover\:tw-border-secondary-700:hover {
|
|
2011
|
+
.theme-crazyDomains .hover\:tw-border-secondary-700:hover {
|
|
2010
2012
|
--tw-border-opacity: 1;
|
|
2011
2013
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2012
2014
|
}
|
|
2013
|
-
.hover\:tw-border-success-600:hover {
|
|
2015
|
+
.theme-crazyDomains .hover\:tw-border-success-600:hover {
|
|
2014
2016
|
--tw-border-opacity: 1;
|
|
2015
2017
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
2016
2018
|
}
|
|
2017
|
-
.hover\:tw-border-warning-600:hover {
|
|
2019
|
+
.theme-crazyDomains .hover\:tw-border-warning-600:hover {
|
|
2018
2020
|
--tw-border-opacity: 1;
|
|
2019
2021
|
border-color: rgb(194 145 33 / var(--tw-border-opacity));
|
|
2020
2022
|
}
|
|
2021
|
-
.hover\:tw-bg-grayscale-200:hover {
|
|
2023
|
+
.theme-crazyDomains .hover\:tw-bg-grayscale-200:hover {
|
|
2022
2024
|
--tw-bg-opacity: 1;
|
|
2023
2025
|
background-color: rgb(247 247 250 / var(--tw-bg-opacity));
|
|
2024
2026
|
}
|
|
2025
|
-
.hover\:tw-bg-grayscale-300:hover {
|
|
2027
|
+
.theme-crazyDomains .hover\:tw-bg-grayscale-300:hover {
|
|
2026
2028
|
--tw-bg-opacity: 1;
|
|
2027
2029
|
background-color: rgb(240 240 245 / var(--tw-bg-opacity));
|
|
2028
2030
|
}
|
|
2029
|
-
.hover\:tw-bg-grayscale-400:hover {
|
|
2031
|
+
.theme-crazyDomains .hover\:tw-bg-grayscale-400:hover {
|
|
2030
2032
|
--tw-bg-opacity: 1;
|
|
2031
2033
|
background-color: rgb(235 238 243 / var(--tw-bg-opacity));
|
|
2032
2034
|
}
|
|
2033
|
-
.hover\:tw-bg-info-100:hover {
|
|
2035
|
+
.theme-crazyDomains .hover\:tw-bg-info-100:hover {
|
|
2034
2036
|
--tw-bg-opacity: 1;
|
|
2035
2037
|
background-color: rgb(230 246 253 / var(--tw-bg-opacity));
|
|
2036
2038
|
}
|
|
2037
|
-
.hover\:tw-bg-info-400:hover {
|
|
2039
|
+
.theme-crazyDomains .hover\:tw-bg-info-400:hover {
|
|
2038
2040
|
--tw-bg-opacity: 1;
|
|
2039
2041
|
background-color: rgb(51 180 242 / var(--tw-bg-opacity));
|
|
2040
2042
|
}
|
|
2041
|
-
.hover\:tw-bg-info-600:hover {
|
|
2043
|
+
.theme-crazyDomains .hover\:tw-bg-info-600:hover {
|
|
2042
2044
|
--tw-bg-opacity: 1;
|
|
2043
2045
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
2044
2046
|
}
|
|
2045
|
-
.hover\:tw-bg-primary-
|
|
2046
|
-
--tw-bg-opacity: 1;
|
|
2047
|
-
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2048
|
-
}
|
|
2049
|
-
.hover\:tw-bg-primary-400:hover {
|
|
2047
|
+
.theme-crazyDomains .hover\:tw-bg-primary-400:hover {
|
|
2050
2048
|
--tw-bg-opacity: 1;
|
|
2051
2049
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
2052
2050
|
}
|
|
2053
|
-
.hover\:tw-bg-primary-600:hover {
|
|
2051
|
+
.theme-crazyDomains .hover\:tw-bg-primary-600:hover {
|
|
2054
2052
|
--tw-bg-opacity: 1;
|
|
2055
2053
|
background-color: rgb(89 138 38 / var(--tw-bg-opacity));
|
|
2056
2054
|
}
|
|
2057
|
-
.hover\:tw-bg-secondary-100:hover {
|
|
2055
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-100:hover {
|
|
2058
2056
|
--tw-bg-opacity: 1;
|
|
2059
2057
|
background-color: rgb(218 218 218 / var(--tw-bg-opacity));
|
|
2060
2058
|
}
|
|
2061
|
-
.hover\:tw-bg-secondary-400:hover {
|
|
2059
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-400:hover {
|
|
2062
2060
|
--tw-bg-opacity: 1;
|
|
2063
2061
|
background-color: rgb(109 109 109 / var(--tw-bg-opacity));
|
|
2064
2062
|
}
|
|
2065
|
-
.hover\:tw-bg-secondary-500:hover {
|
|
2063
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-500:hover {
|
|
2066
2064
|
--tw-bg-opacity: 1;
|
|
2067
2065
|
background-color: rgb(72 72 72 / var(--tw-bg-opacity));
|
|
2068
2066
|
}
|
|
2069
|
-
.hover\:tw-bg-secondary-600:hover {
|
|
2067
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-600:hover {
|
|
2070
2068
|
--tw-bg-opacity: 1;
|
|
2071
2069
|
background-color: rgb(58 58 58 / var(--tw-bg-opacity));
|
|
2072
2070
|
}
|
|
2073
|
-
.hover\:tw-bg-success-100:hover {
|
|
2071
|
+
.theme-crazyDomains .hover\:tw-bg-success-100:hover {
|
|
2074
2072
|
--tw-bg-opacity: 1;
|
|
2075
2073
|
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2076
2074
|
}
|
|
2077
|
-
.hover\:tw-bg-success-600:hover {
|
|
2075
|
+
.theme-crazyDomains .hover\:tw-bg-success-600:hover {
|
|
2078
2076
|
--tw-bg-opacity: 1;
|
|
2079
2077
|
background-color: rgb(89 138 38 / var(--tw-bg-opacity));
|
|
2080
2078
|
}
|
|
2081
|
-
.hover\:tw-bg-warning-600:hover {
|
|
2079
|
+
.theme-crazyDomains .hover\:tw-bg-warning-600:hover {
|
|
2082
2080
|
--tw-bg-opacity: 1;
|
|
2083
2081
|
background-color: rgb(194 145 33 / var(--tw-bg-opacity));
|
|
2084
2082
|
}
|
|
2085
|
-
.hover\:tw-text-grayscale-800:hover {
|
|
2083
|
+
.theme-crazyDomains .hover\:tw-text-grayscale-800:hover {
|
|
2086
2084
|
--tw-text-opacity: 1;
|
|
2087
2085
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
2088
2086
|
}
|
|
2089
|
-
.hover\:tw-text-secondary-500:hover {
|
|
2087
|
+
.theme-crazyDomains .hover\:tw-text-secondary-500:hover {
|
|
2090
2088
|
--tw-text-opacity: 1;
|
|
2091
2089
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
2092
2090
|
}
|
|
2093
|
-
.hover\:tw-text-success-600:hover {
|
|
2091
|
+
.theme-crazyDomains .hover\:tw-text-success-600:hover {
|
|
2094
2092
|
--tw-text-opacity: 1;
|
|
2095
2093
|
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
2096
2094
|
}
|
|
2097
|
-
.hover\:tw-text-white:hover {
|
|
2095
|
+
.theme-crazyDomains .hover\:tw-text-white:hover {
|
|
2098
2096
|
--tw-text-opacity: 1;
|
|
2099
2097
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2100
2098
|
}
|
|
2101
|
-
.hover\:tw-underline:hover {
|
|
2099
|
+
.theme-crazyDomains .hover\:tw-underline:hover {
|
|
2102
2100
|
text-decoration-line: underline;
|
|
2103
2101
|
}
|
|
2104
|
-
.hover\:tw-shadow-lg:hover {
|
|
2102
|
+
.theme-crazyDomains .hover\:tw-shadow-lg:hover {
|
|
2105
2103
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2106
2104
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2107
2105
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2108
2106
|
}
|
|
2109
|
-
.hover\:\!tw-shadow-info-500:hover {
|
|
2107
|
+
.theme-crazyDomains .hover\:\!tw-shadow-info-500:hover {
|
|
2110
2108
|
--tw-shadow-color: #00A1EF !important;
|
|
2111
2109
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2112
2110
|
}
|
|
2113
|
-
.hover\:tw-brightness-\[0\.85\]:hover {
|
|
2111
|
+
.theme-crazyDomains .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2114
2112
|
--tw-brightness: brightness(0.85);
|
|
2115
2113
|
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);
|
|
2116
2114
|
}
|
|
2117
|
-
.focus\:tw-border-error-600:focus {
|
|
2115
|
+
.theme-crazyDomains .focus\:tw-border-error-600:focus {
|
|
2118
2116
|
--tw-border-opacity: 1;
|
|
2119
2117
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
2120
2118
|
}
|
|
2121
|
-
.focus\:tw-border-grayscale-600:focus {
|
|
2119
|
+
.theme-crazyDomains .focus\:tw-border-grayscale-600:focus {
|
|
2122
2120
|
--tw-border-opacity: 1;
|
|
2123
2121
|
border-color: rgb(102 111 115 / var(--tw-border-opacity));
|
|
2124
2122
|
}
|
|
2125
|
-
.focus\:tw-border-grayscale-700:focus {
|
|
2123
|
+
.theme-crazyDomains .focus\:tw-border-grayscale-700:focus {
|
|
2126
2124
|
--tw-border-opacity: 1;
|
|
2127
2125
|
border-color: rgb(87 97 99 / var(--tw-border-opacity));
|
|
2128
2126
|
}
|
|
2129
|
-
.focus\:tw-border-success-600:focus {
|
|
2127
|
+
.theme-crazyDomains .focus\:tw-border-success-600:focus {
|
|
2130
2128
|
--tw-border-opacity: 1;
|
|
2131
2129
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
2132
2130
|
}
|
|
2133
|
-
.focus\:tw-border-warning-600:focus {
|
|
2131
|
+
.theme-crazyDomains .focus\:tw-border-warning-600:focus {
|
|
2134
2132
|
--tw-border-opacity: 1;
|
|
2135
2133
|
border-color: rgb(194 145 33 / var(--tw-border-opacity));
|
|
2136
2134
|
}
|
|
2137
|
-
.focus\:tw-outline-none:focus {
|
|
2135
|
+
.theme-crazyDomains .focus\:tw-outline-none:focus {
|
|
2138
2136
|
outline: 2px solid transparent;
|
|
2139
2137
|
outline-offset: 2px;
|
|
2140
2138
|
}
|
|
2141
|
-
.tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2139
|
+
.theme-crazyDomains .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2142
2140
|
--tw-text-opacity: 1;
|
|
2143
2141
|
color: rgb(0 161 239 / var(--tw-text-opacity));
|
|
2144
2142
|
}
|
|
2145
2143
|
@media (min-width: 640px) {
|
|
2146
|
-
|
|
2147
|
-
.sm\:tw-absolute {
|
|
2144
|
+
.theme-crazyDomains .sm\:tw-absolute {
|
|
2148
2145
|
position: absolute;
|
|
2149
2146
|
}
|
|
2150
|
-
|
|
2151
|
-
.sm\:tw-bottom-full {
|
|
2147
|
+
.theme-crazyDomains .sm\:tw-bottom-full {
|
|
2152
2148
|
bottom: 100%;
|
|
2153
2149
|
}
|
|
2154
|
-
|
|
2155
|
-
.sm\:tw-left-full {
|
|
2150
|
+
.theme-crazyDomains .sm\:tw-left-full {
|
|
2156
2151
|
left: 100%;
|
|
2157
2152
|
}
|
|
2158
|
-
|
|
2159
|
-
.sm\:tw-right-full {
|
|
2153
|
+
.theme-crazyDomains .sm\:tw-right-full {
|
|
2160
2154
|
right: 100%;
|
|
2161
2155
|
}
|
|
2162
|
-
|
|
2163
|
-
.sm\:tw-top-auto {
|
|
2156
|
+
.theme-crazyDomains .sm\:tw-top-auto {
|
|
2164
2157
|
top: auto;
|
|
2165
2158
|
}
|
|
2166
|
-
|
|
2167
|
-
.sm\:tw-mx-8 {
|
|
2159
|
+
.theme-crazyDomains .sm\:tw-mx-8 {
|
|
2168
2160
|
margin-left: 2rem;
|
|
2169
2161
|
margin-right: 2rem;
|
|
2170
2162
|
}
|
|
2171
|
-
|
|
2172
|
-
.sm\:tw-mb-4 {
|
|
2163
|
+
.theme-crazyDomains .sm\:tw-mb-4 {
|
|
2173
2164
|
margin-bottom: 1rem;
|
|
2174
2165
|
}
|
|
2175
|
-
|
|
2176
|
-
.sm\:tw-ml-4 {
|
|
2166
|
+
.theme-crazyDomains .sm\:tw-ml-4 {
|
|
2177
2167
|
margin-left: 1rem;
|
|
2178
2168
|
}
|
|
2179
|
-
|
|
2180
|
-
.sm\:tw-mr-4 {
|
|
2169
|
+
.theme-crazyDomains .sm\:tw-mr-4 {
|
|
2181
2170
|
margin-right: 1rem;
|
|
2182
2171
|
}
|
|
2183
|
-
|
|
2184
|
-
.sm\:tw-mt-0 {
|
|
2172
|
+
.theme-crazyDomains .sm\:tw-mt-0 {
|
|
2185
2173
|
margin-top: 0px;
|
|
2186
2174
|
}
|
|
2187
|
-
|
|
2188
|
-
.sm\:tw-block {
|
|
2175
|
+
.theme-crazyDomains .sm\:tw-block {
|
|
2189
2176
|
display: block;
|
|
2190
2177
|
}
|
|
2191
|
-
|
|
2192
|
-
.sm\:tw-inline {
|
|
2178
|
+
.theme-crazyDomains .sm\:tw-inline {
|
|
2193
2179
|
display: inline;
|
|
2194
2180
|
}
|
|
2195
|
-
|
|
2196
|
-
.sm\:tw-hidden {
|
|
2181
|
+
.theme-crazyDomains .sm\:tw-hidden {
|
|
2197
2182
|
display: none;
|
|
2198
2183
|
}
|
|
2199
|
-
|
|
2200
|
-
.sm\:tw-h-auto {
|
|
2184
|
+
.theme-crazyDomains .sm\:tw-h-auto {
|
|
2201
2185
|
height: auto;
|
|
2202
2186
|
}
|
|
2203
|
-
|
|
2204
|
-
.sm\:tw-w-64 {
|
|
2187
|
+
.theme-crazyDomains .sm\:tw-w-64 {
|
|
2205
2188
|
width: 16rem;
|
|
2206
2189
|
}
|
|
2207
|
-
|
|
2208
|
-
.sm\:tw-w-72 {
|
|
2190
|
+
.theme-crazyDomains .sm\:tw-w-72 {
|
|
2209
2191
|
width: 18rem;
|
|
2210
2192
|
}
|
|
2211
|
-
|
|
2212
|
-
.sm\:tw-w-96 {
|
|
2193
|
+
.theme-crazyDomains .sm\:tw-w-96 {
|
|
2213
2194
|
width: 24rem;
|
|
2214
2195
|
}
|
|
2215
|
-
|
|
2216
|
-
.sm\:tw-w-auto {
|
|
2196
|
+
.theme-crazyDomains .sm\:tw-w-auto {
|
|
2217
2197
|
width: auto;
|
|
2218
2198
|
}
|
|
2219
|
-
|
|
2220
|
-
.sm\:tw-flex-row {
|
|
2199
|
+
.theme-crazyDomains .sm\:tw-flex-row {
|
|
2221
2200
|
flex-direction: row;
|
|
2222
2201
|
}
|
|
2223
|
-
|
|
2224
|
-
.sm\:tw-rounded-md {
|
|
2202
|
+
.theme-crazyDomains .sm\:tw-rounded-md {
|
|
2225
2203
|
border-radius: 0.375rem;
|
|
2226
2204
|
}
|
|
2227
|
-
|
|
2228
|
-
.sm\:tw-px-4 {
|
|
2205
|
+
.theme-crazyDomains .sm\:tw-px-4 {
|
|
2229
2206
|
padding-left: 1rem;
|
|
2230
2207
|
padding-right: 1rem;
|
|
2231
2208
|
}
|
|
2232
2209
|
}
|
|
2233
2210
|
@media (min-width: 768px) {
|
|
2234
|
-
|
|
2235
|
-
.md\:tw-right-6 {
|
|
2211
|
+
.theme-crazyDomains .md\:tw-right-6 {
|
|
2236
2212
|
right: 1.5rem;
|
|
2237
2213
|
}
|
|
2238
|
-
|
|
2239
|
-
.md\:tw-mb-0 {
|
|
2214
|
+
.theme-crazyDomains .md\:tw-mb-0 {
|
|
2240
2215
|
margin-bottom: 0px;
|
|
2241
2216
|
}
|
|
2242
|
-
|
|
2243
|
-
.md\:tw-ml-0 {
|
|
2217
|
+
.theme-crazyDomains .md\:tw-ml-0 {
|
|
2244
2218
|
margin-left: 0px;
|
|
2245
2219
|
}
|
|
2246
|
-
|
|
2247
|
-
.md\:tw-ml-2 {
|
|
2220
|
+
.theme-crazyDomains .md\:tw-ml-2 {
|
|
2248
2221
|
margin-left: 0.5rem;
|
|
2249
2222
|
}
|
|
2250
|
-
|
|
2251
|
-
.md\:tw-ml-3 {
|
|
2223
|
+
.theme-crazyDomains .md\:tw-ml-3 {
|
|
2252
2224
|
margin-left: 0.75rem;
|
|
2253
2225
|
}
|
|
2254
|
-
|
|
2255
|
-
.md\:tw-ml-4 {
|
|
2226
|
+
.theme-crazyDomains .md\:tw-ml-4 {
|
|
2256
2227
|
margin-left: 1rem;
|
|
2257
2228
|
}
|
|
2258
|
-
|
|
2259
|
-
.md\:tw-mr-2 {
|
|
2260
|
-
margin-right: 0.5rem;
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
.md\:tw-mt-0 {
|
|
2229
|
+
.theme-crazyDomains .md\:tw-mt-0 {
|
|
2264
2230
|
margin-top: 0px;
|
|
2265
2231
|
}
|
|
2266
|
-
|
|
2267
|
-
.md\:tw-mt-3 {
|
|
2232
|
+
.theme-crazyDomains .md\:tw-mt-3 {
|
|
2268
2233
|
margin-top: 0.75rem;
|
|
2269
2234
|
}
|
|
2270
|
-
|
|
2271
|
-
.md\:tw-flex {
|
|
2235
|
+
.theme-crazyDomains .md\:tw-flex {
|
|
2272
2236
|
display: flex;
|
|
2273
2237
|
}
|
|
2274
|
-
|
|
2275
|
-
.md\:tw-grid {
|
|
2238
|
+
.theme-crazyDomains .md\:tw-grid {
|
|
2276
2239
|
display: grid;
|
|
2277
2240
|
}
|
|
2278
|
-
|
|
2279
|
-
.md\:tw-hidden {
|
|
2241
|
+
.theme-crazyDomains .md\:tw-hidden {
|
|
2280
2242
|
display: none;
|
|
2281
2243
|
}
|
|
2282
|
-
|
|
2283
|
-
.md\:tw-h-10 {
|
|
2244
|
+
.theme-crazyDomains .md\:tw-h-10 {
|
|
2284
2245
|
height: 2.5rem;
|
|
2285
2246
|
}
|
|
2286
|
-
|
|
2287
|
-
.md\:tw-h-20 {
|
|
2247
|
+
.theme-crazyDomains .md\:tw-h-20 {
|
|
2288
2248
|
height: 5rem;
|
|
2289
2249
|
}
|
|
2290
|
-
|
|
2291
|
-
.md\:tw-h-full {
|
|
2250
|
+
.theme-crazyDomains .md\:tw-h-full {
|
|
2292
2251
|
height: 100%;
|
|
2293
2252
|
}
|
|
2294
|
-
|
|
2295
|
-
.md\:tw-w-10 {
|
|
2253
|
+
.theme-crazyDomains .md\:tw-w-10 {
|
|
2296
2254
|
width: 2.5rem;
|
|
2297
2255
|
}
|
|
2298
|
-
|
|
2299
|
-
.md\:tw-w-24 {
|
|
2256
|
+
.theme-crazyDomains .md\:tw-w-24 {
|
|
2300
2257
|
width: 6rem;
|
|
2301
2258
|
}
|
|
2302
|
-
|
|
2303
|
-
.md\:tw-w-auto {
|
|
2259
|
+
.theme-crazyDomains .md\:tw-w-auto {
|
|
2304
2260
|
width: auto;
|
|
2305
2261
|
}
|
|
2306
|
-
|
|
2307
|
-
.md\:tw-w-full {
|
|
2262
|
+
.theme-crazyDomains .md\:tw-w-full {
|
|
2308
2263
|
width: 100%;
|
|
2309
2264
|
}
|
|
2310
|
-
|
|
2311
|
-
.md\:tw-max-w-full {
|
|
2265
|
+
.theme-crazyDomains .md\:tw-max-w-full {
|
|
2312
2266
|
max-width: 100%;
|
|
2313
2267
|
}
|
|
2314
|
-
|
|
2315
|
-
.md\:tw-grow {
|
|
2268
|
+
.theme-crazyDomains .md\:tw-grow {
|
|
2316
2269
|
flex-grow: 1;
|
|
2317
2270
|
}
|
|
2318
|
-
|
|
2319
|
-
.md\:tw-grid-cols-2 {
|
|
2271
|
+
.theme-crazyDomains .md\:tw-grid-cols-2 {
|
|
2320
2272
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2321
2273
|
}
|
|
2322
|
-
|
|
2323
|
-
.md\:tw-flex-row {
|
|
2274
|
+
.theme-crazyDomains .md\:tw-flex-row {
|
|
2324
2275
|
flex-direction: row;
|
|
2325
2276
|
}
|
|
2326
|
-
|
|
2327
|
-
.md\:tw-flex-col {
|
|
2277
|
+
.theme-crazyDomains .md\:tw-flex-col {
|
|
2328
2278
|
flex-direction: column;
|
|
2329
2279
|
}
|
|
2330
|
-
|
|
2331
|
-
.md\:tw-items-start {
|
|
2280
|
+
.theme-crazyDomains .md\:tw-items-start {
|
|
2332
2281
|
align-items: flex-start;
|
|
2333
2282
|
}
|
|
2334
|
-
|
|
2335
|
-
.md\:tw-items-end {
|
|
2283
|
+
.theme-crazyDomains .md\:tw-items-end {
|
|
2336
2284
|
align-items: flex-end;
|
|
2337
2285
|
}
|
|
2338
|
-
|
|
2339
|
-
.md\:tw-items-center {
|
|
2286
|
+
.theme-crazyDomains .md\:tw-items-center {
|
|
2340
2287
|
align-items: center;
|
|
2341
2288
|
}
|
|
2342
|
-
|
|
2343
|
-
.md\:tw-justify-start {
|
|
2289
|
+
.theme-crazyDomains .md\:tw-justify-start {
|
|
2344
2290
|
justify-content: flex-start;
|
|
2345
2291
|
}
|
|
2346
|
-
|
|
2347
|
-
.md\:tw-justify-end {
|
|
2292
|
+
.theme-crazyDomains .md\:tw-justify-end {
|
|
2348
2293
|
justify-content: flex-end;
|
|
2349
2294
|
}
|
|
2350
|
-
|
|
2351
|
-
.md\:tw-justify-center {
|
|
2295
|
+
.theme-crazyDomains .md\:tw-justify-center {
|
|
2352
2296
|
justify-content: center;
|
|
2353
2297
|
}
|
|
2354
|
-
|
|
2355
|
-
.md\:tw-gap-2 {
|
|
2298
|
+
.theme-crazyDomains .md\:tw-gap-2 {
|
|
2356
2299
|
gap: 0.5rem;
|
|
2357
2300
|
}
|
|
2358
|
-
|
|
2359
|
-
.md\:tw-rounded-l-none {
|
|
2301
|
+
.theme-crazyDomains .md\:tw-rounded-l-none {
|
|
2360
2302
|
border-top-left-radius: 0px;
|
|
2361
2303
|
border-bottom-left-radius: 0px;
|
|
2362
2304
|
}
|
|
2363
|
-
|
|
2364
|
-
.md\:tw-rounded-r-none {
|
|
2305
|
+
.theme-crazyDomains .md\:tw-rounded-r-none {
|
|
2365
2306
|
border-top-right-radius: 0px;
|
|
2366
2307
|
border-bottom-right-radius: 0px;
|
|
2367
2308
|
}
|
|
2368
|
-
|
|
2369
|
-
.md\:tw-object-contain {
|
|
2309
|
+
.theme-crazyDomains .md\:tw-object-contain {
|
|
2370
2310
|
-o-object-fit: contain;
|
|
2371
2311
|
object-fit: contain;
|
|
2372
2312
|
}
|
|
2373
|
-
|
|
2374
|
-
.md\:tw-p-2 {
|
|
2313
|
+
.theme-crazyDomains .md\:tw-p-2 {
|
|
2375
2314
|
padding: 0.5rem;
|
|
2376
2315
|
}
|
|
2377
|
-
|
|
2378
|
-
.md\:tw-p-3 {
|
|
2316
|
+
.theme-crazyDomains .md\:tw-p-3 {
|
|
2379
2317
|
padding: 0.75rem;
|
|
2380
2318
|
}
|
|
2381
|
-
|
|
2382
|
-
.md\:tw-p-6 {
|
|
2319
|
+
.theme-crazyDomains .md\:tw-p-6 {
|
|
2383
2320
|
padding: 1.5rem;
|
|
2384
2321
|
}
|
|
2385
|
-
|
|
2386
|
-
.md\:tw-p-8 {
|
|
2322
|
+
.theme-crazyDomains .md\:tw-p-8 {
|
|
2387
2323
|
padding: 2rem;
|
|
2388
2324
|
}
|
|
2389
|
-
|
|
2390
|
-
.md\:tw-px-4 {
|
|
2325
|
+
.theme-crazyDomains .md\:tw-px-4 {
|
|
2391
2326
|
padding-left: 1rem;
|
|
2392
2327
|
padding-right: 1rem;
|
|
2393
2328
|
}
|
|
2394
|
-
|
|
2395
|
-
.md\:tw-px-8 {
|
|
2329
|
+
.theme-crazyDomains .md\:tw-px-8 {
|
|
2396
2330
|
padding-left: 2rem;
|
|
2397
2331
|
padding-right: 2rem;
|
|
2398
2332
|
}
|
|
2399
|
-
|
|
2400
|
-
.md\:tw-py-2 {
|
|
2333
|
+
.theme-crazyDomains .md\:tw-py-2 {
|
|
2401
2334
|
padding-top: 0.5rem;
|
|
2402
2335
|
padding-bottom: 0.5rem;
|
|
2403
2336
|
}
|
|
2404
|
-
|
|
2405
|
-
.md\:tw-pl-4 {
|
|
2337
|
+
.theme-crazyDomains .md\:tw-pl-4 {
|
|
2406
2338
|
padding-left: 1rem;
|
|
2407
2339
|
}
|
|
2408
|
-
|
|
2409
|
-
.md\:tw-pr-2 {
|
|
2340
|
+
.theme-crazyDomains .md\:tw-pr-2 {
|
|
2410
2341
|
padding-right: 0.5rem;
|
|
2411
2342
|
}
|
|
2412
|
-
|
|
2413
|
-
.md\:tw-text-left {
|
|
2343
|
+
.theme-crazyDomains .md\:tw-text-left {
|
|
2414
2344
|
text-align: left;
|
|
2415
2345
|
}
|
|
2416
|
-
|
|
2417
|
-
.md\:tw-text-sm {
|
|
2346
|
+
.theme-crazyDomains .md\:tw-text-sm {
|
|
2418
2347
|
font-size: 0.875rem;
|
|
2419
2348
|
line-height: 1.25rem;
|
|
2420
2349
|
}
|
|
2421
|
-
|
|
2422
|
-
.md\:tw-text-xs {
|
|
2350
|
+
.theme-crazyDomains .md\:tw-text-xs {
|
|
2423
2351
|
font-size: 0.75rem;
|
|
2424
2352
|
line-height: 1rem;
|
|
2425
2353
|
}
|
|
2426
2354
|
}
|
|
2427
2355
|
@media (min-width: 1024px) {
|
|
2428
|
-
|
|
2429
|
-
.lg\:tw-static {
|
|
2356
|
+
.theme-crazyDomains .lg\:tw-static {
|
|
2430
2357
|
position: static;
|
|
2431
2358
|
}
|
|
2432
|
-
|
|
2433
|
-
.lg\:tw-mb-0 {
|
|
2359
|
+
.theme-crazyDomains .lg\:tw-mb-0 {
|
|
2434
2360
|
margin-bottom: 0px;
|
|
2435
2361
|
}
|
|
2436
|
-
|
|
2437
|
-
.lg\:tw-mr-8 {
|
|
2362
|
+
.theme-crazyDomains .lg\:tw-mr-8 {
|
|
2438
2363
|
margin-right: 2rem;
|
|
2439
2364
|
}
|
|
2440
|
-
|
|
2441
|
-
.lg\:tw-flex {
|
|
2365
|
+
.theme-crazyDomains .lg\:tw-flex {
|
|
2442
2366
|
display: flex;
|
|
2443
2367
|
}
|
|
2444
|
-
|
|
2445
|
-
.lg\:tw-h-auto {
|
|
2368
|
+
.theme-crazyDomains .lg\:tw-h-auto {
|
|
2446
2369
|
height: auto;
|
|
2447
2370
|
}
|
|
2448
|
-
|
|
2449
|
-
.lg\:tw-max-w-xl {
|
|
2371
|
+
.theme-crazyDomains .lg\:tw-max-w-xl {
|
|
2450
2372
|
max-width: 36rem;
|
|
2451
2373
|
}
|
|
2452
|
-
|
|
2453
|
-
.lg\:tw-flex-row {
|
|
2374
|
+
.theme-crazyDomains .lg\:tw-flex-row {
|
|
2454
2375
|
flex-direction: row;
|
|
2455
2376
|
}
|
|
2456
|
-
|
|
2457
|
-
.lg\:tw-items-center {
|
|
2377
|
+
.theme-crazyDomains .lg\:tw-items-center {
|
|
2458
2378
|
align-items: center;
|
|
2459
2379
|
}
|
|
2460
|
-
|
|
2461
|
-
.lg\:tw-overflow-visible {
|
|
2380
|
+
.theme-crazyDomains .lg\:tw-overflow-visible {
|
|
2462
2381
|
overflow: visible;
|
|
2463
2382
|
}
|
|
2464
|
-
|
|
2465
|
-
.lg\:tw-rounded {
|
|
2383
|
+
.theme-crazyDomains .lg\:tw-rounded {
|
|
2466
2384
|
border-radius: 0.25rem;
|
|
2467
2385
|
}
|
|
2468
|
-
|
|
2469
|
-
.lg\:tw-px-20 {
|
|
2386
|
+
.theme-crazyDomains .lg\:tw-px-20 {
|
|
2470
2387
|
padding-left: 5rem;
|
|
2471
2388
|
padding-right: 5rem;
|
|
2472
2389
|
}
|
|
2473
|
-
|
|
2474
|
-
.lg\:tw-px-8 {
|
|
2390
|
+
.theme-crazyDomains .lg\:tw-px-8 {
|
|
2475
2391
|
padding-left: 2rem;
|
|
2476
2392
|
padding-right: 2rem;
|
|
2477
2393
|
}
|
|
2478
|
-
|
|
2479
|
-
.lg\:tw-pb-0 {
|
|
2394
|
+
.theme-crazyDomains .lg\:tw-pb-0 {
|
|
2480
2395
|
padding-bottom: 0px;
|
|
2481
2396
|
}
|
|
2482
|
-
|
|
2483
|
-
.lg\:tw-pb-8 {
|
|
2397
|
+
.theme-crazyDomains .lg\:tw-pb-8 {
|
|
2484
2398
|
padding-bottom: 2rem;
|
|
2485
2399
|
}
|
|
2486
|
-
|
|
2487
|
-
.lg\:tw-pt-20 {
|
|
2400
|
+
.theme-crazyDomains .lg\:tw-pt-20 {
|
|
2488
2401
|
padding-top: 5rem;
|
|
2489
2402
|
}
|
|
2490
2403
|
}
|