@cloudtower/eagle 0.25.14-alpha.0 → 0.25.14-alpha.2

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.
@@ -1549,81 +1549,6 @@ html body {
1549
1549
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1550
1550
  }
1551
1551
  }
1552
- .fde5mpd {
1553
- width: 100%;
1554
- height: 100%;
1555
- min-height: 124px;
1556
- display: flex;
1557
- flex-direction: column;
1558
- justify-content: center;
1559
- align-items: center;
1560
- }
1561
- .fde5mpd .error-text {
1562
- color: rgba(10, 37, 85, 0.6);
1563
- margin-bottom: 16px;
1564
- font-size: 18px;
1565
- }
1566
-
1567
- .bpq0js6 {
1568
- padding: 4px 11px;
1569
- }
1570
-
1571
- .b15sn34c {
1572
- white-space: nowrap;
1573
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1574
- }
1575
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1576
- --color: #0080ff;
1577
- }
1578
- .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] {
1579
- --color: #0080ff;
1580
- }
1581
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1582
- margin-left: 1px;
1583
- }
1584
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1585
- border-top-right-radius: 0;
1586
- border-bottom-right-radius: 0;
1587
- }
1588
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1589
- border-top-left-radius: 0;
1590
- border-bottom-left-radius: 0;
1591
- }
1592
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1593
- border-radius: unset;
1594
- }
1595
-
1596
- .iap75of {
1597
- height: 18px;
1598
- line-height: 18px;
1599
- padding: 0 4px;
1600
- border-radius: 4px;
1601
- background: rgba(235, 239, 245, 0.6);
1602
- border: 1px solid rgba(223, 228, 235, 0.6);
1603
- display: flex;
1604
- align-items: center;
1605
- white-space: nowrap;
1606
- margin-right: 4px;
1607
- }
1608
-
1609
- .i1mrf09m {
1610
- display: inline-flex;
1611
- align-items: center;
1612
- }
1613
- .i1mrf09m .icon-inner {
1614
- display: inline-flex;
1615
- align-items: center;
1616
- justify-content: center;
1617
- }
1618
- .i1mrf09m .icon-inner + span,
1619
- .i1mrf09m span + .icon-inner.suffix {
1620
- margin-left: 4px;
1621
- }
1622
- .i1mrf09m.is-rotate img,
1623
- .i1mrf09m.is-rotate svg {
1624
- animation: rotate 680ms linear infinite;
1625
- }
1626
-
1627
1552
  .buj61ew.ant-btn {
1628
1553
  height: 32px;
1629
1554
  border-radius: 6px;
@@ -1837,38 +1762,403 @@ html body {
1837
1762
  --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1838
1763
  box-shadow: none;
1839
1764
  }
1840
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1841
- --color: #f0483e;
1842
- --background-color-hover: rgba(255, 74, 74, 0.16);
1843
- --background-color-active: rgba(255, 74, 74, 0.2);
1844
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1765
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1766
+ --color: #f0483e;
1767
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1768
+ --background-color-active: rgba(255, 74, 74, 0.2);
1769
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1770
+ }
1771
+ .buj61ew.ant-btn-quiet.quiet-blue {
1772
+ --color: #0080ff;
1773
+ --background-color: transparent;
1774
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1775
+ --background-color-active: rgba(0, 136, 255, 0.2);
1776
+ --background-color-focus: #fff;
1777
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1778
+ }
1779
+ .buj61ew.has-icon {
1780
+ display: inline-flex;
1781
+ align-items: center;
1782
+ }
1783
+ .buj61ew .button-prefix-icon {
1784
+ margin-right: 4px;
1785
+ display: inline-flex;
1786
+ }
1787
+ .buj61ew .button-suffix-icon {
1788
+ margin-left: 4px;
1789
+ display: inline-flex;
1790
+ }
1791
+ .buj61ew .icon-wrapper {
1792
+ display: inline-flex;
1793
+ vertical-align: bottom;
1794
+ }
1795
+
1796
+ .nchllas {
1797
+ padding: 0;
1798
+ }
1799
+
1800
+ .bpq0js6 {
1801
+ padding: 4px 11px;
1802
+ }
1803
+
1804
+ .b15sn34c {
1805
+ white-space: nowrap;
1806
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1807
+ }
1808
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1809
+ --color: #0080ff;
1810
+ }
1811
+ .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] {
1812
+ --color: #0080ff;
1813
+ }
1814
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1815
+ margin-left: 1px;
1816
+ }
1817
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1818
+ border-top-right-radius: 0;
1819
+ border-bottom-right-radius: 0;
1820
+ }
1821
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1822
+ border-top-left-radius: 0;
1823
+ border-bottom-left-radius: 0;
1824
+ }
1825
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1826
+ border-radius: unset;
1827
+ }
1828
+
1829
+ .fde5mpd {
1830
+ width: 100%;
1831
+ height: 100%;
1832
+ min-height: 124px;
1833
+ display: flex;
1834
+ flex-direction: column;
1835
+ justify-content: center;
1836
+ align-items: center;
1837
+ }
1838
+ .fde5mpd .error-text {
1839
+ color: rgba(10, 37, 85, 0.6);
1840
+ margin-bottom: 16px;
1841
+ font-size: 18px;
1842
+ }
1843
+
1844
+ .i1mrf09m {
1845
+ display: inline-flex;
1846
+ align-items: center;
1847
+ }
1848
+ .i1mrf09m .icon-inner {
1849
+ display: inline-flex;
1850
+ align-items: center;
1851
+ justify-content: center;
1852
+ }
1853
+ .i1mrf09m .icon-inner + span,
1854
+ .i1mrf09m span + .icon-inner.suffix {
1855
+ margin-left: 4px;
1856
+ }
1857
+ .i1mrf09m.is-rotate img,
1858
+ .i1mrf09m.is-rotate svg {
1859
+ animation: rotate 680ms linear infinite;
1860
+ }
1861
+
1862
+ .iap75of {
1863
+ height: 18px;
1864
+ line-height: 18px;
1865
+ padding: 0 4px;
1866
+ border-radius: 4px;
1867
+ background: rgba(235, 239, 245, 0.6);
1868
+ border: 1px solid rgba(223, 228, 235, 0.6);
1869
+ display: flex;
1870
+ align-items: center;
1871
+ white-space: nowrap;
1872
+ margin-right: 4px;
1873
+ }
1874
+
1875
+ .obf05yr {
1876
+ display: inline-block;
1877
+ }
1878
+
1879
+ .hsms1n6 {
1880
+ visibility: hidden;
1881
+ position: absolute;
1882
+ }
1883
+
1884
+ .p12gwtiw {
1885
+ display: flex;
1886
+ justify-content: space-between;
1887
+ align-items: center;
1888
+ padding: 10px 0;
1889
+ color: rgba(44, 56, 82, 0.6);
1890
+ font-size: 12px;
1891
+ line-height: 24px;
1892
+ }
1893
+ .p12gwtiw .pagination-left {
1894
+ padding: 2px 8px;
1895
+ }
1896
+ .p12gwtiw .dropdown-trigger {
1897
+ display: flex;
1898
+ align-items: center;
1899
+ border-radius: 6px;
1900
+ cursor: pointer;
1901
+ transition: all 0.3s ease;
1902
+ }
1903
+ .p12gwtiw .dropdown-trigger:hover {
1904
+ background: rgba(211, 218, 235, 0.6);
1905
+ color: #0080ff;
1906
+ }
1907
+ .p12gwtiw .dropdown-trigger .icon-inner {
1908
+ margin-left: 4px;
1909
+ }
1910
+ .p12gwtiw .pagination-right {
1911
+ display: flex;
1912
+ align-items: center;
1913
+ color: #0080ff;
1914
+ font-weight: bold;
1915
+ }
1916
+ .p12gwtiw .pagination-right .icon-inner {
1917
+ margin-left: 4px;
1918
+ }
1919
+ .p12gwtiw .pagination-right .prev-btn,
1920
+ .p12gwtiw .pagination-right .next-btn {
1921
+ padding: 0 8px;
1922
+ }
1923
+ .p12gwtiw .pagination-right .prev-btn > span,
1924
+ .p12gwtiw .pagination-right .next-btn > span {
1925
+ color: #0080ff;
1926
+ }
1927
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1928
+ transform: rotate(180deg);
1929
+ }
1930
+
1931
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1932
+ max-height: calc(100vh - 128px);
1933
+ overflow-y: auto;
1934
+ }
1935
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1936
+ padding: 4px 20px;
1937
+ font-size: 12px;
1938
+ line-height: 18px;
1939
+ }
1940
+
1941
+ .rxbeqvl.ant-radio-wrapper {
1942
+ display: inline-flex;
1943
+ align-items: baseline;
1944
+ white-space: pre-wrap;
1945
+ }
1946
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1947
+ position: relative;
1948
+ top: 3px;
1949
+ }
1950
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1951
+ border-color: rgba(107, 128, 167, 0.6);
1952
+ }
1953
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1954
+ border-color: #0080ff;
1955
+ }
1956
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1957
+ border-color: #0080ff;
1958
+ background: #0080ff;
1959
+ }
1960
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1961
+ top: 4px;
1962
+ left: 4px;
1963
+ width: 6px;
1964
+ height: 6px;
1965
+ background: #fff;
1966
+ }
1967
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1968
+ opacity: 0.5;
1969
+ }
1970
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1971
+ border-color: rgba(107, 128, 167, 0.6);
1972
+ background: rgba(211, 218, 235, 0.6);
1973
+ }
1974
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1975
+ background: #00122e;
1976
+ }
1977
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1978
+ color: #00122e;
1979
+ opacity: 0.5;
1980
+ }
1981
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1982
+ color: #00122e;
1983
+ }
1984
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1985
+ display: inline-block;
1986
+ padding: 0;
1987
+ padding-left: 12px;
1988
+ }
1989
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1990
+ margin-bottom: 0;
1991
+ white-space: pre-wrap;
1992
+ color: rgba(44, 56, 82, 0.6);
1993
+ }
1994
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1995
+ padding-left: 8px;
1996
+ }
1997
+
1998
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1999
+ border-radius: 5px 0 0 5px;
2000
+ }
2001
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2002
+ border-radius: 0 5px 5px 0;
2003
+ }
2004
+
2005
+ .r1f0aqcc {
2006
+ color: #00122e;
2007
+ border-color: #ccd4e3;
2008
+ }
2009
+ .r1f0aqcc:first-child {
2010
+ border-color: #a3b4cc;
2011
+ }
2012
+ .r1f0aqcc.ant-radio-button-wrapper {
2013
+ padding: 0 12px;
2014
+ line-height: 32px;
2015
+ height: 32px;
2016
+ }
2017
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2018
+ white-space: nowrap;
2019
+ }
2020
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2021
+ background: #ccd4e3;
2022
+ }
2023
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2024
+ background: #0080ff;
2025
+ }
2026
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2027
+ background: #ccd4e3;
2028
+ opacity: 0.5;
2029
+ }
2030
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2031
+ border-right-color: #0080ff;
2032
+ }
2033
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2034
+ border-color: #0080ff;
2035
+ }
2036
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2037
+ background: rgba(0, 136, 255, 0.1);
2038
+ }
2039
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2040
+ background: rgba(211, 218, 235, 0.6);
2041
+ border-color: #ccd4e3;
2042
+ opacity: 0.5;
2043
+ }
2044
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2045
+ color: #00122e;
2046
+ border-color: #ccd4e3;
2047
+ }
2048
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2049
+ color: #00122e;
2050
+ border-color: #ccd4e3;
2051
+ background: rgba(172, 186, 211, 0.6);
2052
+ }
2053
+ .r1f0aqcc .ant-radio-button-input {
2054
+ margin-right: 8px;
2055
+ display: inline;
2056
+ border: none;
2057
+ padding: 0;
2058
+ width: 36px;
2059
+ background: transparent;
2060
+ }
2061
+ .r1f0aqcc .ant-radio-button-input:focus {
2062
+ box-shadow: none;
2063
+ }
2064
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2065
+ margin-right: 0;
2066
+ width: initial;
2067
+ box-shadow: none;
2068
+ }
2069
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2070
+ display: none;
2071
+ }
2072
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2073
+ display: inline;
2074
+ }
2075
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2076
+ display: inline;
2077
+ margin-right: 8px;
2078
+ padding: 0;
2079
+ width: 36px;
2080
+ }
2081
+
2082
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2083
+ flex-direction: row;
2084
+ justify-content: stretch;
2085
+ }
2086
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2087
+ padding: 0;
2088
+ margin-right: 4px;
2089
+ flex: 1;
2090
+ overflow: visible;
2091
+ }
2092
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2093
+ display: none;
2094
+ }
2095
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2096
+ width: 100%;
2097
+ min-height: unset;
2098
+ }
2099
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2100
+ height: 26px;
2101
+ line-height: 26px;
2102
+ width: 100%;
2103
+ text-align: center;
2104
+ padding: 0;
2105
+ font-size: 12px;
2106
+ font-weight: normal;
2107
+ }
2108
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2109
+ margin-right: 10px;
2110
+ }
2111
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2112
+ display: none;
2113
+ }
2114
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2115
+ border-radius: 4px 0 0 4px;
2116
+ }
2117
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2118
+ margin-right: 0;
2119
+ }
2120
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2121
+ border-radius: 0 4px 4px 0;
2122
+ }
2123
+ .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 {
2124
+ content: "";
2125
+ width: 0;
2126
+ height: 0;
2127
+ border: 13px solid transparent;
2128
+ position: absolute;
2129
+ top: 0;
2130
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2131
+ right: -21px;
2132
+ z-index: 2;
2133
+ }
2134
+ .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 {
2135
+ content: "";
2136
+ width: 0;
2137
+ height: 0;
2138
+ border: 13px solid transparent;
2139
+ position: absolute;
2140
+ top: 0;
2141
+ border-left: 8px solid #fff;
2142
+ left: 0;
1845
2143
  }
1846
- .buj61ew.ant-btn-quiet.quiet-blue {
1847
- --color: #0080ff;
1848
- --background-color: transparent;
1849
- --background-color-hover: rgba(0, 136, 255, 0.16);
1850
- --background-color-active: rgba(0, 136, 255, 0.2);
1851
- --background-color-focus: #fff;
1852
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2144
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2145
+ background-color: rgba(0, 136, 255, 0.1);
1853
2146
  }
1854
- .buj61ew.has-icon {
1855
- display: inline-flex;
1856
- align-items: center;
2147
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2148
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
1857
2149
  }
1858
- .buj61ew .button-prefix-icon {
1859
- margin-right: 4px;
1860
- display: inline-flex;
2150
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2151
+ color: #005ed1;
1861
2152
  }
1862
- .buj61ew .button-suffix-icon {
1863
- margin-left: 4px;
1864
- display: inline-flex;
2153
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2154
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2155
+ background-color: rgba(237, 241, 250, 0.6);
1865
2156
  }
1866
- .buj61ew .icon-wrapper {
1867
- display: inline-flex;
1868
- vertical-align: bottom;
2157
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2158
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2159
+ color: rgba(44, 56, 82, 0.6);
1869
2160
  }
1870
-
1871
- .nchllas {
2161
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
1872
2162
  padding: 0;
1873
2163
  }
1874
2164
 
@@ -2537,155 +2827,6 @@ input.rrg1fkn.ant-input {
2537
2827
  border-bottom-left-radius: 0;
2538
2828
  }
2539
2829
 
2540
- .obf05yr {
2541
- display: inline-block;
2542
- }
2543
-
2544
- .hsms1n6 {
2545
- visibility: hidden;
2546
- position: absolute;
2547
- }
2548
-
2549
- .p12gwtiw {
2550
- display: flex;
2551
- justify-content: space-between;
2552
- align-items: center;
2553
- padding: 10px 0;
2554
- color: rgba(44, 56, 82, 0.6);
2555
- font-size: 12px;
2556
- line-height: 24px;
2557
- }
2558
- .p12gwtiw .pagination-left {
2559
- padding: 2px 8px;
2560
- }
2561
- .p12gwtiw .dropdown-trigger {
2562
- display: flex;
2563
- align-items: center;
2564
- border-radius: 6px;
2565
- cursor: pointer;
2566
- transition: all 0.3s ease;
2567
- }
2568
- .p12gwtiw .dropdown-trigger:hover {
2569
- background: rgba(211, 218, 235, 0.6);
2570
- color: #0080ff;
2571
- }
2572
- .p12gwtiw .dropdown-trigger .icon-inner {
2573
- margin-left: 4px;
2574
- }
2575
- .p12gwtiw .pagination-right {
2576
- display: flex;
2577
- align-items: center;
2578
- color: #0080ff;
2579
- font-weight: bold;
2580
- }
2581
- .p12gwtiw .pagination-right .icon-inner {
2582
- margin-left: 4px;
2583
- }
2584
- .p12gwtiw .pagination-right .prev-btn,
2585
- .p12gwtiw .pagination-right .next-btn {
2586
- padding: 0 8px;
2587
- }
2588
- .p12gwtiw .pagination-right .prev-btn > span,
2589
- .p12gwtiw .pagination-right .next-btn > span {
2590
- color: #0080ff;
2591
- }
2592
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2593
- transform: rotate(180deg);
2594
- }
2595
-
2596
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2597
- max-height: calc(100vh - 128px);
2598
- overflow-y: auto;
2599
- }
2600
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2601
- padding: 4px 20px;
2602
- font-size: 12px;
2603
- line-height: 18px;
2604
- }
2605
-
2606
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2607
- flex-direction: row;
2608
- justify-content: stretch;
2609
- }
2610
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2611
- padding: 0;
2612
- margin-right: 4px;
2613
- flex: 1;
2614
- overflow: visible;
2615
- }
2616
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2617
- display: none;
2618
- }
2619
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2620
- width: 100%;
2621
- min-height: unset;
2622
- }
2623
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2624
- height: 26px;
2625
- line-height: 26px;
2626
- width: 100%;
2627
- text-align: center;
2628
- padding: 0;
2629
- font-size: 12px;
2630
- font-weight: normal;
2631
- }
2632
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2633
- margin-right: 10px;
2634
- }
2635
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2636
- display: none;
2637
- }
2638
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2639
- border-radius: 4px 0 0 4px;
2640
- }
2641
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2642
- margin-right: 0;
2643
- }
2644
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2645
- border-radius: 0 4px 4px 0;
2646
- }
2647
- .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 {
2648
- content: "";
2649
- width: 0;
2650
- height: 0;
2651
- border: 13px solid transparent;
2652
- position: absolute;
2653
- top: 0;
2654
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2655
- right: -21px;
2656
- z-index: 2;
2657
- }
2658
- .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 {
2659
- content: "";
2660
- width: 0;
2661
- height: 0;
2662
- border: 13px solid transparent;
2663
- position: absolute;
2664
- top: 0;
2665
- border-left: 8px solid #fff;
2666
- left: 0;
2667
- }
2668
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2669
- background-color: rgba(0, 136, 255, 0.1);
2670
- }
2671
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2672
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2673
- }
2674
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2675
- color: #005ed1;
2676
- }
2677
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2678
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2679
- background-color: rgba(237, 241, 250, 0.6);
2680
- }
2681
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2682
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2683
- color: rgba(44, 56, 82, 0.6);
2684
- }
2685
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2686
- padding: 0;
2687
- }
2688
-
2689
2830
  .s34f1qb.ant-switch {
2690
2831
  min-width: 40px;
2691
2832
  height: 24px;
@@ -2703,183 +2844,123 @@ input.rrg1fkn.ant-input {
2703
2844
  min-width: 52px;
2704
2845
  height: 32px;
2705
2846
  }
2706
- .s34f1qb.ant-switch .ant-switch-handle {
2707
- height: 20px;
2708
- width: 20px;
2709
- }
2710
- .s34f1qb.ant-switch .ant-switch-handle::before {
2711
- border-radius: 10px;
2712
- transition-delay: 120ms;
2713
- }
2714
- .s34f1qb.ant-switch-small .ant-switch-handle {
2715
- height: 14px;
2716
- width: 14px;
2717
- top: 1px;
2718
- left: 1px;
2719
- }
2720
- .s34f1qb.ant-switch-large .ant-switch-handle {
2721
- height: 28px;
2722
- width: 28px;
2723
- }
2724
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2725
- border-radius: 14px;
2726
- }
2727
- .s34f1qb.ant-switch-checked {
2728
- background-color: #00ba5d;
2729
- }
2730
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2731
- left: calc(100% - 20px - 2px);
2732
- }
2733
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2734
- left: calc(100% - 14px - 1px);
2735
- }
2736
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2737
- left: calc(100% - 28px - 2px);
2738
- }
2739
-
2740
- .c1to9vb9 {
2741
- margin-left: 5px;
2742
- }
2743
-
2744
- .rxbeqvl.ant-radio-wrapper {
2745
- display: inline-flex;
2746
- align-items: baseline;
2747
- white-space: pre-wrap;
2748
- }
2749
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2750
- position: relative;
2751
- top: 3px;
2752
- }
2753
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2754
- border-color: rgba(107, 128, 167, 0.6);
2755
- }
2756
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2757
- border-color: #0080ff;
2758
- }
2759
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2760
- border-color: #0080ff;
2761
- background: #0080ff;
2762
- }
2763
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2764
- top: 4px;
2765
- left: 4px;
2766
- width: 6px;
2767
- height: 6px;
2768
- background: #fff;
2847
+ .s34f1qb.ant-switch .ant-switch-handle {
2848
+ height: 20px;
2849
+ width: 20px;
2769
2850
  }
2770
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2771
- opacity: 0.5;
2851
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2852
+ border-radius: 10px;
2853
+ transition-delay: 120ms;
2772
2854
  }
2773
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2774
- border-color: rgba(107, 128, 167, 0.6);
2775
- background: rgba(211, 218, 235, 0.6);
2855
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2856
+ height: 14px;
2857
+ width: 14px;
2858
+ top: 1px;
2859
+ left: 1px;
2776
2860
  }
2777
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2778
- background: #00122e;
2861
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2862
+ height: 28px;
2863
+ width: 28px;
2779
2864
  }
2780
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2781
- color: #00122e;
2782
- opacity: 0.5;
2865
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2866
+ border-radius: 14px;
2783
2867
  }
2784
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2785
- color: #00122e;
2868
+ .s34f1qb.ant-switch-checked {
2869
+ background-color: #00ba5d;
2786
2870
  }
2787
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2788
- display: inline-block;
2789
- padding: 0;
2790
- padding-left: 12px;
2871
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2872
+ left: calc(100% - 20px - 2px);
2791
2873
  }
2792
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2793
- margin-bottom: 0;
2794
- white-space: pre-wrap;
2795
- color: rgba(44, 56, 82, 0.6);
2874
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2875
+ left: calc(100% - 14px - 1px);
2796
2876
  }
2797
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2798
- padding-left: 8px;
2877
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2878
+ left: calc(100% - 28px - 2px);
2799
2879
  }
2800
2880
 
2801
- .r5ie79y .ant-radio-button-wrapper:first-child {
2802
- border-radius: 5px 0 0 5px;
2881
+ .c1to9vb9 {
2882
+ margin-left: 5px;
2803
2883
  }
2804
- .r5ie79y .ant-radio-button-wrapper:last-child {
2805
- border-radius: 0 5px 5px 0;
2884
+
2885
+ .s1fc623g {
2886
+ width: 430px !important;
2806
2887
  }
2807
2888
 
2808
- .r1f0aqcc {
2809
- color: #00122e;
2810
- border-color: #ccd4e3;
2889
+ .da3mx0o .ant-select-item-group {
2890
+ padding: 8px 16px;
2891
+ line-height: 18px;
2892
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2893
+ height: 34px;
2894
+ min-height: 34px;
2895
+ box-sizing: border-box;
2896
+ margin-top: 8px;
2811
2897
  }
2812
- .r1f0aqcc:first-child {
2813
- border-color: #a3b4cc;
2898
+
2899
+ .onr9gzt {
2900
+ display: flex;
2901
+ flex-direction: column;
2902
+ margin: 1px 8px;
2903
+ padding: 8px;
2904
+ border-radius: 4px;
2814
2905
  }
2815
- .r1f0aqcc.ant-radio-button-wrapper {
2816
- padding: 0 12px;
2817
- line-height: 32px;
2818
- height: 32px;
2906
+ .onr9gzt .selected-icon {
2907
+ display: none;
2819
2908
  }
2820
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2821
- white-space: nowrap;
2909
+ .onr9gzt.ant-select-item-option-grouped {
2910
+ padding-left: 8px;
2822
2911
  }
2823
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2824
- background: #ccd4e3;
2912
+ .onr9gzt.ant-select-item-option-selected {
2913
+ background-color: white;
2825
2914
  }
2826
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2827
- background: #0080ff;
2915
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
2916
+ color: #0080ff;
2828
2917
  }
2829
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2830
- background: #ccd4e3;
2831
- opacity: 0.5;
2918
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
2919
+ display: block;
2832
2920
  }
2833
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2834
- border-right-color: #0080ff;
2921
+ .onr9gzt.ant-select-item-option-active {
2922
+ background: rgba(0, 136, 255, 0.16);
2835
2923
  }
2836
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2837
- border-color: #0080ff;
2924
+ .onr9gzt.ant-select-item-option-active .timezone-title {
2925
+ color: #0080ff;
2838
2926
  }
2839
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2927
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
2840
2928
  background: rgba(0, 136, 255, 0.1);
2929
+ color: #0080ff;
2841
2930
  }
2842
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2843
- background: rgba(211, 218, 235, 0.6);
2844
- border-color: #ccd4e3;
2845
- opacity: 0.5;
2931
+
2932
+ .oiy0apc {
2933
+ display: flex;
2934
+ justify-content: space-between;
2935
+ height: 20px;
2936
+ line-height: 20px;
2846
2937
  }
2847
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2848
- color: #00122e;
2849
- border-color: #ccd4e3;
2938
+ .oiy0apc .timezone-title {
2939
+ color: #2d3a56;
2940
+ overflow: hidden;
2941
+ text-overflow: ellipsis;
2850
2942
  }
2851
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2852
- color: #00122e;
2853
- border-color: #ccd4e3;
2854
- background: rgba(172, 186, 211, 0.6);
2943
+
2944
+ .of4y382 {
2945
+ display: flex;
2946
+ justify-content: space-between;
2947
+ color: rgba(44, 56, 82, 0.6);
2948
+ height: 18px;
2949
+ line-height: 18px;
2950
+ margin-top: 2px;
2855
2951
  }
2856
- .r1f0aqcc .ant-radio-button-input {
2857
- margin-right: 8px;
2858
- display: inline;
2952
+
2953
+ .t19903l9 {
2859
2954
  border: none;
2860
- padding: 0;
2861
- width: 36px;
2862
- background: transparent;
2863
- }
2864
- .r1f0aqcc .ant-radio-button-input:focus {
2865
- box-shadow: none;
2866
- }
2867
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2868
2955
  margin-right: 0;
2869
- width: initial;
2870
- box-shadow: none;
2871
- }
2872
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2873
- display: none;
2874
- }
2875
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2876
- display: inline;
2956
+ background: rgba(225, 230, 241, 0.6);
2877
2957
  }
2878
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2879
- display: inline;
2880
- margin-right: 8px;
2881
- padding: 0;
2882
- width: 36px;
2958
+
2959
+ .ohwbvxu {
2960
+ pointer-events: none;
2961
+ height: 32px;
2962
+ width: 100%;
2963
+ opacity: 0;
2883
2964
  }
2884
2965
 
2885
2966
  .t1upn1sz {
@@ -3211,119 +3292,38 @@ input.rrg1fkn.ant-input {
3211
3292
  }
3212
3293
  .tta5kd2 .ant-table .ant-table-placeholder td {
3213
3294
  position: static;
3214
- border: none;
3215
- background: inherit !important;
3216
- height: 100px;
3217
- vertical-align: middle;
3218
- }
3219
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3220
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3221
- font-weight: bold;
3222
- font-size: 20px;
3223
- color: rgba(10, 37, 85, 0.6);
3224
- }
3225
- .tta5kd2 .ant-table td.cell__action_ {
3226
- padding: 0 !important;
3227
- position: relative;
3228
- background: #fff;
3229
- }
3230
- .tta5kd2 .ant-table td.cell__action_ > * {
3231
- height: 100%;
3232
- display: flex;
3233
- align-items: center;
3234
- justify-content: flex-end;
3235
- padding-right: 8px;
3236
- }
3237
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3238
- width: 24px;
3239
- height: 24px;
3240
- cursor: pointer;
3241
- justify-content: center;
3242
- border-radius: 4px;
3243
- }
3244
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3245
- background: #fff;
3246
- }
3247
-
3248
- .s1fc623g {
3249
- width: 430px !important;
3250
- }
3251
-
3252
- .da3mx0o .ant-select-item-group {
3253
- padding: 8px 16px;
3254
- line-height: 18px;
3255
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3256
- height: 34px;
3257
- min-height: 34px;
3258
- box-sizing: border-box;
3259
- margin-top: 8px;
3260
- }
3261
-
3262
- .onr9gzt {
3263
- display: flex;
3264
- flex-direction: column;
3265
- margin: 1px 8px;
3266
- padding: 8px;
3267
- border-radius: 4px;
3268
- }
3269
- .onr9gzt .selected-icon {
3270
- display: none;
3271
- }
3272
- .onr9gzt.ant-select-item-option-grouped {
3273
- padding-left: 8px;
3274
- }
3275
- .onr9gzt.ant-select-item-option-selected {
3276
- background-color: white;
3277
- }
3278
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3279
- color: #0080ff;
3280
- }
3281
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3282
- display: block;
3283
- }
3284
- .onr9gzt.ant-select-item-option-active {
3285
- background: rgba(0, 136, 255, 0.16);
3286
- }
3287
- .onr9gzt.ant-select-item-option-active .timezone-title {
3288
- color: #0080ff;
3289
- }
3290
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3291
- background: rgba(0, 136, 255, 0.1);
3292
- color: #0080ff;
3295
+ border: none;
3296
+ background: inherit !important;
3297
+ height: 100px;
3298
+ vertical-align: middle;
3293
3299
  }
3294
-
3295
- .oiy0apc {
3296
- display: flex;
3297
- justify-content: space-between;
3298
- height: 20px;
3299
- line-height: 20px;
3300
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3301
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3302
+ font-weight: bold;
3303
+ font-size: 20px;
3304
+ color: rgba(10, 37, 85, 0.6);
3300
3305
  }
3301
- .oiy0apc .timezone-title {
3302
- color: #2d3a56;
3303
- overflow: hidden;
3304
- text-overflow: ellipsis;
3306
+ .tta5kd2 .ant-table td.cell__action_ {
3307
+ padding: 0 !important;
3308
+ position: relative;
3309
+ background: #fff;
3305
3310
  }
3306
-
3307
- .of4y382 {
3311
+ .tta5kd2 .ant-table td.cell__action_ > * {
3312
+ height: 100%;
3308
3313
  display: flex;
3309
- justify-content: space-between;
3310
- color: rgba(44, 56, 82, 0.6);
3311
- height: 18px;
3312
- line-height: 18px;
3313
- margin-top: 2px;
3314
+ align-items: center;
3315
+ justify-content: flex-end;
3316
+ padding-right: 8px;
3314
3317
  }
3315
-
3316
- .t19903l9 {
3317
- border: none;
3318
- margin-right: 0;
3319
- background: rgba(225, 230, 241, 0.6);
3318
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3319
+ width: 24px;
3320
+ height: 24px;
3321
+ cursor: pointer;
3322
+ justify-content: center;
3323
+ border-radius: 4px;
3320
3324
  }
3321
-
3322
- .ohwbvxu {
3323
- pointer-events: none;
3324
- height: 32px;
3325
- width: 100%;
3326
- opacity: 0;
3325
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3326
+ background: #fff;
3327
3327
  }
3328
3328
 
3329
3329
  .i1e4sgug {
@@ -3876,6 +3876,61 @@ input.rrg1fkn.ant-input {
3876
3876
  margin-left: 24px;
3877
3877
  }
3878
3878
 
3879
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3880
+ border-radius: 6px;
3881
+ }
3882
+ .shq1k1g.ant-select.ant-select-single {
3883
+ width: 100%;
3884
+ height: 30px;
3885
+ color: #2d3a56;
3886
+ border-color: rgba(211, 218, 235, 0.6);
3887
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3888
+ font-size: 13px;
3889
+ }
3890
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3891
+ height: 38px;
3892
+ font-size: 13px;
3893
+ }
3894
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3895
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3896
+ transition: 160ms ease;
3897
+ }
3898
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3899
+ color: #0080ff;
3900
+ }
3901
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3902
+ border-color: rgba(107, 128, 167, 0.6);
3903
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3904
+ }
3905
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3906
+ color: #0080ff;
3907
+ }
3908
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3909
+ border-color: #0080ff;
3910
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3911
+ }
3912
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3913
+ transform: rotate(180deg);
3914
+ }
3915
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3916
+ background: rgba(211, 218, 235, 0.6);
3917
+ border-color: rgba(172, 186, 211, 0.6);
3918
+ cursor: "not-allowed";
3919
+ }
3920
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3921
+ border-color: #f0483e !important;
3922
+ }
3923
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3924
+ color: #1d326c;
3925
+ }
3926
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3927
+ border-color: #0080ff;
3928
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3929
+ }
3930
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3931
+ transform: rotate(180deg);
3932
+ }
3933
+
3879
3934
  .igz4le8 {
3880
3935
  height: 24px;
3881
3936
  width: 56px !important;
@@ -4051,61 +4106,6 @@ input.rrg1fkn.ant-input {
4051
4106
  margin-left: 8px;
4052
4107
  }
4053
4108
 
4054
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4055
- border-radius: 6px;
4056
- }
4057
- .shq1k1g.ant-select.ant-select-single {
4058
- width: 100%;
4059
- height: 30px;
4060
- color: #2d3a56;
4061
- border-color: rgba(211, 218, 235, 0.6);
4062
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4063
- font-size: 13px;
4064
- }
4065
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4066
- height: 38px;
4067
- font-size: 13px;
4068
- }
4069
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4070
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4071
- transition: 160ms ease;
4072
- }
4073
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4074
- color: #0080ff;
4075
- }
4076
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
4077
- border-color: rgba(107, 128, 167, 0.6);
4078
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4079
- }
4080
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4081
- color: #0080ff;
4082
- }
4083
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
4084
- border-color: #0080ff;
4085
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4086
- }
4087
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4088
- transform: rotate(180deg);
4089
- }
4090
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4091
- background: rgba(211, 218, 235, 0.6);
4092
- border-color: rgba(172, 186, 211, 0.6);
4093
- cursor: "not-allowed";
4094
- }
4095
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4096
- border-color: #f0483e !important;
4097
- }
4098
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4099
- color: #1d326c;
4100
- }
4101
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4102
- border-color: #0080ff;
4103
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4104
- }
4105
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4106
- transform: rotate(180deg);
4107
- }
4108
-
4109
4109
  .t1gz6wqf {
4110
4110
  height: 100%;
4111
4111
  }
@@ -4167,52 +4167,6 @@ input.rrg1fkn.ant-input {
4167
4167
  min-height: 0px;
4168
4168
  }
4169
4169
 
4170
- .at4ovwe .ant-input-number-handler-wrap {
4171
- display: var(--at4ovwe-0);
4172
- }
4173
- .at4ovwe .ant-input-number-input-wrap {
4174
- padding: 5px 12px;
4175
- display: inline-flex;
4176
- line-height: 1.5715;
4177
- height: 100%;
4178
- width: 100%;
4179
- }
4180
- .at4ovwe .ant-input-number-input-wrap::after {
4181
- content: var(--at4ovwe-1);
4182
- display: var(--at4ovwe-2);
4183
- flex: none;
4184
- align-items: center;
4185
- margin-left: 4px;
4186
- color: rgba(44, 56, 82, 0.6);
4187
- }
4188
- .at4ovwe .ant-input-number-input-wrap::before {
4189
- content: var(--at4ovwe-3);
4190
- display: var(--at4ovwe-4);
4191
- flex: none;
4192
- align-items: center;
4193
- margin-right: 4px;
4194
- cursor: auto;
4195
- color: rgba(44, 56, 82, 0.6);
4196
- }
4197
- .at4ovwe.ant-input-number {
4198
- width: 100%;
4199
- border-radius: 6px;
4200
- }
4201
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4202
- border-color: #0096ff;
4203
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4204
- }
4205
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4206
- border-color: #e75a3a;
4207
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4208
- }
4209
- .at4ovwe .ant-input-number-input {
4210
- padding: 0;
4211
- margin: 0;
4212
- height: auto;
4213
- font-size: inherit;
4214
- }
4215
-
4216
4170
  .tc40oxa {
4217
4171
  margin-bottom: 4px;
4218
4172
  color: rgba(44, 56, 82, 0.6);
@@ -4409,6 +4363,52 @@ input.rrg1fkn.ant-input {
4409
4363
  margin-right: 8px;
4410
4364
  }
4411
4365
 
4366
+ .at4ovwe .ant-input-number-handler-wrap {
4367
+ display: var(--at4ovwe-0);
4368
+ }
4369
+ .at4ovwe .ant-input-number-input-wrap {
4370
+ padding: 5px 12px;
4371
+ display: inline-flex;
4372
+ line-height: 1.5715;
4373
+ height: 100%;
4374
+ width: 100%;
4375
+ }
4376
+ .at4ovwe .ant-input-number-input-wrap::after {
4377
+ content: var(--at4ovwe-1);
4378
+ display: var(--at4ovwe-2);
4379
+ flex: none;
4380
+ align-items: center;
4381
+ margin-left: 4px;
4382
+ color: rgba(44, 56, 82, 0.6);
4383
+ }
4384
+ .at4ovwe .ant-input-number-input-wrap::before {
4385
+ content: var(--at4ovwe-3);
4386
+ display: var(--at4ovwe-4);
4387
+ flex: none;
4388
+ align-items: center;
4389
+ margin-right: 4px;
4390
+ cursor: auto;
4391
+ color: rgba(44, 56, 82, 0.6);
4392
+ }
4393
+ .at4ovwe.ant-input-number {
4394
+ width: 100%;
4395
+ border-radius: 6px;
4396
+ }
4397
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4398
+ border-color: #0096ff;
4399
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4400
+ }
4401
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4402
+ border-color: #e75a3a;
4403
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4404
+ }
4405
+ .at4ovwe .ant-input-number-input {
4406
+ padding: 0;
4407
+ margin: 0;
4408
+ height: auto;
4409
+ font-size: inherit;
4410
+ }
4411
+
4412
4412
  .a6dbbkm .ant-input-number-handler-wrap {
4413
4413
  display: var(--a6dbbkm-0);
4414
4414
  }