@cloudtower/eagle 0.25.12 → 0.25.14-alpha.0

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,6 +1549,81 @@ 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
+
1552
1627
  .buj61ew.ant-btn {
1553
1628
  height: 32px;
1554
1629
  border-radius: 6px;
@@ -1797,1090 +1872,1014 @@ html body {
1797
1872
  padding: 0;
1798
1873
  }
1799
1874
 
1800
- .bpq0js6 {
1801
- padding: 4px 11px;
1875
+ .cz04yix {
1876
+ display: flex;
1877
+ flex-direction: column;
1802
1878
  }
1803
1879
 
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;
1880
+ .m1if5j39 {
1881
+ max-width: 1120px;
1882
+ width: 100%;
1883
+ margin: 0 auto;
1884
+ height: 100%;
1810
1885
  }
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;
1886
+
1887
+ .w1vvwdlp {
1888
+ max-width: 1120px;
1889
+ width: 100%;
1890
+ margin: 0 auto;
1891
+ display: flex;
1813
1892
  }
1814
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1815
- margin-left: 1px;
1893
+ .w1vvwdlp .left,
1894
+ .w1vvwdlp .right {
1895
+ flex-grow: 0;
1896
+ flex-shrink: 0;
1897
+ flex-basis: 21%;
1816
1898
  }
1817
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1818
- border-top-right-radius: 0;
1819
- border-bottom-right-radius: 0;
1899
+ .w1vvwdlp .left {
1900
+ display: flex;
1901
+ justify-content: flex-end;
1902
+ padding-right: 44px;
1820
1903
  }
1821
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1822
- border-top-left-radius: 0;
1823
- border-bottom-left-radius: 0;
1904
+ .w1vvwdlp .right {
1905
+ padding-left: 44px;
1824
1906
  }
1825
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1826
- border-radius: unset;
1907
+ .w1vvwdlp .middle {
1908
+ margin-bottom: 40px;
1909
+ flex-grow: 0;
1910
+ flex-shrink: 0;
1911
+ flex-basis: 58%;
1827
1912
  }
1828
-
1829
- .fde5mpd {
1913
+ .w1vvwdlp .middle .form-base-field {
1830
1914
  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
1915
  }
1843
-
1844
- .i1mrf09m {
1845
- display: inline-flex;
1846
- align-items: center;
1916
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1917
+ width: auto;
1847
1918
  }
1848
- .i1mrf09m .icon-inner {
1849
- display: inline-flex;
1850
- align-items: center;
1851
- justify-content: center;
1919
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1920
+ flex: initial;
1852
1921
  }
1853
- .i1mrf09m .icon-inner + span,
1854
- .i1mrf09m span + .icon-inner.suffix {
1855
- margin-left: 4px;
1922
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1923
+ margin-top: 4px;
1856
1924
  }
1857
- .i1mrf09m.is-rotate img,
1858
- .i1mrf09m.is-rotate svg {
1859
- animation: rotate 680ms linear infinite;
1925
+ .w1vvwdlp .ant-steps-item-icon,
1926
+ .w1vvwdlp .ant-steps-item-tail {
1927
+ display: none !important;
1860
1928
  }
1861
-
1862
- .iap75of {
1863
- height: 18px;
1864
- line-height: 18px;
1865
- padding: 0 4px;
1929
+ .w1vvwdlp .ant-steps-item-container {
1930
+ padding: 0 15px;
1866
1931
  border-radius: 4px;
1867
- background: rgba(235, 239, 245, 0.6);
1868
- border: 1px solid rgba(223, 228, 235, 0.6);
1932
+ height: 32px;
1869
1933
  display: flex;
1870
1934
  align-items: center;
1871
- white-space: nowrap;
1872
- margin-right: 4px;
1873
- }
1874
-
1875
- .obf05yr {
1876
- display: inline-block;
1877
1935
  }
1878
-
1879
- .hsms1n6 {
1880
- visibility: hidden;
1881
- position: absolute;
1936
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1937
+ min-height: auto;
1938
+ white-space: nowrap;
1882
1939
  }
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;
1940
+ .w1vvwdlp .ant-steps-item-description {
1941
+ padding-bottom: 0px;
1892
1942
  }
1893
- .p12gwtiw .pagination-left {
1894
- padding: 2px 8px;
1943
+ .w1vvwdlp .ant-steps-item-title {
1944
+ font-size: 13px !important;
1945
+ line-height: 20px !important;
1895
1946
  }
1896
- .p12gwtiw .dropdown-trigger {
1897
- display: flex;
1898
- align-items: center;
1899
- border-radius: 6px;
1900
- cursor: pointer;
1901
- transition: all 0.3s ease;
1947
+ .w1vvwdlp .ant-steps-item-title .step-index {
1948
+ display: inline-block;
1949
+ text-align: center;
1950
+ width: 13px;
1951
+ margin-right: 12px;
1902
1952
  }
1903
- .p12gwtiw .dropdown-trigger:hover {
1904
- background: rgba(211, 218, 235, 0.6);
1905
- color: #0080ff;
1953
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
1954
+ background: rgba(0, 128, 255, 0.1);
1906
1955
  }
1907
- .p12gwtiw .dropdown-trigger .icon-inner {
1908
- margin-left: 4px;
1956
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1957
+ color: #005ed1;
1909
1958
  }
1910
- .p12gwtiw .pagination-right {
1911
- display: flex;
1912
- align-items: center;
1913
- color: #0080ff;
1914
- font-weight: bold;
1959
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
1960
+ background: rgba(237, 241, 250, 0.6);
1915
1961
  }
1916
- .p12gwtiw .pagination-right .icon-inner {
1917
- margin-left: 4px;
1962
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1963
+ color: rgba(10, 37, 85, 0.6) !important;
1918
1964
  }
1919
- .p12gwtiw .pagination-right .prev-btn,
1920
- .p12gwtiw .pagination-right .next-btn {
1921
- padding: 0 8px;
1965
+ .w1vvwdlp .ant-steps-item-disabled {
1966
+ cursor: not-allowed;
1922
1967
  }
1923
- .p12gwtiw .pagination-right .prev-btn > span,
1924
- .p12gwtiw .pagination-right .next-btn > span {
1925
- color: #0080ff;
1968
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
1969
+ background: rgba(237, 241, 250, 0.6);
1926
1970
  }
1927
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1928
- transform: rotate(180deg);
1971
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1972
+ color: #2d3a56;
1929
1973
  }
1930
1974
 
1931
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1932
- max-height: calc(100vh - 128px);
1933
- overflow-y: auto;
1975
+ .h1cuopx7 .ant-modal-header {
1976
+ margin: 0 auto;
1977
+ width: 100%;
1978
+ max-width: 648px;
1934
1979
  }
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;
1980
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
1981
+ margin-left: 0;
1945
1982
  }
1946
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1947
- position: relative;
1948
- top: 3px;
1983
+ .h1cuopx7 .ant-modal-body {
1984
+ margin: 0 auto;
1985
+ padding: 0;
1986
+ width: 100%;
1987
+ max-width: 648px;
1988
+ overflow: hidden;
1949
1989
  }
1950
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1951
- border-color: rgba(107, 128, 167, 0.6);
1990
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
1991
+ margin-bottom: 40px;
1952
1992
  }
1953
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1954
- border-color: #0080ff;
1993
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
1994
+ height: calc(100vh - 225px);
1995
+ overflow-y: auto;
1955
1996
  }
1956
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1957
- border-color: #0080ff;
1958
- background: #0080ff;
1997
+ .h1cuopx7 .ant-modal-footer .footer-content {
1998
+ margin: 0 auto;
1999
+ max-width: 648px;
1959
2000
  }
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;
2001
+
2002
+ .h1p6d3y3 .ant-modal-header {
2003
+ margin: 0 auto;
2004
+ width: 100%;
2005
+ max-width: 1024px;
1966
2006
  }
1967
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1968
- opacity: 0.5;
2007
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2008
+ margin-left: 0;
1969
2009
  }
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);
2010
+ .h1p6d3y3 .ant-modal-body {
2011
+ margin: 0 auto;
2012
+ padding: 0;
2013
+ width: 100%;
2014
+ max-width: 1024px;
2015
+ overflow: hidden;
1973
2016
  }
1974
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1975
- background: #00122e;
2017
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2018
+ margin-bottom: 40px;
1976
2019
  }
1977
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1978
- color: #00122e;
1979
- opacity: 0.5;
2020
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2021
+ height: calc(100vh - 225px);
2022
+ overflow-y: auto;
1980
2023
  }
1981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1982
- color: #00122e;
2024
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2025
+ margin: 0 auto;
2026
+ max-width: 1024px;
1983
2027
  }
1984
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1985
- display: inline-block;
1986
- padding: 0;
1987
- padding-left: 12px;
2028
+
2029
+ .fxgckuk {
2030
+ flex: 1;
1988
2031
  }
1989
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1990
- margin-bottom: 0;
1991
- white-space: pre-wrap;
2032
+ .fxgckuk label {
2033
+ font-size: 13px;
2034
+ line-height: 20px;
1992
2035
  color: rgba(44, 56, 82, 0.6);
1993
2036
  }
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;
2037
+ .fxgckuk .title {
2038
+ font-size: 14px;
2039
+ line-height: 20px;
2040
+ color: #2d3a56;
2041
+ margin-bottom: 12px;
2000
2042
  }
2001
- .r5ie79y .ant-radio-button-wrapper:last-child {
2002
- border-radius: 0 5px 5px 0;
2043
+ .fxgckuk.connect-cluster .title {
2044
+ padding-bottom: 26px;
2003
2045
  }
2004
2046
 
2005
- .r1f0aqcc {
2006
- color: #00122e;
2007
- border-color: #ccd4e3;
2047
+ .f1d0vek1 {
2048
+ padding: 25px 0 15px 0;
2049
+ border-bottom: 1px solid #e1e5eb;
2050
+ margin-bottom: 16px;
2008
2051
  }
2009
- .r1f0aqcc:first-child {
2010
- color: #00122e;
2011
- border-color: #a3b4cc;
2052
+
2053
+ .f4u402y {
2054
+ display: flex;
2055
+ align-items: center;
2056
+ margin-bottom: 8px;
2012
2057
  }
2013
- .r1f0aqcc.ant-radio-button-wrapper {
2014
- padding: 0 12px;
2015
- line-height: 32px;
2016
- height: 32px;
2058
+ .f4u402y > label {
2059
+ width: 216px;
2017
2060
  }
2018
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2019
- white-space: nowrap;
2061
+ .f4u402y > label + * {
2062
+ width: 100%;
2020
2063
  }
2021
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2022
- background: #ccd4e3;
2064
+ .f4u402y .ant-select {
2065
+ width: 100%;
2023
2066
  }
2024
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2025
- background: #0080ff;
2067
+
2068
+ .e1pldf6v {
2069
+ color: #e75a3a;
2070
+ margin-right: 10px;
2026
2071
  }
2027
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2028
- background: #ccd4e3;
2029
- opacity: 0.5;
2072
+
2073
+ .dq0gblh {
2074
+ width: 100%;
2075
+ height: 1px;
2076
+ background: rgba(213, 219, 227, 0.6);
2077
+ margin: 24px 0;
2030
2078
  }
2031
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2032
- border-right-color: #0080ff;
2079
+
2080
+ .l1v7sr0n {
2081
+ display: flex;
2082
+ justify-content: center;
2083
+ align-items: center;
2084
+ height: 100%;
2033
2085
  }
2034
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2035
- border-color: #0080ff;
2086
+
2087
+ .d1i4ou6o {
2088
+ display: inline-block;
2089
+ width: 4px;
2090
+ height: 4px;
2091
+ background: #8e9aa9;
2092
+ opacity: 0.4;
2093
+ border-radius: 50%;
2094
+ margin: 0 4px;
2036
2095
  }
2037
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2038
- background: rgba(0, 136, 255, 0.1);
2096
+
2097
+ .m1jy87hk .ant-modal-header,
2098
+ .m1jy87hk .ant-modal-footer .footer-content {
2099
+ width: 648px;
2100
+ margin: 0 auto;
2039
2101
  }
2040
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2041
- background: rgba(211, 218, 235, 0.6);
2042
- border-color: #ccd4e3;
2043
- opacity: 0.5;
2102
+ .m1jy87hk .ant-modal-header {
2103
+ padding: 35px 0 24px;
2104
+ border: none;
2044
2105
  }
2045
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2046
- color: #00122e;
2047
- border-color: #ccd4e3;
2106
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2107
+ font-size: 30px;
2048
2108
  }
2049
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2050
- color: #00122e;
2051
- border-color: #ccd4e3;
2052
- background: rgba(172, 186, 211, 0.6);
2109
+ .m1jy87hk .ant-modal-body {
2110
+ padding: 4px 0 2px;
2053
2111
  }
2054
- .r1f0aqcc .ant-radio-button-input {
2055
- margin-right: 8px;
2056
- display: inline;
2112
+ .m1jy87hk .ant-modal-footer {
2057
2113
  border: none;
2058
- padding: 0;
2059
- width: 36px;
2060
- background: transparent;
2061
- }
2062
- .r1f0aqcc .ant-radio-button-input:focus {
2063
- box-shadow: none;
2064
2114
  }
2065
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2066
- margin-right: 0;
2067
- width: initial;
2068
- box-shadow: none;
2115
+
2116
+ .ti7fpyu {
2117
+ font-size: 12px;
2118
+ line-height: 18px;
2119
+ font-weight: bold;
2120
+ color: #fff;
2121
+ padding: 0 4px;
2122
+ border-radius: 4px;
2123
+ display: inline-block;
2124
+ background: var(--ti7fpyu-0);
2069
2125
  }
2070
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2071
- display: none;
2126
+ .ti7fpyu:not(:first-child) {
2127
+ margin-left: 4px;
2072
2128
  }
2073
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2074
- display: inline;
2129
+
2130
+ .f1rest1f {
2131
+ width: 100%;
2132
+ height: 100%;
2133
+ display: flex;
2134
+ align-items: center;
2135
+ justify-content: center;
2075
2136
  }
2076
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2077
- display: inline;
2078
- margin-right: 8px;
2079
- padding: 0;
2080
- width: 36px;
2137
+
2138
+ .n1kbdoln {
2139
+ font-size: 90%;
2140
+ font-weight: bold;
2141
+ background-color: rgba(240, 243, 247, 0.6);
2142
+ padding: 1px 4px 1px;
2143
+ margin-left: 2px;
2144
+ margin-right: 2px;
2145
+ border: 1px solid rgba(213, 219, 227, 0.6);
2146
+ border-radius: 4px;
2081
2147
  }
2082
2148
 
2083
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2084
- flex-direction: row;
2085
- justify-content: stretch;
2149
+ .f1y3gta0.form-item-general {
2150
+ width: 640px;
2086
2151
  }
2087
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2088
- padding: 0;
2089
- margin-right: 4px;
2090
- flex: 1;
2091
- overflow: visible;
2152
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2153
+ margin-top: 16px;
2092
2154
  }
2093
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2094
- display: none;
2155
+ .f1y3gta0.form-item-compact {
2156
+ width: 412px;
2095
2157
  }
2096
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2097
- width: 100%;
2098
- min-height: unset;
2099
- }
2100
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2101
- height: 26px;
2102
- line-height: 26px;
2103
- width: 100%;
2104
- text-align: center;
2105
- padding: 0;
2106
- font-size: 12px;
2107
- font-weight: normal;
2108
- }
2109
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2110
- margin-right: 10px;
2158
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2159
+ margin-top: 8px;
2111
2160
  }
2112
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2113
- display: none;
2161
+ .f1y3gta0 .form-item {
2162
+ width: auto;
2114
2163
  }
2115
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2116
- border-radius: 4px 0 0 4px;
2164
+ .f1y3gta0 .form-item-main {
2165
+ position: relative;
2166
+ display: flex;
2117
2167
  }
2118
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2119
- margin-right: 0;
2168
+ .f1y3gta0 .form-item-extra {
2169
+ margin-top: 4px;
2170
+ width: 100%;
2171
+ padding: 14px;
2172
+ background: #f2f4f6;
2173
+ font-size: 13px;
2174
+ line-height: 1.8;
2175
+ color: #8e9aa9;
2120
2176
  }
2121
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2122
- border-radius: 0 4px 4px 0;
2177
+ .f1y3gta0 .form-item-label {
2178
+ padding-right: 12px;
2179
+ font-size: 13px;
2180
+ color: rgba(44, 56, 82, 0.6);
2123
2181
  }
2124
- .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 {
2125
- content: "";
2126
- width: 0;
2127
- height: 0;
2128
- border: 13px solid transparent;
2129
- position: absolute;
2130
- top: 0;
2131
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2132
- right: -21px;
2133
- z-index: 2;
2182
+ .f1y3gta0 .form-item-label.label-right {
2183
+ text-align: right;
2134
2184
  }
2135
- .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 {
2136
- content: "";
2137
- width: 0;
2138
- height: 0;
2139
- border: 13px solid transparent;
2140
- position: absolute;
2141
- top: 0;
2142
- border-left: 8px solid #fff;
2143
- left: 0;
2185
+ .f1y3gta0 .form-item-label,
2186
+ .f1y3gta0 .form-item-control {
2187
+ line-height: 32px;
2144
2188
  }
2145
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2146
- background-color: rgba(0, 136, 255, 0.1);
2189
+ .f1y3gta0 .form-item-control .form-item-error {
2190
+ line-height: 18px;
2147
2191
  }
2148
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2149
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2192
+ .f1y3gta0 .form-item-children {
2193
+ width: 100%;
2150
2194
  }
2151
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2152
- color: #005ed1;
2195
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2196
+ width: 100%;
2153
2197
  }
2154
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2155
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2156
- background-color: rgba(237, 241, 250, 0.6);
2198
+ .f1y3gta0 .form-item-error {
2199
+ color: #e75a3a;
2200
+ height: 0;
2201
+ overflow: hidden;
2157
2202
  }
2158
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2159
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2160
- color: rgba(44, 56, 82, 0.6);
2203
+ .f1y3gta0 .form-item-error-enter-done {
2204
+ margin-top: 4px;
2205
+ height: auto;
2206
+ overflow: auto;
2161
2207
  }
2162
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2163
- padding: 0;
2208
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2209
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2210
+ border: 1px solid #e75a3a;
2211
+ color: #e75a3a;
2164
2212
  }
2165
2213
 
2166
- .cz04yix {
2167
- display: flex;
2168
- flex-direction: column;
2214
+ .fujbm7g {
2215
+ color: #2d3a56;
2216
+ font-weight: bold;
2217
+ padding-bottom: 6px;
2218
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2219
+ margin-bottom: 16px;
2169
2220
  }
2170
-
2171
- .m1if5j39 {
2172
- max-width: 1120px;
2173
- width: 100%;
2174
- margin: 0 auto;
2175
- height: 100%;
2221
+ .fujbm7g:not(:first-of-type) {
2222
+ margin-top: 16px;
2176
2223
  }
2177
2224
 
2178
- .w1vvwdlp {
2179
- max-width: 1120px;
2180
- width: 100%;
2181
- margin: 0 auto;
2182
- display: flex;
2183
- }
2184
- .w1vvwdlp .left,
2185
- .w1vvwdlp .right {
2186
- flex-grow: 0;
2187
- flex-shrink: 0;
2188
- flex-basis: 21%;
2189
- }
2190
- .w1vvwdlp .left {
2225
+ .e5fsw5s {
2226
+ width: 8px;
2227
+ height: 24px;
2191
2228
  display: flex;
2192
- justify-content: flex-end;
2193
- padding-right: 44px;
2194
- }
2195
- .w1vvwdlp .right {
2196
- padding-left: 44px;
2197
- }
2198
- .w1vvwdlp .middle {
2199
- margin-bottom: 40px;
2200
- flex-grow: 0;
2201
- flex-shrink: 0;
2202
- flex-basis: 58%;
2229
+ justify-content: center;
2230
+ align-items: center;
2231
+ cursor: pointer;
2232
+ transition: all 200ms ease-out 40ms;
2203
2233
  }
2204
- .w1vvwdlp .middle .form-base-field {
2205
- width: 100%;
2234
+ .e5fsw5s:before, .e5fsw5s:after {
2235
+ content: "";
2236
+ width: 1px;
2237
+ height: 6px;
2238
+ border-radius: 1px;
2239
+ background: #ccd4e3;
2240
+ position: relative;
2241
+ right: 2px;
2242
+ transform: rotate(-45deg);
2206
2243
  }
2207
- .w1vvwdlp .middle .form-base-field .form-base-field {
2208
- width: auto;
2244
+ .e5fsw5s:after {
2245
+ transform: rotate(45deg);
2246
+ left: 1px;
2209
2247
  }
2210
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2211
- flex: initial;
2248
+
2249
+ .w18knsg4.ant-alert-warning {
2250
+ border: 0;
2251
+ background: rgba(255, 187, 0, 0.1);
2252
+ border-radius: 6px;
2212
2253
  }
2213
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2214
- margin-top: 4px;
2254
+ .w18knsg4.ant-alert,
2255
+ .w18knsg4 .ant-alert-message {
2256
+ color: #e07f00;
2215
2257
  }
2216
- .w1vvwdlp .ant-steps-item-icon,
2217
- .w1vvwdlp .ant-steps-item-tail {
2218
- display: none !important;
2258
+ .w18knsg4.ant-alert .dashed-border-bottom,
2259
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2260
+ border-bottom-color: #e07f00;
2219
2261
  }
2220
- .w1vvwdlp .ant-steps-item-container {
2221
- padding: 0 15px;
2222
- border-radius: 4px;
2223
- height: 32px;
2262
+
2263
+ .ng31n2o {
2224
2264
  display: flex;
2225
- align-items: center;
2226
- }
2227
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2228
- min-height: auto;
2229
- white-space: nowrap;
2230
- }
2231
- .w1vvwdlp .ant-steps-item-description {
2232
- padding-bottom: 0px;
2265
+ flex-direction: row;
2266
+ padding: 7px 12px;
2267
+ background: rgba(255, 187, 0, 0.1);
2268
+ border-radius: 6px;
2269
+ color: #e07f00;
2270
+ font-size: 12px;
2271
+ line-height: 18px;
2233
2272
  }
2234
- .w1vvwdlp .ant-steps-item-title {
2235
- font-size: 13px !important;
2236
- line-height: 20px !important;
2273
+ .ng31n2o .icon-wrapper {
2274
+ margin-right: 10px;
2275
+ height: 18px;
2237
2276
  }
2238
- .w1vvwdlp .ant-steps-item-title .step-index {
2239
- display: inline-block;
2240
- text-align: center;
2241
- width: 13px;
2242
- margin-right: 12px;
2277
+
2278
+ .n15x5f5y {
2279
+ display: flex;
2280
+ flex-direction: row;
2281
+ padding: 7px 12px;
2282
+ background: rgba(225, 230, 241, 0.6);
2283
+ border-radius: 6px;
2284
+ color: rgba(44, 56, 82, 0.6);
2285
+ font-size: 12px;
2286
+ line-height: 18px;
2243
2287
  }
2244
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2245
- background: rgba(0, 128, 255, 0.1);
2288
+ .n15x5f5y .icon-wrapper {
2289
+ margin-right: 10px;
2290
+ height: 18px;
2246
2291
  }
2247
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2292
+
2293
+ .i16ozz3f {
2294
+ display: flex;
2295
+ flex-direction: row;
2296
+ padding: 7px 12px;
2297
+ background: rgba(0, 136, 255, 0.1);
2298
+ border-radius: 6px;
2248
2299
  color: #005ed1;
2300
+ font-size: 12px;
2301
+ line-height: 18px;
2249
2302
  }
2250
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2251
- background: rgba(237, 241, 250, 0.6);
2252
- }
2253
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2254
- color: rgba(10, 37, 85, 0.6) !important;
2255
- }
2256
- .w1vvwdlp .ant-steps-item-disabled {
2257
- cursor: not-allowed;
2258
- }
2259
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2260
- background: rgba(237, 241, 250, 0.6);
2261
- }
2262
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2263
- color: #2d3a56;
2303
+ .i16ozz3f .icon-wrapper {
2304
+ margin-right: 10px;
2305
+ height: 18px;
2264
2306
  }
2265
2307
 
2266
- .h1cuopx7 .ant-modal-header {
2267
- margin: 0 auto;
2268
- width: 100%;
2269
- max-width: 648px;
2270
- }
2271
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2272
- margin-left: 0;
2308
+ .dszu9qr {
2309
+ color: rgba(44, 56, 82, 0.6);
2310
+ margin-top: 5px;
2311
+ font-size: 12px;
2312
+ line-height: 18px;
2273
2313
  }
2274
- .h1cuopx7 .ant-modal-body {
2275
- margin: 0 auto;
2276
- padding: 0;
2277
- width: 100%;
2278
- max-width: 648px;
2279
- overflow: hidden;
2314
+
2315
+ .snxzgx {
2316
+ color: #f0483e;
2317
+ font-size: 12px;
2318
+ white-space: pre-wrap;
2280
2319
  }
2281
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2282
- margin-bottom: 40px;
2320
+
2321
+ .o1i4orqw {
2322
+ display: flex;
2323
+ align-items: center;
2324
+ justify-content: flex-end;
2283
2325
  }
2284
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2285
- height: calc(100vh - 225px);
2286
- overflow-y: auto;
2326
+ .o1i4orqw .icon-wrapper {
2327
+ margin-right: 16px;
2287
2328
  }
2288
- .h1cuopx7 .ant-modal-footer .footer-content {
2289
- margin: 0 auto;
2290
- max-width: 648px;
2329
+
2330
+ .t79k8o2 {
2331
+ color: rgba(0, 21, 64, 0.3);
2291
2332
  }
2292
2333
 
2293
- .h1p6d3y3 .ant-modal-header {
2294
- margin: 0 auto;
2295
- width: 100%;
2296
- max-width: 1024px;
2334
+ .ipd9bk.ant-input {
2335
+ padding: 5px 12px;
2336
+ line-height: 20px;
2337
+ color: #2d3a56;
2338
+ border-radius: 6px;
2339
+ border-color: rgba(172, 186, 211, 0.6);
2340
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2297
2341
  }
2298
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2299
- margin-left: 0;
2342
+ .ipd9bk.ant-input.ant-input-lg {
2343
+ padding: 8px 16px;
2344
+ line-height: 22px;
2300
2345
  }
2301
- .h1p6d3y3 .ant-modal-body {
2302
- margin: 0 auto;
2303
- padding: 0;
2304
- width: 100%;
2305
- max-width: 1024px;
2306
- overflow: hidden;
2346
+ .ipd9bk.ant-input.ant-input-sm {
2347
+ padding: 2px 8px;
2348
+ line-height: 18px;
2307
2349
  }
2308
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2309
- margin-bottom: 40px;
2350
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2351
+ border-color: rgba(107, 128, 167, 0.6);
2352
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2353
+ }
2354
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2355
+ border-color: #0096ff;
2356
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2310
2357
  }
2311
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2312
- height: calc(100vh - 225px);
2313
- overflow-y: auto;
2358
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2359
+ border-color: #e75a3a;
2360
+ color: #e75a3a;
2314
2361
  }
2315
- .h1p6d3y3 .ant-modal-footer .footer-content {
2316
- margin: 0 auto;
2317
- max-width: 1024px;
2362
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2363
+ border-color: #e75a3a;
2364
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2318
2365
  }
2319
-
2320
- .fxgckuk {
2321
- flex: 1;
2366
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2367
+ border-color: #e75a3a;
2368
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2322
2369
  }
2323
- .fxgckuk label {
2324
- font-size: 13px;
2325
- line-height: 20px;
2326
- color: rgba(44, 56, 82, 0.6);
2370
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2371
+ background: rgba(211, 218, 235, 0.6);
2372
+ color: rgba(0, 21, 64, 0.3);
2373
+ border-color: rgba(172, 186, 211, 0.6);
2327
2374
  }
2328
- .fxgckuk .title {
2329
- font-size: 14px;
2375
+ .ipd9bk.ant-input-affix-wrapper {
2376
+ padding: 5px 12px;
2377
+ border-radius: 6px;
2378
+ border-color: rgba(172, 186, 211, 0.6);
2330
2379
  line-height: 20px;
2331
2380
  color: #2d3a56;
2332
- margin-bottom: 12px;
2381
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2333
2382
  }
2334
- .fxgckuk.connect-cluster .title {
2335
- padding-bottom: 26px;
2383
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2384
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2385
+ color: rgba(44, 56, 82, 0.6);
2336
2386
  }
2337
-
2338
- .f1d0vek1 {
2339
- padding: 25px 0 15px 0;
2340
- border-bottom: 1px solid #e1e5eb;
2341
- margin-bottom: 16px;
2387
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2388
+ padding: 8px 16px;
2389
+ line-height: 22px;
2342
2390
  }
2343
-
2344
- .f4u402y {
2345
- display: flex;
2346
- align-items: center;
2347
- margin-bottom: 8px;
2391
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2392
+ padding: 2px 8px;
2393
+ line-height: 18px;
2348
2394
  }
2349
- .f4u402y > label {
2350
- width: 216px;
2395
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2396
+ border-color: rgba(107, 128, 167, 0.6);
2397
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2351
2398
  }
2352
- .f4u402y > label + * {
2353
- width: 100%;
2399
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2400
+ border-color: #0096ff;
2401
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2354
2402
  }
2355
- .f4u402y .ant-select {
2356
- width: 100%;
2403
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2404
+ border-color: #e75a3a;
2357
2405
  }
2358
-
2359
- .e1pldf6v {
2406
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2360
2407
  color: #e75a3a;
2361
- margin-right: 10px;
2362
- }
2363
-
2364
- .dq0gblh {
2365
- width: 100%;
2366
- height: 1px;
2367
- background: rgba(213, 219, 227, 0.6);
2368
- margin: 24px 0;
2369
2408
  }
2370
-
2371
- .l1v7sr0n {
2372
- display: flex;
2373
- justify-content: center;
2374
- align-items: center;
2375
- height: 100%;
2409
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2410
+ border-color: #e75a3a;
2411
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2376
2412
  }
2377
-
2378
- .d1i4ou6o {
2379
- display: inline-block;
2380
- width: 4px;
2381
- height: 4px;
2382
- background: #8e9aa9;
2383
- opacity: 0.4;
2384
- border-radius: 50%;
2385
- margin: 0 4px;
2413
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2414
+ border-color: #e75a3a;
2415
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2386
2416
  }
2387
-
2388
- .m1jy87hk .ant-modal-header,
2389
- .m1jy87hk .ant-modal-footer .footer-content {
2390
- width: 648px;
2391
- margin: 0 auto;
2417
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2418
+ background: rgba(211, 218, 235, 0.6);
2419
+ color: rgba(0, 21, 64, 0.3);
2420
+ border-color: rgba(172, 186, 211, 0.6);
2392
2421
  }
2393
- .m1jy87hk .ant-modal-header {
2394
- padding: 35px 0 24px;
2395
- border: none;
2422
+ textarea.ipd9bk.ant-input {
2423
+ transition-property: height;
2424
+ transition-delay: 50ms;
2396
2425
  }
2397
- .m1jy87hk .ant-modal-header .ant-modal-title {
2398
- font-size: 30px;
2426
+ textarea.ipd9bk.ant-input.textarea-large {
2427
+ min-height: 40px;
2428
+ height: 40px;
2399
2429
  }
2400
- .m1jy87hk .ant-modal-body {
2401
- padding: 4px 0 2px;
2430
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2431
+ height: 80px;
2402
2432
  }
2403
- .m1jy87hk .ant-modal-footer {
2404
- border: none;
2433
+ textarea.ipd9bk.ant-input.textarea-middle {
2434
+ min-height: 32px;
2435
+ height: 32px;
2405
2436
  }
2406
-
2407
- .ti7fpyu {
2408
- font-size: 12px;
2409
- line-height: 18px;
2410
- font-weight: bold;
2411
- color: #fff;
2412
- padding: 0 4px;
2413
- border-radius: 4px;
2414
- display: inline-block;
2415
- background: var(--ti7fpyu-0);
2437
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2438
+ height: 64px;
2416
2439
  }
2417
- .ti7fpyu:not(:first-child) {
2418
- margin-left: 4px;
2440
+ textarea.ipd9bk.ant-input.textarea-small {
2441
+ min-height: 24px;
2442
+ height: 24px;
2419
2443
  }
2420
-
2421
- .f1rest1f {
2422
- width: 100%;
2423
- height: 100%;
2424
- display: flex;
2425
- align-items: center;
2426
- justify-content: center;
2444
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2445
+ height: 40px;
2427
2446
  }
2428
2447
 
2429
- .n1kbdoln {
2430
- font-size: 90%;
2431
- font-weight: bold;
2432
- background-color: rgba(240, 243, 247, 0.6);
2433
- padding: 1px 4px 1px;
2434
- margin-left: 2px;
2435
- margin-right: 2px;
2448
+ .kypn5o5 input, .kypn5o5.input-tags {
2436
2449
  border: 1px solid rgba(213, 219, 227, 0.6);
2437
2450
  border-radius: 4px;
2438
2451
  }
2439
-
2440
- .f1y3gta0.form-item-general {
2441
- width: 640px;
2442
- }
2443
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2444
- margin-top: 16px;
2445
- }
2446
- .f1y3gta0.form-item-compact {
2447
- width: 412px;
2448
- }
2449
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2450
- margin-top: 8px;
2451
- }
2452
- .f1y3gta0 .form-item {
2453
- width: auto;
2454
- }
2455
- .f1y3gta0 .form-item-main {
2452
+ .kypn5o5.input-tags {
2456
2453
  position: relative;
2457
- display: flex;
2454
+ padding: 6px;
2455
+ height: 32px;
2456
+ cursor: pointer;
2457
+ transition: border 150ms;
2458
2458
  }
2459
- .f1y3gta0 .form-item-extra {
2460
- margin-top: 4px;
2461
- width: 100%;
2462
- padding: 14px;
2463
- background: #f2f4f6;
2464
- font-size: 13px;
2465
- line-height: 1.8;
2466
- color: #8e9aa9;
2459
+ .kypn5o5.input-tags:hover {
2460
+ border-color: #0080ff;
2461
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2467
2462
  }
2468
- .f1y3gta0 .form-item-label {
2469
- padding-right: 12px;
2470
- font-size: 13px;
2471
- color: rgba(44, 56, 82, 0.6);
2463
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2464
+ padding-right: 30px;
2472
2465
  }
2473
- .f1y3gta0 .form-item-label.label-right {
2474
- text-align: right;
2466
+ .kypn5o5.input-tags .input-tags-inner {
2467
+ display: flex;
2475
2468
  }
2476
- .f1y3gta0 .form-item-label,
2477
- .f1y3gta0 .form-item-control {
2478
- line-height: 32px;
2469
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2470
+ display: flex;
2479
2471
  }
2480
- .f1y3gta0 .form-item-control .form-item-error {
2481
- line-height: 18px;
2472
+ .kypn5o5.input-tags .input-tag-suffix {
2473
+ position: absolute;
2474
+ right: 12px;
2475
+ top: 50%;
2476
+ transform: translateY(-50%);
2482
2477
  }
2483
- .f1y3gta0 .form-item-children {
2484
- width: 100%;
2478
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2479
+ color: rgba(0, 0, 0, 0.25);
2480
+ font-size: 12px;
2481
+ cursor: pointer;
2485
2482
  }
2486
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2487
- width: 100%;
2483
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2484
+ color: rgba(0, 0, 0, 0.45);
2488
2485
  }
2489
- .f1y3gta0 .form-item-error {
2490
- color: #e75a3a;
2491
- height: 0;
2486
+ .kypn5o5.has-focus-indicator {
2487
+ position: relative;
2492
2488
  overflow: hidden;
2493
2489
  }
2494
- .f1y3gta0 .form-item-error-enter-done {
2495
- margin-top: 4px;
2496
- height: auto;
2497
- overflow: auto;
2490
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2491
+ position: absolute;
2492
+ top: 50%;
2493
+ transform: translateY(-50%);
2494
+ left: -16px;
2495
+ transition: left 150ms ease;
2496
+ opacity: 0;
2498
2497
  }
2499
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2500
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2501
- border: 1px solid #e75a3a;
2502
- color: #e75a3a;
2498
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2499
+ left: 8px;
2500
+ opacity: 1;
2501
+ }
2502
+ .kypn5o5.has-focus-indicator input {
2503
+ transition: margin-left 150ms ease;
2504
+ margin-left: 0px;
2505
+ }
2506
+ .kypn5o5.has-focus-indicator input:focus {
2507
+ margin-left: 16px;
2503
2508
  }
2504
2509
 
2505
- .fujbm7g {
2506
- color: #2d3a56;
2507
- font-weight: bold;
2508
- padding-bottom: 6px;
2509
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2510
- margin-bottom: 16px;
2510
+ input.l1ki27se.ant-input {
2511
+ border-top-right-radius: 0;
2512
+ border-bottom-right-radius: 0;
2511
2513
  }
2512
- .fujbm7g:not(:first-of-type) {
2513
- margin-top: 16px;
2514
+
2515
+ .l1ki27se.ant-input-affix-wrapper {
2516
+ border-top-right-radius: 0;
2517
+ border-bottom-right-radius: 0;
2514
2518
  }
2515
2519
 
2516
- .e5fsw5s {
2517
- width: 8px;
2518
- height: 24px;
2519
- display: flex;
2520
- justify-content: center;
2521
- align-items: center;
2522
- cursor: pointer;
2523
- transition: all 200ms ease-out 40ms;
2520
+ input.rrg1fkn.ant-input {
2521
+ border-top-left-radius: 0;
2522
+ border-bottom-left-radius: 0;
2524
2523
  }
2525
- .e5fsw5s:before, .e5fsw5s:after {
2526
- content: "";
2527
- width: 1px;
2528
- height: 6px;
2529
- border-radius: 1px;
2530
- background: #ccd4e3;
2531
- position: relative;
2532
- right: 2px;
2533
- transform: rotate(-45deg);
2524
+
2525
+ .rrg1fkn.ant-input-affix-wrapper {
2526
+ border-top-left-radius: 0;
2527
+ border-bottom-left-radius: 0;
2534
2528
  }
2535
- .e5fsw5s:after {
2536
- transform: rotate(45deg);
2537
- left: 1px;
2529
+
2530
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2531
+ border-top-right-radius: 0;
2532
+ border-bottom-right-radius: 0;
2538
2533
  }
2539
2534
 
2540
- .w18knsg4.ant-alert-warning {
2541
- border: 0;
2542
- background: rgba(255, 187, 0, 0.1);
2543
- border-radius: 6px;
2535
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2536
+ border-top-left-radius: 0;
2537
+ border-bottom-left-radius: 0;
2544
2538
  }
2545
- .w18knsg4.ant-alert,
2546
- .w18knsg4 .ant-alert-message {
2547
- color: #e07f00;
2539
+
2540
+ .obf05yr {
2541
+ display: inline-block;
2548
2542
  }
2549
- .w18knsg4.ant-alert .dashed-border-bottom,
2550
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2551
- border-bottom-color: #e07f00;
2543
+
2544
+ .hsms1n6 {
2545
+ visibility: hidden;
2546
+ position: absolute;
2552
2547
  }
2553
2548
 
2554
- .ng31n2o {
2549
+ .p12gwtiw {
2555
2550
  display: flex;
2556
- flex-direction: row;
2557
- padding: 7px 12px;
2558
- background: rgba(255, 187, 0, 0.1);
2559
- border-radius: 6px;
2560
- color: #e07f00;
2551
+ justify-content: space-between;
2552
+ align-items: center;
2553
+ padding: 10px 0;
2554
+ color: rgba(44, 56, 82, 0.6);
2561
2555
  font-size: 12px;
2562
- line-height: 18px;
2556
+ line-height: 24px;
2563
2557
  }
2564
- .ng31n2o .icon-wrapper {
2565
- margin-right: 10px;
2566
- height: 18px;
2558
+ .p12gwtiw .pagination-left {
2559
+ padding: 2px 8px;
2567
2560
  }
2568
-
2569
- .n15x5f5y {
2561
+ .p12gwtiw .dropdown-trigger {
2570
2562
  display: flex;
2571
- flex-direction: row;
2572
- padding: 7px 12px;
2573
- background: rgba(225, 230, 241, 0.6);
2563
+ align-items: center;
2574
2564
  border-radius: 6px;
2575
- color: rgba(44, 56, 82, 0.6);
2576
- font-size: 12px;
2577
- line-height: 18px;
2565
+ cursor: pointer;
2566
+ transition: all 0.3s ease;
2578
2567
  }
2579
- .n15x5f5y .icon-wrapper {
2580
- margin-right: 10px;
2581
- height: 18px;
2568
+ .p12gwtiw .dropdown-trigger:hover {
2569
+ background: rgba(211, 218, 235, 0.6);
2570
+ color: #0080ff;
2582
2571
  }
2583
-
2584
- .i16ozz3f {
2572
+ .p12gwtiw .dropdown-trigger .icon-inner {
2573
+ margin-left: 4px;
2574
+ }
2575
+ .p12gwtiw .pagination-right {
2585
2576
  display: flex;
2586
- flex-direction: row;
2587
- padding: 7px 12px;
2588
- background: rgba(0, 136, 255, 0.1);
2589
- border-radius: 6px;
2590
- color: #005ed1;
2591
- font-size: 12px;
2592
- line-height: 18px;
2577
+ align-items: center;
2578
+ color: #0080ff;
2579
+ font-weight: bold;
2593
2580
  }
2594
- .i16ozz3f .icon-wrapper {
2595
- margin-right: 10px;
2596
- height: 18px;
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);
2597
2594
  }
2598
2595
 
2599
- .dszu9qr {
2600
- color: rgba(44, 56, 82, 0.6);
2601
- margin-top: 5px;
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
2602
  font-size: 12px;
2603
2603
  line-height: 18px;
2604
2604
  }
2605
2605
 
2606
- .snxzgx {
2607
- color: #f0483e;
2608
- font-size: 12px;
2609
- white-space: pre-wrap;
2606
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2607
+ flex-direction: row;
2608
+ justify-content: stretch;
2610
2609
  }
2611
-
2612
- .o1i4orqw {
2613
- display: flex;
2614
- align-items: center;
2615
- justify-content: flex-end;
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;
2616
2615
  }
2617
- .o1i4orqw .icon-wrapper {
2618
- margin-right: 16px;
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;
2619
2618
  }
2620
-
2621
- .t79k8o2 {
2622
- color: rgba(0, 21, 64, 0.3);
2619
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2620
+ width: 100%;
2621
+ min-height: unset;
2623
2622
  }
2624
-
2625
- .ipd9bk.ant-input {
2626
- padding: 5px 12px;
2627
- line-height: 20px;
2628
- color: #2d3a56;
2629
- border-radius: 6px;
2630
- border-color: rgba(172, 186, 211, 0.6);
2631
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
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;
2632
2631
  }
2633
- .ipd9bk.ant-input.ant-input-lg {
2634
- padding: 8px 16px;
2635
- line-height: 22px;
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;
2636
2634
  }
2637
- .ipd9bk.ant-input.ant-input-sm {
2638
- padding: 2px 8px;
2639
- line-height: 18px;
2635
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2636
+ display: none;
2640
2637
  }
2641
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2642
- border-color: rgba(107, 128, 167, 0.6);
2643
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
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;
2644
2640
  }
2645
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2646
- border-color: #0096ff;
2647
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2641
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2642
+ margin-right: 0;
2648
2643
  }
2649
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2650
- border-color: #e75a3a;
2651
- color: #e75a3a;
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;
2652
2646
  }
2653
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2654
- border-color: #e75a3a;
2655
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
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;
2656
2657
  }
2657
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2658
- border-color: #e75a3a;
2659
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
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;
2660
2667
  }
2661
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2662
- background: rgba(211, 218, 235, 0.6);
2663
- color: rgba(0, 21, 64, 0.3);
2664
- border-color: rgba(172, 186, 211, 0.6);
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);
2665
2670
  }
2666
- .ipd9bk.ant-input-affix-wrapper {
2667
- padding: 5px 12px;
2668
- border-radius: 6px;
2669
- border-color: rgba(172, 186, 211, 0.6);
2670
- line-height: 20px;
2671
- color: #2d3a56;
2672
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
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;
2673
2676
  }
2674
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2675
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2676
- color: rgba(44, 56, 82, 0.6);
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);
2677
2680
  }
2678
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2679
- padding: 8px 16px;
2680
- line-height: 22px;
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);
2681
2684
  }
2682
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2683
- padding: 2px 8px;
2684
- line-height: 18px;
2685
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2686
+ padding: 0;
2685
2687
  }
2686
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2687
- border-color: rgba(107, 128, 167, 0.6);
2688
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2688
+
2689
+ .s34f1qb.ant-switch {
2690
+ min-width: 40px;
2691
+ height: 24px;
2692
+ background: rgba(172, 186, 211, 0.6);
2693
+ overflow: hidden;
2689
2694
  }
2690
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2691
- border-color: #0096ff;
2692
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2695
+ .s34f1qb.ant-switch:focus {
2696
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2693
2697
  }
2694
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2695
- border-color: #e75a3a;
2698
+ .s34f1qb.ant-switch-small {
2699
+ min-width: 26px;
2700
+ height: 16px;
2696
2701
  }
2697
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2698
- color: #e75a3a;
2702
+ .s34f1qb.ant-switch-large {
2703
+ min-width: 52px;
2704
+ height: 32px;
2699
2705
  }
2700
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2701
- border-color: #e75a3a;
2702
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2706
+ .s34f1qb.ant-switch .ant-switch-handle {
2707
+ height: 20px;
2708
+ width: 20px;
2703
2709
  }
2704
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2705
- border-color: #e75a3a;
2706
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2710
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2711
+ border-radius: 10px;
2712
+ transition-delay: 120ms;
2707
2713
  }
2708
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2709
- background: rgba(211, 218, 235, 0.6);
2710
- color: rgba(0, 21, 64, 0.3);
2711
- border-color: rgba(172, 186, 211, 0.6);
2714
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2715
+ height: 14px;
2716
+ width: 14px;
2717
+ top: 1px;
2718
+ left: 1px;
2712
2719
  }
2713
- textarea.ipd9bk.ant-input {
2714
- transition-property: height;
2715
- transition-delay: 50ms;
2720
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2721
+ height: 28px;
2722
+ width: 28px;
2716
2723
  }
2717
- textarea.ipd9bk.ant-input.textarea-large {
2718
- min-height: 40px;
2719
- height: 40px;
2724
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2725
+ border-radius: 14px;
2720
2726
  }
2721
- textarea.ipd9bk.ant-input.textarea-large:focus {
2722
- height: 80px;
2727
+ .s34f1qb.ant-switch-checked {
2728
+ background-color: #00ba5d;
2723
2729
  }
2724
- textarea.ipd9bk.ant-input.textarea-middle {
2725
- min-height: 32px;
2726
- height: 32px;
2730
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2731
+ left: calc(100% - 20px - 2px);
2727
2732
  }
2728
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2729
- height: 64px;
2733
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2734
+ left: calc(100% - 14px - 1px);
2730
2735
  }
2731
- textarea.ipd9bk.ant-input.textarea-small {
2732
- min-height: 24px;
2733
- height: 24px;
2736
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2737
+ left: calc(100% - 28px - 2px);
2734
2738
  }
2735
- textarea.ipd9bk.ant-input.textarea-small:focus {
2736
- height: 40px;
2739
+
2740
+ .c1to9vb9 {
2741
+ margin-left: 5px;
2737
2742
  }
2738
2743
 
2739
- .kypn5o5 input, .kypn5o5.input-tags {
2740
- border: 1px solid rgba(213, 219, 227, 0.6);
2741
- border-radius: 4px;
2744
+ .rxbeqvl.ant-radio-wrapper {
2745
+ display: inline-flex;
2746
+ align-items: baseline;
2747
+ white-space: pre-wrap;
2742
2748
  }
2743
- .kypn5o5.input-tags {
2749
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2744
2750
  position: relative;
2745
- padding: 6px;
2746
- height: 32px;
2747
- cursor: pointer;
2748
- transition: border 150ms;
2751
+ top: 3px;
2749
2752
  }
2750
- .kypn5o5.input-tags:hover {
2751
- border-color: #0080ff;
2752
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2753
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2754
+ border-color: rgba(107, 128, 167, 0.6);
2753
2755
  }
2754
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2755
- padding-right: 30px;
2756
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2757
+ border-color: #0080ff;
2756
2758
  }
2757
- .kypn5o5.input-tags .input-tags-inner {
2758
- display: flex;
2759
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2760
+ border-color: #0080ff;
2761
+ background: #0080ff;
2759
2762
  }
2760
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2761
- display: flex;
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;
2762
2769
  }
2763
- .kypn5o5.input-tags .input-tag-suffix {
2764
- position: absolute;
2765
- right: 12px;
2766
- top: 50%;
2767
- transform: translateY(-50%);
2770
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2771
+ opacity: 0.5;
2768
2772
  }
2769
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2770
- color: rgba(0, 0, 0, 0.25);
2771
- font-size: 12px;
2772
- cursor: pointer;
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);
2773
2776
  }
2774
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2775
- color: rgba(0, 0, 0, 0.45);
2777
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2778
+ background: #00122e;
2776
2779
  }
2777
- .kypn5o5.has-focus-indicator {
2778
- position: relative;
2779
- overflow: hidden;
2780
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2781
+ color: #00122e;
2782
+ opacity: 0.5;
2780
2783
  }
2781
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2782
- position: absolute;
2783
- top: 50%;
2784
- transform: translateY(-50%);
2785
- left: -16px;
2786
- transition: left 150ms ease;
2787
- opacity: 0;
2784
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2785
+ color: #00122e;
2788
2786
  }
2789
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2790
- left: 8px;
2791
- opacity: 1;
2787
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2788
+ display: inline-block;
2789
+ padding: 0;
2790
+ padding-left: 12px;
2792
2791
  }
2793
- .kypn5o5.has-focus-indicator input {
2794
- transition: margin-left 150ms ease;
2795
- margin-left: 0px;
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);
2796
2796
  }
2797
- .kypn5o5.has-focus-indicator input:focus {
2798
- margin-left: 16px;
2797
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2798
+ padding-left: 8px;
2799
2799
  }
2800
2800
 
2801
- input.l1ki27se.ant-input {
2802
- border-top-right-radius: 0;
2803
- border-bottom-right-radius: 0;
2801
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2802
+ border-radius: 5px 0 0 5px;
2804
2803
  }
2805
-
2806
- .l1ki27se.ant-input-affix-wrapper {
2807
- border-top-right-radius: 0;
2808
- border-bottom-right-radius: 0;
2804
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2805
+ border-radius: 0 5px 5px 0;
2809
2806
  }
2810
2807
 
2811
- input.rrg1fkn.ant-input {
2812
- border-top-left-radius: 0;
2813
- border-bottom-left-radius: 0;
2808
+ .r1f0aqcc {
2809
+ color: #00122e;
2810
+ border-color: #ccd4e3;
2814
2811
  }
2815
-
2816
- .rrg1fkn.ant-input-affix-wrapper {
2817
- border-top-left-radius: 0;
2818
- border-bottom-left-radius: 0;
2812
+ .r1f0aqcc:first-child {
2813
+ border-color: #a3b4cc;
2819
2814
  }
2820
-
2821
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2822
- border-top-right-radius: 0;
2823
- border-bottom-right-radius: 0;
2815
+ .r1f0aqcc.ant-radio-button-wrapper {
2816
+ padding: 0 12px;
2817
+ line-height: 32px;
2818
+ height: 32px;
2824
2819
  }
2825
-
2826
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2827
- border-top-left-radius: 0;
2828
- border-bottom-left-radius: 0;
2820
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2821
+ white-space: nowrap;
2829
2822
  }
2830
-
2831
- .s34f1qb.ant-switch {
2832
- min-width: 40px;
2833
- height: 24px;
2834
- background: rgba(172, 186, 211, 0.6);
2835
- overflow: hidden;
2823
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2824
+ background: #ccd4e3;
2836
2825
  }
2837
- .s34f1qb.ant-switch:focus {
2838
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2826
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2827
+ background: #0080ff;
2839
2828
  }
2840
- .s34f1qb.ant-switch-small {
2841
- min-width: 26px;
2842
- height: 16px;
2829
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2830
+ background: #ccd4e3;
2831
+ opacity: 0.5;
2843
2832
  }
2844
- .s34f1qb.ant-switch-large {
2845
- min-width: 52px;
2846
- height: 32px;
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;
2847
2835
  }
2848
- .s34f1qb.ant-switch .ant-switch-handle {
2849
- height: 20px;
2850
- width: 20px;
2836
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2837
+ border-color: #0080ff;
2851
2838
  }
2852
- .s34f1qb.ant-switch .ant-switch-handle::before {
2853
- border-radius: 10px;
2854
- transition-delay: 120ms;
2839
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2840
+ background: rgba(0, 136, 255, 0.1);
2841
+ }
2842
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2843
+ background: rgba(211, 218, 235, 0.6);
2844
+ border-color: #ccd4e3;
2845
+ opacity: 0.5;
2855
2846
  }
2856
- .s34f1qb.ant-switch-small .ant-switch-handle {
2857
- height: 14px;
2858
- width: 14px;
2859
- top: 1px;
2860
- left: 1px;
2847
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2848
+ color: #00122e;
2849
+ border-color: #ccd4e3;
2861
2850
  }
2862
- .s34f1qb.ant-switch-large .ant-switch-handle {
2863
- height: 28px;
2864
- width: 28px;
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);
2865
2855
  }
2866
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2867
- border-radius: 14px;
2856
+ .r1f0aqcc .ant-radio-button-input {
2857
+ margin-right: 8px;
2858
+ display: inline;
2859
+ border: none;
2860
+ padding: 0;
2861
+ width: 36px;
2862
+ background: transparent;
2868
2863
  }
2869
- .s34f1qb.ant-switch-checked {
2870
- background-color: #00ba5d;
2864
+ .r1f0aqcc .ant-radio-button-input:focus {
2865
+ box-shadow: none;
2871
2866
  }
2872
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2873
- left: calc(100% - 20px - 2px);
2867
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2868
+ margin-right: 0;
2869
+ width: initial;
2870
+ box-shadow: none;
2874
2871
  }
2875
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2876
- left: calc(100% - 14px - 1px);
2872
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2873
+ display: none;
2877
2874
  }
2878
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2879
- left: calc(100% - 28px - 2px);
2875
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2876
+ display: inline;
2880
2877
  }
2881
-
2882
- .c1to9vb9 {
2883
- margin-left: 5px;
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;
2884
2883
  }
2885
2884
 
2886
2885
  .t1upn1sz {
@@ -3877,61 +3876,6 @@ input.rrg1fkn.ant-input {
3877
3876
  margin-left: 24px;
3878
3877
  }
3879
3878
 
3880
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3881
- border-radius: 6px;
3882
- }
3883
- .shq1k1g.ant-select.ant-select-single {
3884
- width: 100%;
3885
- height: 30px;
3886
- color: #2d3a56;
3887
- border-color: rgba(211, 218, 235, 0.6);
3888
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3889
- font-size: 13px;
3890
- }
3891
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3892
- height: 38px;
3893
- font-size: 13px;
3894
- }
3895
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3896
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3897
- transition: 160ms ease;
3898
- }
3899
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3900
- color: #0080ff;
3901
- }
3902
- .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 {
3903
- border-color: rgba(107, 128, 167, 0.6);
3904
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3905
- }
3906
- .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 {
3907
- color: #0080ff;
3908
- }
3909
- .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 {
3910
- border-color: #0080ff;
3911
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3912
- }
3913
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3914
- transform: rotate(180deg);
3915
- }
3916
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3917
- background: rgba(211, 218, 235, 0.6);
3918
- border-color: rgba(172, 186, 211, 0.6);
3919
- cursor: "not-allowed";
3920
- }
3921
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3922
- border-color: #f0483e !important;
3923
- }
3924
- .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 {
3925
- color: #1d326c;
3926
- }
3927
- .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 {
3928
- border-color: #0080ff;
3929
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3930
- }
3931
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3932
- transform: rotate(180deg);
3933
- }
3934
-
3935
3879
  .igz4le8 {
3936
3880
  height: 24px;
3937
3881
  width: 56px !important;
@@ -4107,6 +4051,61 @@ input.rrg1fkn.ant-input {
4107
4051
  margin-left: 8px;
4108
4052
  }
4109
4053
 
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
+
4110
4109
  .t1gz6wqf {
4111
4110
  height: 100%;
4112
4111
  }
@@ -4168,6 +4167,52 @@ input.rrg1fkn.ant-input {
4168
4167
  min-height: 0px;
4169
4168
  }
4170
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
+
4171
4216
  .tc40oxa {
4172
4217
  margin-bottom: 4px;
4173
4218
  color: rgba(44, 56, 82, 0.6);
@@ -4364,52 +4409,6 @@ input.rrg1fkn.ant-input {
4364
4409
  margin-right: 8px;
4365
4410
  }
4366
4411
 
4367
- .at4ovwe .ant-input-number-handler-wrap {
4368
- display: var(--at4ovwe-0);
4369
- }
4370
- .at4ovwe .ant-input-number-input-wrap {
4371
- padding: 5px 12px;
4372
- display: inline-flex;
4373
- line-height: 1.5715;
4374
- height: 100%;
4375
- width: 100%;
4376
- }
4377
- .at4ovwe .ant-input-number-input-wrap::after {
4378
- content: var(--at4ovwe-1);
4379
- display: var(--at4ovwe-2);
4380
- flex: none;
4381
- align-items: center;
4382
- margin-left: 4px;
4383
- color: rgba(44, 56, 82, 0.6);
4384
- }
4385
- .at4ovwe .ant-input-number-input-wrap::before {
4386
- content: var(--at4ovwe-3);
4387
- display: var(--at4ovwe-4);
4388
- flex: none;
4389
- align-items: center;
4390
- margin-right: 4px;
4391
- cursor: auto;
4392
- color: rgba(44, 56, 82, 0.6);
4393
- }
4394
- .at4ovwe.ant-input-number {
4395
- width: 100%;
4396
- border-radius: 6px;
4397
- }
4398
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4399
- border-color: #0096ff;
4400
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4401
- }
4402
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4403
- border-color: #e75a3a;
4404
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4405
- }
4406
- .at4ovwe .ant-input-number-input {
4407
- padding: 0;
4408
- margin: 0;
4409
- height: auto;
4410
- font-size: inherit;
4411
- }
4412
-
4413
4412
  .a6dbbkm .ant-input-number-handler-wrap {
4414
4413
  display: var(--a6dbbkm-0);
4415
4414
  }