@pelcro/react-pelcro-js 4.0.0-alpha.2 → 4.0.0-alpha.20

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/pelcro.css CHANGED
@@ -548,7 +548,7 @@ Add the correct display in Chrome and Safari.
548
548
  background-size: 1.5em 1.5em;
549
549
  padding-right: 2.5rem;
550
550
  -webkit-print-color-adjust: exact;
551
- color-adjust: exact;
551
+ print-color-adjust: exact;
552
552
  }
553
553
 
554
554
  .pelcro-root [multiple] {
@@ -558,7 +558,7 @@ Add the correct display in Chrome and Safari.
558
558
  background-size: initial;
559
559
  padding-right: 0.75rem;
560
560
  -webkit-print-color-adjust: unset;
561
- color-adjust: unset;
561
+ print-color-adjust: unset;
562
562
  }
563
563
 
564
564
  .pelcro-root [type="checkbox"],
@@ -567,7 +567,7 @@ Add the correct display in Chrome and Safari.
567
567
  appearance: none;
568
568
  padding: 0;
569
569
  -webkit-print-color-adjust: exact;
570
- color-adjust: exact;
570
+ print-color-adjust: exact;
571
571
  display: inline-block;
572
572
  vertical-align: middle;
573
573
  background-origin: border-box;
@@ -703,6 +703,12 @@ Add the correct display in Chrome and Safari.
703
703
  width: 100%;
704
704
  }
705
705
 
706
+ @media (min-width: 425px) {
707
+ .pelcro-root .pelcro-modal {
708
+ max-width: 425px;
709
+ }
710
+ }
711
+
706
712
  @media (min-width: 640px) {
707
713
  .pelcro-root .pelcro-modal {
708
714
  max-width: 640px;
@@ -737,7 +743,7 @@ Add the correct display in Chrome and Safari.
737
743
  position: absolute;
738
744
  top: 0px;
739
745
  display: flex;
740
- max-width: 42rem;
746
+ max-width: 36rem;
741
747
  flex-direction: column;
742
748
  align-items: center;
743
749
  overflow: hidden;
@@ -759,13 +765,13 @@ Add the correct display in Chrome and Safari.
759
765
  .pelcro-root .pelcro-modal-header {
760
766
  position: relative;
761
767
  display: flex;
762
- min-height: 8rem;
768
+ min-height: 3rem;
763
769
  flex-direction: column;
764
770
  border-bottom-width: 2px;
765
771
  --tw-bg-opacity: 1;
766
772
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
767
- padding-left: 3rem;
768
- padding-right: 3rem;
773
+ padding-left: 2rem;
774
+ padding-right: 2rem;
769
775
  padding-top: 0.75rem;
770
776
  padding-bottom: 0.75rem;
771
777
  border-bottom-width: 1px;
@@ -774,7 +780,7 @@ Add the correct display in Chrome and Safari.
774
780
  .pelcro-root .pelcro-modal-close {
775
781
  position: absolute;
776
782
  top: 50%;
777
- right: 1.25rem;
783
+ right: 0.5rem;
778
784
  z-index: 999999;
779
785
  width: 1.5rem;
780
786
  --tw-translate-x: 0;
@@ -818,19 +824,25 @@ Add the correct display in Chrome and Safari.
818
824
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
819
825
  }
820
826
 
827
+ @media (min-width: 640px) {
828
+ .pelcro-root .pelcro-modal-close {
829
+ right: 1.25rem;
830
+ }
831
+ }
832
+
821
833
  .pelcro-root .pelcro-modal-body {
822
834
  --tw-bg-opacity: 1;
823
835
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
824
- padding-left: 1rem;
825
- padding-right: 1rem;
826
- padding-top: 1rem;
827
- padding-bottom: 1rem;
836
+ padding-left: 0.5rem;
837
+ padding-right: 0.5rem;
838
+ padding-top: 0.5rem;
839
+ padding-bottom: 0.5rem;
828
840
  }
829
841
 
830
842
  @media (min-width: 768px) {
831
843
  .pelcro-root .pelcro-modal-body {
832
- padding-left: 4rem;
833
- padding-right: 4rem;
844
+ padding-left: 2rem;
845
+ padding-right: 2rem;
834
846
  }
835
847
  }
836
848
 
@@ -842,7 +854,6 @@ Add the correct display in Chrome and Safari.
842
854
  --tw-bg-opacity: 1;
843
855
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
844
856
  padding: 1rem;
845
- padding-bottom: 2.75rem;
846
857
  font-size: 0.875rem;
847
858
  line-height: 1.25rem;
848
859
  }
@@ -1498,6 +1509,10 @@ Add the correct display in Chrome and Safari.
1498
1509
  width: 1px;
1499
1510
  }
1500
1511
 
1512
+ .pelcro-root .pelcro-vertical-separator:first-child {
1513
+ display: none;
1514
+ }
1515
+
1501
1516
  .pelcro-root .pelcro-shop-product-image {
1502
1517
  max-width: 13rem;
1503
1518
  }
@@ -1636,6 +1651,10 @@ Add the correct display in Chrome and Safari.
1636
1651
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
1637
1652
  }
1638
1653
 
1654
+ .pelcro-root .pelcro-product {
1655
+ display: flex !important;
1656
+ }
1657
+
1639
1658
  .pelcro-root .pelcro-select-plan-radio {
1640
1659
  margin-top: 0.4rem;
1641
1660
  }
@@ -1650,13 +1669,29 @@ Add the correct display in Chrome and Safari.
1650
1669
  background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
1651
1670
  }
1652
1671
 
1672
+ /* Firefox */
1673
+
1674
+ .pelcro-root .productTabs .tabs {
1675
+ padding-bottom: 5px;
1676
+ scrollbar-width: thin;
1677
+ scrollbar-color: grey;
1678
+ }
1679
+
1680
+ /* Chrome, Edge, and Safari */
1681
+
1653
1682
  .pelcro-root .productTabs .tabs::-webkit-scrollbar {
1654
- display: none;
1683
+ width: 15px;
1684
+ height: 3px;
1655
1685
  }
1656
1686
 
1657
- .pelcro-root .productTabs .tabs {
1658
- -ms-overflow-style: none;
1659
- scrollbar-width: none;
1687
+ .pelcro-root .productTabs .tabs::-webkit-scrollbar-track {
1688
+ background: lightGrey;
1689
+ border-radius: 3px;
1690
+ }
1691
+
1692
+ .pelcro-root .productTabs .tabs::-webkit-scrollbar-thumb {
1693
+ background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
1694
+ border-radius: 14px;
1660
1695
  }
1661
1696
 
1662
1697
  .pelcro-root .productTabs .tabs li:first-child {
@@ -1668,20 +1703,17 @@ Add the correct display in Chrome and Safari.
1668
1703
  }
1669
1704
 
1670
1705
  .pelcro-root .productTabs .tabs li#activeTab button {
1671
- color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
1672
- }
1673
-
1674
- .pelcro-root .productTabs .tabs li#activeTab:after {
1675
- content: "";
1676
- position: absolute;
1677
- bottom: 0px;
1678
- left: 0px;
1679
- display: block;
1680
- height: 0.25rem;
1681
- width: 100%;
1706
+ border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
1682
1707
  background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
1708
+ --tw-text-opacity: 1;
1709
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
1683
1710
  }
1684
1711
 
1712
+ /* .pelcro-root .productTabs .tabs li#activeTab:after {
1713
+ content: "";
1714
+ @apply plc-h-1 plc-bg-primary-800 plc-w-full plc-absolute plc-bottom-0 plc-left-0 plc-block;
1715
+ } */
1716
+
1685
1717
  .pelcro-root .selectedProduct img {
1686
1718
  max-width: 150px;
1687
1719
  height: auto;
@@ -1693,6 +1725,136 @@ Add the correct display in Chrome and Safari.
1693
1725
 
1694
1726
  /* used by multiple input sub-components */
1695
1727
 
1728
+ /* Slider */
1729
+
1730
+ .pelcro-root .slick-slider {
1731
+ position: relative;
1732
+ display: block;
1733
+ box-sizing: border-box;
1734
+ -webkit-user-select: none;
1735
+ user-select: none;
1736
+ touch-action: pan-y;
1737
+ }
1738
+
1739
+ .pelcro-root .slick-list {
1740
+ position: relative;
1741
+ display: block;
1742
+ overflow: hidden;
1743
+ padding: 0;
1744
+ /* margin: 0 -10px; */
1745
+ }
1746
+
1747
+ .pelcro-root .slick-list:focus {
1748
+ outline: none;
1749
+ }
1750
+
1751
+ .pelcro-root .slick-list.dragging {
1752
+ cursor: pointer;
1753
+ }
1754
+
1755
+ .pelcro-root .slick-slider .slick-track,
1756
+ .pelcro-root .slick-slider .slick-list {
1757
+ transform: translate3d(0, 0, 0);
1758
+ }
1759
+
1760
+ .pelcro-root .slick-track {
1761
+ position: relative;
1762
+ top: 0;
1763
+ left: 0;
1764
+ display: flex;
1765
+ align-items: stretch;
1766
+ }
1767
+
1768
+ .pelcro-root .slick-track:before,
1769
+ .pelcro-root .slick-track:after {
1770
+ display: table;
1771
+ content: "";
1772
+ }
1773
+
1774
+ .pelcro-root .slick-track:after {
1775
+ clear: both;
1776
+ }
1777
+
1778
+ .pelcro-root .slick-loading .slick-track {
1779
+ visibility: hidden;
1780
+ }
1781
+
1782
+ .pelcro-root .slick-slide {
1783
+ display: flex !important;
1784
+ align-self: stretch;
1785
+ height: unset;
1786
+ margin: 0 10px;
1787
+ }
1788
+
1789
+ .pelcro-root .slick-slide > div {
1790
+ display: flex;
1791
+ align-self: stretch;
1792
+ width: 100%;
1793
+ height: 100%;
1794
+ }
1795
+
1796
+ .pelcro-root .slick-slide img {
1797
+ display: block;
1798
+ }
1799
+
1800
+ .pelcro-root .slick-slide.slick-loading img {
1801
+ display: none;
1802
+ }
1803
+
1804
+ .pelcro-root .slick-slide.dragging img {
1805
+ pointer-events: none;
1806
+ }
1807
+
1808
+ .pelcro-root .slick-initialized .slick-slide {
1809
+ display: block;
1810
+ }
1811
+
1812
+ .pelcro-root .slick-loading .slick-slide {
1813
+ visibility: hidden;
1814
+ }
1815
+
1816
+ .pelcro-root .slick-vertical .slick-slide {
1817
+ display: block;
1818
+ height: auto;
1819
+ border: 1px solid transparent;
1820
+ }
1821
+
1822
+ .pelcro-root .slick-arrow.slick-hidden {
1823
+ display: none;
1824
+ }
1825
+
1826
+ .pelcro-root .slick-disabled {
1827
+ opacity: 0.5;
1828
+ cursor: not-allowed;
1829
+ }
1830
+
1831
+ .pelcro-root .slick-dots {
1832
+ margin-top: 20px;
1833
+ display: flex !important;
1834
+ align-items: center;
1835
+ justify-content: center;
1836
+ }
1837
+
1838
+ .pelcro-root .slick-dots li {
1839
+ padding: 2px;
1840
+ border: solid 1px transparent;
1841
+ border-radius: 9999999px;
1842
+ width: 20px;
1843
+ height: 20px;
1844
+ display: flex;
1845
+ align-items: center;
1846
+ justify-content: center;
1847
+ line-height: 1;
1848
+ }
1849
+
1850
+ .pelcro-root .slick-dots li.slick-active {
1851
+ border-color: grey;
1852
+ }
1853
+
1854
+ .pelcro-root .slick-arrow {
1855
+ outline: none !important;
1856
+ }
1857
+
1696
1858
  /*
1697
1859
  styling is copied from react-easy-crop/react-easy-crop.css
1698
1860
  in order to scope selectors under pelcro-root
@@ -1837,14 +1999,14 @@ in order to scope selectors under pelcro-root
1837
1999
  right: 0.5rem;
1838
2000
  }
1839
2001
 
1840
- .pelcro-root .plc-right-4 {
1841
- right: 1rem;
1842
- }
1843
-
1844
2002
  .pelcro-root .plc-right-10 {
1845
2003
  right: 2.5rem;
1846
2004
  }
1847
2005
 
2006
+ .pelcro-root .plc--right-16 {
2007
+ right: -4rem;
2008
+ }
2009
+
1848
2010
  .pelcro-root .plc-bottom-0 {
1849
2011
  bottom: 0px;
1850
2012
  }
@@ -1857,10 +2019,18 @@ in order to scope selectors under pelcro-root
1857
2019
  left: 0px;
1858
2020
  }
1859
2021
 
2022
+ .pelcro-root .plc-left-4 {
2023
+ left: 1rem;
2024
+ }
2025
+
1860
2026
  .pelcro-root .plc-left-5 {
1861
2027
  left: 1.25rem;
1862
2028
  }
1863
2029
 
2030
+ .pelcro-root .plc--left-16 {
2031
+ left: -4rem;
2032
+ }
2033
+
1864
2034
  .pelcro-root .plc-z-max {
1865
2035
  z-index: 999999;
1866
2036
  }
@@ -1885,6 +2055,11 @@ in order to scope selectors under pelcro-root
1885
2055
  margin: auto;
1886
2056
  }
1887
2057
 
2058
+ .pelcro-root .plc-mx-1 {
2059
+ margin-left: 0.25rem;
2060
+ margin-right: 0.25rem;
2061
+ }
2062
+
1888
2063
  .pelcro-root .plc-mx-4 {
1889
2064
  margin-left: 1rem;
1890
2065
  margin-right: 1rem;
@@ -1983,10 +2158,6 @@ in order to scope selectors under pelcro-root
1983
2158
  margin-bottom: 1.5rem;
1984
2159
  }
1985
2160
 
1986
- .pelcro-root .plc-mb-8 {
1987
- margin-bottom: 2rem;
1988
- }
1989
-
1990
2161
  .pelcro-root .plc-mb-9 {
1991
2162
  margin-bottom: 2.25rem;
1992
2163
  }
@@ -2027,6 +2198,10 @@ in order to scope selectors under pelcro-root
2027
2198
  display: inline-block;
2028
2199
  }
2029
2200
 
2201
+ .pelcro-root .plc-inline {
2202
+ display: inline;
2203
+ }
2204
+
2030
2205
  .pelcro-root .plc-flex {
2031
2206
  display: flex;
2032
2207
  }
@@ -2043,6 +2218,10 @@ in order to scope selectors under pelcro-root
2043
2218
  display: none;
2044
2219
  }
2045
2220
 
2221
+ .pelcro-root .plc-h-3 {
2222
+ height: 0.75rem;
2223
+ }
2224
+
2046
2225
  .pelcro-root .plc-h-4 {
2047
2226
  height: 1rem;
2048
2227
  }
@@ -2071,6 +2250,10 @@ in order to scope selectors under pelcro-root
2071
2250
  height: 2.5rem;
2072
2251
  }
2073
2252
 
2253
+ .pelcro-root .plc-h-11 {
2254
+ height: 2.75rem;
2255
+ }
2256
+
2074
2257
  .pelcro-root .plc-h-12 {
2075
2258
  height: 3rem;
2076
2259
  }
@@ -2155,6 +2338,10 @@ in order to scope selectors under pelcro-root
2155
2338
  width: 2.5rem;
2156
2339
  }
2157
2340
 
2341
+ .pelcro-root .plc-w-11 {
2342
+ width: 2.75rem;
2343
+ }
2344
+
2158
2345
  .pelcro-root .plc-w-12 {
2159
2346
  width: 3rem;
2160
2347
  }
@@ -2191,6 +2378,10 @@ in order to scope selectors under pelcro-root
2191
2378
  width: 50%;
2192
2379
  }
2193
2380
 
2381
+ .pelcro-root .plc-w-1\/3 {
2382
+ width: 33.333333%;
2383
+ }
2384
+
2194
2385
  .pelcro-root .plc-w-1\/4 {
2195
2386
  width: 25%;
2196
2387
  }
@@ -2239,12 +2430,8 @@ in order to scope selectors under pelcro-root
2239
2430
  max-width: 50%;
2240
2431
  }
2241
2432
 
2242
- .pelcro-root .plc-max-w-80\% {
2243
- max-width: 80%;
2244
- }
2245
-
2246
- .pelcro-root .plc-max-w-90\% {
2247
- max-width: 90%;
2433
+ .pelcro-root .plc-max-w-full {
2434
+ max-width: 100%;
2248
2435
  }
2249
2436
 
2250
2437
  .pelcro-root .plc-flex-1 {
@@ -2282,6 +2469,10 @@ in order to scope selectors under pelcro-root
2282
2469
  --tw-translate-x: 0px;
2283
2470
  }
2284
2471
 
2472
+ .pelcro-root .plc--translate-x-1 {
2473
+ --tw-translate-x: -0.25rem;
2474
+ }
2475
+
2285
2476
  .pelcro-root .plc--translate-x-full {
2286
2477
  --tw-translate-x: -100%;
2287
2478
  }
@@ -2302,6 +2493,11 @@ in order to scope selectors under pelcro-root
2302
2493
  --tw-rotate: 180deg;
2303
2494
  }
2304
2495
 
2496
+ .pelcro-root .plc-scale-105 {
2497
+ --tw-scale-x: 1.05;
2498
+ --tw-scale-y: 1.05;
2499
+ }
2500
+
2305
2501
  .pelcro-root .plc-scale-120 {
2306
2502
  --tw-scale-x: 1.2;
2307
2503
  --tw-scale-y: 1.2;
@@ -2512,6 +2708,10 @@ in order to scope selectors under pelcro-root
2512
2708
  overflow-wrap: break-word;
2513
2709
  }
2514
2710
 
2711
+ .pelcro-root .plc-break-all {
2712
+ word-break: break-all;
2713
+ }
2714
+
2515
2715
  .pelcro-root .plc-rounded-none {
2516
2716
  border-radius: 0px;
2517
2717
  }
@@ -2612,6 +2812,10 @@ in order to scope selectors under pelcro-root
2612
2812
  border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
2613
2813
  }
2614
2814
 
2815
+ .pelcro-root .plc-border-primary {
2816
+ border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
2817
+ }
2818
+
2615
2819
  .pelcro-root .plc-border-white {
2616
2820
  --tw-border-opacity: 1;
2617
2821
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
@@ -2661,6 +2865,10 @@ in order to scope selectors under pelcro-root
2661
2865
  background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
2662
2866
  }
2663
2867
 
2868
+ .pelcro-root .plc-bg-primary {
2869
+ background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
2870
+ }
2871
+
2664
2872
  .pelcro-root .plc-bg-white {
2665
2873
  --tw-bg-opacity: 1;
2666
2874
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
@@ -2823,8 +3031,9 @@ in order to scope selectors under pelcro-root
2823
3031
  padding: 1.5rem;
2824
3032
  }
2825
3033
 
2826
- .pelcro-root .plc-p-8 {
2827
- padding: 2rem;
3034
+ .pelcro-root .plc-px-0 {
3035
+ padding-left: 0px;
3036
+ padding-right: 0px;
2828
3037
  }
2829
3038
 
2830
3039
  .pelcro-root .plc-px-1 {
@@ -2857,11 +3066,6 @@ in order to scope selectors under pelcro-root
2857
3066
  padding-right: 1.5rem;
2858
3067
  }
2859
3068
 
2860
- .pelcro-root .plc-px-8 {
2861
- padding-left: 2rem;
2862
- padding-right: 2rem;
2863
- }
2864
-
2865
3069
  .pelcro-root .plc-py-1 {
2866
3070
  padding-top: 0.25rem;
2867
3071
  padding-bottom: 0.25rem;
@@ -3129,6 +3333,10 @@ in order to scope selectors under pelcro-root
3129
3333
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
3130
3334
  }
3131
3335
 
3336
+ .pelcro-root .hover\:plc-text-primary:hover {
3337
+ color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
3338
+ }
3339
+
3132
3340
  .pelcro-root .hover\:plc-text-black:hover {
3133
3341
  --tw-text-opacity: 1;
3134
3342
  color: rgba(0, 0, 0, var(--tw-text-opacity));
@@ -3162,6 +3370,10 @@ in order to scope selectors under pelcro-root
3162
3370
  text-decoration: none;
3163
3371
  }
3164
3372
 
3373
+ .pelcro-root .hover\:plc-opacity-30:hover {
3374
+ opacity: 0.3;
3375
+ }
3376
+
3165
3377
  *, ::before, ::after {
3166
3378
  --tw-shadow: 0 0 #0000;
3167
3379
  }
@@ -3287,6 +3499,12 @@ in order to scope selectors under pelcro-root
3287
3499
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
3288
3500
  }
3289
3501
 
3502
+ .pelcro-root .plc-transition-all {
3503
+ transition-property: all;
3504
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3505
+ transition-duration: 150ms;
3506
+ }
3507
+
3290
3508
  .pelcro-root .plc-transition {
3291
3509
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
3292
3510
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -3307,6 +3525,9 @@ in order to scope selectors under pelcro-root
3307
3525
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
3308
3526
  }
3309
3527
 
3528
+ @media (min-width: 425px) {
3529
+ }
3530
+
3310
3531
  @media (min-width: 640px) {
3311
3532
  .pelcro-root .sm\:plc-m-4 {
3312
3533
  margin: 1rem;
@@ -3356,6 +3577,10 @@ in order to scope selectors under pelcro-root
3356
3577
  max-width: 28rem;
3357
3578
  }
3358
3579
 
3580
+ .pelcro-root .sm\:plc-max-w-90\% {
3581
+ max-width: 90%;
3582
+ }
3583
+
3359
3584
  .pelcro-root .sm\:plc-flex-row {
3360
3585
  flex-direction: row;
3361
3586
  }
@@ -3381,12 +3606,36 @@ in order to scope selectors under pelcro-root
3381
3606
  padding-right: 2rem;
3382
3607
  }
3383
3608
 
3609
+ .pelcro-root .sm\:plc-px-16 {
3610
+ padding-left: 4rem;
3611
+ padding-right: 4rem;
3612
+ }
3613
+
3384
3614
  .pelcro-root .sm\:plc-pl-8 {
3385
3615
  padding-left: 2rem;
3386
3616
  }
3387
3617
  }
3388
3618
 
3389
3619
  @media (min-width: 768px) {
3620
+ .pelcro-root .md\:plc-table-cell {
3621
+ display: table-cell;
3622
+ }
3623
+
3624
+ .pelcro-root .md\:plc-hidden {
3625
+ display: none;
3626
+ }
3627
+
3628
+ .pelcro-root .md\:plc-w-1\/5 {
3629
+ width: 20%;
3630
+ }
3631
+
3632
+ .pelcro-root .md\:plc-max-w-70\% {
3633
+ max-width: 70%;
3634
+ }
3635
+
3636
+ .pelcro-root .md\:plc-max-w-80\% {
3637
+ max-width: 80%;
3638
+ }
3390
3639
  }
3391
3640
 
3392
3641
  @media (min-width: 1024px) {
@@ -3407,230 +3656,6 @@ in order to scope selectors under pelcro-root
3407
3656
 
3408
3657
  /* purgecss start ignore */
3409
3658
 
3410
- .alice-carousel .animated {
3411
- animation-fill-mode: both;
3412
- }
3413
-
3414
- .alice-carousel .animated-out {
3415
- z-index: 1;
3416
- }
3417
-
3418
- .alice-carousel .fadeOut {
3419
- animation-name: fadeOut;
3420
- }
3421
-
3422
- @keyframes fadeOut {
3423
- 0% {
3424
- opacity: 1;
3425
- }
3426
-
3427
- 100% {
3428
- opacity: 0;
3429
- visibility: hidden;
3430
- }
3431
- }
3432
-
3433
- .alice-carousel {
3434
- position: relative;
3435
- width: 100%;
3436
- margin: auto;
3437
- direction: ltr;
3438
- }
3439
-
3440
- .alice-carousel__wrapper {
3441
- position: relative;
3442
- overflow-x: hidden;
3443
- overflow-y: hidden;
3444
- box-sizing: border-box;
3445
- width: 100%;
3446
- height: auto;
3447
- }
3448
-
3449
- .alice-carousel__stage {
3450
- position: relative;
3451
- box-sizing: border-box;
3452
- width: 100%;
3453
- height: 100%;
3454
- margin: 0;
3455
- padding: 0;
3456
- white-space: nowrap;
3457
- transform-style: flat;
3458
- -webkit-transform-style: flat;
3459
- backface-visibility: hidden;
3460
- -webkit-backface-visibility: hidden;
3461
- }
3462
-
3463
- .alice-carousel__stage-item {
3464
- position: relative;
3465
- display: inline-block;
3466
- padding: 0;
3467
- margin: 0;
3468
- box-sizing: border-box;
3469
- width: 100%;
3470
- height: 100%;
3471
- vertical-align: top;
3472
- white-space: normal;
3473
- line-height: 0;
3474
- }
3475
-
3476
- .alice-carousel__stage-item * {
3477
- line-height: initial;
3478
- }
3479
-
3480
- .alice-carousel__stage-item.__hidden {
3481
- opacity: 0;
3482
- overflow: hidden;
3483
- }
3484
-
3485
- .alice-carousel__prev-btn,
3486
- .alice-carousel__next-btn {
3487
- display: inline-block;
3488
- box-sizing: border-box;
3489
- width: 50%;
3490
- padding: 10px 5px;
3491
- }
3492
-
3493
- .alice-carousel__prev-btn [data-area]::after,
3494
- .alice-carousel__next-btn [data-area]::after {
3495
- position: relative;
3496
- content: attr(data-area);
3497
- text-transform: capitalize;
3498
- }
3499
-
3500
- .alice-carousel__prev-btn {
3501
- text-align: right;
3502
- }
3503
-
3504
- .alice-carousel__prev-btn-item,
3505
- .alice-carousel__next-btn-item {
3506
- display: inline-block;
3507
- cursor: pointer;
3508
- padding: 5px;
3509
- margin: 0;
3510
- color: #465798;
3511
- }
3512
-
3513
- .alice-carousel__prev-btn-item:hover,
3514
- .alice-carousel__next-btn-item:hover {
3515
- color: darkred;
3516
- }
3517
-
3518
- .alice-carousel__prev-btn-item.__inactive,
3519
- .alice-carousel__next-btn-item.__inactive {
3520
- opacity: 0.4;
3521
- pointer-events: none;
3522
- }
3523
-
3524
- .alice-carousel__play-btn {
3525
- position: absolute;
3526
- top: 30px;
3527
- left: 20px;
3528
- display: inline-block;
3529
- }
3530
-
3531
- .alice-carousel__play-btn:hover {
3532
- cursor: pointer;
3533
- }
3534
-
3535
- .alice-carousel__play-btn-wrapper {
3536
- position: relative;
3537
- width: 32px;
3538
- height: 32px;
3539
- padding: 10px;
3540
- border-radius: 50%;
3541
- background-color: #fff;
3542
- }
3543
-
3544
- .alice-carousel__play-btn-item {
3545
- position: absolute;
3546
- width: 32px;
3547
- height: 32px;
3548
- cursor: pointer;
3549
- border: 0;
3550
- outline: none;
3551
- background: transparent;
3552
- }
3553
-
3554
- .alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
3555
- position: absolute;
3556
- pointer-events: none;
3557
- display: block;
3558
- width: 0;
3559
- height: 0;
3560
- content: "";
3561
- transition: all 0.4s linear;
3562
- border-width: 8px 0 8px 15px;
3563
- border-style: solid;
3564
- border-color: transparent;
3565
- border-left-color: #465798;
3566
- }
3567
-
3568
- .alice-carousel__play-btn-item::before {
3569
- left: 5px;
3570
- height: 14px;
3571
- }
3572
-
3573
- .alice-carousel__play-btn-item::after {
3574
- top: 7px;
3575
- left: 18px;
3576
- }
3577
-
3578
- .alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
3579
- height: 30px;
3580
- border-width: 0 0 0 10px;
3581
- }
3582
-
3583
- .alice-carousel__play-btn-item.__pause::after {
3584
- top: 0;
3585
- left: 18px;
3586
- }
3587
-
3588
- .alice-carousel__dots {
3589
- margin: 30px 3px 5px;
3590
- padding: 0;
3591
- list-style: none;
3592
- text-align: center;
3593
- }
3594
-
3595
- .alice-carousel__dots > li {
3596
- display: inline-block;
3597
- }
3598
-
3599
- .alice-carousel__dots-item:not(.__custom) {
3600
- width: 8px;
3601
- height: 8px;
3602
- cursor: pointer;
3603
- border-radius: 50%;
3604
- background-color: #e0e4fb;
3605
- }
3606
-
3607
- .alice-carousel__dots-item:not(.__custom):not(:last-child) {
3608
- margin-right: 20px;
3609
- }
3610
-
3611
- .alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
3612
- background-color: #6e7ebc;
3613
- }
3614
-
3615
- .alice-carousel__slide-info {
3616
- position: absolute;
3617
- top: 20px;
3618
- right: 20px;
3619
- display: inline-block;
3620
- padding: 5px 10px;
3621
- color: #465798;
3622
- border-radius: 5px;
3623
- background-color: rgba(224, 228, 251, 0.6);
3624
- }
3625
-
3626
- .alice-carousel__slide-info-item {
3627
- vertical-align: middle;
3628
- line-height: 0;
3629
- }
3630
-
3631
- /* purgecss end ignore */
3632
- /* purgecss start ignore */
3633
-
3634
3659
  .toggle-switch {
3635
3660
  position: relative;
3636
3661
  display: inline-block;