@cloudtower/eagle 0.26.1 → 0.26.3-vpc-0.0.1

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