@cloudtower/eagle 0.24.20 → 0.24.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1597,6 +1597,21 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1598
  }
1599
1599
  }
1600
+ .fde5mpd {
1601
+ width: 100%;
1602
+ height: 100%;
1603
+ min-height: 124px;
1604
+ display: flex;
1605
+ flex-direction: column;
1606
+ justify-content: center;
1607
+ align-items: center;
1608
+ }
1609
+ .fde5mpd .error-text {
1610
+ color: rgba(10, 37, 85, 0.6);
1611
+ margin-bottom: 16px;
1612
+ font-size: 18px;
1613
+ }
1614
+
1600
1615
  .bpq0js6 {
1601
1616
  padding: 4px 11px;
1602
1617
  }
@@ -1626,6 +1641,24 @@ body {
1626
1641
  border-radius: unset;
1627
1642
  }
1628
1643
 
1644
+ .i1mrf09m {
1645
+ display: inline-flex;
1646
+ align-items: center;
1647
+ }
1648
+ .i1mrf09m .icon-inner {
1649
+ display: inline-flex;
1650
+ align-items: center;
1651
+ justify-content: center;
1652
+ }
1653
+ .i1mrf09m .icon-inner + span,
1654
+ .i1mrf09m span + .icon-inner.suffix {
1655
+ margin-left: 4px;
1656
+ }
1657
+ .i1mrf09m.is-rotate img,
1658
+ .i1mrf09m.is-rotate svg {
1659
+ animation: rotate 680ms linear infinite;
1660
+ }
1661
+
1629
1662
  .buj61ew.ant-btn {
1630
1663
  height: 32px;
1631
1664
  border-radius: 6px;
@@ -1874,39 +1907,6 @@ body {
1874
1907
  padding: 0;
1875
1908
  }
1876
1909
 
1877
- .fde5mpd {
1878
- width: 100%;
1879
- height: 100%;
1880
- min-height: 124px;
1881
- display: flex;
1882
- flex-direction: column;
1883
- justify-content: center;
1884
- align-items: center;
1885
- }
1886
- .fde5mpd .error-text {
1887
- color: rgba(10, 37, 85, 0.6);
1888
- margin-bottom: 16px;
1889
- font-size: 18px;
1890
- }
1891
-
1892
- .i1mrf09m {
1893
- display: inline-flex;
1894
- align-items: center;
1895
- }
1896
- .i1mrf09m .icon-inner {
1897
- display: inline-flex;
1898
- align-items: center;
1899
- justify-content: center;
1900
- }
1901
- .i1mrf09m .icon-inner + span,
1902
- .i1mrf09m span + .icon-inner.suffix {
1903
- margin-left: 4px;
1904
- }
1905
- .i1mrf09m.is-rotate img,
1906
- .i1mrf09m.is-rotate svg {
1907
- animation: rotate 680ms linear infinite;
1908
- }
1909
-
1910
1910
  .iap75of {
1911
1911
  height: 18px;
1912
1912
  line-height: 18px;
@@ -1920,1015 +1920,1015 @@ body {
1920
1920
  margin-right: 4px;
1921
1921
  }
1922
1922
 
1923
- .obf05yr {
1924
- display: inline-block;
1923
+ .cz04yix {
1924
+ display: flex;
1925
+ flex-direction: column;
1925
1926
  }
1926
1927
 
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1928
+ .m1if5j39 {
1929
+ max-width: 1120px;
1930
+ width: 100%;
1931
+ margin: 0 auto;
1932
+ height: 100%;
1930
1933
  }
1931
1934
 
1932
- .p12gwtiw {
1935
+ .w1vvwdlp {
1936
+ max-width: 1120px;
1937
+ width: 100%;
1938
+ margin: 0 auto;
1933
1939
  display: flex;
1934
- justify-content: space-between;
1935
- align-items: center;
1936
- padding: 10px 0;
1937
- color: rgba(44, 56, 82, 0.6);
1938
- font-size: 12px;
1939
- line-height: 24px;
1940
1940
  }
1941
- .p12gwtiw .pagination-left {
1942
- padding: 2px 8px;
1941
+ .w1vvwdlp .left,
1942
+ .w1vvwdlp .right {
1943
+ flex-grow: 0;
1944
+ flex-shrink: 0;
1945
+ flex-basis: 21%;
1943
1946
  }
1944
- .p12gwtiw .dropdown-trigger {
1947
+ .w1vvwdlp .left {
1945
1948
  display: flex;
1946
- align-items: center;
1947
- border-radius: 6px;
1948
- cursor: pointer;
1949
- transition: all 0.3s ease;
1949
+ justify-content: flex-end;
1950
+ padding-right: 44px;
1950
1951
  }
1951
- .p12gwtiw .dropdown-trigger:hover {
1952
- background: rgba(211, 218, 235, 0.6);
1953
- color: #0080ff;
1952
+ .w1vvwdlp .right {
1953
+ padding-left: 44px;
1954
1954
  }
1955
- .p12gwtiw .dropdown-trigger .icon-inner {
1956
- margin-left: 4px;
1955
+ .w1vvwdlp .middle {
1956
+ margin-bottom: 40px;
1957
+ flex-grow: 0;
1958
+ flex-shrink: 0;
1959
+ flex-basis: 58%;
1957
1960
  }
1958
- .p12gwtiw .pagination-right {
1959
- display: flex;
1960
- align-items: center;
1961
- color: #0080ff;
1962
- font-weight: bold;
1961
+ .w1vvwdlp .middle .form-base-field {
1962
+ width: 100%;
1963
1963
  }
1964
- .p12gwtiw .pagination-right .icon-inner {
1965
- margin-left: 4px;
1964
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1965
+ width: auto;
1966
1966
  }
1967
- .p12gwtiw .pagination-right .prev-btn,
1968
- .p12gwtiw .pagination-right .next-btn {
1969
- padding: 0 8px;
1967
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1968
+ flex: initial;
1970
1969
  }
1971
- .p12gwtiw .pagination-right .prev-btn > span,
1972
- .p12gwtiw .pagination-right .next-btn > span {
1973
- color: #0080ff;
1970
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1971
+ margin-top: 4px;
1974
1972
  }
1975
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
- transform: rotate(180deg);
1973
+ .w1vvwdlp .ant-steps-item-icon,
1974
+ .w1vvwdlp .ant-steps-item-tail {
1975
+ display: none !important;
1977
1976
  }
1978
-
1979
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
- max-height: calc(100vh - 128px);
1981
- overflow-y: auto;
1977
+ .w1vvwdlp .ant-steps-item-container {
1978
+ padding: 0 15px;
1979
+ border-radius: 4px;
1980
+ height: 32px;
1981
+ display: flex;
1982
+ align-items: center;
1982
1983
  }
1983
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
- padding: 4px 20px;
1985
- font-size: 12px;
1986
- line-height: 18px;
1984
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1985
+ min-height: auto;
1986
+ white-space: nowrap;
1987
1987
  }
1988
-
1989
- .rxbeqvl.ant-radio-wrapper {
1990
- display: inline-flex;
1991
- align-items: baseline;
1992
- white-space: pre-wrap;
1988
+ .w1vvwdlp .ant-steps-item-description {
1989
+ padding-bottom: 0px;
1993
1990
  }
1994
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1995
- position: relative;
1996
- top: 3px;
1991
+ .w1vvwdlp .ant-steps-item-title {
1992
+ font-size: 13px !important;
1993
+ line-height: 20px !important;
1997
1994
  }
1998
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1999
- border-color: rgba(107, 128, 167, 0.6);
1995
+ .w1vvwdlp .ant-steps-item-title .step-index {
1996
+ display: inline-block;
1997
+ text-align: center;
1998
+ width: 13px;
1999
+ margin-right: 12px;
2000
2000
  }
2001
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2002
- border-color: #0080ff;
2001
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2002
+ background: rgba(0, 128, 255, 0.1);
2003
2003
  }
2004
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2005
- border-color: #0080ff;
2006
- background: #0080ff;
2004
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2005
+ color: #005ed1;
2007
2006
  }
2008
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2009
- top: 4px;
2010
- left: 4px;
2011
- width: 6px;
2012
- height: 6px;
2013
- background: #fff;
2007
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2008
+ background: rgba(237, 241, 250, 0.6);
2014
2009
  }
2015
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2016
- opacity: 0.5;
2010
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2011
+ color: rgba(10, 37, 85, 0.6) !important;
2017
2012
  }
2018
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2019
- border-color: rgba(107, 128, 167, 0.6);
2020
- background: rgba(211, 218, 235, 0.6);
2013
+ .w1vvwdlp .ant-steps-item-disabled {
2014
+ cursor: not-allowed;
2021
2015
  }
2022
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2023
- background: #00122e;
2016
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2017
+ background: rgba(237, 241, 250, 0.6);
2024
2018
  }
2025
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2026
- color: #00122e;
2027
- opacity: 0.5;
2019
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2020
+ color: #2d3a56;
2028
2021
  }
2029
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2030
- color: #00122e;
2022
+
2023
+ .h1cuopx7 .ant-modal-header {
2024
+ margin: 0 auto;
2025
+ width: 100%;
2026
+ max-width: 648px;
2031
2027
  }
2032
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2033
- display: inline-block;
2034
- padding: 0;
2035
- padding-left: 12px;
2028
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2029
+ margin-left: 0;
2036
2030
  }
2037
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2038
- margin-bottom: 0;
2039
- white-space: pre-wrap;
2040
- color: rgba(44, 56, 82, 0.6);
2031
+ .h1cuopx7 .ant-modal-body {
2032
+ margin: 0 auto;
2033
+ padding: 0;
2034
+ width: 100%;
2035
+ max-width: 648px;
2036
+ overflow: hidden;
2041
2037
  }
2042
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2043
- padding-left: 8px;
2038
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2039
+ margin-bottom: 40px;
2044
2040
  }
2045
-
2046
- .r5ie79y .ant-radio-button-wrapper:first-child {
2047
- border-radius: 5px 0 0 5px;
2041
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2042
+ height: calc(100vh - 225px);
2043
+ overflow-y: auto;
2048
2044
  }
2049
- .r5ie79y .ant-radio-button-wrapper:last-child {
2050
- border-radius: 0 5px 5px 0;
2045
+ .h1cuopx7 .ant-modal-footer .footer-content {
2046
+ margin: 0 auto;
2047
+ max-width: 648px;
2051
2048
  }
2052
2049
 
2053
- .r1f0aqcc {
2054
- color: #00122e;
2055
- border-color: #ccd4e3;
2050
+ .h1p6d3y3 .ant-modal-header {
2051
+ margin: 0 auto;
2052
+ width: 100%;
2053
+ max-width: 1024px;
2056
2054
  }
2057
- .r1f0aqcc:first-child {
2058
- color: #00122e;
2059
- border-color: #a3b4cc;
2055
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2056
+ margin-left: 0;
2060
2057
  }
2061
- .r1f0aqcc.ant-radio-button-wrapper {
2062
- padding: 0 12px;
2063
- line-height: 32px;
2064
- height: 32px;
2058
+ .h1p6d3y3 .ant-modal-body {
2059
+ margin: 0 auto;
2060
+ padding: 0;
2061
+ width: 100%;
2062
+ max-width: 1024px;
2063
+ overflow: hidden;
2065
2064
  }
2066
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2067
- white-space: nowrap;
2065
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2066
+ margin-bottom: 40px;
2068
2067
  }
2069
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2070
- background: #ccd4e3;
2068
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2069
+ height: calc(100vh - 225px);
2070
+ overflow-y: auto;
2071
2071
  }
2072
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2073
- background: #0080ff;
2072
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2073
+ margin: 0 auto;
2074
+ max-width: 1024px;
2074
2075
  }
2075
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2076
- background: #ccd4e3;
2077
- opacity: 0.5;
2076
+
2077
+ .fxgckuk {
2078
+ flex: 1;
2078
2079
  }
2079
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2080
- border-right-color: #0080ff;
2080
+ .fxgckuk label {
2081
+ font-size: 13px;
2082
+ line-height: 20px;
2083
+ color: rgba(44, 56, 82, 0.6);
2081
2084
  }
2082
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2083
- border-color: #0080ff;
2085
+ .fxgckuk .title {
2086
+ font-size: 14px;
2087
+ line-height: 20px;
2088
+ color: #2d3a56;
2089
+ margin-bottom: 12px;
2084
2090
  }
2085
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2086
- background: rgba(0, 136, 255, 0.1);
2091
+ .fxgckuk.connect-cluster .title {
2092
+ padding-bottom: 26px;
2087
2093
  }
2088
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2089
- background: rgba(211, 218, 235, 0.6);
2090
- border-color: #ccd4e3;
2091
- opacity: 0.5;
2094
+
2095
+ .f1d0vek1 {
2096
+ padding: 25px 0 15px 0;
2097
+ border-bottom: 1px solid #e1e5eb;
2098
+ margin-bottom: 16px;
2092
2099
  }
2093
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2094
- color: #00122e;
2095
- border-color: #ccd4e3;
2100
+
2101
+ .f4u402y {
2102
+ display: flex;
2103
+ align-items: center;
2104
+ margin-bottom: 8px;
2096
2105
  }
2097
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2098
- color: #00122e;
2099
- border-color: #ccd4e3;
2100
- background: rgba(172, 186, 211, 0.6);
2106
+ .f4u402y > label {
2107
+ width: 216px;
2101
2108
  }
2102
- .r1f0aqcc .ant-radio-button-input {
2103
- margin-right: 8px;
2104
- display: inline;
2105
- border: none;
2106
- padding: 0;
2107
- width: 36px;
2108
- background: transparent;
2109
+ .f4u402y > label + * {
2110
+ width: 100%;
2109
2111
  }
2110
- .r1f0aqcc .ant-radio-button-input:focus {
2111
- box-shadow: none;
2112
+ .f4u402y .ant-select {
2113
+ width: 100%;
2112
2114
  }
2113
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2114
- margin-right: 0;
2115
- width: initial;
2116
- box-shadow: none;
2115
+
2116
+ .e1pldf6v {
2117
+ color: #e75a3a;
2118
+ margin-right: 10px;
2117
2119
  }
2118
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2119
- display: none;
2120
+
2121
+ .dq0gblh {
2122
+ width: 100%;
2123
+ height: 1px;
2124
+ background: rgba(213, 219, 227, 0.6);
2125
+ margin: 24px 0;
2120
2126
  }
2121
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2122
- display: inline;
2127
+
2128
+ .l1v7sr0n {
2129
+ display: flex;
2130
+ justify-content: center;
2131
+ align-items: center;
2132
+ height: 100%;
2123
2133
  }
2124
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2125
- display: inline;
2126
- margin-right: 8px;
2127
- padding: 0;
2128
- width: 36px;
2134
+
2135
+ .d1i4ou6o {
2136
+ display: inline-block;
2137
+ width: 4px;
2138
+ height: 4px;
2139
+ background: #8e9aa9;
2140
+ opacity: 0.4;
2141
+ border-radius: 50%;
2142
+ margin: 0 4px;
2129
2143
  }
2130
2144
 
2131
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2132
- flex-direction: row;
2133
- justify-content: stretch;
2145
+ .m1jy87hk .ant-modal-header,
2146
+ .m1jy87hk .ant-modal-footer .footer-content {
2147
+ width: 648px;
2148
+ margin: 0 auto;
2134
2149
  }
2135
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2136
- padding: 0;
2137
- margin-right: 4px;
2138
- flex: 1;
2139
- overflow: visible;
2150
+ .m1jy87hk .ant-modal-header {
2151
+ padding: 35px 0 24px;
2152
+ border: none;
2140
2153
  }
2141
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2142
- display: none;
2154
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2155
+ font-size: 30px;
2143
2156
  }
2144
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2145
- width: 100%;
2146
- min-height: unset;
2157
+ .m1jy87hk .ant-modal-body {
2158
+ padding: 4px 0 2px;
2147
2159
  }
2148
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2149
- height: 26px;
2150
- line-height: 26px;
2151
- width: 100%;
2152
- text-align: center;
2153
- padding: 0;
2154
- font-size: 12px;
2155
- font-weight: normal;
2160
+ .m1jy87hk .ant-modal-footer {
2161
+ border: none;
2156
2162
  }
2157
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2158
- margin-right: 10px;
2163
+
2164
+ .ti7fpyu {
2165
+ font-size: 12px;
2166
+ line-height: 18px;
2167
+ font-weight: bold;
2168
+ color: #fff;
2169
+ padding: 0 4px;
2170
+ border-radius: 4px;
2171
+ display: inline-block;
2172
+ background: var(--ti7fpyu-0);
2159
2173
  }
2160
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2161
- display: none;
2174
+ .ti7fpyu:not(:first-child) {
2175
+ margin-left: 4px;
2162
2176
  }
2163
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2164
- border-radius: 4px 0 0 4px;
2177
+
2178
+ .f1rest1f {
2179
+ width: 100%;
2180
+ height: 100%;
2181
+ display: flex;
2182
+ align-items: center;
2183
+ justify-content: center;
2165
2184
  }
2166
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2167
- margin-right: 0;
2185
+
2186
+ .n1kbdoln {
2187
+ font-size: 90%;
2188
+ font-weight: bold;
2189
+ background-color: rgba(240, 243, 247, 0.6);
2190
+ padding: 1px 4px 1px;
2191
+ margin-left: 2px;
2192
+ margin-right: 2px;
2193
+ border: 1px solid rgba(213, 219, 227, 0.6);
2194
+ border-radius: 4px;
2168
2195
  }
2169
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2170
- border-radius: 0 4px 4px 0;
2196
+
2197
+ .f1y3gta0.form-item-general {
2198
+ width: 640px;
2171
2199
  }
2172
- .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 {
2173
- content: "";
2174
- width: 0;
2175
- height: 0;
2176
- border: 13px solid transparent;
2177
- position: absolute;
2178
- top: 0;
2179
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2180
- right: -21px;
2181
- z-index: 2;
2200
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2201
+ margin-top: 16px;
2182
2202
  }
2183
- .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 {
2184
- content: "";
2185
- width: 0;
2186
- height: 0;
2187
- border: 13px solid transparent;
2188
- position: absolute;
2189
- top: 0;
2190
- border-left: 8px solid #fff;
2191
- left: 0;
2203
+ .f1y3gta0.form-item-compact {
2204
+ width: 412px;
2192
2205
  }
2193
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2194
- background-color: rgba(0, 136, 255, 0.1);
2206
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2207
+ margin-top: 8px;
2195
2208
  }
2196
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2197
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2209
+ .f1y3gta0 .form-item {
2210
+ width: auto;
2198
2211
  }
2199
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2200
- color: #005ed1;
2212
+ .f1y3gta0 .form-item-main {
2213
+ position: relative;
2214
+ display: flex;
2201
2215
  }
2202
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2203
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2204
- background-color: rgba(237, 241, 250, 0.6);
2216
+ .f1y3gta0 .form-item-extra {
2217
+ margin-top: 4px;
2218
+ width: 100%;
2219
+ padding: 14px;
2220
+ background: #f2f4f6;
2221
+ font-size: 13px;
2222
+ line-height: 1.8;
2223
+ color: #8e9aa9;
2205
2224
  }
2206
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2207
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2225
+ .f1y3gta0 .form-item-label {
2226
+ padding-right: 12px;
2227
+ font-size: 13px;
2208
2228
  color: rgba(44, 56, 82, 0.6);
2209
2229
  }
2210
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2211
- padding: 0;
2212
- }
2213
-
2214
- .s34f1qb.ant-switch {
2215
- min-width: 40px;
2216
- height: 24px;
2217
- background: rgba(172, 186, 211, 0.6);
2218
- overflow: hidden;
2230
+ .f1y3gta0 .form-item-label.label-right {
2231
+ text-align: right;
2219
2232
  }
2220
- .s34f1qb.ant-switch:focus {
2221
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2233
+ .f1y3gta0 .form-item-label,
2234
+ .f1y3gta0 .form-item-control {
2235
+ line-height: 32px;
2222
2236
  }
2223
- .s34f1qb.ant-switch-small {
2224
- min-width: 26px;
2225
- height: 16px;
2237
+ .f1y3gta0 .form-item-control .form-item-error {
2238
+ line-height: 18px;
2226
2239
  }
2227
- .s34f1qb.ant-switch-large {
2228
- min-width: 52px;
2229
- height: 32px;
2240
+ .f1y3gta0 .form-item-children {
2241
+ width: 100%;
2230
2242
  }
2231
- .s34f1qb.ant-switch .ant-switch-handle {
2232
- height: 20px;
2233
- width: 20px;
2243
+ .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 {
2244
+ width: 100%;
2234
2245
  }
2235
- .s34f1qb.ant-switch .ant-switch-handle::before {
2236
- border-radius: 10px;
2237
- transition-delay: 120ms;
2246
+ .f1y3gta0 .form-item-error {
2247
+ color: #e75a3a;
2248
+ height: 0;
2249
+ overflow: hidden;
2238
2250
  }
2239
- .s34f1qb.ant-switch-small .ant-switch-handle {
2240
- height: 14px;
2241
- width: 14px;
2242
- top: 1px;
2243
- left: 1px;
2251
+ .f1y3gta0 .form-item-error-enter-done {
2252
+ margin-top: 4px;
2253
+ height: auto;
2254
+ overflow: auto;
2244
2255
  }
2245
- .s34f1qb.ant-switch-large .ant-switch-handle {
2246
- height: 28px;
2247
- width: 28px;
2256
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2257
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2258
+ border: 1px solid #e75a3a;
2259
+ color: #e75a3a;
2248
2260
  }
2249
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2250
- border-radius: 14px;
2261
+
2262
+ .fujbm7g {
2263
+ color: #2d3a56;
2264
+ font-weight: bold;
2265
+ padding-bottom: 6px;
2266
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2267
+ margin-bottom: 16px;
2251
2268
  }
2252
- .s34f1qb.ant-switch-checked {
2253
- background-color: #00ba5d;
2269
+ .fujbm7g:not(:first-of-type) {
2270
+ margin-top: 16px;
2254
2271
  }
2255
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2256
- left: calc(100% - 20px - 2px);
2272
+
2273
+ .e5fsw5s {
2274
+ width: 8px;
2275
+ height: 24px;
2276
+ display: flex;
2277
+ justify-content: center;
2278
+ align-items: center;
2279
+ cursor: pointer;
2280
+ transition: all 200ms ease-out 40ms;
2257
2281
  }
2258
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2259
- left: calc(100% - 14px - 1px);
2282
+ .e5fsw5s:before, .e5fsw5s:after {
2283
+ content: "";
2284
+ width: 1px;
2285
+ height: 6px;
2286
+ border-radius: 1px;
2287
+ background: #ccd4e3;
2288
+ position: relative;
2289
+ right: 2px;
2290
+ transform: rotate(-45deg);
2260
2291
  }
2261
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2262
- left: calc(100% - 28px - 2px);
2292
+ .e5fsw5s:after {
2293
+ transform: rotate(45deg);
2294
+ left: 1px;
2263
2295
  }
2264
2296
 
2265
- .c1to9vb9 {
2266
- margin-left: 5px;
2297
+ .w18knsg4.ant-alert-warning {
2298
+ border: 0;
2299
+ background: rgba(255, 187, 0, 0.1);
2300
+ border-radius: 6px;
2267
2301
  }
2268
-
2269
- .cz04yix {
2270
- display: flex;
2271
- flex-direction: column;
2302
+ .w18knsg4.ant-alert,
2303
+ .w18knsg4 .ant-alert-message {
2304
+ color: #e07f00;
2272
2305
  }
2273
-
2274
- .m1if5j39 {
2275
- max-width: 1120px;
2276
- width: 100%;
2277
- margin: 0 auto;
2278
- height: 100%;
2306
+ .w18knsg4.ant-alert .dashed-border-bottom,
2307
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2308
+ border-bottom-color: #e07f00;
2279
2309
  }
2280
2310
 
2281
- .w1vvwdlp {
2282
- max-width: 1120px;
2283
- width: 100%;
2284
- margin: 0 auto;
2311
+ .ng31n2o {
2285
2312
  display: flex;
2313
+ flex-direction: row;
2314
+ padding: 7px 12px;
2315
+ background: rgba(255, 187, 0, 0.1);
2316
+ border-radius: 6px;
2317
+ color: #e07f00;
2318
+ font-size: 12px;
2319
+ line-height: 18px;
2286
2320
  }
2287
- .w1vvwdlp .left,
2288
- .w1vvwdlp .right {
2289
- flex-grow: 0;
2290
- flex-shrink: 0;
2291
- flex-basis: 21%;
2321
+ .ng31n2o .icon-wrapper {
2322
+ margin-right: 10px;
2323
+ height: 18px;
2292
2324
  }
2293
- .w1vvwdlp .left {
2325
+
2326
+ .n15x5f5y {
2294
2327
  display: flex;
2295
- justify-content: flex-end;
2296
- padding-right: 44px;
2297
- }
2298
- .w1vvwdlp .right {
2299
- padding-left: 44px;
2300
- }
2301
- .w1vvwdlp .middle {
2302
- margin-bottom: 40px;
2303
- flex-grow: 0;
2304
- flex-shrink: 0;
2305
- flex-basis: 58%;
2328
+ flex-direction: row;
2329
+ padding: 7px 12px;
2330
+ background: rgba(225, 230, 241, 0.6);
2331
+ border-radius: 6px;
2332
+ color: rgba(44, 56, 82, 0.6);
2333
+ font-size: 12px;
2334
+ line-height: 18px;
2306
2335
  }
2307
- .w1vvwdlp .middle .form-base-field {
2308
- width: 100%;
2336
+ .n15x5f5y .icon-wrapper {
2337
+ margin-right: 10px;
2338
+ height: 18px;
2309
2339
  }
2310
- .w1vvwdlp .middle .form-base-field .form-base-field {
2311
- width: auto;
2340
+
2341
+ .i16ozz3f {
2342
+ display: flex;
2343
+ flex-direction: row;
2344
+ padding: 7px 12px;
2345
+ background: rgba(0, 136, 255, 0.1);
2346
+ border-radius: 6px;
2347
+ color: #005ed1;
2348
+ font-size: 12px;
2349
+ line-height: 18px;
2312
2350
  }
2313
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2314
- flex: initial;
2351
+ .i16ozz3f .icon-wrapper {
2352
+ margin-right: 10px;
2353
+ height: 18px;
2315
2354
  }
2316
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2317
- margin-top: 4px;
2355
+
2356
+ .dszu9qr {
2357
+ color: rgba(44, 56, 82, 0.6);
2358
+ margin-top: 5px;
2359
+ font-size: 12px;
2360
+ line-height: 18px;
2318
2361
  }
2319
- .w1vvwdlp .ant-steps-item-icon,
2320
- .w1vvwdlp .ant-steps-item-tail {
2321
- display: none !important;
2362
+
2363
+ .snxzgx {
2364
+ color: #f0483e;
2365
+ font-size: 12px;
2366
+ white-space: pre-wrap;
2322
2367
  }
2323
- .w1vvwdlp .ant-steps-item-container {
2324
- padding: 0 15px;
2325
- border-radius: 4px;
2326
- height: 32px;
2368
+
2369
+ .o1i4orqw {
2327
2370
  display: flex;
2328
2371
  align-items: center;
2372
+ justify-content: flex-end;
2329
2373
  }
2330
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2331
- min-height: auto;
2332
- white-space: nowrap;
2374
+ .o1i4orqw .icon-wrapper {
2375
+ margin-right: 16px;
2333
2376
  }
2334
- .w1vvwdlp .ant-steps-item-description {
2335
- padding-bottom: 0px;
2377
+
2378
+ .t79k8o2 {
2379
+ color: rgba(0, 21, 64, 0.3);
2336
2380
  }
2337
- .w1vvwdlp .ant-steps-item-title {
2338
- font-size: 13px !important;
2339
- line-height: 20px !important;
2381
+
2382
+ .ipd9bk.ant-input {
2383
+ padding: 5px 12px;
2384
+ line-height: 20px;
2385
+ color: #2d3a56;
2386
+ border-radius: 6px;
2387
+ border-color: rgba(172, 186, 211, 0.6);
2388
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2340
2389
  }
2341
- .w1vvwdlp .ant-steps-item-title .step-index {
2342
- display: inline-block;
2343
- text-align: center;
2344
- width: 13px;
2345
- margin-right: 12px;
2390
+ .ipd9bk.ant-input.ant-input-lg {
2391
+ padding: 8px 16px;
2392
+ line-height: 22px;
2346
2393
  }
2347
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2348
- background: rgba(0, 128, 255, 0.1);
2394
+ .ipd9bk.ant-input.ant-input-sm {
2395
+ padding: 2px 8px;
2396
+ line-height: 18px;
2349
2397
  }
2350
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2351
- color: #005ed1;
2398
+ .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 {
2399
+ border-color: rgba(107, 128, 167, 0.6);
2400
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2352
2401
  }
2353
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2354
- background: rgba(237, 241, 250, 0.6);
2402
+ .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 {
2403
+ border-color: #0096ff;
2404
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2355
2405
  }
2356
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2357
- color: rgba(10, 37, 85, 0.6) !important;
2406
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2407
+ border-color: #e75a3a;
2408
+ color: #e75a3a;
2358
2409
  }
2359
- .w1vvwdlp .ant-steps-item-disabled {
2360
- cursor: not-allowed;
2410
+ .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 {
2411
+ border-color: #e75a3a;
2412
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2361
2413
  }
2362
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2363
- background: rgba(237, 241, 250, 0.6);
2414
+ .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 {
2415
+ border-color: #e75a3a;
2416
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2364
2417
  }
2365
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2418
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2419
+ background: rgba(211, 218, 235, 0.6);
2420
+ color: rgba(0, 21, 64, 0.3);
2421
+ border-color: rgba(172, 186, 211, 0.6);
2422
+ }
2423
+ .ipd9bk.ant-input-affix-wrapper {
2424
+ padding: 5px 12px;
2425
+ border-radius: 6px;
2426
+ border-color: rgba(172, 186, 211, 0.6);
2427
+ line-height: 20px;
2366
2428
  color: #2d3a56;
2429
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2367
2430
  }
2368
-
2369
- .h1cuopx7 .ant-modal-header {
2370
- margin: 0 auto;
2371
- width: 100%;
2372
- max-width: 648px;
2431
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2432
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2433
+ color: rgba(44, 56, 82, 0.6);
2373
2434
  }
2374
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2375
- margin-left: 0;
2435
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2436
+ padding: 8px 16px;
2437
+ line-height: 22px;
2376
2438
  }
2377
- .h1cuopx7 .ant-modal-body {
2378
- margin: 0 auto;
2379
- padding: 0;
2380
- width: 100%;
2381
- max-width: 648px;
2382
- overflow: hidden;
2439
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2440
+ padding: 2px 8px;
2441
+ line-height: 18px;
2383
2442
  }
2384
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2385
- margin-bottom: 40px;
2443
+ .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 {
2444
+ border-color: rgba(107, 128, 167, 0.6);
2445
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2386
2446
  }
2387
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2388
- height: calc(100vh - 225px);
2389
- overflow-y: auto;
2447
+ .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 {
2448
+ border-color: #0096ff;
2449
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2390
2450
  }
2391
- .h1cuopx7 .ant-modal-footer .footer-content {
2392
- margin: 0 auto;
2393
- max-width: 648px;
2451
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2452
+ border-color: #e75a3a;
2394
2453
  }
2395
-
2396
- .h1p6d3y3 .ant-modal-header {
2397
- margin: 0 auto;
2398
- width: 100%;
2399
- max-width: 1024px;
2454
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2455
+ color: #e75a3a;
2400
2456
  }
2401
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2402
- margin-left: 0;
2457
+ .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 {
2458
+ border-color: #e75a3a;
2459
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2403
2460
  }
2404
- .h1p6d3y3 .ant-modal-body {
2405
- margin: 0 auto;
2406
- padding: 0;
2407
- width: 100%;
2408
- max-width: 1024px;
2409
- overflow: hidden;
2461
+ .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 {
2462
+ border-color: #e75a3a;
2463
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2410
2464
  }
2411
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2412
- margin-bottom: 40px;
2465
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2466
+ background: rgba(211, 218, 235, 0.6);
2467
+ color: rgba(0, 21, 64, 0.3);
2468
+ border-color: rgba(172, 186, 211, 0.6);
2413
2469
  }
2414
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2415
- height: calc(100vh - 225px);
2416
- overflow-y: auto;
2470
+ textarea.ipd9bk.ant-input {
2471
+ transition-property: height;
2472
+ transition-delay: 50ms;
2417
2473
  }
2418
- .h1p6d3y3 .ant-modal-footer .footer-content {
2419
- margin: 0 auto;
2420
- max-width: 1024px;
2474
+ textarea.ipd9bk.ant-input.textarea-large {
2475
+ min-height: 40px;
2476
+ height: 40px;
2421
2477
  }
2422
-
2423
- .fxgckuk {
2424
- flex: 1;
2478
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2479
+ height: 80px;
2425
2480
  }
2426
- .fxgckuk label {
2427
- font-size: 13px;
2428
- line-height: 20px;
2429
- color: rgba(44, 56, 82, 0.6);
2481
+ textarea.ipd9bk.ant-input.textarea-middle {
2482
+ min-height: 32px;
2483
+ height: 32px;
2430
2484
  }
2431
- .fxgckuk .title {
2432
- font-size: 14px;
2433
- line-height: 20px;
2434
- color: #2d3a56;
2435
- margin-bottom: 12px;
2485
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2486
+ height: 64px;
2436
2487
  }
2437
- .fxgckuk.connect-cluster .title {
2438
- padding-bottom: 26px;
2488
+ textarea.ipd9bk.ant-input.textarea-small {
2489
+ min-height: 24px;
2490
+ height: 24px;
2439
2491
  }
2440
-
2441
- .f1d0vek1 {
2442
- padding: 25px 0 15px 0;
2443
- border-bottom: 1px solid #e1e5eb;
2444
- margin-bottom: 16px;
2492
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2493
+ height: 40px;
2445
2494
  }
2446
2495
 
2447
- .f4u402y {
2448
- display: flex;
2449
- align-items: center;
2450
- margin-bottom: 8px;
2451
- }
2452
- .f4u402y > label {
2453
- width: 216px;
2496
+ .kypn5o5 input, .kypn5o5.input-tags {
2497
+ border: 1px solid rgba(213, 219, 227, 0.6);
2498
+ border-radius: 4px;
2454
2499
  }
2455
- .f4u402y > label + * {
2456
- width: 100%;
2500
+ .kypn5o5.input-tags {
2501
+ position: relative;
2502
+ padding: 6px;
2503
+ height: 32px;
2504
+ cursor: pointer;
2505
+ transition: border 150ms;
2457
2506
  }
2458
- .f4u402y .ant-select {
2459
- width: 100%;
2507
+ .kypn5o5.input-tags:hover {
2508
+ border-color: #0080ff;
2509
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2460
2510
  }
2461
-
2462
- .e1pldf6v {
2463
- color: #e75a3a;
2464
- margin-right: 10px;
2511
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2512
+ padding-right: 30px;
2465
2513
  }
2466
-
2467
- .dq0gblh {
2468
- width: 100%;
2469
- height: 1px;
2470
- background: rgba(213, 219, 227, 0.6);
2471
- margin: 24px 0;
2514
+ .kypn5o5.input-tags .input-tags-inner {
2515
+ display: flex;
2472
2516
  }
2473
-
2474
- .l1v7sr0n {
2517
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2475
2518
  display: flex;
2476
- justify-content: center;
2477
- align-items: center;
2478
- height: 100%;
2479
2519
  }
2480
-
2481
- .d1i4ou6o {
2482
- display: inline-block;
2483
- width: 4px;
2484
- height: 4px;
2485
- background: #8e9aa9;
2486
- opacity: 0.4;
2487
- border-radius: 50%;
2488
- margin: 0 4px;
2520
+ .kypn5o5.input-tags .input-tag-suffix {
2521
+ position: absolute;
2522
+ right: 12px;
2523
+ top: 50%;
2524
+ transform: translateY(-50%);
2489
2525
  }
2490
-
2491
- .m1jy87hk .ant-modal-header,
2492
- .m1jy87hk .ant-modal-footer .footer-content {
2493
- width: 648px;
2494
- margin: 0 auto;
2526
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2527
+ color: rgba(0, 0, 0, 0.25);
2528
+ font-size: 12px;
2529
+ cursor: pointer;
2495
2530
  }
2496
- .m1jy87hk .ant-modal-header {
2497
- padding: 35px 0 24px;
2498
- border: none;
2531
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2532
+ color: rgba(0, 0, 0, 0.45);
2499
2533
  }
2500
- .m1jy87hk .ant-modal-header .ant-modal-title {
2501
- font-size: 30px;
2534
+ .kypn5o5.has-focus-indicator {
2535
+ position: relative;
2536
+ overflow: hidden;
2502
2537
  }
2503
- .m1jy87hk .ant-modal-body {
2504
- padding: 4px 0 2px;
2538
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2539
+ position: absolute;
2540
+ top: 50%;
2541
+ transform: translateY(-50%);
2542
+ left: -16px;
2543
+ transition: left 150ms ease;
2544
+ opacity: 0;
2505
2545
  }
2506
- .m1jy87hk .ant-modal-footer {
2507
- border: none;
2546
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2547
+ left: 8px;
2548
+ opacity: 1;
2508
2549
  }
2509
-
2510
- .ti7fpyu {
2511
- font-size: 12px;
2512
- line-height: 18px;
2513
- font-weight: bold;
2514
- color: #fff;
2515
- padding: 0 4px;
2516
- border-radius: 4px;
2517
- display: inline-block;
2518
- background: var(--ti7fpyu-0);
2550
+ .kypn5o5.has-focus-indicator input {
2551
+ transition: margin-left 150ms ease;
2552
+ margin-left: 0px;
2519
2553
  }
2520
- .ti7fpyu:not(:first-child) {
2521
- margin-left: 4px;
2554
+ .kypn5o5.has-focus-indicator input:focus {
2555
+ margin-left: 16px;
2522
2556
  }
2523
2557
 
2524
- .f1rest1f {
2525
- width: 100%;
2526
- height: 100%;
2527
- display: flex;
2528
- align-items: center;
2529
- justify-content: center;
2558
+ input.l1ki27se.ant-input {
2559
+ border-top-right-radius: 0;
2560
+ border-bottom-right-radius: 0;
2530
2561
  }
2531
2562
 
2532
- .n1kbdoln {
2533
- font-size: 90%;
2534
- font-weight: bold;
2535
- background-color: rgba(240, 243, 247, 0.6);
2536
- padding: 1px 4px 1px;
2537
- margin-left: 2px;
2538
- margin-right: 2px;
2539
- border: 1px solid rgba(213, 219, 227, 0.6);
2540
- border-radius: 4px;
2563
+ .l1ki27se.ant-input-affix-wrapper {
2564
+ border-top-right-radius: 0;
2565
+ border-bottom-right-radius: 0;
2541
2566
  }
2542
2567
 
2543
- .f1y3gta0.form-item-general {
2544
- width: 640px;
2545
- }
2546
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2547
- margin-top: 16px;
2548
- }
2549
- .f1y3gta0.form-item-compact {
2550
- width: 412px;
2568
+ input.rrg1fkn.ant-input {
2569
+ border-top-left-radius: 0;
2570
+ border-bottom-left-radius: 0;
2551
2571
  }
2552
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2553
- margin-top: 8px;
2572
+
2573
+ .rrg1fkn.ant-input-affix-wrapper {
2574
+ border-top-left-radius: 0;
2575
+ border-bottom-left-radius: 0;
2554
2576
  }
2555
- .f1y3gta0 .form-item {
2556
- width: auto;
2577
+
2578
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2579
+ border-top-right-radius: 0;
2580
+ border-bottom-right-radius: 0;
2557
2581
  }
2558
- .f1y3gta0 .form-item-main {
2559
- position: relative;
2560
- display: flex;
2582
+
2583
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2584
+ border-top-left-radius: 0;
2585
+ border-bottom-left-radius: 0;
2561
2586
  }
2562
- .f1y3gta0 .form-item-extra {
2563
- margin-top: 4px;
2564
- width: 100%;
2565
- padding: 14px;
2566
- background: #f2f4f6;
2567
- font-size: 13px;
2568
- line-height: 1.8;
2569
- color: #8e9aa9;
2587
+
2588
+ .obf05yr {
2589
+ display: inline-block;
2570
2590
  }
2571
- .f1y3gta0 .form-item-label {
2572
- padding-right: 12px;
2573
- font-size: 13px;
2574
- color: rgba(44, 56, 82, 0.6);
2591
+
2592
+ .hsms1n6 {
2593
+ visibility: hidden;
2594
+ position: absolute;
2575
2595
  }
2576
- .f1y3gta0 .form-item-label.label-right {
2577
- text-align: right;
2596
+
2597
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2598
+ flex-direction: row;
2599
+ justify-content: stretch;
2578
2600
  }
2579
- .f1y3gta0 .form-item-label,
2580
- .f1y3gta0 .form-item-control {
2581
- line-height: 32px;
2601
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2602
+ padding: 0;
2603
+ margin-right: 4px;
2604
+ flex: 1;
2605
+ overflow: visible;
2582
2606
  }
2583
- .f1y3gta0 .form-item-control .form-item-error {
2584
- line-height: 18px;
2607
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2608
+ display: none;
2585
2609
  }
2586
- .f1y3gta0 .form-item-children {
2610
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2587
2611
  width: 100%;
2612
+ min-height: unset;
2588
2613
  }
2589
- .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 {
2614
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2615
+ height: 26px;
2616
+ line-height: 26px;
2590
2617
  width: 100%;
2618
+ text-align: center;
2619
+ padding: 0;
2620
+ font-size: 12px;
2621
+ font-weight: normal;
2591
2622
  }
2592
- .f1y3gta0 .form-item-error {
2593
- color: #e75a3a;
2594
- height: 0;
2595
- overflow: hidden;
2596
- }
2597
- .f1y3gta0 .form-item-error-enter-done {
2598
- margin-top: 4px;
2599
- height: auto;
2600
- overflow: auto;
2623
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2624
+ margin-right: 10px;
2601
2625
  }
2602
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2603
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2604
- border: 1px solid #e75a3a;
2605
- color: #e75a3a;
2626
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2627
+ display: none;
2606
2628
  }
2607
-
2608
- .fujbm7g {
2609
- color: #2d3a56;
2610
- font-weight: bold;
2611
- padding-bottom: 6px;
2612
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2613
- margin-bottom: 16px;
2629
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2630
+ border-radius: 4px 0 0 4px;
2614
2631
  }
2615
- .fujbm7g:not(:first-of-type) {
2616
- margin-top: 16px;
2632
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2633
+ margin-right: 0;
2617
2634
  }
2618
-
2619
- .e5fsw5s {
2620
- width: 8px;
2621
- height: 24px;
2622
- display: flex;
2623
- justify-content: center;
2624
- align-items: center;
2625
- cursor: pointer;
2626
- transition: all 200ms ease-out 40ms;
2635
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2636
+ border-radius: 0 4px 4px 0;
2627
2637
  }
2628
- .e5fsw5s:before, .e5fsw5s:after {
2638
+ .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 {
2629
2639
  content: "";
2630
- width: 1px;
2631
- height: 6px;
2632
- border-radius: 1px;
2633
- background: #ccd4e3;
2634
- position: relative;
2635
- right: 2px;
2636
- transform: rotate(-45deg);
2637
- }
2638
- .e5fsw5s:after {
2639
- transform: rotate(45deg);
2640
- left: 1px;
2640
+ width: 0;
2641
+ height: 0;
2642
+ border: 13px solid transparent;
2643
+ position: absolute;
2644
+ top: 0;
2645
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2646
+ right: -21px;
2647
+ z-index: 2;
2641
2648
  }
2642
-
2643
- .w18knsg4.ant-alert-warning {
2644
- border: 0;
2645
- background: rgba(255, 187, 0, 0.1);
2646
- border-radius: 6px;
2649
+ .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 {
2650
+ content: "";
2651
+ width: 0;
2652
+ height: 0;
2653
+ border: 13px solid transparent;
2654
+ position: absolute;
2655
+ top: 0;
2656
+ border-left: 8px solid #fff;
2657
+ left: 0;
2647
2658
  }
2648
- .w18knsg4.ant-alert,
2649
- .w18knsg4 .ant-alert-message {
2650
- color: #e07f00;
2659
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2660
+ background-color: rgba(0, 136, 255, 0.1);
2651
2661
  }
2652
- .w18knsg4.ant-alert .dashed-border-bottom,
2653
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2654
- border-bottom-color: #e07f00;
2662
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2663
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2655
2664
  }
2656
-
2657
- .ng31n2o {
2658
- display: flex;
2659
- flex-direction: row;
2660
- padding: 7px 12px;
2661
- background: rgba(255, 187, 0, 0.1);
2662
- border-radius: 6px;
2663
- color: #e07f00;
2664
- font-size: 12px;
2665
- line-height: 18px;
2665
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2666
+ color: #005ed1;
2666
2667
  }
2667
- .ng31n2o .icon-wrapper {
2668
- margin-right: 10px;
2669
- height: 18px;
2668
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2669
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2670
+ background-color: rgba(237, 241, 250, 0.6);
2670
2671
  }
2671
-
2672
- .n15x5f5y {
2673
- display: flex;
2674
- flex-direction: row;
2675
- padding: 7px 12px;
2676
- background: rgba(225, 230, 241, 0.6);
2677
- border-radius: 6px;
2672
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2673
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2678
2674
  color: rgba(44, 56, 82, 0.6);
2679
- font-size: 12px;
2680
- line-height: 18px;
2681
2675
  }
2682
- .n15x5f5y .icon-wrapper {
2683
- margin-right: 10px;
2684
- height: 18px;
2676
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2677
+ padding: 0;
2685
2678
  }
2686
2679
 
2687
- .i16ozz3f {
2680
+ .p12gwtiw {
2688
2681
  display: flex;
2689
- flex-direction: row;
2690
- padding: 7px 12px;
2691
- background: rgba(0, 136, 255, 0.1);
2692
- border-radius: 6px;
2693
- color: #005ed1;
2694
- font-size: 12px;
2695
- line-height: 18px;
2696
- }
2697
- .i16ozz3f .icon-wrapper {
2698
- margin-right: 10px;
2699
- height: 18px;
2700
- }
2701
-
2702
- .dszu9qr {
2682
+ justify-content: space-between;
2683
+ align-items: center;
2684
+ padding: 10px 0;
2703
2685
  color: rgba(44, 56, 82, 0.6);
2704
- margin-top: 5px;
2705
2686
  font-size: 12px;
2706
- line-height: 18px;
2687
+ line-height: 24px;
2707
2688
  }
2708
-
2709
- .snxzgx {
2710
- color: #f0483e;
2711
- font-size: 12px;
2712
- white-space: pre-wrap;
2689
+ .p12gwtiw .pagination-left {
2690
+ padding: 2px 8px;
2713
2691
  }
2714
-
2715
- .o1i4orqw {
2692
+ .p12gwtiw .dropdown-trigger {
2716
2693
  display: flex;
2717
2694
  align-items: center;
2718
- justify-content: flex-end;
2695
+ border-radius: 6px;
2696
+ cursor: pointer;
2697
+ transition: all 0.3s ease;
2719
2698
  }
2720
- .o1i4orqw .icon-wrapper {
2721
- margin-right: 16px;
2699
+ .p12gwtiw .dropdown-trigger:hover {
2700
+ background: rgba(211, 218, 235, 0.6);
2701
+ color: #0080ff;
2722
2702
  }
2723
-
2724
- .t79k8o2 {
2725
- color: rgba(0, 21, 64, 0.3);
2703
+ .p12gwtiw .dropdown-trigger .icon-inner {
2704
+ margin-left: 4px;
2726
2705
  }
2727
-
2728
- .ipd9bk.ant-input {
2729
- padding: 5px 12px;
2730
- line-height: 20px;
2731
- color: #2d3a56;
2732
- border-radius: 6px;
2733
- border-color: rgba(172, 186, 211, 0.6);
2734
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2706
+ .p12gwtiw .pagination-right {
2707
+ display: flex;
2708
+ align-items: center;
2709
+ color: #0080ff;
2710
+ font-weight: bold;
2735
2711
  }
2736
- .ipd9bk.ant-input.ant-input-lg {
2737
- padding: 8px 16px;
2738
- line-height: 22px;
2712
+ .p12gwtiw .pagination-right .icon-inner {
2713
+ margin-left: 4px;
2739
2714
  }
2740
- .ipd9bk.ant-input.ant-input-sm {
2741
- padding: 2px 8px;
2742
- line-height: 18px;
2715
+ .p12gwtiw .pagination-right .prev-btn,
2716
+ .p12gwtiw .pagination-right .next-btn {
2717
+ padding: 0 8px;
2743
2718
  }
2744
- .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 {
2745
- border-color: rgba(107, 128, 167, 0.6);
2746
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2719
+ .p12gwtiw .pagination-right .prev-btn > span,
2720
+ .p12gwtiw .pagination-right .next-btn > span {
2721
+ color: #0080ff;
2747
2722
  }
2748
- .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 {
2749
- border-color: #0096ff;
2750
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2723
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2724
+ transform: rotate(180deg);
2751
2725
  }
2752
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2753
- border-color: #e75a3a;
2754
- color: #e75a3a;
2726
+
2727
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2728
+ max-height: calc(100vh - 128px);
2729
+ overflow-y: auto;
2755
2730
  }
2756
- .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 {
2757
- border-color: #e75a3a;
2758
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2731
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2732
+ padding: 4px 20px;
2733
+ font-size: 12px;
2734
+ line-height: 18px;
2759
2735
  }
2760
- .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 {
2761
- border-color: #e75a3a;
2762
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2736
+
2737
+ .rxbeqvl.ant-radio-wrapper {
2738
+ display: inline-flex;
2739
+ align-items: baseline;
2740
+ white-space: pre-wrap;
2763
2741
  }
2764
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2765
- background: rgba(211, 218, 235, 0.6);
2766
- color: rgba(0, 21, 64, 0.3);
2767
- border-color: rgba(172, 186, 211, 0.6);
2742
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2743
+ position: relative;
2744
+ top: 3px;
2768
2745
  }
2769
- .ipd9bk.ant-input-affix-wrapper {
2770
- padding: 5px 12px;
2771
- border-radius: 6px;
2772
- border-color: rgba(172, 186, 211, 0.6);
2773
- line-height: 20px;
2774
- color: #2d3a56;
2775
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2746
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2747
+ border-color: rgba(107, 128, 167, 0.6);
2776
2748
  }
2777
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2778
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2779
- color: rgba(44, 56, 82, 0.6);
2749
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2750
+ border-color: #0080ff;
2780
2751
  }
2781
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2782
- padding: 8px 16px;
2783
- line-height: 22px;
2752
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2753
+ border-color: #0080ff;
2754
+ background: #0080ff;
2784
2755
  }
2785
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2786
- padding: 2px 8px;
2787
- line-height: 18px;
2756
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2757
+ top: 4px;
2758
+ left: 4px;
2759
+ width: 6px;
2760
+ height: 6px;
2761
+ background: #fff;
2788
2762
  }
2789
- .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 {
2763
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2764
+ opacity: 0.5;
2765
+ }
2766
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2790
2767
  border-color: rgba(107, 128, 167, 0.6);
2791
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2768
+ background: rgba(211, 218, 235, 0.6);
2792
2769
  }
2793
- .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 {
2794
- border-color: #0096ff;
2795
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2770
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2771
+ background: #00122e;
2796
2772
  }
2797
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2798
- border-color: #e75a3a;
2773
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2774
+ color: #00122e;
2775
+ opacity: 0.5;
2799
2776
  }
2800
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2801
- color: #e75a3a;
2777
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2778
+ color: #00122e;
2802
2779
  }
2803
- .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 {
2804
- border-color: #e75a3a;
2805
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2780
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2781
+ display: inline-block;
2782
+ padding: 0;
2783
+ padding-left: 12px;
2806
2784
  }
2807
- .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 {
2808
- border-color: #e75a3a;
2809
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2785
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2786
+ margin-bottom: 0;
2787
+ white-space: pre-wrap;
2788
+ color: rgba(44, 56, 82, 0.6);
2810
2789
  }
2811
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2812
- background: rgba(211, 218, 235, 0.6);
2813
- color: rgba(0, 21, 64, 0.3);
2814
- border-color: rgba(172, 186, 211, 0.6);
2790
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2791
+ padding-left: 8px;
2815
2792
  }
2816
- textarea.ipd9bk.ant-input {
2817
- transition-property: height;
2818
- transition-delay: 50ms;
2793
+
2794
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2795
+ border-radius: 5px 0 0 5px;
2819
2796
  }
2820
- textarea.ipd9bk.ant-input.textarea-large {
2821
- min-height: 40px;
2822
- height: 40px;
2797
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2798
+ border-radius: 0 5px 5px 0;
2823
2799
  }
2824
- textarea.ipd9bk.ant-input.textarea-large:focus {
2825
- height: 80px;
2800
+
2801
+ .r1f0aqcc {
2802
+ color: #00122e;
2803
+ border-color: #ccd4e3;
2826
2804
  }
2827
- textarea.ipd9bk.ant-input.textarea-middle {
2828
- min-height: 32px;
2805
+ .r1f0aqcc:first-child {
2806
+ color: #00122e;
2807
+ border-color: #a3b4cc;
2808
+ }
2809
+ .r1f0aqcc.ant-radio-button-wrapper {
2810
+ padding: 0 12px;
2811
+ line-height: 32px;
2829
2812
  height: 32px;
2830
2813
  }
2831
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2832
- height: 64px;
2814
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2815
+ white-space: nowrap;
2833
2816
  }
2834
- textarea.ipd9bk.ant-input.textarea-small {
2835
- min-height: 24px;
2836
- height: 24px;
2817
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2818
+ background: #ccd4e3;
2837
2819
  }
2838
- textarea.ipd9bk.ant-input.textarea-small:focus {
2839
- height: 40px;
2820
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2821
+ background: #0080ff;
2840
2822
  }
2841
-
2842
- .kypn5o5 input, .kypn5o5.input-tags {
2843
- border: 1px solid rgba(213, 219, 227, 0.6);
2844
- border-radius: 4px;
2823
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2824
+ background: #ccd4e3;
2825
+ opacity: 0.5;
2845
2826
  }
2846
- .kypn5o5.input-tags {
2847
- position: relative;
2848
- padding: 6px;
2849
- height: 32px;
2850
- cursor: pointer;
2851
- transition: border 150ms;
2827
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2828
+ border-right-color: #0080ff;
2852
2829
  }
2853
- .kypn5o5.input-tags:hover {
2830
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2854
2831
  border-color: #0080ff;
2855
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2856
2832
  }
2857
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2858
- padding-right: 30px;
2833
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2834
+ background: rgba(0, 136, 255, 0.1);
2859
2835
  }
2860
- .kypn5o5.input-tags .input-tags-inner {
2861
- display: flex;
2836
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2837
+ background: rgba(211, 218, 235, 0.6);
2838
+ border-color: #ccd4e3;
2839
+ opacity: 0.5;
2862
2840
  }
2863
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2864
- display: flex;
2841
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2842
+ color: #00122e;
2843
+ border-color: #ccd4e3;
2865
2844
  }
2866
- .kypn5o5.input-tags .input-tag-suffix {
2867
- position: absolute;
2868
- right: 12px;
2869
- top: 50%;
2870
- transform: translateY(-50%);
2845
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2846
+ color: #00122e;
2847
+ border-color: #ccd4e3;
2848
+ background: rgba(172, 186, 211, 0.6);
2871
2849
  }
2872
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2873
- color: rgba(0, 0, 0, 0.25);
2874
- font-size: 12px;
2875
- cursor: pointer;
2850
+ .r1f0aqcc .ant-radio-button-input {
2851
+ margin-right: 8px;
2852
+ display: inline;
2853
+ border: none;
2854
+ padding: 0;
2855
+ width: 36px;
2856
+ background: transparent;
2876
2857
  }
2877
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2878
- color: rgba(0, 0, 0, 0.45);
2858
+ .r1f0aqcc .ant-radio-button-input:focus {
2859
+ box-shadow: none;
2879
2860
  }
2880
- .kypn5o5.has-focus-indicator {
2881
- position: relative;
2861
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2862
+ margin-right: 0;
2863
+ width: initial;
2864
+ box-shadow: none;
2865
+ }
2866
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2867
+ display: none;
2868
+ }
2869
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2870
+ display: inline;
2871
+ }
2872
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2873
+ display: inline;
2874
+ margin-right: 8px;
2875
+ padding: 0;
2876
+ width: 36px;
2877
+ }
2878
+
2879
+ .s34f1qb.ant-switch {
2880
+ min-width: 40px;
2881
+ height: 24px;
2882
+ background: rgba(172, 186, 211, 0.6);
2882
2883
  overflow: hidden;
2883
2884
  }
2884
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2885
- position: absolute;
2886
- top: 50%;
2887
- transform: translateY(-50%);
2888
- left: -16px;
2889
- transition: left 150ms ease;
2890
- opacity: 0;
2885
+ .s34f1qb.ant-switch:focus {
2886
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2891
2887
  }
2892
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2893
- left: 8px;
2894
- opacity: 1;
2888
+ .s34f1qb.ant-switch-small {
2889
+ min-width: 26px;
2890
+ height: 16px;
2895
2891
  }
2896
- .kypn5o5.has-focus-indicator input {
2897
- transition: margin-left 150ms ease;
2898
- margin-left: 0px;
2892
+ .s34f1qb.ant-switch-large {
2893
+ min-width: 52px;
2894
+ height: 32px;
2899
2895
  }
2900
- .kypn5o5.has-focus-indicator input:focus {
2901
- margin-left: 16px;
2896
+ .s34f1qb.ant-switch .ant-switch-handle {
2897
+ height: 20px;
2898
+ width: 20px;
2902
2899
  }
2903
-
2904
- input.l1ki27se.ant-input {
2905
- border-top-right-radius: 0;
2906
- border-bottom-right-radius: 0;
2900
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2901
+ border-radius: 10px;
2902
+ transition-delay: 120ms;
2907
2903
  }
2908
-
2909
- .l1ki27se.ant-input-affix-wrapper {
2910
- border-top-right-radius: 0;
2911
- border-bottom-right-radius: 0;
2904
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2905
+ height: 14px;
2906
+ width: 14px;
2907
+ top: 1px;
2908
+ left: 1px;
2912
2909
  }
2913
-
2914
- input.rrg1fkn.ant-input {
2915
- border-top-left-radius: 0;
2916
- border-bottom-left-radius: 0;
2910
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2911
+ height: 28px;
2912
+ width: 28px;
2917
2913
  }
2918
-
2919
- .rrg1fkn.ant-input-affix-wrapper {
2920
- border-top-left-radius: 0;
2921
- border-bottom-left-radius: 0;
2914
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2915
+ border-radius: 14px;
2922
2916
  }
2923
-
2924
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2925
- border-top-right-radius: 0;
2926
- border-bottom-right-radius: 0;
2917
+ .s34f1qb.ant-switch-checked {
2918
+ background-color: #00ba5d;
2919
+ }
2920
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2921
+ left: calc(100% - 20px - 2px);
2922
+ }
2923
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2924
+ left: calc(100% - 14px - 1px);
2925
+ }
2926
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2927
+ left: calc(100% - 28px - 2px);
2927
2928
  }
2928
2929
 
2929
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2930
- border-top-left-radius: 0;
2931
- border-bottom-left-radius: 0;
2930
+ .c1to9vb9 {
2931
+ margin-left: 5px;
2932
2932
  }
2933
2933
 
2934
2934
  .t1upn1sz {
@@ -3925,6 +3925,16 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
+ .igz4le8 {
3929
+ height: 24px;
3930
+ width: 56px !important;
3931
+ margin-right: 4px;
3932
+ }
3933
+
3934
+ .c1riexje {
3935
+ color: rgba(44, 56, 82, 0.6);
3936
+ }
3937
+
3928
3938
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3929
3939
  border-radius: 6px;
3930
3940
  }
@@ -3980,16 +3990,6 @@ input.rrg1fkn.ant-input {
3980
3990
  transform: rotate(180deg);
3981
3991
  }
3982
3992
 
3983
- .igz4le8 {
3984
- height: 24px;
3985
- width: 56px !important;
3986
- margin-right: 4px;
3987
- }
3988
-
3989
- .c1riexje {
3990
- color: rgba(44, 56, 82, 0.6);
3991
- }
3992
-
3993
3993
  .iiqau4c.ant-input-group.ant-input-group-compact {
3994
3994
  display: flex;
3995
3995
  }