@cloudtower/eagle 0.25.14 → 0.25.16

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,35 @@ 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
+ .bpq0js6 {
1553
+ padding: 4px 11px;
1554
+ }
1555
+
1556
+ .b15sn34c {
1557
+ white-space: nowrap;
1558
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1559
+ }
1560
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1561
+ --color: #0080ff;
1562
+ }
1563
+ .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] {
1564
+ --color: #0080ff;
1565
+ }
1566
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1567
+ margin-left: 1px;
1568
+ }
1569
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1570
+ border-top-right-radius: 0;
1571
+ border-bottom-right-radius: 0;
1572
+ }
1573
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1574
+ border-top-left-radius: 0;
1575
+ border-bottom-left-radius: 0;
1576
+ }
1577
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1578
+ border-radius: unset;
1579
+ }
1580
+
1552
1581
  .buj61ew.ant-btn {
1553
1582
  height: 32px;
1554
1583
  border-radius: 6px;
@@ -1797,35 +1826,6 @@ html body {
1797
1826
  padding: 0;
1798
1827
  }
1799
1828
 
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
1829
  .fde5mpd {
1830
1830
  width: 100%;
1831
1831
  height: 100%;
@@ -1841,24 +1841,6 @@ html body {
1841
1841
  font-size: 18px;
1842
1842
  }
1843
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
1844
  .iap75of {
1863
1845
  height: 18px;
1864
1846
  line-height: 18px;
@@ -1872,13 +1854,59 @@ html body {
1872
1854
  margin-right: 4px;
1873
1855
  }
1874
1856
 
1875
- .obf05yr {
1876
- display: inline-block;
1857
+ .s34f1qb.ant-switch {
1858
+ min-width: 40px;
1859
+ height: 24px;
1860
+ background: rgba(172, 186, 211, 0.6);
1861
+ overflow: hidden;
1862
+ }
1863
+ .s34f1qb.ant-switch:focus {
1864
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1865
+ }
1866
+ .s34f1qb.ant-switch-small {
1867
+ min-width: 26px;
1868
+ height: 16px;
1869
+ }
1870
+ .s34f1qb.ant-switch-large {
1871
+ min-width: 52px;
1872
+ height: 32px;
1873
+ }
1874
+ .s34f1qb.ant-switch .ant-switch-handle {
1875
+ height: 20px;
1876
+ width: 20px;
1877
+ }
1878
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1879
+ border-radius: 10px;
1880
+ transition-delay: 120ms;
1881
+ }
1882
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1883
+ height: 14px;
1884
+ width: 14px;
1885
+ top: 1px;
1886
+ left: 1px;
1887
+ }
1888
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1889
+ height: 28px;
1890
+ width: 28px;
1891
+ }
1892
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1893
+ border-radius: 14px;
1894
+ }
1895
+ .s34f1qb.ant-switch-checked {
1896
+ background-color: #00ba5d;
1897
+ }
1898
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1899
+ left: calc(100% - 20px - 2px);
1900
+ }
1901
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1902
+ left: calc(100% - 14px - 1px);
1903
+ }
1904
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1905
+ left: calc(100% - 28px - 2px);
1877
1906
  }
1878
1907
 
1879
- .hsms1n6 {
1880
- visibility: hidden;
1881
- position: absolute;
1908
+ .c1to9vb9 {
1909
+ margin-left: 5px;
1882
1910
  }
1883
1911
 
1884
1912
  .p12gwtiw {
@@ -1938,817 +1966,565 @@ html body {
1938
1966
  line-height: 18px;
1939
1967
  }
1940
1968
 
1941
- .rxbeqvl.ant-radio-wrapper {
1969
+ .i1mrf09m {
1942
1970
  display: inline-flex;
1943
- align-items: baseline;
1944
- white-space: pre-wrap;
1971
+ align-items: center;
1945
1972
  }
1946
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1947
- position: relative;
1948
- top: 3px;
1973
+ .i1mrf09m .icon-inner {
1974
+ display: inline-flex;
1975
+ align-items: center;
1976
+ justify-content: center;
1949
1977
  }
1950
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1951
- border-color: rgba(107, 128, 167, 0.6);
1978
+ .i1mrf09m .icon-inner + span,
1979
+ .i1mrf09m span + .icon-inner.suffix {
1980
+ margin-left: 4px;
1952
1981
  }
1953
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1954
- border-color: #0080ff;
1982
+ .i1mrf09m.is-rotate img,
1983
+ .i1mrf09m.is-rotate svg {
1984
+ animation: rotate 680ms linear infinite;
1955
1985
  }
1956
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1957
- border-color: #0080ff;
1958
- background: #0080ff;
1986
+
1987
+ .obf05yr {
1988
+ display: inline-block;
1959
1989
  }
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;
1990
+
1991
+ .hsms1n6 {
1992
+ visibility: hidden;
1993
+ position: absolute;
1966
1994
  }
1967
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1968
- opacity: 0.5;
1995
+
1996
+ .cz04yix {
1997
+ display: flex;
1998
+ flex-direction: column;
1969
1999
  }
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);
2000
+
2001
+ .m1if5j39 {
2002
+ max-width: 1120px;
2003
+ width: 100%;
2004
+ margin: 0 auto;
2005
+ height: 100%;
1973
2006
  }
1974
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1975
- background: #00122e;
2007
+
2008
+ .w1vvwdlp {
2009
+ max-width: 1120px;
2010
+ width: 100%;
2011
+ margin: 0 auto;
2012
+ display: flex;
1976
2013
  }
1977
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1978
- color: #00122e;
1979
- opacity: 0.5;
2014
+ .w1vvwdlp .left,
2015
+ .w1vvwdlp .right {
2016
+ flex-grow: 0;
2017
+ flex-shrink: 0;
2018
+ flex-basis: 21%;
1980
2019
  }
1981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1982
- color: #00122e;
2020
+ .w1vvwdlp .left {
2021
+ display: flex;
2022
+ justify-content: flex-end;
2023
+ padding-right: 44px;
1983
2024
  }
1984
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1985
- display: inline-block;
1986
- padding: 0;
1987
- padding-left: 12px;
2025
+ .w1vvwdlp .right {
2026
+ padding-left: 44px;
1988
2027
  }
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);
2028
+ .w1vvwdlp .middle {
2029
+ margin-bottom: 40px;
2030
+ flex-grow: 0;
2031
+ flex-shrink: 0;
2032
+ flex-basis: 58%;
1993
2033
  }
1994
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1995
- padding-left: 8px;
2034
+ .w1vvwdlp .middle .form-base-field {
2035
+ width: 100%;
1996
2036
  }
1997
-
1998
- .r5ie79y .ant-radio-button-wrapper:first-child {
1999
- border-radius: 5px 0 0 5px;
2037
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2038
+ width: auto;
2000
2039
  }
2001
- .r5ie79y .ant-radio-button-wrapper:last-child {
2002
- border-radius: 0 5px 5px 0;
2040
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2041
+ flex: initial;
2003
2042
  }
2004
-
2005
- .r1f0aqcc {
2006
- color: #00122e;
2007
- border-color: #ccd4e3;
2043
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2044
+ margin-top: 4px;
2008
2045
  }
2009
- .r1f0aqcc:first-child {
2010
- border-color: #a3b4cc;
2046
+ .w1vvwdlp .ant-steps-item-icon,
2047
+ .w1vvwdlp .ant-steps-item-tail {
2048
+ display: none !important;
2011
2049
  }
2012
- .r1f0aqcc.ant-radio-button-wrapper {
2013
- padding: 0 12px;
2014
- line-height: 32px;
2050
+ .w1vvwdlp .ant-steps-item-container {
2051
+ padding: 0 15px;
2052
+ border-radius: 4px;
2015
2053
  height: 32px;
2054
+ display: flex;
2055
+ align-items: center;
2016
2056
  }
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;
2057
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2058
+ min-height: auto;
2059
+ white-space: nowrap;
2025
2060
  }
2026
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2027
- background: #ccd4e3;
2028
- opacity: 0.5;
2061
+ .w1vvwdlp .ant-steps-item-description {
2062
+ padding-bottom: 0px;
2029
2063
  }
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;
2064
+ .w1vvwdlp .ant-steps-item-title {
2065
+ font-size: 13px !important;
2066
+ line-height: 20px !important;
2032
2067
  }
2033
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2034
- border-color: #0080ff;
2068
+ .w1vvwdlp .ant-steps-item-title .step-index {
2069
+ display: inline-block;
2070
+ text-align: center;
2071
+ width: 13px;
2072
+ margin-right: 12px;
2035
2073
  }
2036
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2037
- background: rgba(0, 136, 255, 0.1);
2074
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2075
+ background: rgba(0, 128, 255, 0.1);
2038
2076
  }
2039
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2040
- background: rgba(211, 218, 235, 0.6);
2041
- border-color: #ccd4e3;
2042
- opacity: 0.5;
2077
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2078
+ color: #005ed1;
2043
2079
  }
2044
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2045
- color: #00122e;
2046
- border-color: #ccd4e3;
2080
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2081
+ background: rgba(237, 241, 250, 0.6);
2047
2082
  }
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);
2083
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2084
+ color: rgba(10, 37, 85, 0.6) !important;
2052
2085
  }
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;
2086
+ .w1vvwdlp .ant-steps-item-disabled {
2087
+ cursor: not-allowed;
2060
2088
  }
2061
- .r1f0aqcc .ant-radio-button-input:focus {
2062
- box-shadow: none;
2089
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2090
+ background: rgba(237, 241, 250, 0.6);
2063
2091
  }
2064
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2065
- margin-right: 0;
2066
- width: initial;
2067
- box-shadow: none;
2092
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2093
+ color: #2d3a56;
2068
2094
  }
2069
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2070
- display: none;
2095
+
2096
+ .h1cuopx7 .ant-modal-header {
2097
+ margin: 0 auto;
2098
+ width: 100%;
2099
+ max-width: 648px;
2071
2100
  }
2072
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2073
- display: inline;
2101
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2102
+ margin-left: 0;
2074
2103
  }
2075
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2076
- display: inline;
2077
- margin-right: 8px;
2104
+ .h1cuopx7 .ant-modal-body {
2105
+ margin: 0 auto;
2078
2106
  padding: 0;
2079
- width: 36px;
2107
+ width: 100%;
2108
+ max-width: 648px;
2109
+ overflow: hidden;
2080
2110
  }
2081
-
2082
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2083
- flex-direction: row;
2084
- justify-content: stretch;
2111
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2112
+ margin-bottom: 40px;
2085
2113
  }
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;
2114
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2115
+ height: calc(100vh - 225px);
2116
+ overflow-y: auto;
2091
2117
  }
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;
2118
+ .h1cuopx7 .ant-modal-footer .footer-content {
2119
+ margin: 0 auto;
2120
+ max-width: 648px;
2094
2121
  }
2095
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2122
+
2123
+ .h1p6d3y3 .ant-modal-header {
2124
+ margin: 0 auto;
2096
2125
  width: 100%;
2097
- min-height: unset;
2126
+ max-width: 1024px;
2098
2127
  }
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;
2128
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2129
+ margin-left: 0;
2130
+ }
2131
+ .h1p6d3y3 .ant-modal-body {
2132
+ margin: 0 auto;
2104
2133
  padding: 0;
2105
- font-size: 12px;
2106
- font-weight: normal;
2134
+ width: 100%;
2135
+ max-width: 1024px;
2136
+ overflow: hidden;
2107
2137
  }
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;
2138
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2139
+ margin-bottom: 40px;
2110
2140
  }
2111
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2112
- display: none;
2141
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2142
+ height: calc(100vh - 225px);
2143
+ overflow-y: auto;
2113
2144
  }
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;
2145
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2146
+ margin: 0 auto;
2147
+ max-width: 1024px;
2116
2148
  }
2117
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2118
- margin-right: 0;
2149
+
2150
+ .fxgckuk {
2151
+ flex: 1;
2119
2152
  }
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;
2153
+ .fxgckuk label {
2154
+ font-size: 13px;
2155
+ line-height: 20px;
2156
+ color: rgba(44, 56, 82, 0.6);
2122
2157
  }
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;
2158
+ .fxgckuk .title {
2159
+ font-size: 14px;
2160
+ line-height: 20px;
2161
+ color: #2d3a56;
2162
+ margin-bottom: 12px;
2133
2163
  }
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;
2164
+ .fxgckuk.connect-cluster .title {
2165
+ padding-bottom: 26px;
2143
2166
  }
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);
2167
+
2168
+ .f1d0vek1 {
2169
+ padding: 25px 0 15px 0;
2170
+ border-bottom: 1px solid #e1e5eb;
2171
+ margin-bottom: 16px;
2146
2172
  }
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;
2173
+
2174
+ .f4u402y {
2175
+ display: flex;
2176
+ align-items: center;
2177
+ margin-bottom: 8px;
2149
2178
  }
2150
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2151
- color: #005ed1;
2179
+ .f4u402y > label {
2180
+ width: 216px;
2152
2181
  }
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);
2182
+ .f4u402y > label + * {
2183
+ width: 100%;
2156
2184
  }
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);
2185
+ .f4u402y .ant-select {
2186
+ width: 100%;
2160
2187
  }
2161
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2162
- padding: 0;
2188
+
2189
+ .e1pldf6v {
2190
+ color: #e75a3a;
2191
+ margin-right: 10px;
2163
2192
  }
2164
2193
 
2165
- .s34f1qb.ant-switch {
2166
- min-width: 40px;
2167
- height: 24px;
2168
- background: rgba(172, 186, 211, 0.6);
2169
- overflow: hidden;
2194
+ .dq0gblh {
2195
+ width: 100%;
2196
+ height: 1px;
2197
+ background: rgba(213, 219, 227, 0.6);
2198
+ margin: 24px 0;
2170
2199
  }
2171
- .s34f1qb.ant-switch:focus {
2172
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2200
+
2201
+ .l1v7sr0n {
2202
+ display: flex;
2203
+ justify-content: center;
2204
+ align-items: center;
2205
+ height: 100%;
2173
2206
  }
2174
- .s34f1qb.ant-switch-small {
2175
- min-width: 26px;
2176
- height: 16px;
2207
+
2208
+ .d1i4ou6o {
2209
+ display: inline-block;
2210
+ width: 4px;
2211
+ height: 4px;
2212
+ background: #8e9aa9;
2213
+ opacity: 0.4;
2214
+ border-radius: 50%;
2215
+ margin: 0 4px;
2177
2216
  }
2178
- .s34f1qb.ant-switch-large {
2179
- min-width: 52px;
2180
- height: 32px;
2217
+
2218
+ .m1jy87hk .ant-modal-header,
2219
+ .m1jy87hk .ant-modal-footer .footer-content {
2220
+ width: 648px;
2221
+ margin: 0 auto;
2181
2222
  }
2182
- .s34f1qb.ant-switch .ant-switch-handle {
2183
- height: 20px;
2184
- width: 20px;
2223
+ .m1jy87hk .ant-modal-header {
2224
+ padding: 35px 0 24px;
2225
+ border: none;
2185
2226
  }
2186
- .s34f1qb.ant-switch .ant-switch-handle::before {
2187
- border-radius: 10px;
2188
- transition-delay: 120ms;
2189
- }
2190
- .s34f1qb.ant-switch-small .ant-switch-handle {
2191
- height: 14px;
2192
- width: 14px;
2193
- top: 1px;
2194
- left: 1px;
2195
- }
2196
- .s34f1qb.ant-switch-large .ant-switch-handle {
2197
- height: 28px;
2198
- width: 28px;
2199
- }
2200
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2201
- border-radius: 14px;
2202
- }
2203
- .s34f1qb.ant-switch-checked {
2204
- background-color: #00ba5d;
2205
- }
2206
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2207
- left: calc(100% - 20px - 2px);
2227
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2228
+ font-size: 30px;
2208
2229
  }
2209
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2210
- left: calc(100% - 14px - 1px);
2230
+ .m1jy87hk .ant-modal-body {
2231
+ padding: 4px 0 2px;
2211
2232
  }
2212
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2213
- left: calc(100% - 28px - 2px);
2233
+ .m1jy87hk .ant-modal-footer {
2234
+ border: none;
2214
2235
  }
2215
2236
 
2216
- .c1to9vb9 {
2217
- margin-left: 5px;
2237
+ .ti7fpyu {
2238
+ font-size: 12px;
2239
+ line-height: 18px;
2240
+ font-weight: bold;
2241
+ color: #fff;
2242
+ padding: 0 4px;
2243
+ border-radius: 4px;
2244
+ display: inline-block;
2245
+ background: var(--ti7fpyu-0);
2218
2246
  }
2219
-
2220
- .cz04yix {
2221
- display: flex;
2222
- flex-direction: column;
2247
+ .ti7fpyu:not(:first-child) {
2248
+ margin-left: 4px;
2223
2249
  }
2224
2250
 
2225
- .m1if5j39 {
2226
- max-width: 1120px;
2251
+ .f1rest1f {
2227
2252
  width: 100%;
2228
- margin: 0 auto;
2229
2253
  height: 100%;
2230
- }
2231
-
2232
- .w1vvwdlp {
2233
- max-width: 1120px;
2234
- width: 100%;
2235
- margin: 0 auto;
2236
2254
  display: flex;
2255
+ align-items: center;
2256
+ justify-content: center;
2237
2257
  }
2238
- .w1vvwdlp .left,
2239
- .w1vvwdlp .right {
2240
- flex-grow: 0;
2241
- flex-shrink: 0;
2242
- flex-basis: 21%;
2258
+
2259
+ .n1kbdoln {
2260
+ font-size: 90%;
2261
+ font-weight: bold;
2262
+ background-color: rgba(240, 243, 247, 0.6);
2263
+ padding: 1px 4px 1px;
2264
+ margin-left: 2px;
2265
+ margin-right: 2px;
2266
+ border: 1px solid rgba(213, 219, 227, 0.6);
2267
+ border-radius: 4px;
2243
2268
  }
2244
- .w1vvwdlp .left {
2245
- display: flex;
2246
- justify-content: flex-end;
2247
- padding-right: 44px;
2269
+
2270
+ .f1y3gta0.form-item-general {
2271
+ width: 640px;
2248
2272
  }
2249
- .w1vvwdlp .right {
2250
- padding-left: 44px;
2273
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2274
+ margin-top: 16px;
2251
2275
  }
2252
- .w1vvwdlp .middle {
2253
- margin-bottom: 40px;
2254
- flex-grow: 0;
2255
- flex-shrink: 0;
2256
- flex-basis: 58%;
2276
+ .f1y3gta0.form-item-compact {
2277
+ width: 412px;
2257
2278
  }
2258
- .w1vvwdlp .middle .form-base-field {
2259
- width: 100%;
2279
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2280
+ margin-top: 8px;
2260
2281
  }
2261
- .w1vvwdlp .middle .form-base-field .form-base-field {
2282
+ .f1y3gta0 .form-item {
2262
2283
  width: auto;
2263
2284
  }
2264
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2265
- flex: initial;
2266
- }
2267
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2268
- margin-top: 4px;
2269
- }
2270
- .w1vvwdlp .ant-steps-item-icon,
2271
- .w1vvwdlp .ant-steps-item-tail {
2272
- display: none !important;
2273
- }
2274
- .w1vvwdlp .ant-steps-item-container {
2275
- padding: 0 15px;
2276
- border-radius: 4px;
2277
- height: 32px;
2285
+ .f1y3gta0 .form-item-main {
2286
+ position: relative;
2278
2287
  display: flex;
2279
- align-items: center;
2280
2288
  }
2281
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2282
- min-height: auto;
2283
- white-space: nowrap;
2289
+ .f1y3gta0 .form-item-extra {
2290
+ margin-top: 4px;
2291
+ width: 100%;
2292
+ padding: 14px;
2293
+ background: #f2f4f6;
2294
+ font-size: 13px;
2295
+ line-height: 1.8;
2296
+ color: #8e9aa9;
2284
2297
  }
2285
- .w1vvwdlp .ant-steps-item-description {
2286
- padding-bottom: 0px;
2298
+ .f1y3gta0 .form-item-label {
2299
+ padding-right: 12px;
2300
+ font-size: 13px;
2301
+ color: rgba(44, 56, 82, 0.6);
2287
2302
  }
2288
- .w1vvwdlp .ant-steps-item-title {
2289
- font-size: 13px !important;
2290
- line-height: 20px !important;
2303
+ .f1y3gta0 .form-item-label.label-right {
2304
+ text-align: right;
2291
2305
  }
2292
- .w1vvwdlp .ant-steps-item-title .step-index {
2293
- display: inline-block;
2294
- text-align: center;
2295
- width: 13px;
2296
- margin-right: 12px;
2306
+ .f1y3gta0 .form-item-label,
2307
+ .f1y3gta0 .form-item-control {
2308
+ line-height: 32px;
2297
2309
  }
2298
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2299
- background: rgba(0, 128, 255, 0.1);
2310
+ .f1y3gta0 .form-item-control .form-item-error {
2311
+ line-height: 18px;
2300
2312
  }
2301
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2302
- color: #005ed1;
2313
+ .f1y3gta0 .form-item-children {
2314
+ width: 100%;
2303
2315
  }
2304
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2305
- background: rgba(237, 241, 250, 0.6);
2316
+ .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 {
2317
+ width: 100%;
2306
2318
  }
2307
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2308
- color: rgba(10, 37, 85, 0.6) !important;
2319
+ .f1y3gta0 .form-item-error {
2320
+ color: #e75a3a;
2321
+ height: 0;
2322
+ overflow: hidden;
2309
2323
  }
2310
- .w1vvwdlp .ant-steps-item-disabled {
2311
- cursor: not-allowed;
2324
+ .f1y3gta0 .form-item-error-enter-done {
2325
+ margin-top: 4px;
2326
+ height: auto;
2327
+ overflow: auto;
2312
2328
  }
2313
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2314
- background: rgba(237, 241, 250, 0.6);
2329
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2330
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2331
+ border: 1px solid #e75a3a;
2332
+ color: #e75a3a;
2315
2333
  }
2316
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2334
+
2335
+ .fujbm7g {
2317
2336
  color: #2d3a56;
2337
+ font-weight: bold;
2338
+ padding-bottom: 6px;
2339
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2340
+ margin-bottom: 16px;
2341
+ }
2342
+ .fujbm7g:not(:first-of-type) {
2343
+ margin-top: 16px;
2318
2344
  }
2319
2345
 
2320
- .h1cuopx7 .ant-modal-header {
2321
- margin: 0 auto;
2322
- width: 100%;
2323
- max-width: 648px;
2346
+ .e5fsw5s {
2347
+ width: 8px;
2348
+ height: 24px;
2349
+ display: flex;
2350
+ justify-content: center;
2351
+ align-items: center;
2352
+ cursor: pointer;
2353
+ transition: all 200ms ease-out 40ms;
2324
2354
  }
2325
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2326
- margin-left: 0;
2355
+ .e5fsw5s:before, .e5fsw5s:after {
2356
+ content: "";
2357
+ width: 1px;
2358
+ height: 6px;
2359
+ border-radius: 1px;
2360
+ background: #ccd4e3;
2361
+ position: relative;
2362
+ right: 2px;
2363
+ transform: rotate(-45deg);
2327
2364
  }
2328
- .h1cuopx7 .ant-modal-body {
2329
- margin: 0 auto;
2330
- padding: 0;
2331
- width: 100%;
2332
- max-width: 648px;
2333
- overflow: hidden;
2365
+ .e5fsw5s:after {
2366
+ transform: rotate(45deg);
2367
+ left: 1px;
2334
2368
  }
2335
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2336
- margin-bottom: 40px;
2369
+
2370
+ .w18knsg4.ant-alert-warning {
2371
+ border: 0;
2372
+ background: rgba(255, 187, 0, 0.1);
2373
+ border-radius: 6px;
2337
2374
  }
2338
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2339
- height: calc(100vh - 225px);
2340
- overflow-y: auto;
2375
+ .w18knsg4.ant-alert,
2376
+ .w18knsg4 .ant-alert-message {
2377
+ color: #e07f00;
2341
2378
  }
2342
- .h1cuopx7 .ant-modal-footer .footer-content {
2343
- margin: 0 auto;
2344
- max-width: 648px;
2379
+ .w18knsg4.ant-alert .dashed-border-bottom,
2380
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2381
+ border-bottom-color: #e07f00;
2345
2382
  }
2346
2383
 
2347
- .h1p6d3y3 .ant-modal-header {
2348
- margin: 0 auto;
2349
- width: 100%;
2350
- max-width: 1024px;
2384
+ .ng31n2o {
2385
+ display: flex;
2386
+ flex-direction: row;
2387
+ padding: 7px 12px;
2388
+ background: rgba(255, 187, 0, 0.1);
2389
+ border-radius: 6px;
2390
+ color: #e07f00;
2391
+ font-size: 12px;
2392
+ line-height: 18px;
2351
2393
  }
2352
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2353
- margin-left: 0;
2354
- }
2355
- .h1p6d3y3 .ant-modal-body {
2356
- margin: 0 auto;
2357
- padding: 0;
2358
- width: 100%;
2359
- max-width: 1024px;
2360
- overflow: hidden;
2361
- }
2362
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2363
- margin-bottom: 40px;
2364
- }
2365
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2366
- height: calc(100vh - 225px);
2367
- overflow-y: auto;
2368
- }
2369
- .h1p6d3y3 .ant-modal-footer .footer-content {
2370
- margin: 0 auto;
2371
- max-width: 1024px;
2394
+ .ng31n2o .icon-wrapper {
2395
+ margin-right: 10px;
2396
+ height: 18px;
2372
2397
  }
2373
2398
 
2374
- .fxgckuk {
2375
- flex: 1;
2376
- }
2377
- .fxgckuk label {
2378
- font-size: 13px;
2379
- line-height: 20px;
2399
+ .n15x5f5y {
2400
+ display: flex;
2401
+ flex-direction: row;
2402
+ padding: 7px 12px;
2403
+ background: rgba(225, 230, 241, 0.6);
2404
+ border-radius: 6px;
2380
2405
  color: rgba(44, 56, 82, 0.6);
2406
+ font-size: 12px;
2407
+ line-height: 18px;
2381
2408
  }
2382
- .fxgckuk .title {
2383
- font-size: 14px;
2384
- line-height: 20px;
2385
- color: #2d3a56;
2386
- margin-bottom: 12px;
2387
- }
2388
- .fxgckuk.connect-cluster .title {
2389
- padding-bottom: 26px;
2390
- }
2391
-
2392
- .f1d0vek1 {
2393
- padding: 25px 0 15px 0;
2394
- border-bottom: 1px solid #e1e5eb;
2395
- margin-bottom: 16px;
2409
+ .n15x5f5y .icon-wrapper {
2410
+ margin-right: 10px;
2411
+ height: 18px;
2396
2412
  }
2397
2413
 
2398
- .f4u402y {
2414
+ .i16ozz3f {
2399
2415
  display: flex;
2400
- align-items: center;
2401
- margin-bottom: 8px;
2402
- }
2403
- .f4u402y > label {
2404
- width: 216px;
2405
- }
2406
- .f4u402y > label + * {
2407
- width: 100%;
2416
+ flex-direction: row;
2417
+ padding: 7px 12px;
2418
+ background: rgba(0, 136, 255, 0.1);
2419
+ border-radius: 6px;
2420
+ color: #005ed1;
2421
+ font-size: 12px;
2422
+ line-height: 18px;
2408
2423
  }
2409
- .f4u402y .ant-select {
2410
- width: 100%;
2424
+ .i16ozz3f .icon-wrapper {
2425
+ margin-right: 10px;
2426
+ height: 18px;
2411
2427
  }
2412
2428
 
2413
- .e1pldf6v {
2414
- color: #e75a3a;
2415
- margin-right: 10px;
2429
+ .dszu9qr {
2430
+ color: rgba(44, 56, 82, 0.6);
2431
+ margin-top: 5px;
2432
+ font-size: 12px;
2433
+ line-height: 18px;
2416
2434
  }
2417
2435
 
2418
- .dq0gblh {
2419
- width: 100%;
2420
- height: 1px;
2421
- background: rgba(213, 219, 227, 0.6);
2422
- margin: 24px 0;
2436
+ .snxzgx {
2437
+ color: #f0483e;
2438
+ font-size: 12px;
2439
+ white-space: pre-wrap;
2423
2440
  }
2424
2441
 
2425
- .l1v7sr0n {
2442
+ .o1i4orqw {
2426
2443
  display: flex;
2427
- justify-content: center;
2428
2444
  align-items: center;
2429
- height: 100%;
2445
+ justify-content: flex-end;
2430
2446
  }
2431
-
2432
- .d1i4ou6o {
2433
- display: inline-block;
2434
- width: 4px;
2435
- height: 4px;
2436
- background: #8e9aa9;
2437
- opacity: 0.4;
2438
- border-radius: 50%;
2439
- margin: 0 4px;
2447
+ .o1i4orqw .icon-wrapper {
2448
+ margin-right: 16px;
2440
2449
  }
2441
2450
 
2442
- .m1jy87hk .ant-modal-header,
2443
- .m1jy87hk .ant-modal-footer .footer-content {
2444
- width: 648px;
2445
- margin: 0 auto;
2446
- }
2447
- .m1jy87hk .ant-modal-header {
2448
- padding: 35px 0 24px;
2449
- border: none;
2450
- }
2451
- .m1jy87hk .ant-modal-header .ant-modal-title {
2452
- font-size: 30px;
2453
- }
2454
- .m1jy87hk .ant-modal-body {
2455
- padding: 4px 0 2px;
2456
- }
2457
- .m1jy87hk .ant-modal-footer {
2458
- border: none;
2451
+ .t79k8o2 {
2452
+ color: rgba(0, 21, 64, 0.3);
2459
2453
  }
2460
2454
 
2461
- .ti7fpyu {
2462
- font-size: 12px;
2463
- line-height: 18px;
2464
- font-weight: bold;
2465
- color: #fff;
2466
- padding: 0 4px;
2467
- border-radius: 4px;
2468
- display: inline-block;
2469
- background: var(--ti7fpyu-0);
2470
- }
2471
- .ti7fpyu:not(:first-child) {
2472
- margin-left: 4px;
2455
+ .ipd9bk.ant-input {
2456
+ padding: 5px 12px;
2457
+ line-height: 20px;
2458
+ color: #2d3a56;
2459
+ border-radius: 6px;
2460
+ border-color: rgba(172, 186, 211, 0.6);
2461
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2473
2462
  }
2474
-
2475
- .f1rest1f {
2476
- width: 100%;
2477
- height: 100%;
2478
- display: flex;
2479
- align-items: center;
2480
- justify-content: center;
2463
+ .ipd9bk.ant-input.ant-input-lg {
2464
+ padding: 8px 16px;
2465
+ line-height: 22px;
2481
2466
  }
2482
-
2483
- .n1kbdoln {
2484
- font-size: 90%;
2485
- font-weight: bold;
2486
- background-color: rgba(240, 243, 247, 0.6);
2487
- padding: 1px 4px 1px;
2488
- margin-left: 2px;
2489
- margin-right: 2px;
2490
- border: 1px solid rgba(213, 219, 227, 0.6);
2491
- border-radius: 4px;
2467
+ .ipd9bk.ant-input.ant-input-sm {
2468
+ padding: 2px 8px;
2469
+ line-height: 18px;
2492
2470
  }
2493
-
2494
- .f1y3gta0.form-item-general {
2495
- width: 640px;
2471
+ .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 {
2472
+ border-color: rgba(107, 128, 167, 0.6);
2473
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2496
2474
  }
2497
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2498
- margin-top: 16px;
2475
+ .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 {
2476
+ border-color: #0096ff;
2477
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2499
2478
  }
2500
- .f1y3gta0.form-item-compact {
2501
- width: 412px;
2479
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2480
+ border-color: #e75a3a;
2481
+ color: #e75a3a;
2502
2482
  }
2503
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2504
- margin-top: 8px;
2483
+ .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 {
2484
+ border-color: #e75a3a;
2485
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2505
2486
  }
2506
- .f1y3gta0 .form-item {
2507
- width: auto;
2487
+ .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 {
2488
+ border-color: #e75a3a;
2489
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2508
2490
  }
2509
- .f1y3gta0 .form-item-main {
2510
- position: relative;
2511
- display: flex;
2491
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2492
+ background: rgba(211, 218, 235, 0.6);
2493
+ color: rgba(0, 21, 64, 0.3);
2494
+ border-color: rgba(172, 186, 211, 0.6);
2512
2495
  }
2513
- .f1y3gta0 .form-item-extra {
2514
- margin-top: 4px;
2515
- width: 100%;
2516
- padding: 14px;
2517
- background: #f2f4f6;
2518
- font-size: 13px;
2519
- line-height: 1.8;
2520
- color: #8e9aa9;
2496
+ .ipd9bk.ant-input-affix-wrapper {
2497
+ padding: 5px 12px;
2498
+ border-radius: 6px;
2499
+ border-color: rgba(172, 186, 211, 0.6);
2500
+ line-height: 20px;
2501
+ color: #2d3a56;
2502
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2521
2503
  }
2522
- .f1y3gta0 .form-item-label {
2523
- padding-right: 12px;
2524
- font-size: 13px;
2504
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2505
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2525
2506
  color: rgba(44, 56, 82, 0.6);
2526
2507
  }
2527
- .f1y3gta0 .form-item-label.label-right {
2528
- text-align: right;
2529
- }
2530
- .f1y3gta0 .form-item-label,
2531
- .f1y3gta0 .form-item-control {
2532
- line-height: 32px;
2508
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2509
+ padding: 8px 16px;
2510
+ line-height: 22px;
2533
2511
  }
2534
- .f1y3gta0 .form-item-control .form-item-error {
2512
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2513
+ padding: 2px 8px;
2535
2514
  line-height: 18px;
2536
2515
  }
2537
- .f1y3gta0 .form-item-children {
2538
- width: 100%;
2539
- }
2540
- .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 {
2541
- width: 100%;
2516
+ .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 {
2517
+ border-color: rgba(107, 128, 167, 0.6);
2518
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2542
2519
  }
2543
- .f1y3gta0 .form-item-error {
2544
- color: #e75a3a;
2545
- height: 0;
2546
- overflow: hidden;
2520
+ .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 {
2521
+ border-color: #0096ff;
2522
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2547
2523
  }
2548
- .f1y3gta0 .form-item-error-enter-done {
2549
- margin-top: 4px;
2550
- height: auto;
2551
- overflow: auto;
2524
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2525
+ border-color: #e75a3a;
2552
2526
  }
2553
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2554
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2555
- border: 1px solid #e75a3a;
2556
- color: #e75a3a;
2557
- }
2558
-
2559
- .fujbm7g {
2560
- color: #2d3a56;
2561
- font-weight: bold;
2562
- padding-bottom: 6px;
2563
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2564
- margin-bottom: 16px;
2565
- }
2566
- .fujbm7g:not(:first-of-type) {
2567
- margin-top: 16px;
2568
- }
2569
-
2570
- .e5fsw5s {
2571
- width: 8px;
2572
- height: 24px;
2573
- display: flex;
2574
- justify-content: center;
2575
- align-items: center;
2576
- cursor: pointer;
2577
- transition: all 200ms ease-out 40ms;
2578
- }
2579
- .e5fsw5s:before, .e5fsw5s:after {
2580
- content: "";
2581
- width: 1px;
2582
- height: 6px;
2583
- border-radius: 1px;
2584
- background: #ccd4e3;
2585
- position: relative;
2586
- right: 2px;
2587
- transform: rotate(-45deg);
2588
- }
2589
- .e5fsw5s:after {
2590
- transform: rotate(45deg);
2591
- left: 1px;
2592
- }
2593
-
2594
- .w18knsg4.ant-alert-warning {
2595
- border: 0;
2596
- background: rgba(255, 187, 0, 0.1);
2597
- border-radius: 6px;
2598
- }
2599
- .w18knsg4.ant-alert,
2600
- .w18knsg4 .ant-alert-message {
2601
- color: #e07f00;
2602
- }
2603
- .w18knsg4.ant-alert .dashed-border-bottom,
2604
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2605
- border-bottom-color: #e07f00;
2606
- }
2607
-
2608
- .ng31n2o {
2609
- display: flex;
2610
- flex-direction: row;
2611
- padding: 7px 12px;
2612
- background: rgba(255, 187, 0, 0.1);
2613
- border-radius: 6px;
2614
- color: #e07f00;
2615
- font-size: 12px;
2616
- line-height: 18px;
2617
- }
2618
- .ng31n2o .icon-wrapper {
2619
- margin-right: 10px;
2620
- height: 18px;
2621
- }
2622
-
2623
- .n15x5f5y {
2624
- display: flex;
2625
- flex-direction: row;
2626
- padding: 7px 12px;
2627
- background: rgba(225, 230, 241, 0.6);
2628
- border-radius: 6px;
2629
- color: rgba(44, 56, 82, 0.6);
2630
- font-size: 12px;
2631
- line-height: 18px;
2632
- }
2633
- .n15x5f5y .icon-wrapper {
2634
- margin-right: 10px;
2635
- height: 18px;
2636
- }
2637
-
2638
- .i16ozz3f {
2639
- display: flex;
2640
- flex-direction: row;
2641
- padding: 7px 12px;
2642
- background: rgba(0, 136, 255, 0.1);
2643
- border-radius: 6px;
2644
- color: #005ed1;
2645
- font-size: 12px;
2646
- line-height: 18px;
2647
- }
2648
- .i16ozz3f .icon-wrapper {
2649
- margin-right: 10px;
2650
- height: 18px;
2651
- }
2652
-
2653
- .dszu9qr {
2654
- color: rgba(44, 56, 82, 0.6);
2655
- margin-top: 5px;
2656
- font-size: 12px;
2657
- line-height: 18px;
2658
- }
2659
-
2660
- .snxzgx {
2661
- color: #f0483e;
2662
- font-size: 12px;
2663
- white-space: pre-wrap;
2664
- }
2665
-
2666
- .o1i4orqw {
2667
- display: flex;
2668
- align-items: center;
2669
- justify-content: flex-end;
2670
- }
2671
- .o1i4orqw .icon-wrapper {
2672
- margin-right: 16px;
2673
- }
2674
-
2675
- .t79k8o2 {
2676
- color: rgba(0, 21, 64, 0.3);
2677
- }
2678
-
2679
- .ipd9bk.ant-input {
2680
- padding: 5px 12px;
2681
- line-height: 20px;
2682
- color: #2d3a56;
2683
- border-radius: 6px;
2684
- border-color: rgba(172, 186, 211, 0.6);
2685
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2686
- }
2687
- .ipd9bk.ant-input.ant-input-lg {
2688
- padding: 8px 16px;
2689
- line-height: 22px;
2690
- }
2691
- .ipd9bk.ant-input.ant-input-sm {
2692
- padding: 2px 8px;
2693
- line-height: 18px;
2694
- }
2695
- .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 {
2696
- border-color: rgba(107, 128, 167, 0.6);
2697
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2698
- }
2699
- .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 {
2700
- border-color: #0096ff;
2701
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2702
- }
2703
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2704
- border-color: #e75a3a;
2705
- color: #e75a3a;
2706
- }
2707
- .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 {
2708
- border-color: #e75a3a;
2709
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2710
- }
2711
- .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 {
2712
- border-color: #e75a3a;
2713
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2714
- }
2715
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2716
- background: rgba(211, 218, 235, 0.6);
2717
- color: rgba(0, 21, 64, 0.3);
2718
- border-color: rgba(172, 186, 211, 0.6);
2719
- }
2720
- .ipd9bk.ant-input-affix-wrapper {
2721
- padding: 5px 12px;
2722
- border-radius: 6px;
2723
- border-color: rgba(172, 186, 211, 0.6);
2724
- line-height: 20px;
2725
- color: #2d3a56;
2726
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2727
- }
2728
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2729
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2730
- color: rgba(44, 56, 82, 0.6);
2731
- }
2732
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2733
- padding: 8px 16px;
2734
- line-height: 22px;
2735
- }
2736
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2737
- padding: 2px 8px;
2738
- line-height: 18px;
2739
- }
2740
- .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 {
2741
- border-color: rgba(107, 128, 167, 0.6);
2742
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2743
- }
2744
- .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 {
2745
- border-color: #0096ff;
2746
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2747
- }
2748
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2749
- border-color: #e75a3a;
2750
- }
2751
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2527
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2752
2528
  color: #e75a3a;
2753
2529
  }
2754
2530
  .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 {
@@ -2828,58 +2604,363 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2828
2604
  .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2829
2605
  color: rgba(0, 0, 0, 0.45);
2830
2606
  }
2831
- .kypn5o5.has-focus-indicator {
2832
- position: relative;
2833
- overflow: hidden;
2607
+ .kypn5o5.has-focus-indicator {
2608
+ position: relative;
2609
+ overflow: hidden;
2610
+ }
2611
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2612
+ position: absolute;
2613
+ top: 50%;
2614
+ transform: translateY(-50%);
2615
+ left: -16px;
2616
+ transition: left 150ms ease;
2617
+ opacity: 0;
2618
+ }
2619
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2620
+ left: 8px;
2621
+ opacity: 1;
2622
+ }
2623
+ .kypn5o5.has-focus-indicator input {
2624
+ transition: margin-left 150ms ease;
2625
+ margin-left: 0px;
2626
+ }
2627
+ .kypn5o5.has-focus-indicator input:focus {
2628
+ margin-left: 16px;
2629
+ }
2630
+
2631
+ input.l1ki27se.ant-input {
2632
+ border-top-right-radius: 0;
2633
+ border-bottom-right-radius: 0;
2634
+ }
2635
+
2636
+ .l1ki27se.ant-input-affix-wrapper {
2637
+ border-top-right-radius: 0;
2638
+ border-bottom-right-radius: 0;
2639
+ }
2640
+
2641
+ input.rrg1fkn.ant-input {
2642
+ border-top-left-radius: 0;
2643
+ border-bottom-left-radius: 0;
2644
+ }
2645
+
2646
+ .rrg1fkn.ant-input-affix-wrapper {
2647
+ border-top-left-radius: 0;
2648
+ border-bottom-left-radius: 0;
2649
+ }
2650
+
2651
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2652
+ border-top-right-radius: 0;
2653
+ border-bottom-right-radius: 0;
2654
+ }
2655
+
2656
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2657
+ border-top-left-radius: 0;
2658
+ border-bottom-left-radius: 0;
2659
+ }
2660
+
2661
+ .rxbeqvl.ant-radio-wrapper {
2662
+ display: inline-flex;
2663
+ align-items: baseline;
2664
+ white-space: pre-wrap;
2665
+ }
2666
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2667
+ position: relative;
2668
+ top: 3px;
2669
+ }
2670
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2671
+ border-color: rgba(107, 128, 167, 0.6);
2672
+ }
2673
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2674
+ border-color: #0080ff;
2675
+ }
2676
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2677
+ border-color: #0080ff;
2678
+ background: #0080ff;
2679
+ }
2680
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2681
+ top: 4px;
2682
+ left: 4px;
2683
+ width: 6px;
2684
+ height: 6px;
2685
+ background: #fff;
2686
+ }
2687
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2688
+ opacity: 0.5;
2689
+ }
2690
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2691
+ border-color: rgba(107, 128, 167, 0.6);
2692
+ background: rgba(211, 218, 235, 0.6);
2693
+ }
2694
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2695
+ background: #00122e;
2696
+ }
2697
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2698
+ color: #00122e;
2699
+ opacity: 0.5;
2700
+ }
2701
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2702
+ color: #00122e;
2703
+ }
2704
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2705
+ display: inline-block;
2706
+ padding: 0;
2707
+ padding-left: 12px;
2708
+ }
2709
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2710
+ margin-bottom: 0;
2711
+ white-space: pre-wrap;
2712
+ color: rgba(44, 56, 82, 0.6);
2713
+ }
2714
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2715
+ padding-left: 8px;
2716
+ }
2717
+
2718
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2719
+ border-radius: 5px 0 0 5px;
2720
+ }
2721
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2722
+ border-radius: 0 5px 5px 0;
2723
+ }
2724
+
2725
+ .r1f0aqcc {
2726
+ color: #00122e;
2727
+ border-color: #ccd4e3;
2728
+ }
2729
+ .r1f0aqcc:first-child {
2730
+ border-color: #a3b4cc;
2731
+ }
2732
+ .r1f0aqcc.ant-radio-button-wrapper {
2733
+ padding: 0 12px;
2734
+ line-height: 32px;
2735
+ height: 32px;
2736
+ }
2737
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2738
+ white-space: nowrap;
2739
+ }
2740
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2741
+ background: #ccd4e3;
2742
+ }
2743
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2744
+ background: #0080ff;
2745
+ }
2746
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2747
+ background: #ccd4e3;
2748
+ opacity: 0.5;
2749
+ }
2750
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2751
+ border-right-color: #0080ff;
2752
+ }
2753
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2754
+ border-color: #0080ff;
2755
+ }
2756
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2757
+ background: rgba(0, 136, 255, 0.1);
2758
+ }
2759
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2760
+ background: rgba(211, 218, 235, 0.6);
2761
+ border-color: #ccd4e3;
2762
+ opacity: 0.5;
2763
+ }
2764
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2765
+ color: #00122e;
2766
+ border-color: #ccd4e3;
2767
+ }
2768
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2769
+ color: #00122e;
2770
+ border-color: #ccd4e3;
2771
+ background: rgba(172, 186, 211, 0.6);
2772
+ }
2773
+ .r1f0aqcc .ant-radio-button-input {
2774
+ margin-right: 8px;
2775
+ display: inline;
2776
+ border: none;
2777
+ padding: 0;
2778
+ width: 36px;
2779
+ background: transparent;
2780
+ }
2781
+ .r1f0aqcc .ant-radio-button-input:focus {
2782
+ box-shadow: none;
2783
+ }
2784
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2785
+ margin-right: 0;
2786
+ width: initial;
2787
+ box-shadow: none;
2788
+ }
2789
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2790
+ display: none;
2791
+ }
2792
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2793
+ display: inline;
2794
+ }
2795
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2796
+ display: inline;
2797
+ margin-right: 8px;
2798
+ padding: 0;
2799
+ width: 36px;
2800
+ }
2801
+
2802
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2803
+ flex-direction: row;
2804
+ justify-content: stretch;
2805
+ }
2806
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2807
+ padding: 0;
2808
+ margin-right: 4px;
2809
+ flex: 1;
2810
+ overflow: visible;
2811
+ }
2812
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2813
+ display: none;
2814
+ }
2815
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2816
+ width: 100%;
2817
+ min-height: unset;
2818
+ }
2819
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2820
+ height: 26px;
2821
+ line-height: 26px;
2822
+ width: 100%;
2823
+ text-align: center;
2824
+ padding: 0;
2825
+ font-size: 12px;
2826
+ font-weight: normal;
2827
+ }
2828
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2829
+ margin-right: 10px;
2830
+ }
2831
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2832
+ display: none;
2833
+ }
2834
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2835
+ border-radius: 4px 0 0 4px;
2836
+ }
2837
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2838
+ margin-right: 0;
2839
+ }
2840
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2841
+ border-radius: 0 4px 4px 0;
2842
+ }
2843
+ .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 {
2844
+ content: "";
2845
+ width: 0;
2846
+ height: 0;
2847
+ border: 13px solid transparent;
2848
+ position: absolute;
2849
+ top: 0;
2850
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2851
+ right: -21px;
2852
+ z-index: 2;
2853
+ }
2854
+ .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 {
2855
+ content: "";
2856
+ width: 0;
2857
+ height: 0;
2858
+ border: 13px solid transparent;
2859
+ position: absolute;
2860
+ top: 0;
2861
+ border-left: 8px solid #fff;
2862
+ left: 0;
2863
+ }
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2865
+ background-color: rgba(0, 136, 255, 0.1);
2866
+ }
2867
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2868
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2869
+ }
2870
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2871
+ color: #005ed1;
2872
+ }
2873
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2874
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2875
+ background-color: rgba(237, 241, 250, 0.6);
2876
+ }
2877
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2878
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2879
+ color: rgba(44, 56, 82, 0.6);
2880
+ }
2881
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2882
+ padding: 0;
2883
+ }
2884
+
2885
+ .s1fc623g {
2886
+ width: 430px !important;
2887
+ }
2888
+
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;
2897
+ }
2898
+
2899
+ .onr9gzt {
2900
+ display: flex;
2901
+ flex-direction: column;
2902
+ margin: 1px 8px;
2903
+ padding: 8px;
2904
+ border-radius: 4px;
2905
+ }
2906
+ .onr9gzt .selected-icon {
2907
+ display: none;
2908
+ }
2909
+ .onr9gzt.ant-select-item-option-grouped {
2910
+ padding-left: 8px;
2834
2911
  }
2835
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2836
- position: absolute;
2837
- top: 50%;
2838
- transform: translateY(-50%);
2839
- left: -16px;
2840
- transition: left 150ms ease;
2841
- opacity: 0;
2912
+ .onr9gzt.ant-select-item-option-selected {
2913
+ background-color: white;
2842
2914
  }
2843
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2844
- left: 8px;
2845
- opacity: 1;
2915
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
2916
+ color: #0080ff;
2846
2917
  }
2847
- .kypn5o5.has-focus-indicator input {
2848
- transition: margin-left 150ms ease;
2849
- margin-left: 0px;
2918
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
2919
+ display: block;
2850
2920
  }
2851
- .kypn5o5.has-focus-indicator input:focus {
2852
- margin-left: 16px;
2921
+ .onr9gzt.ant-select-item-option-active {
2922
+ background: rgba(0, 136, 255, 0.16);
2853
2923
  }
2854
-
2855
- input.l1ki27se.ant-input {
2856
- border-top-right-radius: 0;
2857
- border-bottom-right-radius: 0;
2924
+ .onr9gzt.ant-select-item-option-active .timezone-title {
2925
+ color: #0080ff;
2858
2926
  }
2859
-
2860
- .l1ki27se.ant-input-affix-wrapper {
2861
- border-top-right-radius: 0;
2862
- border-bottom-right-radius: 0;
2927
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
2928
+ background: rgba(0, 136, 255, 0.1);
2929
+ color: #0080ff;
2863
2930
  }
2864
2931
 
2865
- input.rrg1fkn.ant-input {
2866
- border-top-left-radius: 0;
2867
- border-bottom-left-radius: 0;
2932
+ .oiy0apc {
2933
+ display: flex;
2934
+ justify-content: space-between;
2935
+ height: 20px;
2936
+ line-height: 20px;
2937
+ }
2938
+ .oiy0apc .timezone-title {
2939
+ color: #2d3a56;
2940
+ overflow: hidden;
2941
+ text-overflow: ellipsis;
2868
2942
  }
2869
2943
 
2870
- .rrg1fkn.ant-input-affix-wrapper {
2871
- border-top-left-radius: 0;
2872
- border-bottom-left-radius: 0;
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;
2873
2951
  }
2874
2952
 
2875
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2876
- border-top-right-radius: 0;
2877
- border-bottom-right-radius: 0;
2953
+ .t19903l9 {
2954
+ border: none;
2955
+ margin-right: 0;
2956
+ background: rgba(225, 230, 241, 0.6);
2878
2957
  }
2879
2958
 
2880
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2881
- border-top-left-radius: 0;
2882
- border-bottom-left-radius: 0;
2959
+ .ohwbvxu {
2960
+ pointer-events: none;
2961
+ height: 32px;
2962
+ width: 100%;
2963
+ opacity: 0;
2883
2964
  }
2884
2965
 
2885
2966
  .t1upn1sz {
@@ -3245,85 +3326,8 @@ input.rrg1fkn.ant-input {
3245
3326
  background: #fff;
3246
3327
  }
3247
3328
 
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;
3293
- }
3294
-
3295
- .oiy0apc {
3296
- display: flex;
3297
- justify-content: space-between;
3298
- height: 20px;
3299
- line-height: 20px;
3300
- }
3301
- .oiy0apc .timezone-title {
3302
- color: #2d3a56;
3303
- overflow: hidden;
3304
- text-overflow: ellipsis;
3305
- }
3306
-
3307
- .of4y382 {
3308
- 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
- }
3315
-
3316
- .t19903l9 {
3317
- border: none;
3318
- margin-right: 0;
3319
- background: rgba(225, 230, 241, 0.6);
3320
- }
3321
-
3322
- .ohwbvxu {
3323
- pointer-events: none;
3324
- height: 32px;
3325
- width: 100%;
3326
- opacity: 0;
3329
+ .i1e4sgug {
3330
+ display: inline-block;
3327
3331
  }
3328
3332
 
3329
3333
  .d6j0lbj {
@@ -3801,10 +3805,6 @@ input.rrg1fkn.ant-input {
3801
3805
  line-height: 12px;
3802
3806
  }
3803
3807
 
3804
- .i1e4sgug {
3805
- display: inline-block;
3806
- }
3807
-
3808
3808
  .c198s9j3 {
3809
3809
  color: #2d3a56;
3810
3810
  line-height: 22px;
@@ -4167,6 +4167,52 @@ 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
+
4170
4216
  .tc40oxa {
4171
4217
  margin-bottom: 4px;
4172
4218
  color: rgba(44, 56, 82, 0.6);
@@ -4363,52 +4409,6 @@ input.rrg1fkn.ant-input {
4363
4409
  margin-right: 8px;
4364
4410
  }
4365
4411
 
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
  }