@cloudtower/eagle 0.26.0-alpha.0 → 0.26.0

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