@cloudtower/eagle 0.19.2-beta.0 → 0.20.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
@@ -1877,6 +1877,15 @@ input[type=submit] {
1877
1877
  font-size: 18px;
1878
1878
  }
1879
1879
 
1880
+ .obf05yr {
1881
+ display: inline-block;
1882
+ }
1883
+
1884
+ .hsms1n6 {
1885
+ visibility: hidden;
1886
+ position: absolute;
1887
+ }
1888
+
1880
1889
  .bpq0js6 {
1881
1890
  padding: 4px 11px;
1882
1891
  }
@@ -1906,23 +1915,6 @@ input[type=submit] {
1906
1915
  border-radius: unset;
1907
1916
  }
1908
1917
 
1909
- .i1mrf09m {
1910
- display: inline-flex;
1911
- align-items: center;
1912
- }
1913
- .i1mrf09m .icon-inner {
1914
- display: inline-flex;
1915
- align-items: center;
1916
- justify-content: center;
1917
- }
1918
- .i1mrf09m .icon-inner + span,
1919
- .i1mrf09m span + .icon-inner.suffix {
1920
- margin-left: 4px;
1921
- }
1922
- .i1mrf09m.is-rotate img {
1923
- animation: rotate 680ms linear infinite;
1924
- }
1925
-
1926
1918
  .p12gwtiw {
1927
1919
  display: flex;
1928
1920
  justify-content: space-between;
@@ -1980,1318 +1972,1322 @@ input[type=submit] {
1980
1972
  line-height: 18px;
1981
1973
  }
1982
1974
 
1983
- .cz04yix {
1984
- display: flex;
1985
- flex-direction: column;
1986
- }
1987
-
1988
- .m1if5j39 {
1989
- max-width: 1120px;
1990
- width: 100%;
1991
- margin: 0 auto;
1992
- height: 100%;
1975
+ .rxbeqvl.ant-radio-wrapper {
1976
+ display: inline-flex;
1977
+ align-items: baseline;
1978
+ white-space: pre-wrap;
1993
1979
  }
1994
-
1995
- .w1vvwdlp {
1996
- max-width: 1120px;
1997
- width: 100%;
1998
- margin: 0 auto;
1999
- display: flex;
1980
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1981
+ position: relative;
1982
+ top: 3px;
2000
1983
  }
2001
- .w1vvwdlp .left,
2002
- .w1vvwdlp .right {
2003
- flex-grow: 0;
2004
- flex-shrink: 0;
2005
- flex-basis: 21%;
1984
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1985
+ border-color: rgba(107, 128, 167, 0.6);
2006
1986
  }
2007
- .w1vvwdlp .left {
2008
- display: flex;
2009
- justify-content: flex-end;
2010
- padding-right: 44px;
1987
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1988
+ border-color: #0080ff;
2011
1989
  }
2012
- .w1vvwdlp .right {
2013
- padding-left: 44px;
1990
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1991
+ border-color: #0080ff;
1992
+ background: #0080ff;
2014
1993
  }
2015
- .w1vvwdlp .middle {
2016
- margin-bottom: 40px;
2017
- flex-grow: 0;
2018
- flex-shrink: 0;
2019
- flex-basis: 58%;
1994
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1995
+ top: 4px;
1996
+ left: 4px;
1997
+ width: 6px;
1998
+ height: 6px;
1999
+ background: #fff;
2020
2000
  }
2021
- .w1vvwdlp .middle .form-base-field {
2022
- width: 100%;
2001
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2002
+ opacity: 0.5;
2023
2003
  }
2024
- .w1vvwdlp .middle .form-base-field .form-base-field {
2025
- width: auto;
2004
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2005
+ border-color: rgba(107, 128, 167, 0.6);
2006
+ background: rgba(211, 218, 235, 0.6);
2026
2007
  }
2027
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2028
- flex: initial;
2008
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2009
+ background: #00122e;
2029
2010
  }
2030
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2031
- margin-top: 4px;
2011
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2012
+ color: #00122e;
2013
+ opacity: 0.5;
2032
2014
  }
2033
- .w1vvwdlp .ant-steps-item-icon,
2034
- .w1vvwdlp .ant-steps-item-tail {
2035
- display: none !important;
2015
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2016
+ color: #00122e;
2036
2017
  }
2037
- .w1vvwdlp .ant-steps-item-container {
2038
- padding: 0 15px;
2039
- border-radius: 4px;
2040
- height: 32px;
2041
- display: flex;
2042
- align-items: center;
2018
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2019
+ display: inline-block;
2020
+ padding: 0;
2021
+ padding-left: 12px;
2043
2022
  }
2044
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2045
- min-height: auto;
2046
- white-space: nowrap;
2023
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2024
+ margin-bottom: 0;
2025
+ white-space: pre-wrap;
2026
+ color: rgba(44, 56, 82, 0.6);
2047
2027
  }
2048
- .w1vvwdlp .ant-steps-item-description {
2049
- padding-bottom: 0px;
2028
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2029
+ padding-left: 8px;
2050
2030
  }
2051
- .w1vvwdlp .ant-steps-item-title {
2052
- font-size: 13px !important;
2053
- line-height: 20px !important;
2031
+
2032
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2033
+ border-radius: 5px 0 0 5px;
2054
2034
  }
2055
- .w1vvwdlp .ant-steps-item-title .step-index {
2056
- display: inline-block;
2057
- text-align: center;
2058
- width: 13px;
2059
- margin-right: 12px;
2035
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2036
+ border-radius: 0 5px 5px 0;
2060
2037
  }
2061
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2062
- background: rgba(0, 128, 255, 0.1);
2038
+
2039
+ .r1f0aqcc {
2040
+ color: #00122e;
2041
+ border-color: #ccd4e3;
2063
2042
  }
2064
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2065
- color: #005ed1;
2043
+ .r1f0aqcc:first-child {
2044
+ color: #00122e;
2045
+ border-color: #a3b4cc;
2066
2046
  }
2067
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2068
- background: rgba(237, 241, 250, 0.6);
2047
+ .r1f0aqcc.ant-radio-button-wrapper {
2048
+ padding: 0 12px;
2049
+ line-height: 32px;
2050
+ height: 32px;
2069
2051
  }
2070
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2071
- color: rgba(10, 37, 85, 0.6) !important;
2052
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2053
+ white-space: nowrap;
2072
2054
  }
2073
- .w1vvwdlp .ant-steps-item-disabled {
2074
- cursor: not-allowed;
2055
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2056
+ background: #ccd4e3;
2075
2057
  }
2076
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2077
- background: rgba(237, 241, 250, 0.6);
2058
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2059
+ background: #0080ff;
2078
2060
  }
2079
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2080
- color: #2d3a56;
2061
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2062
+ background: #ccd4e3;
2063
+ opacity: 0.5;
2081
2064
  }
2082
-
2083
- .h1cuopx7 .ant-modal-header {
2084
- margin: 0 auto;
2085
- width: 100%;
2086
- max-width: 648px;
2065
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2066
+ border-right-color: #0080ff;
2087
2067
  }
2088
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2089
- margin-left: 0;
2068
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2069
+ border-color: #0080ff;
2090
2070
  }
2091
- .h1cuopx7 .ant-modal-body {
2092
- margin: 0 auto;
2093
- padding: 0;
2094
- width: 100%;
2095
- max-width: 648px;
2096
- overflow: hidden;
2071
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2072
+ background: rgba(0, 136, 255, 0.1);
2097
2073
  }
2098
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2099
- margin-bottom: 40px;
2074
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2075
+ background: rgba(211, 218, 235, 0.6);
2076
+ border-color: #ccd4e3;
2077
+ opacity: 0.5;
2100
2078
  }
2101
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2102
- height: calc(100vh - 225px);
2103
- overflow-y: auto;
2079
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2080
+ color: #00122e;
2081
+ border-color: #ccd4e3;
2104
2082
  }
2105
- .h1cuopx7 .ant-modal-footer .footer-content {
2106
- margin: 0 auto;
2107
- max-width: 648px;
2083
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2084
+ color: #00122e;
2085
+ border-color: #ccd4e3;
2086
+ background: rgba(172, 186, 211, 0.6);
2108
2087
  }
2109
-
2110
- .h1p6d3y3 .ant-modal-header {
2111
- margin: 0 auto;
2112
- width: 100%;
2113
- max-width: 1024px;
2088
+ .r1f0aqcc .ant-radio-button-input {
2089
+ margin-right: 8px;
2090
+ display: inline;
2091
+ border: none;
2092
+ padding: 0;
2093
+ width: 36px;
2094
+ background: transparent;
2114
2095
  }
2115
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2116
- margin-left: 0;
2096
+ .r1f0aqcc .ant-radio-button-input:focus {
2097
+ box-shadow: none;
2117
2098
  }
2118
- .h1p6d3y3 .ant-modal-body {
2119
- margin: 0 auto;
2120
- padding: 0;
2121
- width: 100%;
2122
- max-width: 1024px;
2123
- overflow: hidden;
2099
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2100
+ margin-right: 0;
2101
+ width: initial;
2102
+ box-shadow: none;
2124
2103
  }
2125
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2126
- margin-bottom: 40px;
2104
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2105
+ display: none;
2127
2106
  }
2128
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2129
- height: calc(100vh - 225px);
2130
- overflow-y: auto;
2107
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2108
+ display: inline;
2131
2109
  }
2132
- .h1p6d3y3 .ant-modal-footer .footer-content {
2133
- margin: 0 auto;
2134
- max-width: 1024px;
2110
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2111
+ display: inline;
2112
+ margin-right: 8px;
2113
+ padding: 0;
2114
+ width: 36px;
2135
2115
  }
2136
2116
 
2137
- .fxgckuk {
2138
- flex: 1;
2117
+ .i1mrf09m {
2118
+ display: inline-flex;
2119
+ align-items: center;
2139
2120
  }
2140
- .fxgckuk label {
2141
- font-size: 13px;
2142
- line-height: 20px;
2143
- color: rgba(44, 56, 82, 0.6);
2144
- }
2145
- .fxgckuk .title {
2146
- font-size: 14px;
2147
- line-height: 20px;
2148
- color: #2d3a56;
2149
- margin-bottom: 12px;
2121
+ .i1mrf09m .icon-inner {
2122
+ display: inline-flex;
2123
+ align-items: center;
2124
+ justify-content: center;
2150
2125
  }
2151
- .fxgckuk.connect-cluster .title {
2152
- padding-bottom: 26px;
2126
+ .i1mrf09m .icon-inner + span,
2127
+ .i1mrf09m span + .icon-inner.suffix {
2128
+ margin-left: 4px;
2153
2129
  }
2154
-
2155
- .f1d0vek1 {
2156
- padding: 25px 0 15px 0;
2157
- border-bottom: 1px solid #e1e5eb;
2158
- margin-bottom: 16px;
2130
+ .i1mrf09m.is-rotate img {
2131
+ animation: rotate 680ms linear infinite;
2159
2132
  }
2160
2133
 
2161
- .f4u402y {
2162
- display: flex;
2163
- align-items: center;
2164
- margin-bottom: 8px;
2134
+ .s34f1qb.ant-switch {
2135
+ min-width: 40px;
2136
+ height: 24px;
2137
+ background: rgba(172, 186, 211, 0.6);
2138
+ overflow: hidden;
2165
2139
  }
2166
- .f4u402y > label {
2167
- width: 216px;
2140
+ .s34f1qb.ant-switch:focus {
2141
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2168
2142
  }
2169
- .f4u402y > label + * {
2170
- width: 100%;
2143
+ .s34f1qb.ant-switch-small {
2144
+ min-width: 26px;
2145
+ height: 16px;
2171
2146
  }
2172
- .f4u402y .ant-select {
2173
- width: 100%;
2147
+ .s34f1qb.ant-switch-large {
2148
+ min-width: 52px;
2149
+ height: 32px;
2174
2150
  }
2175
-
2176
- .e1pldf6v {
2177
- color: #e75a3a;
2178
- margin-right: 10px;
2151
+ .s34f1qb.ant-switch .ant-switch-handle {
2152
+ height: 20px;
2153
+ width: 20px;
2179
2154
  }
2180
-
2181
- .dq0gblh {
2182
- width: 100%;
2183
- height: 1px;
2184
- background: rgba(213, 219, 227, 0.6);
2185
- margin: 24px 0;
2155
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2156
+ border-radius: 10px;
2157
+ transition-delay: 120ms;
2186
2158
  }
2187
-
2188
- .l1v7sr0n {
2189
- display: flex;
2190
- justify-content: center;
2191
- align-items: center;
2192
- height: 100%;
2159
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2160
+ height: 14px;
2161
+ width: 14px;
2162
+ top: 1px;
2163
+ left: 1px;
2193
2164
  }
2194
-
2195
- .d1i4ou6o {
2196
- display: inline-block;
2197
- width: 4px;
2198
- height: 4px;
2199
- background: #8e9aa9;
2200
- opacity: 0.4;
2201
- border-radius: 50%;
2202
- margin: 0 4px;
2165
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2166
+ height: 28px;
2167
+ width: 28px;
2203
2168
  }
2204
-
2205
- .m1jy87hk .ant-modal-header,
2206
- .m1jy87hk .ant-modal-footer .footer-content {
2207
- width: 648px;
2208
- margin: 0 auto;
2169
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2170
+ border-radius: 14px;
2209
2171
  }
2210
- .m1jy87hk .ant-modal-header {
2211
- padding: 35px 0 24px;
2212
- border: none;
2172
+ .s34f1qb.ant-switch-checked {
2173
+ background-color: #00ba5d;
2213
2174
  }
2214
- .m1jy87hk .ant-modal-header .ant-modal-title {
2215
- font-size: 30px;
2175
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2176
+ left: calc(100% - 20px - 2px);
2216
2177
  }
2217
- .m1jy87hk .ant-modal-body {
2218
- padding: 4px 0 2px;
2178
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2179
+ left: calc(100% - 14px - 1px);
2219
2180
  }
2220
- .m1jy87hk .ant-modal-footer {
2221
- border: none;
2181
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2182
+ left: calc(100% - 28px - 2px);
2222
2183
  }
2223
2184
 
2224
- .ti7fpyu {
2225
- font-size: 12px;
2226
- line-height: 18px;
2227
- font-weight: bold;
2228
- color: #fff;
2229
- padding: 0 4px;
2230
- border-radius: 4px;
2231
- display: inline-block;
2232
- background: var(--ti7fpyu-0);
2233
- }
2234
- .ti7fpyu:not(:first-child) {
2235
- margin-left: 4px;
2185
+ .c1to9vb9 {
2186
+ margin-left: 5px;
2236
2187
  }
2237
2188
 
2238
- .f1rest1f {
2239
- width: 100%;
2240
- height: 100%;
2241
- display: flex;
2242
- align-items: center;
2243
- justify-content: center;
2189
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2190
+ flex-direction: row;
2191
+ justify-content: stretch;
2244
2192
  }
2245
-
2246
- .n1kbdoln {
2247
- font-size: 90%;
2248
- font-weight: bold;
2249
- background-color: rgba(240, 243, 247, 0.6);
2250
- padding: 1px 4px 1px;
2251
- margin-left: 2px;
2252
- margin-right: 2px;
2253
- border: 1px solid rgba(213, 219, 227, 0.6);
2254
- border-radius: 4px;
2193
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2194
+ padding: 0;
2195
+ margin-right: 4px;
2196
+ flex: 1;
2197
+ overflow: visible;
2255
2198
  }
2256
-
2257
- .f1y3gta0.form-item-general {
2258
- width: 640px;
2199
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2200
+ display: none;
2259
2201
  }
2260
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2261
- margin-top: 16px;
2202
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2203
+ width: 100%;
2204
+ min-height: unset;
2262
2205
  }
2263
- .f1y3gta0.form-item-compact {
2264
- width: 412px;
2206
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2207
+ height: 26px;
2208
+ line-height: 26px;
2209
+ width: 100%;
2210
+ text-align: center;
2211
+ padding: 0;
2212
+ font-size: 12px;
2213
+ font-weight: normal;
2265
2214
  }
2266
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2267
- margin-top: 8px;
2215
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2216
+ margin-right: 10px;
2268
2217
  }
2269
- .f1y3gta0 .form-item {
2270
- width: auto;
2218
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2219
+ display: none;
2271
2220
  }
2272
- .f1y3gta0 .form-item-main {
2273
- position: relative;
2274
- display: flex;
2221
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2222
+ border-radius: 4px 0 0 4px;
2275
2223
  }
2276
- .f1y3gta0 .form-item-extra {
2277
- margin-top: 4px;
2278
- width: 100%;
2279
- padding: 14px;
2280
- background: #f2f4f6;
2281
- font-size: 13px;
2282
- line-height: 1.8;
2283
- color: #8e9aa9;
2224
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2225
+ margin-right: 0;
2284
2226
  }
2285
- .f1y3gta0 .form-item-label {
2286
- padding-right: 12px;
2287
- font-size: 13px;
2288
- color: rgba(44, 56, 82, 0.6);
2227
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2228
+ border-radius: 0 4px 4px 0;
2289
2229
  }
2290
- .f1y3gta0 .form-item-label.label-right {
2291
- text-align: right;
2230
+ .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 {
2231
+ content: "";
2232
+ width: 0;
2233
+ height: 0;
2234
+ border: 13px solid transparent;
2235
+ position: absolute;
2236
+ top: 0;
2237
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2238
+ right: -21px;
2239
+ z-index: 2;
2292
2240
  }
2293
- .f1y3gta0 .form-item-label,
2294
- .f1y3gta0 .form-item-control {
2295
- line-height: 32px;
2241
+ .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 {
2242
+ content: "";
2243
+ width: 0;
2244
+ height: 0;
2245
+ border: 13px solid transparent;
2246
+ position: absolute;
2247
+ top: 0;
2248
+ border-left: 8px solid #fff;
2249
+ left: 0;
2296
2250
  }
2297
- .f1y3gta0 .form-item-control .form-item-error {
2298
- line-height: 18px;
2251
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2252
+ background-color: rgba(0, 136, 255, 0.1);
2299
2253
  }
2300
- .f1y3gta0 .form-item-children {
2301
- width: 100%;
2254
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2255
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2302
2256
  }
2303
- .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 {
2304
- width: 100%;
2257
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2258
+ color: #005ed1;
2305
2259
  }
2306
- .f1y3gta0 .form-item-error {
2307
- color: #e75a3a;
2308
- height: 0;
2309
- overflow: hidden;
2260
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2261
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2262
+ background-color: rgba(237, 241, 250, 0.6);
2310
2263
  }
2311
- .f1y3gta0 .form-item-error-enter-done {
2312
- margin-top: 4px;
2313
- height: auto;
2314
- overflow: auto;
2264
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2265
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2266
+ color: rgba(44, 56, 82, 0.6);
2315
2267
  }
2316
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2317
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2318
- border: 1px solid #e75a3a;
2319
- color: #e75a3a;
2268
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2269
+ padding: 0;
2320
2270
  }
2321
2271
 
2322
- .fujbm7g {
2323
- color: #2d3a56;
2324
- font-weight: bold;
2325
- padding-bottom: 6px;
2326
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2327
- margin-bottom: 16px;
2328
- }
2329
- .fujbm7g:not(:first-of-type) {
2330
- margin-top: 16px;
2272
+ .t1upn1sz {
2273
+ height: 100%;
2331
2274
  }
2332
2275
 
2333
- .e5fsw5s {
2334
- width: 8px;
2335
- height: 24px;
2336
- display: flex;
2337
- justify-content: center;
2338
- align-items: center;
2339
- cursor: pointer;
2340
- transition: all 200ms ease-out 40ms;
2276
+ .tta5kd2 {
2277
+ height: 100%;
2341
2278
  }
2342
- .e5fsw5s:before, .e5fsw5s:after {
2343
- content: "";
2344
- width: 1px;
2345
- height: 6px;
2346
- border-radius: 1px;
2347
- background: #ccd4e3;
2348
- position: relative;
2349
- right: 2px;
2350
- transform: rotate(-45deg);
2279
+ .tta5kd2.empty-table .ant-table-content {
2280
+ overflow: visible !important;
2281
+ height: 100%;
2351
2282
  }
2352
- .e5fsw5s:after {
2353
- transform: rotate(45deg);
2354
- left: 1px;
2283
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2284
+ height: 100%;
2355
2285
  }
2356
-
2357
- .w18knsg4.ant-alert-warning {
2358
- border: 0;
2359
- background: rgba(255, 187, 0, 0.1);
2360
- border-radius: 6px;
2286
+ .tta5kd2.empty-table .ant-table-content table {
2287
+ width: 100% !important;
2288
+ height: 100%;
2361
2289
  }
2362
- .w18knsg4.ant-alert,
2363
- .w18knsg4 .ant-alert-message {
2364
- color: #e07f00;
2290
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2291
+ padding: 15px 0;
2365
2292
  }
2366
- .w18knsg4.ant-alert .dashed-border-bottom,
2367
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2368
- border-bottom-color: #e07f00;
2293
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2294
+ display: none;
2369
2295
  }
2370
-
2371
- .ng31n2o {
2372
- display: flex;
2373
- flex-direction: row;
2374
- padding: 7px 12px;
2375
- background: rgba(255, 187, 0, 0.1);
2376
- border-radius: 6px;
2377
- color: #e07f00;
2378
- font-size: 12px;
2379
- line-height: 18px;
2296
+ .tta5kd2 .active-row td:nth-child(1) {
2297
+ font-weight: 700;
2380
2298
  }
2381
- .ng31n2o .icon-wrapper {
2382
- margin-right: 10px;
2383
- height: 18px;
2299
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2300
+ font-weight: 700;
2384
2301
  }
2385
-
2386
- .n15x5f5y {
2387
- display: flex;
2388
- flex-direction: row;
2389
- padding: 7px 12px;
2390
- background: rgba(225, 230, 241, 0.6);
2391
- border-radius: 6px;
2392
- color: rgba(44, 56, 82, 0.6);
2393
- font-size: 12px;
2394
- line-height: 18px;
2302
+ .tta5kd2 .ant-spin-nested-loading {
2303
+ height: 100%;
2395
2304
  }
2396
- .n15x5f5y .icon-wrapper {
2397
- margin-right: 10px;
2398
- height: 18px;
2305
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2306
+ height: 100%;
2307
+ overflow: visible;
2399
2308
  }
2400
-
2401
- .i16ozz3f {
2402
- display: flex;
2403
- flex-direction: row;
2404
- padding: 7px 12px;
2405
- background: rgba(0, 136, 255, 0.1);
2406
- border-radius: 6px;
2407
- color: #005ed1;
2408
- font-size: 12px;
2409
- line-height: 18px;
2309
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2310
+ max-height: none;
2410
2311
  }
2411
- .i16ozz3f .icon-wrapper {
2412
- margin-right: 10px;
2413
- height: 18px;
2312
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2313
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2314
+ display: none;
2414
2315
  }
2415
-
2416
- .dszu9qr {
2417
- color: rgba(44, 56, 82, 0.6);
2418
- margin-top: 5px;
2419
- font-size: 12px;
2420
- line-height: 18px;
2316
+ .tta5kd2 td.ant-table-column-sort {
2317
+ background: transparent;
2421
2318
  }
2422
-
2423
- .snxzgx {
2424
- color: #f0483e;
2425
- font-size: 12px;
2426
- white-space: pre-wrap;
2319
+ .tta5kd2 td.ant-table-cell-fix-left,
2320
+ .tta5kd2 td.ant-table-cell-fix-right {
2321
+ background: #fff;
2322
+ padding: 0 !important;
2427
2323
  }
2428
-
2429
- .o1i4orqw {
2324
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2325
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2430
2326
  display: flex;
2431
2327
  align-items: center;
2432
- justify-content: flex-end;
2328
+ height: 100%;
2329
+ padding: 8px;
2433
2330
  }
2434
- .o1i4orqw .icon-wrapper {
2435
- margin-right: 16px;
2331
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2332
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2333
+ overflow: hidden;
2334
+ text-overflow: ellipsis;
2335
+ width: 100%;
2436
2336
  }
2437
-
2438
- .t79k8o2 {
2439
- color: rgba(0, 21, 64, 0.3);
2337
+ .tta5kd2 .ant-table-container {
2338
+ height: 100%;
2440
2339
  }
2441
-
2442
- .ipd9bk.ant-input {
2443
- padding: 5px 12px;
2444
- line-height: 20px;
2340
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2341
+ box-shadow: none !important;
2342
+ }
2343
+ .tta5kd2 .ant-table {
2344
+ border-radius: 0px;
2345
+ border-left: none;
2346
+ border-right: none;
2347
+ border-bottom: none;
2348
+ height: 100%;
2349
+ font-size: 12px;
2350
+ background: transparent;
2351
+ }
2352
+ .tta5kd2 .ant-table .ant-table-header {
2353
+ position: relative;
2354
+ z-index: 3;
2355
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2356
+ margin-bottom: -1px;
2357
+ }
2358
+ .tta5kd2 .ant-table .time-wrapper .data,
2359
+ .tta5kd2 .ant-table .value {
2445
2360
  color: #2d3a56;
2446
- border-radius: 6px;
2447
- border-color: rgba(172, 186, 211, 0.6);
2448
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2449
2361
  }
2450
- .ipd9bk.ant-input.ant-input-lg {
2451
- padding: 8px 16px;
2452
- line-height: 22px;
2362
+ .tta5kd2 .ant-table .time-wrapper .time,
2363
+ .tta5kd2 .ant-table .unit {
2364
+ color: rgba(44, 56, 82, 0.6);
2453
2365
  }
2454
- .ipd9bk.ant-input.ant-input-sm {
2455
- padding: 2px 8px;
2456
- line-height: 18px;
2366
+ .tta5kd2 .ant-table .ant-table-selection {
2367
+ text-align: center;
2457
2368
  }
2458
- .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 {
2459
- border-color: rgba(107, 128, 167, 0.6);
2460
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2369
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2370
+ background: #fff;
2461
2371
  }
2462
- .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 {
2463
- border-color: #0096ff;
2464
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2372
+ .tta5kd2 .ant-table .anticon-setting {
2373
+ cursor: pointer;
2374
+ position: absolute;
2375
+ top: 50%;
2376
+ right: 12px;
2377
+ transform: translateY(-50%);
2465
2378
  }
2466
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2467
- border-color: #e75a3a;
2468
- color: #e75a3a;
2379
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2380
+ box-shadow: none;
2381
+ width: 1px;
2382
+ background: rgba(213, 219, 227, 0.6);
2469
2383
  }
2470
- .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 {
2471
- border-color: #e75a3a;
2472
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2384
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2385
+ box-shadow: none;
2386
+ width: 1px;
2387
+ background: rgba(213, 219, 227, 0.6);
2473
2388
  }
2474
- .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 {
2475
- border-color: #e75a3a;
2476
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2389
+ .tta5kd2 .ant-table .ant-table-tbody {
2390
+ position: relative;
2477
2391
  }
2478
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2479
- background: rgba(211, 218, 235, 0.6);
2480
- color: rgba(0, 21, 64, 0.3);
2481
- border-color: rgba(172, 186, 211, 0.6);
2392
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2393
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2394
+ border-bottom: 1px solid white;
2395
+ height: 40px;
2396
+ vertical-align: middle;
2397
+ transition: background 0ms;
2398
+ color: #00122e;
2482
2399
  }
2483
- .ipd9bk.ant-input-affix-wrapper {
2484
- padding: 5px 12px;
2485
- border-radius: 6px;
2486
- border-color: rgba(172, 186, 211, 0.6);
2487
- line-height: 20px;
2488
- color: #2d3a56;
2489
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2400
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2401
+ background: #f2f5fa;
2402
+ border-bottom-color: #f2f5fa;
2490
2403
  }
2491
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2492
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2493
- color: rgba(44, 56, 82, 0.6);
2404
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2405
+ height: auto;
2406
+ color: #00122e;
2407
+ font-size: 12px;
2408
+ text-align: left;
2409
+ transition: none;
2410
+ overflow: hidden;
2411
+ text-overflow: ellipsis;
2412
+ white-space: nowrap;
2494
2413
  }
2495
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2496
- padding: 8px 16px;
2497
- line-height: 22px;
2414
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2415
+ color: #0096ff;
2498
2416
  }
2499
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2500
- padding: 2px 8px;
2501
- line-height: 18px;
2417
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2418
+ overflow: hidden;
2419
+ text-overflow: ellipsis;
2420
+ width: 100%;
2421
+ vertical-align: middle;
2502
2422
  }
2503
- .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 {
2504
- border-color: rgba(107, 128, 167, 0.6);
2505
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2423
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2424
+ line-height: 0px;
2506
2425
  }
2507
- .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 {
2508
- border-color: #0096ff;
2509
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2426
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2427
+ border-top-color: transparent;
2510
2428
  }
2511
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2512
- border-color: #e75a3a;
2429
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2430
+ background: rgba(225, 230, 241, 0.6);
2431
+ border-color: transparent transparent white;
2513
2432
  }
2514
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2515
- color: #e75a3a;
2433
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2434
+ border-radius: 8px 0 0 8px;
2516
2435
  }
2517
- .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 {
2518
- border-color: #e75a3a;
2519
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2436
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2437
+ border-radius: 8px 0 0 8px;
2520
2438
  }
2521
- .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 {
2522
- border-color: #e75a3a;
2523
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2439
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2440
+ content: "";
2441
+ width: 4px;
2442
+ top: -1px;
2443
+ bottom: -1px;
2444
+ background: white;
2524
2445
  }
2525
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2526
- background: rgba(211, 218, 235, 0.6);
2527
- color: rgba(0, 21, 64, 0.3);
2528
- border-color: rgba(172, 186, 211, 0.6);
2446
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2447
+ border-radius: 0 8px 8px 0;
2529
2448
  }
2530
- textarea.ipd9bk.ant-input {
2531
- transition-property: height;
2532
- transition-delay: 50ms;
2449
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2450
+ border-radius: 0;
2451
+ background: white;
2452
+ border-top: none;
2533
2453
  }
2534
- textarea.ipd9bk.ant-input.textarea-large {
2535
- min-height: 40px;
2536
- height: 40px;
2454
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2455
+ border-top: 1px solid transparent;
2456
+ border-radius: 0 8px 8px 0;
2457
+ background: rgba(225, 230, 241, 0.6);
2537
2458
  }
2538
- textarea.ipd9bk.ant-input.textarea-large:focus {
2539
- height: 80px;
2459
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2460
+ background: white;
2461
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2540
2462
  }
2541
- textarea.ipd9bk.ant-input.textarea-middle {
2542
- min-height: 32px;
2543
- height: 32px;
2463
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2464
+ display: flex;
2465
+ align-items: center;
2466
+ height: 100%;
2467
+ background: rgba(225, 230, 241, 0.6);
2544
2468
  }
2545
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2546
- height: 64px;
2469
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2470
+ background: white;
2471
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2547
2472
  }
2548
- textarea.ipd9bk.ant-input.textarea-small {
2549
- min-height: 24px;
2550
- height: 24px;
2473
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2474
+ display: flex;
2475
+ align-items: center;
2476
+ height: 100%;
2477
+ background: rgba(225, 230, 241, 0.6);
2551
2478
  }
2552
- textarea.ipd9bk.ant-input.textarea-small:focus {
2553
- height: 40px;
2479
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2480
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2554
2481
  }
2555
-
2556
- .kypn5o5 input, .kypn5o5.input-tags {
2557
- border: 1px solid rgba(213, 219, 227, 0.6);
2558
- border-radius: 4px;
2482
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2483
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2484
+ border-radius: 8px;
2559
2485
  }
2560
- .kypn5o5.input-tags {
2486
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2487
+ border-top-color: white;
2488
+ }
2489
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2490
+ background: rgba(0, 136, 255, 0.1);
2491
+ border-bottom-color: transparent;
2492
+ border-top-color: transparent;
2493
+ }
2494
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2495
+ border-radius: 8px 0 0 8px;
2496
+ }
2497
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2498
+ border-radius: 0 8px 8px 0;
2499
+ }
2500
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2501
+ background: rgba(0, 136, 255, 0.1);
2502
+ }
2503
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
2504
+ background: #fff;
2505
+ font-weight: 400;
2561
2506
  position: relative;
2562
- padding: 6px;
2563
- height: 32px;
2564
- cursor: pointer;
2565
- transition: border 150ms;
2507
+ border-bottom: none;
2508
+ color: #00122e;
2509
+ transition: none;
2510
+ padding: 15px 8px 15px 8px;
2511
+ }
2512
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2513
+ content: "";
2514
+ width: 1px;
2515
+ top: 0;
2516
+ bottom: 0;
2517
+ background: rgba(211, 218, 235, 0.6);
2518
+ position: absolute;
2519
+ right: 0;
2520
+ }
2521
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2522
+ padding: unset;
2523
+ }
2524
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2525
+ display: none;
2566
2526
  }
2567
- .kypn5o5.input-tags:hover {
2568
- border-color: #0080ff;
2569
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2527
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2528
+ width: 100%;
2529
+ overflow: hidden;
2530
+ white-space: nowrap;
2531
+ text-overflow: ellipsis;
2570
2532
  }
2571
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2572
- padding-right: 30px;
2533
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2534
+ overflow: hidden;
2535
+ text-overflow: ellipsis;
2573
2536
  }
2574
- .kypn5o5.input-tags .input-tags-inner {
2575
- display: flex;
2537
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2538
+ padding: 15px 28px 15px 8px;
2576
2539
  }
2577
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2578
- display: flex;
2540
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2541
+ padding: 0;
2579
2542
  }
2580
- .kypn5o5.input-tags .input-tag-suffix {
2543
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2581
2544
  position: absolute;
2582
- right: 12px;
2545
+ right: 10px;
2583
2546
  top: 50%;
2584
2547
  transform: translateY(-50%);
2548
+ height: 16px;
2549
+ display: none;
2550
+ transition: transform 320ms ease;
2585
2551
  }
2586
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2587
- color: rgba(0, 0, 0, 0.25);
2588
- font-size: 12px;
2589
- cursor: pointer;
2552
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2553
+ display: block;
2554
+ transform: translateY(-50%) rotateX(180deg);
2590
2555
  }
2591
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2592
- color: rgba(0, 0, 0, 0.45);
2556
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2557
+ display: block;
2593
2558
  }
2594
- .kypn5o5.has-focus-indicator {
2595
- position: relative;
2596
- overflow: hidden;
2559
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2560
+ display: none;
2597
2561
  }
2598
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2599
- position: absolute;
2600
- top: 50%;
2562
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2601
2563
  transform: translateY(-50%);
2602
- left: -16px;
2603
- transition: left 150ms ease;
2604
- opacity: 0;
2605
2564
  }
2606
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2607
- left: 8px;
2608
- opacity: 1;
2565
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2566
+ transform: translateY(-50%) rotateX(180deg);
2609
2567
  }
2610
- .kypn5o5.has-focus-indicator input {
2611
- transition: margin-left 150ms ease;
2612
- margin-left: 0px;
2568
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2569
+ background: #f2f5fa;
2613
2570
  }
2614
- .kypn5o5.has-focus-indicator input:focus {
2615
- margin-left: 16px;
2571
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2572
+ display: block;
2616
2573
  }
2617
-
2618
- input.l1ki27se.ant-input {
2619
- border-top-right-radius: 0;
2620
- border-bottom-right-radius: 0;
2574
+ .tta5kd2 .ant-table .ant-table-selection-column {
2575
+ padding: 0 !important;
2621
2576
  }
2622
-
2623
- .l1ki27se.ant-input-affix-wrapper {
2624
- border-top-right-radius: 0;
2625
- border-bottom-right-radius: 0;
2577
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2578
+ position: absolute;
2579
+ left: 50%;
2580
+ top: 50%;
2581
+ transform: translate(-50%, -50%);
2626
2582
  }
2627
-
2628
- input.rrg1fkn.ant-input {
2629
- border-top-left-radius: 0;
2630
- border-bottom-left-radius: 0;
2583
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
2584
+ display: none;
2631
2585
  }
2632
-
2633
- .rrg1fkn.ant-input-affix-wrapper {
2634
- border-top-left-radius: 0;
2635
- border-bottom-left-radius: 0;
2586
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2587
+ background: #fff;
2636
2588
  }
2637
-
2638
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2639
- border-top-right-radius: 0;
2640
- border-bottom-right-radius: 0;
2589
+ .tta5kd2 .ant-table .ant-table-placeholder {
2590
+ background: inherit;
2641
2591
  }
2642
-
2643
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2644
- border-top-left-radius: 0;
2645
- border-bottom-left-radius: 0;
2592
+ .tta5kd2 .ant-table .ant-table-placeholder td {
2593
+ position: static;
2594
+ border: none;
2595
+ background: inherit !important;
2596
+ height: 100px;
2597
+ vertical-align: middle;
2646
2598
  }
2647
-
2648
- .rxbeqvl.ant-radio-wrapper {
2649
- display: inline-flex;
2650
- align-items: baseline;
2651
- white-space: pre-wrap;
2599
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2600
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2601
+ font-weight: bold;
2602
+ font-size: 20px;
2603
+ color: rgba(10, 37, 85, 0.6);
2652
2604
  }
2653
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2605
+ .tta5kd2 .ant-table td.cell__action_ {
2606
+ padding: 0 !important;
2654
2607
  position: relative;
2655
- top: 3px;
2656
- }
2657
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2658
- border-color: rgba(107, 128, 167, 0.6);
2608
+ background: #fff;
2659
2609
  }
2660
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2661
- border-color: #0080ff;
2610
+ .tta5kd2 .ant-table td.cell__action_ > * {
2611
+ height: 100%;
2612
+ display: flex;
2613
+ align-items: center;
2614
+ justify-content: flex-end;
2615
+ padding-right: 8px;
2662
2616
  }
2663
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2664
- border-color: #0080ff;
2665
- background: #0080ff;
2617
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
2618
+ width: 24px;
2619
+ height: 24px;
2620
+ cursor: pointer;
2621
+ justify-content: center;
2622
+ border-radius: 4px;
2666
2623
  }
2667
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2668
- top: 4px;
2669
- left: 4px;
2670
- width: 6px;
2671
- height: 6px;
2624
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2672
2625
  background: #fff;
2673
2626
  }
2674
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2675
- opacity: 0.5;
2627
+
2628
+ .cz04yix {
2629
+ display: flex;
2630
+ flex-direction: column;
2676
2631
  }
2677
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2678
- border-color: rgba(107, 128, 167, 0.6);
2679
- background: rgba(211, 218, 235, 0.6);
2632
+
2633
+ .m1if5j39 {
2634
+ max-width: 1120px;
2635
+ width: 100%;
2636
+ margin: 0 auto;
2637
+ height: 100%;
2680
2638
  }
2681
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2682
- background: #00122e;
2639
+
2640
+ .w1vvwdlp {
2641
+ max-width: 1120px;
2642
+ width: 100%;
2643
+ margin: 0 auto;
2644
+ display: flex;
2683
2645
  }
2684
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2685
- color: #00122e;
2686
- opacity: 0.5;
2646
+ .w1vvwdlp .left,
2647
+ .w1vvwdlp .right {
2648
+ flex-grow: 0;
2649
+ flex-shrink: 0;
2650
+ flex-basis: 21%;
2687
2651
  }
2688
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2689
- color: #00122e;
2652
+ .w1vvwdlp .left {
2653
+ display: flex;
2654
+ justify-content: flex-end;
2655
+ padding-right: 44px;
2690
2656
  }
2691
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2692
- display: inline-block;
2693
- padding: 0;
2694
- padding-left: 12px;
2657
+ .w1vvwdlp .right {
2658
+ padding-left: 44px;
2695
2659
  }
2696
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2697
- margin-bottom: 0;
2698
- white-space: pre-wrap;
2699
- color: rgba(44, 56, 82, 0.6);
2660
+ .w1vvwdlp .middle {
2661
+ margin-bottom: 40px;
2662
+ flex-grow: 0;
2663
+ flex-shrink: 0;
2664
+ flex-basis: 58%;
2700
2665
  }
2701
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2702
- padding-left: 8px;
2666
+ .w1vvwdlp .middle .form-base-field {
2667
+ width: 100%;
2703
2668
  }
2704
-
2705
- .r5ie79y .ant-radio-button-wrapper:first-child {
2706
- border-radius: 5px 0 0 5px;
2669
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2670
+ width: auto;
2707
2671
  }
2708
- .r5ie79y .ant-radio-button-wrapper:last-child {
2709
- border-radius: 0 5px 5px 0;
2672
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2673
+ flex: initial;
2710
2674
  }
2711
-
2712
- .r1f0aqcc {
2713
- color: #00122e;
2714
- border-color: #ccd4e3;
2675
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2676
+ margin-top: 4px;
2715
2677
  }
2716
- .r1f0aqcc:first-child {
2717
- color: #00122e;
2718
- border-color: #a3b4cc;
2678
+ .w1vvwdlp .ant-steps-item-icon,
2679
+ .w1vvwdlp .ant-steps-item-tail {
2680
+ display: none !important;
2719
2681
  }
2720
- .r1f0aqcc.ant-radio-button-wrapper {
2721
- padding: 0 12px;
2722
- line-height: 32px;
2682
+ .w1vvwdlp .ant-steps-item-container {
2683
+ padding: 0 15px;
2684
+ border-radius: 4px;
2723
2685
  height: 32px;
2686
+ display: flex;
2687
+ align-items: center;
2724
2688
  }
2725
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2689
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2690
+ min-height: auto;
2726
2691
  white-space: nowrap;
2727
2692
  }
2728
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2729
- background: #ccd4e3;
2730
- }
2731
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2732
- background: #0080ff;
2733
- }
2734
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2735
- background: #ccd4e3;
2736
- opacity: 0.5;
2693
+ .w1vvwdlp .ant-steps-item-description {
2694
+ padding-bottom: 0px;
2737
2695
  }
2738
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2739
- border-right-color: #0080ff;
2696
+ .w1vvwdlp .ant-steps-item-title {
2697
+ font-size: 13px !important;
2698
+ line-height: 20px !important;
2740
2699
  }
2741
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2742
- border-color: #0080ff;
2700
+ .w1vvwdlp .ant-steps-item-title .step-index {
2701
+ display: inline-block;
2702
+ text-align: center;
2703
+ width: 13px;
2704
+ margin-right: 12px;
2743
2705
  }
2744
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2745
- background: rgba(0, 136, 255, 0.1);
2706
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2707
+ background: rgba(0, 128, 255, 0.1);
2746
2708
  }
2747
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2748
- background: rgba(211, 218, 235, 0.6);
2749
- border-color: #ccd4e3;
2750
- opacity: 0.5;
2709
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2710
+ color: #005ed1;
2751
2711
  }
2752
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2753
- color: #00122e;
2754
- border-color: #ccd4e3;
2712
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2713
+ background: rgba(237, 241, 250, 0.6);
2755
2714
  }
2756
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2757
- color: #00122e;
2758
- border-color: #ccd4e3;
2759
- background: rgba(172, 186, 211, 0.6);
2715
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2716
+ color: rgba(10, 37, 85, 0.6) !important;
2760
2717
  }
2761
- .r1f0aqcc .ant-radio-button-input {
2762
- margin-right: 8px;
2763
- display: inline;
2764
- border: none;
2765
- padding: 0;
2766
- width: 36px;
2767
- background: transparent;
2718
+ .w1vvwdlp .ant-steps-item-disabled {
2719
+ cursor: not-allowed;
2768
2720
  }
2769
- .r1f0aqcc .ant-radio-button-input:focus {
2770
- box-shadow: none;
2721
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2722
+ background: rgba(237, 241, 250, 0.6);
2771
2723
  }
2772
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2773
- margin-right: 0;
2774
- width: initial;
2775
- box-shadow: none;
2724
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2725
+ color: #2d3a56;
2776
2726
  }
2777
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2778
- display: none;
2727
+
2728
+ .h1cuopx7 .ant-modal-header {
2729
+ margin: 0 auto;
2730
+ width: 100%;
2731
+ max-width: 648px;
2779
2732
  }
2780
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2781
- display: inline;
2733
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2734
+ margin-left: 0;
2782
2735
  }
2783
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2784
- display: inline;
2785
- margin-right: 8px;
2736
+ .h1cuopx7 .ant-modal-body {
2737
+ margin: 0 auto;
2786
2738
  padding: 0;
2787
- width: 36px;
2739
+ width: 100%;
2740
+ max-width: 648px;
2741
+ overflow: hidden;
2788
2742
  }
2789
-
2790
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2791
- flex-direction: row;
2792
- justify-content: stretch;
2743
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2744
+ margin-bottom: 40px;
2793
2745
  }
2794
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2795
- padding: 0;
2796
- margin-right: 4px;
2797
- flex: 1;
2798
- overflow: visible;
2746
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2747
+ height: calc(100vh - 225px);
2748
+ overflow-y: auto;
2799
2749
  }
2800
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2801
- display: none;
2750
+ .h1cuopx7 .ant-modal-footer .footer-content {
2751
+ margin: 0 auto;
2752
+ max-width: 648px;
2802
2753
  }
2803
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2754
+
2755
+ .h1p6d3y3 .ant-modal-header {
2756
+ margin: 0 auto;
2804
2757
  width: 100%;
2805
- min-height: unset;
2758
+ max-width: 1024px;
2806
2759
  }
2807
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2808
- height: 26px;
2809
- line-height: 26px;
2810
- width: 100%;
2811
- text-align: center;
2812
- padding: 0;
2813
- font-size: 12px;
2814
- font-weight: normal;
2760
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2761
+ margin-left: 0;
2815
2762
  }
2816
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2817
- margin-right: 10px;
2763
+ .h1p6d3y3 .ant-modal-body {
2764
+ margin: 0 auto;
2765
+ padding: 0;
2766
+ width: 100%;
2767
+ max-width: 1024px;
2768
+ overflow: hidden;
2818
2769
  }
2819
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2820
- display: none;
2770
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2771
+ margin-bottom: 40px;
2821
2772
  }
2822
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2823
- border-radius: 4px 0 0 4px;
2773
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2774
+ height: calc(100vh - 225px);
2775
+ overflow-y: auto;
2824
2776
  }
2825
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2826
- margin-right: 0;
2777
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2778
+ margin: 0 auto;
2779
+ max-width: 1024px;
2827
2780
  }
2828
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2829
- border-radius: 0 4px 4px 0;
2781
+
2782
+ .fxgckuk {
2783
+ flex: 1;
2830
2784
  }
2831
- .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 {
2832
- content: "";
2833
- width: 0;
2834
- height: 0;
2835
- border: 13px solid transparent;
2836
- position: absolute;
2837
- top: 0;
2838
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2839
- right: -21px;
2840
- z-index: 2;
2785
+ .fxgckuk label {
2786
+ font-size: 13px;
2787
+ line-height: 20px;
2788
+ color: rgba(44, 56, 82, 0.6);
2841
2789
  }
2842
- .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 {
2843
- content: "";
2844
- width: 0;
2845
- height: 0;
2846
- border: 13px solid transparent;
2847
- position: absolute;
2848
- top: 0;
2849
- border-left: 8px solid #fff;
2850
- left: 0;
2790
+ .fxgckuk .title {
2791
+ font-size: 14px;
2792
+ line-height: 20px;
2793
+ color: #2d3a56;
2794
+ margin-bottom: 12px;
2851
2795
  }
2852
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2853
- background-color: rgba(0, 136, 255, 0.1);
2796
+ .fxgckuk.connect-cluster .title {
2797
+ padding-bottom: 26px;
2854
2798
  }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2856
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2799
+
2800
+ .f1d0vek1 {
2801
+ padding: 25px 0 15px 0;
2802
+ border-bottom: 1px solid #e1e5eb;
2803
+ margin-bottom: 16px;
2857
2804
  }
2858
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2859
- color: #005ed1;
2805
+
2806
+ .f4u402y {
2807
+ display: flex;
2808
+ align-items: center;
2809
+ margin-bottom: 8px;
2860
2810
  }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2862
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2863
- background-color: rgba(237, 241, 250, 0.6);
2811
+ .f4u402y > label {
2812
+ width: 216px;
2864
2813
  }
2865
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2866
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2867
- color: rgba(44, 56, 82, 0.6);
2814
+ .f4u402y > label + * {
2815
+ width: 100%;
2868
2816
  }
2869
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2870
- padding: 0;
2817
+ .f4u402y .ant-select {
2818
+ width: 100%;
2871
2819
  }
2872
2820
 
2873
- .obf05yr {
2874
- display: inline-block;
2821
+ .e1pldf6v {
2822
+ color: #e75a3a;
2823
+ margin-right: 10px;
2875
2824
  }
2876
2825
 
2877
- .hsms1n6 {
2878
- visibility: hidden;
2879
- position: absolute;
2826
+ .dq0gblh {
2827
+ width: 100%;
2828
+ height: 1px;
2829
+ background: rgba(213, 219, 227, 0.6);
2830
+ margin: 24px 0;
2880
2831
  }
2881
2832
 
2882
- .t1upn1sz {
2833
+ .l1v7sr0n {
2834
+ display: flex;
2835
+ justify-content: center;
2836
+ align-items: center;
2883
2837
  height: 100%;
2884
2838
  }
2885
2839
 
2886
- .tta5kd2 {
2887
- height: 100%;
2840
+ .d1i4ou6o {
2841
+ display: inline-block;
2842
+ width: 4px;
2843
+ height: 4px;
2844
+ background: #8e9aa9;
2845
+ opacity: 0.4;
2846
+ border-radius: 50%;
2847
+ margin: 0 4px;
2888
2848
  }
2889
- .tta5kd2.empty-table .ant-table-content {
2890
- overflow: visible !important;
2891
- height: 100%;
2849
+
2850
+ .m1jy87hk .ant-modal-header,
2851
+ .m1jy87hk .ant-modal-footer .footer-content {
2852
+ width: 648px;
2853
+ margin: 0 auto;
2892
2854
  }
2893
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2855
+ .m1jy87hk .ant-modal-header {
2856
+ padding: 35px 0 24px;
2857
+ border: none;
2858
+ }
2859
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2860
+ font-size: 30px;
2861
+ }
2862
+ .m1jy87hk .ant-modal-body {
2863
+ padding: 4px 0 2px;
2864
+ }
2865
+ .m1jy87hk .ant-modal-footer {
2866
+ border: none;
2867
+ }
2868
+
2869
+ .ti7fpyu {
2870
+ font-size: 12px;
2871
+ line-height: 18px;
2872
+ font-weight: bold;
2873
+ color: #fff;
2874
+ padding: 0 4px;
2875
+ border-radius: 4px;
2876
+ display: inline-block;
2877
+ background: var(--ti7fpyu-0);
2878
+ }
2879
+ .ti7fpyu:not(:first-child) {
2880
+ margin-left: 4px;
2881
+ }
2882
+
2883
+ .f1rest1f {
2884
+ width: 100%;
2894
2885
  height: 100%;
2886
+ display: flex;
2887
+ align-items: center;
2888
+ justify-content: center;
2895
2889
  }
2896
- .tta5kd2.empty-table .ant-table-content table {
2897
- width: 100% !important;
2898
- height: 100%;
2890
+
2891
+ .n1kbdoln {
2892
+ font-size: 90%;
2893
+ font-weight: bold;
2894
+ background-color: rgba(240, 243, 247, 0.6);
2895
+ padding: 1px 4px 1px;
2896
+ margin-left: 2px;
2897
+ margin-right: 2px;
2898
+ border: 1px solid rgba(213, 219, 227, 0.6);
2899
+ border-radius: 4px;
2899
2900
  }
2900
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2901
- padding: 15px 0;
2901
+
2902
+ .f1y3gta0.form-item-general {
2903
+ width: 640px;
2902
2904
  }
2903
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2904
- display: none;
2905
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2906
+ margin-top: 16px;
2905
2907
  }
2906
- .tta5kd2 .active-row td:nth-child(1) {
2907
- font-weight: 700;
2908
+ .f1y3gta0.form-item-compact {
2909
+ width: 412px;
2908
2910
  }
2909
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2910
- font-weight: 700;
2911
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2912
+ margin-top: 8px;
2911
2913
  }
2912
- .tta5kd2 .ant-spin-nested-loading {
2913
- height: 100%;
2914
+ .f1y3gta0 .form-item {
2915
+ width: auto;
2914
2916
  }
2915
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2916
- height: 100%;
2917
- overflow: visible;
2917
+ .f1y3gta0 .form-item-main {
2918
+ position: relative;
2919
+ display: flex;
2918
2920
  }
2919
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2920
- max-height: none;
2921
+ .f1y3gta0 .form-item-extra {
2922
+ margin-top: 4px;
2923
+ width: 100%;
2924
+ padding: 14px;
2925
+ background: #f2f4f6;
2926
+ font-size: 13px;
2927
+ line-height: 1.8;
2928
+ color: #8e9aa9;
2921
2929
  }
2922
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2923
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2924
- display: none;
2930
+ .f1y3gta0 .form-item-label {
2931
+ padding-right: 12px;
2932
+ font-size: 13px;
2933
+ color: rgba(44, 56, 82, 0.6);
2925
2934
  }
2926
- .tta5kd2 td.ant-table-column-sort {
2927
- background: transparent;
2935
+ .f1y3gta0 .form-item-label.label-right {
2936
+ text-align: right;
2928
2937
  }
2929
- .tta5kd2 td.ant-table-cell-fix-left,
2930
- .tta5kd2 td.ant-table-cell-fix-right {
2931
- background: #fff;
2932
- padding: 0 !important;
2938
+ .f1y3gta0 .form-item-label,
2939
+ .f1y3gta0 .form-item-control {
2940
+ line-height: 32px;
2933
2941
  }
2934
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2935
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2936
- display: flex;
2937
- align-items: center;
2938
- height: 100%;
2939
- padding: 8px;
2942
+ .f1y3gta0 .form-item-control .form-item-error {
2943
+ line-height: 18px;
2940
2944
  }
2941
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2942
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2943
- overflow: hidden;
2944
- text-overflow: ellipsis;
2945
+ .f1y3gta0 .form-item-children {
2945
2946
  width: 100%;
2946
2947
  }
2947
- .tta5kd2 .ant-table-container {
2948
- height: 100%;
2948
+ .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 {
2949
+ width: 100%;
2949
2950
  }
2950
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2951
- box-shadow: none !important;
2951
+ .f1y3gta0 .form-item-error {
2952
+ color: #e75a3a;
2953
+ height: 0;
2954
+ overflow: hidden;
2952
2955
  }
2953
- .tta5kd2 .ant-table {
2954
- border-radius: 0px;
2955
- border-left: none;
2956
- border-right: none;
2957
- border-bottom: none;
2958
- height: 100%;
2959
- font-size: 12px;
2960
- background: transparent;
2956
+ .f1y3gta0 .form-item-error-enter-done {
2957
+ margin-top: 4px;
2958
+ height: auto;
2959
+ overflow: auto;
2961
2960
  }
2962
- .tta5kd2 .ant-table .ant-table-header {
2963
- position: relative;
2964
- z-index: 3;
2965
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2966
- margin-bottom: -1px;
2961
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2962
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2963
+ border: 1px solid #e75a3a;
2964
+ color: #e75a3a;
2967
2965
  }
2968
- .tta5kd2 .ant-table .time-wrapper .data,
2969
- .tta5kd2 .ant-table .value {
2966
+
2967
+ .fujbm7g {
2970
2968
  color: #2d3a56;
2969
+ font-weight: bold;
2970
+ padding-bottom: 6px;
2971
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2972
+ margin-bottom: 16px;
2971
2973
  }
2972
- .tta5kd2 .ant-table .time-wrapper .time,
2973
- .tta5kd2 .ant-table .unit {
2974
- color: rgba(44, 56, 82, 0.6);
2975
- }
2976
- .tta5kd2 .ant-table .ant-table-selection {
2977
- text-align: center;
2978
- }
2979
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2980
- background: #fff;
2974
+ .fujbm7g:not(:first-of-type) {
2975
+ margin-top: 16px;
2981
2976
  }
2982
- .tta5kd2 .ant-table .anticon-setting {
2977
+
2978
+ .e5fsw5s {
2979
+ width: 8px;
2980
+ height: 24px;
2981
+ display: flex;
2982
+ justify-content: center;
2983
+ align-items: center;
2983
2984
  cursor: pointer;
2984
- position: absolute;
2985
- top: 50%;
2986
- right: 12px;
2987
- transform: translateY(-50%);
2988
- }
2989
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2990
- box-shadow: none;
2991
- width: 1px;
2992
- background: rgba(213, 219, 227, 0.6);
2985
+ transition: all 200ms ease-out 40ms;
2993
2986
  }
2994
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2995
- box-shadow: none;
2987
+ .e5fsw5s:before, .e5fsw5s:after {
2988
+ content: "";
2996
2989
  width: 1px;
2997
- background: rgba(213, 219, 227, 0.6);
2998
- }
2999
- .tta5kd2 .ant-table .ant-table-tbody {
2990
+ height: 6px;
2991
+ border-radius: 1px;
2992
+ background: #ccd4e3;
3000
2993
  position: relative;
2994
+ right: 2px;
2995
+ transform: rotate(-45deg);
3001
2996
  }
3002
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3003
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3004
- border-bottom: 1px solid white;
3005
- height: 40px;
3006
- vertical-align: middle;
3007
- transition: background 0ms;
3008
- color: #00122e;
3009
- }
3010
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3011
- background: #f2f5fa;
3012
- border-bottom-color: #f2f5fa;
2997
+ .e5fsw5s:after {
2998
+ transform: rotate(45deg);
2999
+ left: 1px;
3013
3000
  }
3014
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3015
- height: auto;
3016
- color: #00122e;
3017
- font-size: 12px;
3018
- text-align: left;
3019
- transition: none;
3020
- overflow: hidden;
3021
- text-overflow: ellipsis;
3022
- white-space: nowrap;
3001
+
3002
+ .w18knsg4.ant-alert-warning {
3003
+ border: 0;
3004
+ background: rgba(255, 187, 0, 0.1);
3005
+ border-radius: 6px;
3023
3006
  }
3024
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3025
- color: #0096ff;
3007
+ .w18knsg4.ant-alert,
3008
+ .w18knsg4 .ant-alert-message {
3009
+ color: #e07f00;
3026
3010
  }
3027
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3028
- overflow: hidden;
3029
- text-overflow: ellipsis;
3030
- width: 100%;
3031
- vertical-align: middle;
3011
+ .w18knsg4.ant-alert .dashed-border-bottom,
3012
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
3013
+ border-bottom-color: #e07f00;
3032
3014
  }
3033
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3034
- line-height: 0px;
3015
+
3016
+ .ng31n2o {
3017
+ display: flex;
3018
+ flex-direction: row;
3019
+ padding: 7px 12px;
3020
+ background: rgba(255, 187, 0, 0.1);
3021
+ border-radius: 6px;
3022
+ color: #e07f00;
3023
+ font-size: 12px;
3024
+ line-height: 18px;
3035
3025
  }
3036
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3037
- border-top-color: transparent;
3026
+ .ng31n2o .icon-wrapper {
3027
+ margin-right: 10px;
3028
+ height: 18px;
3038
3029
  }
3039
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3030
+
3031
+ .n15x5f5y {
3032
+ display: flex;
3033
+ flex-direction: row;
3034
+ padding: 7px 12px;
3040
3035
  background: rgba(225, 230, 241, 0.6);
3041
- border-color: transparent transparent white;
3042
- }
3043
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3044
- border-radius: 8px 0 0 8px;
3045
- }
3046
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3047
- border-radius: 8px 0 0 8px;
3036
+ border-radius: 6px;
3037
+ color: rgba(44, 56, 82, 0.6);
3038
+ font-size: 12px;
3039
+ line-height: 18px;
3048
3040
  }
3049
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3050
- content: "";
3051
- width: 4px;
3052
- top: -1px;
3053
- bottom: -1px;
3054
- background: white;
3041
+ .n15x5f5y .icon-wrapper {
3042
+ margin-right: 10px;
3043
+ height: 18px;
3055
3044
  }
3056
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3057
- border-radius: 0 8px 8px 0;
3045
+
3046
+ .i16ozz3f {
3047
+ display: flex;
3048
+ flex-direction: row;
3049
+ padding: 7px 12px;
3050
+ background: rgba(0, 136, 255, 0.1);
3051
+ border-radius: 6px;
3052
+ color: #005ed1;
3053
+ font-size: 12px;
3054
+ line-height: 18px;
3058
3055
  }
3059
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3060
- border-radius: 0;
3061
- background: white;
3062
- border-top: none;
3056
+ .i16ozz3f .icon-wrapper {
3057
+ margin-right: 10px;
3058
+ height: 18px;
3063
3059
  }
3064
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3065
- border-top: 1px solid transparent;
3066
- border-radius: 0 8px 8px 0;
3067
- background: rgba(225, 230, 241, 0.6);
3060
+
3061
+ .dszu9qr {
3062
+ color: rgba(44, 56, 82, 0.6);
3063
+ margin-top: 5px;
3064
+ font-size: 12px;
3065
+ line-height: 18px;
3068
3066
  }
3069
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3070
- background: white;
3071
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3067
+
3068
+ .snxzgx {
3069
+ color: #f0483e;
3070
+ font-size: 12px;
3071
+ white-space: pre-wrap;
3072
3072
  }
3073
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3073
+
3074
+ .o1i4orqw {
3074
3075
  display: flex;
3075
3076
  align-items: center;
3076
- height: 100%;
3077
- background: rgba(225, 230, 241, 0.6);
3077
+ justify-content: flex-end;
3078
3078
  }
3079
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3080
- background: white;
3081
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3079
+ .o1i4orqw .icon-wrapper {
3080
+ margin-right: 16px;
3082
3081
  }
3083
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3084
- display: flex;
3085
- align-items: center;
3086
- height: 100%;
3087
- background: rgba(225, 230, 241, 0.6);
3082
+
3083
+ .t79k8o2 {
3084
+ color: rgba(0, 21, 64, 0.3);
3088
3085
  }
3089
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3090
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3086
+
3087
+ .ipd9bk.ant-input {
3088
+ padding: 5px 12px;
3089
+ line-height: 20px;
3090
+ color: #2d3a56;
3091
+ border-radius: 6px;
3092
+ border-color: rgba(172, 186, 211, 0.6);
3093
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3091
3094
  }
3092
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3093
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3094
- border-radius: 8px;
3095
+ .ipd9bk.ant-input.ant-input-lg {
3096
+ padding: 8px 16px;
3097
+ line-height: 22px;
3095
3098
  }
3096
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3097
- border-top-color: white;
3099
+ .ipd9bk.ant-input.ant-input-sm {
3100
+ padding: 2px 8px;
3101
+ line-height: 18px;
3098
3102
  }
3099
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3100
- background: rgba(0, 136, 255, 0.1);
3101
- border-bottom-color: transparent;
3102
- border-top-color: transparent;
3103
+ .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 {
3104
+ border-color: rgba(107, 128, 167, 0.6);
3105
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3103
3106
  }
3104
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3105
- border-radius: 8px 0 0 8px;
3107
+ .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 {
3108
+ border-color: #0096ff;
3109
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3106
3110
  }
3107
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3108
- border-radius: 0 8px 8px 0;
3111
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
3112
+ border-color: #e75a3a;
3113
+ color: #e75a3a;
3109
3114
  }
3110
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3111
- background: rgba(0, 136, 255, 0.1);
3115
+ .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 {
3116
+ border-color: #e75a3a;
3117
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3112
3118
  }
3113
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3114
- background: #fff;
3115
- font-weight: 400;
3116
- position: relative;
3117
- border-bottom: none;
3118
- color: #00122e;
3119
- transition: none;
3120
- padding: 15px 8px 15px 8px;
3119
+ .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 {
3120
+ border-color: #e75a3a;
3121
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3121
3122
  }
3122
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3123
- content: "";
3124
- width: 1px;
3125
- top: 0;
3126
- bottom: 0;
3123
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
3127
3124
  background: rgba(211, 218, 235, 0.6);
3128
- position: absolute;
3129
- right: 0;
3130
- }
3131
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3132
- padding: unset;
3133
- }
3134
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3135
- display: none;
3125
+ color: rgba(0, 21, 64, 0.3);
3126
+ border-color: rgba(172, 186, 211, 0.6);
3136
3127
  }
3137
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3138
- width: 100%;
3139
- overflow: hidden;
3140
- white-space: nowrap;
3141
- text-overflow: ellipsis;
3128
+ .ipd9bk.ant-input-affix-wrapper {
3129
+ padding: 5px 12px;
3130
+ border-radius: 6px;
3131
+ border-color: rgba(172, 186, 211, 0.6);
3132
+ line-height: 20px;
3133
+ color: #2d3a56;
3134
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3142
3135
  }
3143
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3144
- overflow: hidden;
3145
- text-overflow: ellipsis;
3136
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
3137
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
3138
+ color: rgba(44, 56, 82, 0.6);
3146
3139
  }
3147
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3148
- padding: 15px 28px 15px 8px;
3140
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
3141
+ padding: 8px 16px;
3142
+ line-height: 22px;
3149
3143
  }
3150
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3151
- padding: 0;
3144
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
3145
+ padding: 2px 8px;
3146
+ line-height: 18px;
3152
3147
  }
3153
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3154
- position: absolute;
3155
- right: 10px;
3156
- top: 50%;
3157
- transform: translateY(-50%);
3158
- height: 16px;
3159
- display: none;
3160
- transition: transform 320ms ease;
3148
+ .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 {
3149
+ border-color: rgba(107, 128, 167, 0.6);
3150
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3161
3151
  }
3162
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3163
- display: block;
3164
- transform: translateY(-50%) rotateX(180deg);
3152
+ .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 {
3153
+ border-color: #0096ff;
3154
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3165
3155
  }
3166
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3167
- display: block;
3156
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
3157
+ border-color: #e75a3a;
3168
3158
  }
3169
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3170
- display: none;
3159
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
3160
+ color: #e75a3a;
3171
3161
  }
3172
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3173
- transform: translateY(-50%);
3162
+ .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 {
3163
+ border-color: #e75a3a;
3164
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3174
3165
  }
3175
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3176
- transform: translateY(-50%) rotateX(180deg);
3166
+ .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 {
3167
+ border-color: #e75a3a;
3168
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3177
3169
  }
3178
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3179
- background: #f2f5fa;
3170
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
3171
+ background: rgba(211, 218, 235, 0.6);
3172
+ color: rgba(0, 21, 64, 0.3);
3173
+ border-color: rgba(172, 186, 211, 0.6);
3180
3174
  }
3181
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3182
- display: block;
3175
+ textarea.ipd9bk.ant-input {
3176
+ transition-property: height;
3177
+ transition-delay: 50ms;
3183
3178
  }
3184
- .tta5kd2 .ant-table .ant-table-selection-column {
3185
- padding: 0 !important;
3179
+ textarea.ipd9bk.ant-input.textarea-large {
3180
+ min-height: 40px;
3181
+ height: 40px;
3186
3182
  }
3187
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3188
- position: absolute;
3189
- left: 50%;
3190
- top: 50%;
3191
- transform: translate(-50%, -50%);
3183
+ textarea.ipd9bk.ant-input.textarea-large:focus {
3184
+ height: 80px;
3192
3185
  }
3193
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3194
- display: none;
3186
+ textarea.ipd9bk.ant-input.textarea-middle {
3187
+ min-height: 32px;
3188
+ height: 32px;
3195
3189
  }
3196
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3197
- background: #fff;
3190
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
3191
+ height: 64px;
3198
3192
  }
3199
- .tta5kd2 .ant-table .ant-table-placeholder {
3200
- background: inherit;
3193
+ textarea.ipd9bk.ant-input.textarea-small {
3194
+ min-height: 24px;
3195
+ height: 24px;
3201
3196
  }
3202
- .tta5kd2 .ant-table .ant-table-placeholder td {
3203
- position: static;
3204
- border: none;
3205
- background: inherit !important;
3206
- height: 100px;
3207
- vertical-align: middle;
3197
+ textarea.ipd9bk.ant-input.textarea-small:focus {
3198
+ height: 40px;
3208
3199
  }
3209
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3210
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3211
- font-weight: bold;
3212
- font-size: 20px;
3213
- color: rgba(10, 37, 85, 0.6);
3200
+
3201
+ .kypn5o5 input, .kypn5o5.input-tags {
3202
+ border: 1px solid rgba(213, 219, 227, 0.6);
3203
+ border-radius: 4px;
3214
3204
  }
3215
- .tta5kd2 .ant-table td.cell__action_ {
3216
- padding: 0 !important;
3205
+ .kypn5o5.input-tags {
3217
3206
  position: relative;
3218
- background: #fff;
3207
+ padding: 6px;
3208
+ height: 32px;
3209
+ cursor: pointer;
3210
+ transition: border 150ms;
3219
3211
  }
3220
- .tta5kd2 .ant-table td.cell__action_ > * {
3221
- height: 100%;
3222
- display: flex;
3223
- align-items: center;
3224
- justify-content: flex-end;
3225
- padding-right: 8px;
3212
+ .kypn5o5.input-tags:hover {
3213
+ border-color: #0080ff;
3214
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
3226
3215
  }
3227
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3228
- width: 24px;
3229
- height: 24px;
3230
- cursor: pointer;
3231
- justify-content: center;
3232
- border-radius: 4px;
3216
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
3217
+ padding-right: 30px;
3233
3218
  }
3234
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3235
- background: #fff;
3219
+ .kypn5o5.input-tags .input-tags-inner {
3220
+ display: flex;
3236
3221
  }
3237
-
3238
- .s34f1qb.ant-switch {
3239
- min-width: 40px;
3240
- height: 24px;
3241
- background: rgba(172, 186, 211, 0.6);
3242
- overflow: hidden;
3222
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
3223
+ display: flex;
3243
3224
  }
3244
- .s34f1qb.ant-switch:focus {
3245
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3225
+ .kypn5o5.input-tags .input-tag-suffix {
3226
+ position: absolute;
3227
+ right: 12px;
3228
+ top: 50%;
3229
+ transform: translateY(-50%);
3246
3230
  }
3247
- .s34f1qb.ant-switch-small {
3248
- min-width: 26px;
3249
- height: 16px;
3231
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
3232
+ color: rgba(0, 0, 0, 0.25);
3233
+ font-size: 12px;
3234
+ cursor: pointer;
3250
3235
  }
3251
- .s34f1qb.ant-switch-large {
3252
- min-width: 52px;
3253
- height: 32px;
3236
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
3237
+ color: rgba(0, 0, 0, 0.45);
3254
3238
  }
3255
- .s34f1qb.ant-switch .ant-switch-handle {
3256
- height: 20px;
3257
- width: 20px;
3239
+ .kypn5o5.has-focus-indicator {
3240
+ position: relative;
3241
+ overflow: hidden;
3258
3242
  }
3259
- .s34f1qb.ant-switch .ant-switch-handle::before {
3260
- border-radius: 10px;
3261
- transition-delay: 120ms;
3243
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
3244
+ position: absolute;
3245
+ top: 50%;
3246
+ transform: translateY(-50%);
3247
+ left: -16px;
3248
+ transition: left 150ms ease;
3249
+ opacity: 0;
3262
3250
  }
3263
- .s34f1qb.ant-switch-small .ant-switch-handle {
3264
- height: 14px;
3265
- width: 14px;
3266
- top: 1px;
3267
- left: 1px;
3251
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
3252
+ left: 8px;
3253
+ opacity: 1;
3268
3254
  }
3269
- .s34f1qb.ant-switch-large .ant-switch-handle {
3270
- height: 28px;
3271
- width: 28px;
3255
+ .kypn5o5.has-focus-indicator input {
3256
+ transition: margin-left 150ms ease;
3257
+ margin-left: 0px;
3272
3258
  }
3273
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
3274
- border-radius: 14px;
3259
+ .kypn5o5.has-focus-indicator input:focus {
3260
+ margin-left: 16px;
3275
3261
  }
3276
- .s34f1qb.ant-switch-checked {
3277
- background-color: #00ba5d;
3262
+
3263
+ input.l1ki27se.ant-input {
3264
+ border-top-right-radius: 0;
3265
+ border-bottom-right-radius: 0;
3278
3266
  }
3279
- .s34f1qb.ant-switch-checked .ant-switch-handle {
3280
- left: calc(100% - 20px - 2px);
3267
+
3268
+ .l1ki27se.ant-input-affix-wrapper {
3269
+ border-top-right-radius: 0;
3270
+ border-bottom-right-radius: 0;
3281
3271
  }
3282
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3283
- left: calc(100% - 14px - 1px);
3272
+
3273
+ input.rrg1fkn.ant-input {
3274
+ border-top-left-radius: 0;
3275
+ border-bottom-left-radius: 0;
3284
3276
  }
3285
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3286
- left: calc(100% - 28px - 2px);
3277
+
3278
+ .rrg1fkn.ant-input-affix-wrapper {
3279
+ border-top-left-radius: 0;
3280
+ border-bottom-left-radius: 0;
3287
3281
  }
3288
3282
 
3289
- .c1to9vb9 {
3290
- margin-left: 5px;
3283
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3284
+ border-top-right-radius: 0;
3285
+ border-bottom-right-radius: 0;
3291
3286
  }
3292
3287
 
3293
- .i1e4sgug {
3294
- display: inline-block;
3288
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3289
+ border-top-left-radius: 0;
3290
+ border-bottom-left-radius: 0;
3295
3291
  }
3296
3292
 
3297
3293
  .d6j0lbj {
@@ -3769,6 +3765,10 @@ input.rrg1fkn.ant-input {
3769
3765
  line-height: 12px;
3770
3766
  }
3771
3767
 
3768
+ .i1e4sgug {
3769
+ display: inline-block;
3770
+ }
3771
+
3772
3772
  .c198s9j3 {
3773
3773
  color: #2d3a56;
3774
3774
  line-height: 22px;
@@ -3840,6 +3840,61 @@ input.rrg1fkn.ant-input {
3840
3840
  margin-left: 24px;
3841
3841
  }
3842
3842
 
3843
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3844
+ border-radius: 6px;
3845
+ }
3846
+ .shq1k1g.ant-select.ant-select-single {
3847
+ width: 100%;
3848
+ height: 30px;
3849
+ color: #2d3a56;
3850
+ border-color: rgba(211, 218, 235, 0.6);
3851
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3852
+ font-size: 13px;
3853
+ }
3854
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3855
+ height: 38px;
3856
+ font-size: 13px;
3857
+ }
3858
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3859
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3860
+ transition: 160ms ease;
3861
+ }
3862
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3863
+ color: #0080ff;
3864
+ }
3865
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3866
+ border-color: rgba(107, 128, 167, 0.6);
3867
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3868
+ }
3869
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3870
+ color: #0080ff;
3871
+ }
3872
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3873
+ border-color: #0080ff;
3874
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3875
+ }
3876
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3877
+ transform: rotate(180deg);
3878
+ }
3879
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3880
+ background: rgba(211, 218, 235, 0.6);
3881
+ border-color: rgba(172, 186, 211, 0.6);
3882
+ cursor: "not-allowed";
3883
+ }
3884
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3885
+ border-color: #f0483e !important;
3886
+ }
3887
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3888
+ color: #1d326c;
3889
+ }
3890
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3891
+ border-color: #0080ff;
3892
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3893
+ }
3894
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3895
+ transform: rotate(180deg);
3896
+ }
3897
+
3843
3898
  .iiqau4c.ant-input-group.ant-input-group-compact {
3844
3899
  display: flex;
3845
3900
  }
@@ -4005,61 +4060,6 @@ input.rrg1fkn.ant-input {
4005
4060
  margin-left: 8px;
4006
4061
  }
4007
4062
 
4008
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4009
- border-radius: 6px;
4010
- }
4011
- .shq1k1g.ant-select.ant-select-single {
4012
- width: 100%;
4013
- height: 30px;
4014
- color: #2d3a56;
4015
- border-color: rgba(211, 218, 235, 0.6);
4016
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4017
- font-size: 13px;
4018
- }
4019
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4020
- height: 38px;
4021
- font-size: 13px;
4022
- }
4023
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4024
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4025
- transition: 160ms ease;
4026
- }
4027
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4028
- color: #0080ff;
4029
- }
4030
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
4031
- border-color: rgba(107, 128, 167, 0.6);
4032
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4033
- }
4034
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4035
- color: #0080ff;
4036
- }
4037
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
4038
- border-color: #0080ff;
4039
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4040
- }
4041
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4042
- transform: rotate(180deg);
4043
- }
4044
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4045
- background: rgba(211, 218, 235, 0.6);
4046
- border-color: rgba(172, 186, 211, 0.6);
4047
- cursor: "not-allowed";
4048
- }
4049
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4050
- border-color: #f0483e !important;
4051
- }
4052
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4053
- color: #1d326c;
4054
- }
4055
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4056
- border-color: #0080ff;
4057
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4058
- }
4059
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4060
- transform: rotate(180deg);
4061
- }
4062
-
4063
4063
  .t1xo8w88 {
4064
4064
  height: 100%;
4065
4065
  }
@@ -4219,14 +4219,6 @@ input.rrg1fkn.ant-input {
4219
4219
  left: 4px;
4220
4220
  }
4221
4221
 
4222
- .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4223
- display: none;
4224
- }
4225
-
4226
- .asgcu6r {
4227
- height: 32px;
4228
- }
4229
-
4230
4222
  .t1cs4awq {
4231
4223
  background: white;
4232
4224
  }
@@ -4252,6 +4244,27 @@ input.rrg1fkn.ant-input {
4252
4244
  display: block;
4253
4245
  }
4254
4246
 
4247
+ .asgcu6r {
4248
+ height: 32px;
4249
+ }
4250
+
4251
+ .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4252
+ display: none;
4253
+ }
4254
+
4255
+ .iap75of {
4256
+ height: 18px;
4257
+ line-height: 18px;
4258
+ padding: 0 4px;
4259
+ border-radius: 4px;
4260
+ background: rgba(235, 239, 245, 0.6);
4261
+ border: 1px solid rgba(223, 228, 235, 0.6);
4262
+ display: flex;
4263
+ align-items: center;
4264
+ white-space: nowrap;
4265
+ margin-right: 4px;
4266
+ }
4267
+
4255
4268
  .a6dbbkm .ant-input-number-handler-wrap {
4256
4269
  display: var(--a6dbbkm-0);
4257
4270
  }
@@ -4283,19 +4296,6 @@ input.rrg1fkn.ant-input {
4283
4296
  font-size: inherit;
4284
4297
  }
4285
4298
 
4286
- .iap75of {
4287
- height: 18px;
4288
- line-height: 18px;
4289
- padding: 0 4px;
4290
- border-radius: 4px;
4291
- background: rgba(235, 239, 245, 0.6);
4292
- border: 1px solid rgba(223, 228, 235, 0.6);
4293
- display: flex;
4294
- align-items: center;
4295
- white-space: nowrap;
4296
- margin-right: 4px;
4297
- }
4298
-
4299
4299
  .at4ovwe .ant-input-number-handler-wrap {
4300
4300
  display: var(--at4ovwe-0);
4301
4301
  }