@cloudtower/eagle 0.23.4 → 0.24.1

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/style.css CHANGED
@@ -1597,6 +1597,147 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
+ .fde5mpd {
1601
+ width: 100%;
1602
+ height: 100%;
1603
+ min-height: 124px;
1604
+ display: flex;
1605
+ flex-direction: column;
1606
+ justify-content: center;
1607
+ align-items: center;
1608
+ }
1609
+ .fde5mpd .error-text {
1610
+ color: rgba(10, 37, 85, 0.6);
1611
+ margin-bottom: 16px;
1612
+ font-size: 18px;
1613
+ }
1614
+
1615
+ .iap75of {
1616
+ height: 18px;
1617
+ line-height: 18px;
1618
+ padding: 0 4px;
1619
+ border-radius: 4px;
1620
+ background: rgba(235, 239, 245, 0.6);
1621
+ border: 1px solid rgba(223, 228, 235, 0.6);
1622
+ display: flex;
1623
+ align-items: center;
1624
+ white-space: nowrap;
1625
+ margin-right: 4px;
1626
+ }
1627
+
1628
+ .i1mrf09m {
1629
+ display: inline-flex;
1630
+ align-items: center;
1631
+ }
1632
+ .i1mrf09m .icon-inner {
1633
+ display: inline-flex;
1634
+ align-items: center;
1635
+ justify-content: center;
1636
+ }
1637
+ .i1mrf09m .icon-inner + span,
1638
+ .i1mrf09m span + .icon-inner.suffix {
1639
+ margin-left: 4px;
1640
+ }
1641
+ .i1mrf09m.is-rotate img,
1642
+ .i1mrf09m.is-rotate svg {
1643
+ animation: rotate 680ms linear infinite;
1644
+ }
1645
+
1646
+ .bpq0js6 {
1647
+ padding: 4px 11px;
1648
+ }
1649
+
1650
+ .b15sn34c {
1651
+ white-space: nowrap;
1652
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1653
+ }
1654
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1655
+ --color: #0080ff;
1656
+ }
1657
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1658
+ --color: #0080ff;
1659
+ }
1660
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1661
+ margin-left: 1px;
1662
+ }
1663
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1664
+ border-top-right-radius: 0;
1665
+ border-bottom-right-radius: 0;
1666
+ }
1667
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1668
+ border-top-left-radius: 0;
1669
+ border-bottom-left-radius: 0;
1670
+ }
1671
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1672
+ border-radius: unset;
1673
+ }
1674
+
1675
+ .obf05yr {
1676
+ display: inline-block;
1677
+ }
1678
+
1679
+ .hsms1n6 {
1680
+ visibility: hidden;
1681
+ position: absolute;
1682
+ }
1683
+
1684
+ .p12gwtiw {
1685
+ display: flex;
1686
+ justify-content: space-between;
1687
+ align-items: center;
1688
+ padding: 10px 0;
1689
+ color: rgba(44, 56, 82, 0.6);
1690
+ font-size: 12px;
1691
+ line-height: 24px;
1692
+ }
1693
+ .p12gwtiw .pagination-left {
1694
+ padding: 2px 8px;
1695
+ }
1696
+ .p12gwtiw .dropdown-trigger {
1697
+ display: flex;
1698
+ align-items: center;
1699
+ border-radius: 6px;
1700
+ cursor: pointer;
1701
+ transition: all 0.3s ease;
1702
+ }
1703
+ .p12gwtiw .dropdown-trigger:hover {
1704
+ background: rgba(211, 218, 235, 0.6);
1705
+ color: #0080ff;
1706
+ }
1707
+ .p12gwtiw .dropdown-trigger .icon-inner {
1708
+ margin-left: 4px;
1709
+ }
1710
+ .p12gwtiw .pagination-right {
1711
+ display: flex;
1712
+ align-items: center;
1713
+ color: #0080ff;
1714
+ font-weight: bold;
1715
+ }
1716
+ .p12gwtiw .pagination-right .icon-inner {
1717
+ margin-left: 4px;
1718
+ }
1719
+ .p12gwtiw .pagination-right .prev-btn,
1720
+ .p12gwtiw .pagination-right .next-btn {
1721
+ padding: 0 8px;
1722
+ }
1723
+ .p12gwtiw .pagination-right .prev-btn > span,
1724
+ .p12gwtiw .pagination-right .next-btn > span {
1725
+ color: #0080ff;
1726
+ }
1727
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1728
+ transform: rotate(180deg);
1729
+ }
1730
+
1731
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1732
+ max-height: calc(100vh - 128px);
1733
+ overflow-y: auto;
1734
+ }
1735
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1736
+ padding: 4px 20px;
1737
+ font-size: 12px;
1738
+ line-height: 18px;
1739
+ }
1740
+
1600
1741
  .buj61ew.ant-btn {
1601
1742
  height: 32px;
1602
1743
  border-radius: 6px;
@@ -1845,81 +1986,6 @@ input[type=submit] {
1845
1986
  padding: 0;
1846
1987
  }
1847
1988
 
1848
- .fde5mpd {
1849
- width: 100%;
1850
- height: 100%;
1851
- min-height: 124px;
1852
- display: flex;
1853
- flex-direction: column;
1854
- justify-content: center;
1855
- align-items: center;
1856
- }
1857
- .fde5mpd .error-text {
1858
- color: rgba(10, 37, 85, 0.6);
1859
- margin-bottom: 16px;
1860
- font-size: 18px;
1861
- }
1862
-
1863
- .bpq0js6 {
1864
- padding: 4px 11px;
1865
- }
1866
-
1867
- .b15sn34c {
1868
- white-space: nowrap;
1869
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1870
- }
1871
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1872
- --color: #0080ff;
1873
- }
1874
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1875
- --color: #0080ff;
1876
- }
1877
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1878
- margin-left: 1px;
1879
- }
1880
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1881
- border-top-right-radius: 0;
1882
- border-bottom-right-radius: 0;
1883
- }
1884
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1885
- border-top-left-radius: 0;
1886
- border-bottom-left-radius: 0;
1887
- }
1888
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1889
- border-radius: unset;
1890
- }
1891
-
1892
- .iap75of {
1893
- height: 18px;
1894
- line-height: 18px;
1895
- padding: 0 4px;
1896
- border-radius: 4px;
1897
- background: rgba(235, 239, 245, 0.6);
1898
- border: 1px solid rgba(223, 228, 235, 0.6);
1899
- display: flex;
1900
- align-items: center;
1901
- white-space: nowrap;
1902
- margin-right: 4px;
1903
- }
1904
-
1905
- .i1mrf09m {
1906
- display: inline-flex;
1907
- align-items: center;
1908
- }
1909
- .i1mrf09m .icon-inner {
1910
- display: inline-flex;
1911
- align-items: center;
1912
- justify-content: center;
1913
- }
1914
- .i1mrf09m .icon-inner + span,
1915
- .i1mrf09m span + .icon-inner.suffix {
1916
- margin-left: 4px;
1917
- }
1918
- .i1mrf09m.is-rotate img,
1919
- .i1mrf09m.is-rotate svg {
1920
- animation: rotate 680ms linear infinite;
1921
- }
1922
-
1923
1989
  .rxbeqvl.ant-radio-wrapper {
1924
1990
  display: inline-flex;
1925
1991
  align-items: baseline;
@@ -2062,153 +2128,6 @@ input[type=submit] {
2062
2128
  width: 36px;
2063
2129
  }
2064
2130
 
2065
- .obf05yr {
2066
- display: inline-block;
2067
- }
2068
-
2069
- .hsms1n6 {
2070
- visibility: hidden;
2071
- position: absolute;
2072
- }
2073
-
2074
- .s34f1qb.ant-switch {
2075
- min-width: 40px;
2076
- height: 24px;
2077
- background: rgba(172, 186, 211, 0.6);
2078
- overflow: hidden;
2079
- }
2080
- .s34f1qb.ant-switch:focus {
2081
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2082
- }
2083
- .s34f1qb.ant-switch-small {
2084
- min-width: 26px;
2085
- height: 16px;
2086
- }
2087
- .s34f1qb.ant-switch-large {
2088
- min-width: 52px;
2089
- height: 32px;
2090
- }
2091
- .s34f1qb.ant-switch .ant-switch-handle {
2092
- height: 20px;
2093
- width: 20px;
2094
- }
2095
- .s34f1qb.ant-switch .ant-switch-handle::before {
2096
- border-radius: 10px;
2097
- transition-delay: 120ms;
2098
- }
2099
- .s34f1qb.ant-switch-small .ant-switch-handle {
2100
- height: 14px;
2101
- width: 14px;
2102
- top: 1px;
2103
- left: 1px;
2104
- }
2105
- .s34f1qb.ant-switch-large .ant-switch-handle {
2106
- height: 28px;
2107
- width: 28px;
2108
- }
2109
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2110
- border-radius: 14px;
2111
- }
2112
- .s34f1qb.ant-switch-checked {
2113
- background-color: #00ba5d;
2114
- }
2115
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2116
- left: calc(100% - 20px - 2px);
2117
- }
2118
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2119
- left: calc(100% - 14px - 1px);
2120
- }
2121
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2122
- left: calc(100% - 28px - 2px);
2123
- }
2124
-
2125
- .c1to9vb9 {
2126
- margin-left: 5px;
2127
- }
2128
-
2129
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2130
- flex-direction: row;
2131
- justify-content: stretch;
2132
- }
2133
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2134
- padding: 0;
2135
- margin-right: 4px;
2136
- flex: 1;
2137
- overflow: visible;
2138
- }
2139
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2140
- display: none;
2141
- }
2142
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2143
- width: 100%;
2144
- min-height: unset;
2145
- }
2146
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2147
- height: 26px;
2148
- line-height: 26px;
2149
- width: 100%;
2150
- text-align: center;
2151
- padding: 0;
2152
- font-size: 12px;
2153
- font-weight: normal;
2154
- }
2155
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2156
- margin-right: 10px;
2157
- }
2158
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2159
- display: none;
2160
- }
2161
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2162
- border-radius: 4px 0 0 4px;
2163
- }
2164
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2165
- margin-right: 0;
2166
- }
2167
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2168
- border-radius: 0 4px 4px 0;
2169
- }
2170
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2171
- content: "";
2172
- width: 0;
2173
- height: 0;
2174
- border: 13px solid transparent;
2175
- position: absolute;
2176
- top: 0;
2177
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2178
- right: -21px;
2179
- z-index: 2;
2180
- }
2181
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2182
- content: "";
2183
- width: 0;
2184
- height: 0;
2185
- border: 13px solid transparent;
2186
- position: absolute;
2187
- top: 0;
2188
- border-left: 8px solid #fff;
2189
- left: 0;
2190
- }
2191
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2192
- background-color: rgba(0, 136, 255, 0.1);
2193
- }
2194
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2195
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2196
- }
2197
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2198
- color: #005ed1;
2199
- }
2200
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2201
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2202
- background-color: rgba(237, 241, 250, 0.6);
2203
- }
2204
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2205
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2206
- color: rgba(44, 56, 82, 0.6);
2207
- }
2208
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2209
- padding: 0;
2210
- }
2211
-
2212
2131
  .cz04yix {
2213
2132
  display: flex;
2214
2133
  flex-direction: column;
@@ -2820,115 +2739,196 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2820
2739
  .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2821
2740
  color: rgba(0, 0, 0, 0.45);
2822
2741
  }
2823
- .kypn5o5.has-focus-indicator {
2824
- position: relative;
2825
- overflow: hidden;
2742
+ .kypn5o5.has-focus-indicator {
2743
+ position: relative;
2744
+ overflow: hidden;
2745
+ }
2746
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2747
+ position: absolute;
2748
+ top: 50%;
2749
+ transform: translateY(-50%);
2750
+ left: -16px;
2751
+ transition: left 150ms ease;
2752
+ opacity: 0;
2753
+ }
2754
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2755
+ left: 8px;
2756
+ opacity: 1;
2757
+ }
2758
+ .kypn5o5.has-focus-indicator input {
2759
+ transition: margin-left 150ms ease;
2760
+ margin-left: 0px;
2761
+ }
2762
+ .kypn5o5.has-focus-indicator input:focus {
2763
+ margin-left: 16px;
2764
+ }
2765
+
2766
+ input.l1ki27se.ant-input {
2767
+ border-top-right-radius: 0;
2768
+ border-bottom-right-radius: 0;
2769
+ }
2770
+
2771
+ .l1ki27se.ant-input-affix-wrapper {
2772
+ border-top-right-radius: 0;
2773
+ border-bottom-right-radius: 0;
2774
+ }
2775
+
2776
+ input.rrg1fkn.ant-input {
2777
+ border-top-left-radius: 0;
2778
+ border-bottom-left-radius: 0;
2779
+ }
2780
+
2781
+ .rrg1fkn.ant-input-affix-wrapper {
2782
+ border-top-left-radius: 0;
2783
+ border-bottom-left-radius: 0;
2784
+ }
2785
+
2786
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2787
+ border-top-right-radius: 0;
2788
+ border-bottom-right-radius: 0;
2789
+ }
2790
+
2791
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2792
+ border-top-left-radius: 0;
2793
+ border-bottom-left-radius: 0;
2794
+ }
2795
+
2796
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2797
+ flex-direction: row;
2798
+ justify-content: stretch;
2799
+ }
2800
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2801
+ padding: 0;
2802
+ margin-right: 4px;
2803
+ flex: 1;
2804
+ overflow: visible;
2805
+ }
2806
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2807
+ display: none;
2808
+ }
2809
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2810
+ width: 100%;
2811
+ min-height: unset;
2812
+ }
2813
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2814
+ height: 26px;
2815
+ line-height: 26px;
2816
+ width: 100%;
2817
+ text-align: center;
2818
+ padding: 0;
2819
+ font-size: 12px;
2820
+ font-weight: normal;
2821
+ }
2822
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2823
+ margin-right: 10px;
2824
+ }
2825
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2826
+ display: none;
2827
+ }
2828
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2829
+ border-radius: 4px 0 0 4px;
2830
+ }
2831
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2832
+ margin-right: 0;
2833
+ }
2834
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2835
+ border-radius: 0 4px 4px 0;
2836
+ }
2837
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2838
+ content: "";
2839
+ width: 0;
2840
+ height: 0;
2841
+ border: 13px solid transparent;
2842
+ position: absolute;
2843
+ top: 0;
2844
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2845
+ right: -21px;
2846
+ z-index: 2;
2826
2847
  }
2827
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2848
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2849
+ content: "";
2850
+ width: 0;
2851
+ height: 0;
2852
+ border: 13px solid transparent;
2828
2853
  position: absolute;
2829
- top: 50%;
2830
- transform: translateY(-50%);
2831
- left: -16px;
2832
- transition: left 150ms ease;
2833
- opacity: 0;
2854
+ top: 0;
2855
+ border-left: 8px solid #fff;
2856
+ left: 0;
2834
2857
  }
2835
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2836
- left: 8px;
2837
- opacity: 1;
2858
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2859
+ background-color: rgba(0, 136, 255, 0.1);
2838
2860
  }
2839
- .kypn5o5.has-focus-indicator input {
2840
- transition: margin-left 150ms ease;
2841
- margin-left: 0px;
2861
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2862
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2842
2863
  }
2843
- .kypn5o5.has-focus-indicator input:focus {
2844
- margin-left: 16px;
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2865
+ color: #005ed1;
2845
2866
  }
2846
-
2847
- input.l1ki27se.ant-input {
2848
- border-top-right-radius: 0;
2849
- border-bottom-right-radius: 0;
2867
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2868
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2869
+ background-color: rgba(237, 241, 250, 0.6);
2850
2870
  }
2851
-
2852
- .l1ki27se.ant-input-affix-wrapper {
2853
- border-top-right-radius: 0;
2854
- border-bottom-right-radius: 0;
2871
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2872
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2873
+ color: rgba(44, 56, 82, 0.6);
2855
2874
  }
2856
-
2857
- input.rrg1fkn.ant-input {
2858
- border-top-left-radius: 0;
2859
- border-bottom-left-radius: 0;
2875
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2876
+ padding: 0;
2860
2877
  }
2861
2878
 
2862
- .rrg1fkn.ant-input-affix-wrapper {
2863
- border-top-left-radius: 0;
2864
- border-bottom-left-radius: 0;
2879
+ .s34f1qb.ant-switch {
2880
+ min-width: 40px;
2881
+ height: 24px;
2882
+ background: rgba(172, 186, 211, 0.6);
2883
+ overflow: hidden;
2865
2884
  }
2866
-
2867
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2868
- border-top-right-radius: 0;
2869
- border-bottom-right-radius: 0;
2885
+ .s34f1qb.ant-switch:focus {
2886
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2870
2887
  }
2871
-
2872
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2873
- border-top-left-radius: 0;
2874
- border-bottom-left-radius: 0;
2888
+ .s34f1qb.ant-switch-small {
2889
+ min-width: 26px;
2890
+ height: 16px;
2875
2891
  }
2876
-
2877
- .p12gwtiw {
2878
- display: flex;
2879
- justify-content: space-between;
2880
- align-items: center;
2881
- padding: 10px 0;
2882
- color: rgba(44, 56, 82, 0.6);
2883
- font-size: 12px;
2884
- line-height: 24px;
2892
+ .s34f1qb.ant-switch-large {
2893
+ min-width: 52px;
2894
+ height: 32px;
2885
2895
  }
2886
- .p12gwtiw .pagination-left {
2887
- padding: 2px 8px;
2896
+ .s34f1qb.ant-switch .ant-switch-handle {
2897
+ height: 20px;
2898
+ width: 20px;
2888
2899
  }
2889
- .p12gwtiw .dropdown-trigger {
2890
- display: flex;
2891
- align-items: center;
2892
- border-radius: 6px;
2893
- cursor: pointer;
2894
- transition: all 0.3s ease;
2900
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2901
+ border-radius: 10px;
2902
+ transition-delay: 120ms;
2895
2903
  }
2896
- .p12gwtiw .dropdown-trigger:hover {
2897
- background: rgba(211, 218, 235, 0.6);
2898
- color: #0080ff;
2904
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2905
+ height: 14px;
2906
+ width: 14px;
2907
+ top: 1px;
2908
+ left: 1px;
2899
2909
  }
2900
- .p12gwtiw .dropdown-trigger .icon-inner {
2901
- margin-left: 4px;
2910
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2911
+ height: 28px;
2912
+ width: 28px;
2902
2913
  }
2903
- .p12gwtiw .pagination-right {
2904
- display: flex;
2905
- align-items: center;
2906
- color: #0080ff;
2907
- font-weight: bold;
2914
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2915
+ border-radius: 14px;
2908
2916
  }
2909
- .p12gwtiw .pagination-right .icon-inner {
2910
- margin-left: 4px;
2917
+ .s34f1qb.ant-switch-checked {
2918
+ background-color: #00ba5d;
2911
2919
  }
2912
- .p12gwtiw .pagination-right .prev-btn,
2913
- .p12gwtiw .pagination-right .next-btn {
2914
- padding: 0 8px;
2920
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2921
+ left: calc(100% - 20px - 2px);
2915
2922
  }
2916
- .p12gwtiw .pagination-right .prev-btn > span,
2917
- .p12gwtiw .pagination-right .next-btn > span {
2918
- color: #0080ff;
2923
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2924
+ left: calc(100% - 14px - 1px);
2919
2925
  }
2920
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2921
- transform: rotate(180deg);
2926
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2927
+ left: calc(100% - 28px - 2px);
2922
2928
  }
2923
2929
 
2924
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2925
- max-height: calc(100vh - 128px);
2926
- overflow-y: auto;
2927
- }
2928
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2929
- padding: 4px 20px;
2930
- font-size: 12px;
2931
- line-height: 18px;
2930
+ .c1to9vb9 {
2931
+ margin-left: 5px;
2932
2932
  }
2933
2933
 
2934
2934
  .t1upn1sz {
@@ -3294,6 +3294,10 @@ input.rrg1fkn.ant-input {
3294
3294
  background: #fff;
3295
3295
  }
3296
3296
 
3297
+ .i1e4sgug {
3298
+ display: inline-block;
3299
+ }
3300
+
3297
3301
  .s1fc623g {
3298
3302
  width: 430px !important;
3299
3303
  }
@@ -3368,10 +3372,6 @@ input.rrg1fkn.ant-input {
3368
3372
  background: rgba(225, 230, 241, 0.6);
3369
3373
  }
3370
3374
 
3371
- .i1e4sgug {
3372
- display: inline-block;
3373
- }
3374
-
3375
3375
  .d6j0lbj {
3376
3376
  font-family: Inter;
3377
3377
  font-style: normal;
@@ -4178,52 +4178,6 @@ input.rrg1fkn.ant-input {
4178
4178
  background: rgba(163, 180, 204, 0.18);
4179
4179
  }
4180
4180
 
4181
- .at4ovwe .ant-input-number-handler-wrap {
4182
- display: var(--at4ovwe-0);
4183
- }
4184
- .at4ovwe .ant-input-number-input-wrap {
4185
- padding: 5px 12px;
4186
- display: inline-flex;
4187
- line-height: 1.5715;
4188
- height: 100%;
4189
- width: 100%;
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap::after {
4192
- content: var(--at4ovwe-1);
4193
- display: var(--at4ovwe-2);
4194
- flex: none;
4195
- align-items: center;
4196
- margin-left: 4px;
4197
- color: rgba(44, 56, 82, 0.6);
4198
- }
4199
- .at4ovwe .ant-input-number-input-wrap::before {
4200
- content: var(--at4ovwe-3);
4201
- display: var(--at4ovwe-4);
4202
- flex: none;
4203
- align-items: center;
4204
- margin-right: 4px;
4205
- cursor: auto;
4206
- color: rgba(44, 56, 82, 0.6);
4207
- }
4208
- .at4ovwe.ant-input-number {
4209
- width: 100%;
4210
- border-radius: 6px;
4211
- }
4212
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4213
- border-color: #0096ff;
4214
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4215
- }
4216
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4217
- border-color: #e75a3a;
4218
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4219
- }
4220
- .at4ovwe .ant-input-number-input {
4221
- padding: 0;
4222
- margin: 0;
4223
- height: auto;
4224
- font-size: inherit;
4225
- }
4226
-
4227
4181
  .tc40oxa {
4228
4182
  margin-bottom: 4px;
4229
4183
  color: rgba(44, 56, 82, 0.6);
@@ -4420,6 +4374,52 @@ input.rrg1fkn.ant-input {
4420
4374
  margin-right: 8px;
4421
4375
  }
4422
4376
 
4377
+ .at4ovwe .ant-input-number-handler-wrap {
4378
+ display: var(--at4ovwe-0);
4379
+ }
4380
+ .at4ovwe .ant-input-number-input-wrap {
4381
+ padding: 5px 12px;
4382
+ display: inline-flex;
4383
+ line-height: 1.5715;
4384
+ height: 100%;
4385
+ width: 100%;
4386
+ }
4387
+ .at4ovwe .ant-input-number-input-wrap::after {
4388
+ content: var(--at4ovwe-1);
4389
+ display: var(--at4ovwe-2);
4390
+ flex: none;
4391
+ align-items: center;
4392
+ margin-left: 4px;
4393
+ color: rgba(44, 56, 82, 0.6);
4394
+ }
4395
+ .at4ovwe .ant-input-number-input-wrap::before {
4396
+ content: var(--at4ovwe-3);
4397
+ display: var(--at4ovwe-4);
4398
+ flex: none;
4399
+ align-items: center;
4400
+ margin-right: 4px;
4401
+ cursor: auto;
4402
+ color: rgba(44, 56, 82, 0.6);
4403
+ }
4404
+ .at4ovwe.ant-input-number {
4405
+ width: 100%;
4406
+ border-radius: 6px;
4407
+ }
4408
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4409
+ border-color: #0096ff;
4410
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4411
+ }
4412
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4413
+ border-color: #e75a3a;
4414
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4415
+ }
4416
+ .at4ovwe .ant-input-number-input {
4417
+ padding: 0;
4418
+ margin: 0;
4419
+ height: auto;
4420
+ font-size: inherit;
4421
+ }
4422
+
4423
4423
  .a6dbbkm .ant-input-number-handler-wrap {
4424
4424
  display: var(--a6dbbkm-0);
4425
4425
  }