@cloudtower/eagle 0.26.1 → 0.26.2

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.
@@ -1938,437 +1938,158 @@ html body {
1938
1938
  line-height: 18px;
1939
1939
  }
1940
1940
 
1941
- .rxbeqvl.ant-radio-wrapper {
1942
- display: inline-flex;
1943
- align-items: baseline;
1944
- white-space: pre-wrap;
1945
- }
1946
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1947
- position: relative;
1948
- top: 3px;
1949
- }
1950
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1951
- border-color: rgba(107, 128, 167, 0.6);
1952
- }
1953
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1954
- border-color: #0080ff;
1955
- }
1956
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1957
- border-color: #0080ff;
1958
- background: #0080ff;
1959
- }
1960
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1961
- top: 4px;
1962
- left: 4px;
1963
- width: 6px;
1964
- height: 6px;
1965
- background: #fff;
1966
- }
1967
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1968
- opacity: 0.5;
1941
+ .cz04yix {
1942
+ display: flex;
1943
+ flex-direction: column;
1969
1944
  }
1970
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1971
- border-color: rgba(107, 128, 167, 0.6);
1972
- background: rgba(211, 218, 235, 0.6);
1945
+
1946
+ .m1if5j39 {
1947
+ max-width: 1120px;
1948
+ width: 100%;
1949
+ margin: 0 auto;
1950
+ height: 100%;
1973
1951
  }
1974
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1975
- background: #00122e;
1952
+
1953
+ .w1vvwdlp {
1954
+ max-width: 1120px;
1955
+ width: 100%;
1956
+ margin: 0 auto;
1957
+ display: flex;
1976
1958
  }
1977
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1978
- color: #00122e;
1979
- opacity: 0.5;
1959
+ .w1vvwdlp .left,
1960
+ .w1vvwdlp .right {
1961
+ flex-grow: 0;
1962
+ flex-shrink: 0;
1963
+ flex-basis: 21%;
1980
1964
  }
1981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1982
- color: #00122e;
1965
+ .w1vvwdlp .left {
1966
+ display: flex;
1967
+ justify-content: flex-end;
1968
+ padding-right: 44px;
1983
1969
  }
1984
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1985
- display: inline-block;
1986
- padding: 0;
1987
- padding-left: 12px;
1970
+ .w1vvwdlp .right {
1971
+ padding-left: 44px;
1988
1972
  }
1989
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1990
- margin-bottom: 0;
1991
- white-space: pre-wrap;
1992
- color: rgba(44, 56, 82, 0.6);
1973
+ .w1vvwdlp .middle {
1974
+ margin-bottom: 40px;
1975
+ flex-grow: 0;
1976
+ flex-shrink: 0;
1977
+ flex-basis: 58%;
1993
1978
  }
1994
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1995
- padding-left: 8px;
1979
+ .w1vvwdlp .middle .form-base-field {
1980
+ width: 100%;
1996
1981
  }
1997
-
1998
- .r5ie79y .ant-radio-button-wrapper:first-child {
1999
- border-radius: 5px 0 0 5px;
1982
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1983
+ width: auto;
2000
1984
  }
2001
- .r5ie79y .ant-radio-button-wrapper:last-child {
2002
- border-radius: 0 5px 5px 0;
1985
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1986
+ flex: initial;
2003
1987
  }
2004
-
2005
- .r1f0aqcc {
2006
- color: #00122e;
2007
- border-color: #ccd4e3;
1988
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1989
+ margin-top: 4px;
2008
1990
  }
2009
- .r1f0aqcc:first-child {
2010
- border-color: #a3b4cc;
1991
+ .w1vvwdlp .ant-steps-item-icon,
1992
+ .w1vvwdlp .ant-steps-item-tail {
1993
+ display: none !important;
2011
1994
  }
2012
- .r1f0aqcc.ant-radio-button-wrapper {
2013
- padding: 0 12px;
2014
- line-height: 32px;
1995
+ .w1vvwdlp .ant-steps-item-container {
1996
+ padding: 0 15px;
1997
+ border-radius: 4px;
2015
1998
  height: 32px;
1999
+ display: flex;
2000
+ align-items: center;
2016
2001
  }
2017
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2002
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2003
+ min-height: auto;
2018
2004
  white-space: nowrap;
2019
2005
  }
2020
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2021
- background: #ccd4e3;
2022
- }
2023
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2024
- background: #0080ff;
2025
- }
2026
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2027
- background: #ccd4e3;
2028
- opacity: 0.5;
2006
+ .w1vvwdlp .ant-steps-item-description {
2007
+ padding-bottom: 0px;
2029
2008
  }
2030
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2031
- border-right-color: #0080ff;
2009
+ .w1vvwdlp .ant-steps-item-title {
2010
+ font-size: 13px !important;
2011
+ line-height: 20px !important;
2032
2012
  }
2033
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2034
- border-color: #0080ff;
2013
+ .w1vvwdlp .ant-steps-item-title .step-index {
2014
+ display: inline-block;
2015
+ text-align: center;
2016
+ width: 13px;
2017
+ margin-right: 12px;
2035
2018
  }
2036
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2037
- background: rgba(0, 136, 255, 0.1);
2019
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2020
+ background: rgba(0, 128, 255, 0.1);
2038
2021
  }
2039
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2040
- background: rgba(211, 218, 235, 0.6);
2041
- border-color: #ccd4e3;
2042
- opacity: 0.5;
2022
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2023
+ color: #005ed1;
2043
2024
  }
2044
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2045
- color: #00122e;
2046
- border-color: #ccd4e3;
2025
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2026
+ background: rgba(237, 241, 250, 0.6);
2047
2027
  }
2048
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2049
- color: #00122e;
2050
- border-color: #ccd4e3;
2051
- background: rgba(172, 186, 211, 0.6);
2028
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2029
+ color: rgba(10, 37, 85, 0.6) !important;
2052
2030
  }
2053
- .r1f0aqcc .ant-radio-button-input {
2054
- margin-right: 8px;
2055
- display: inline;
2056
- border: none;
2057
- padding: 0;
2058
- width: 36px;
2059
- background: transparent;
2031
+ .w1vvwdlp .ant-steps-item-disabled {
2032
+ cursor: not-allowed;
2060
2033
  }
2061
- .r1f0aqcc .ant-radio-button-input:focus {
2062
- box-shadow: none;
2034
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2035
+ background: rgba(237, 241, 250, 0.6);
2063
2036
  }
2064
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2065
- margin-right: 0;
2066
- width: initial;
2067
- box-shadow: none;
2037
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2038
+ color: #2d3a56;
2068
2039
  }
2069
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2070
- display: none;
2040
+
2041
+ .h1cuopx7 .ant-modal-header {
2042
+ margin: 0 auto;
2043
+ width: 100%;
2044
+ max-width: 648px;
2071
2045
  }
2072
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2073
- display: inline;
2046
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2047
+ margin-left: 0;
2074
2048
  }
2075
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2076
- display: inline;
2077
- margin-right: 8px;
2049
+ .h1cuopx7 .ant-modal-body {
2050
+ margin: 0 auto;
2078
2051
  padding: 0;
2079
- width: 36px;
2080
- }
2081
-
2082
- .s34f1qb.ant-switch {
2083
- min-width: 40px;
2084
- height: 24px;
2085
- background: rgba(172, 186, 211, 0.6);
2052
+ width: 100%;
2053
+ max-width: 648px;
2086
2054
  overflow: hidden;
2087
2055
  }
2088
- .s34f1qb.ant-switch:focus {
2089
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2056
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2057
+ margin-bottom: 40px;
2090
2058
  }
2091
- .s34f1qb.ant-switch-small {
2092
- min-width: 26px;
2093
- height: 16px;
2059
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2060
+ height: calc(100vh - 225px);
2061
+ overflow-y: auto;
2094
2062
  }
2095
- .s34f1qb.ant-switch-large {
2096
- min-width: 52px;
2097
- height: 32px;
2063
+ .h1cuopx7 .ant-modal-footer .footer-content {
2064
+ margin: 0 auto;
2065
+ max-width: 648px;
2098
2066
  }
2099
- .s34f1qb.ant-switch .ant-switch-handle {
2100
- height: 20px;
2101
- width: 20px;
2067
+
2068
+ .h1p6d3y3 .ant-modal-header {
2069
+ margin: 0 auto;
2070
+ width: 100%;
2071
+ max-width: 1024px;
2102
2072
  }
2103
- .s34f1qb.ant-switch .ant-switch-handle::before {
2104
- border-radius: 10px;
2105
- transition-delay: 120ms;
2073
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2074
+ margin-left: 0;
2106
2075
  }
2107
- .s34f1qb.ant-switch-small .ant-switch-handle {
2108
- height: 14px;
2109
- width: 14px;
2110
- top: 1px;
2111
- left: 1px;
2076
+ .h1p6d3y3 .ant-modal-body {
2077
+ margin: 0 auto;
2078
+ padding: 0;
2079
+ width: 100%;
2080
+ max-width: 1024px;
2081
+ overflow: hidden;
2112
2082
  }
2113
- .s34f1qb.ant-switch-large .ant-switch-handle {
2114
- height: 28px;
2115
- width: 28px;
2083
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2084
+ margin-bottom: 40px;
2116
2085
  }
2117
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2118
- border-radius: 14px;
2086
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2087
+ height: calc(100vh - 225px);
2088
+ overflow-y: auto;
2119
2089
  }
2120
- .s34f1qb.ant-switch-checked {
2121
- background-color: #00ba5d;
2122
- }
2123
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2124
- left: calc(100% - 20px - 2px);
2125
- }
2126
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2127
- left: calc(100% - 14px - 1px);
2128
- }
2129
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2130
- left: calc(100% - 28px - 2px);
2131
- }
2132
-
2133
- .c1to9vb9 {
2134
- margin-left: 5px;
2135
- }
2136
-
2137
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2138
- flex-direction: row;
2139
- justify-content: stretch;
2140
- }
2141
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2142
- padding: 0;
2143
- margin-right: 4px;
2144
- flex: 1;
2145
- overflow: visible;
2146
- }
2147
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2148
- display: none;
2149
- }
2150
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2151
- width: 100%;
2152
- min-height: unset;
2153
- }
2154
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2155
- height: 26px;
2156
- line-height: 26px;
2157
- width: 100%;
2158
- text-align: center;
2159
- padding: 0;
2160
- font-size: 12px;
2161
- font-weight: normal;
2162
- }
2163
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2164
- margin-right: 10px;
2165
- }
2166
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2167
- display: none;
2168
- }
2169
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2170
- border-radius: 4px 0 0 4px;
2171
- }
2172
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2173
- margin-right: 0;
2174
- }
2175
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2176
- border-radius: 0 4px 4px 0;
2177
- }
2178
- .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 {
2179
- content: "";
2180
- width: 0;
2181
- height: 0;
2182
- border: 13px solid transparent;
2183
- position: absolute;
2184
- top: 0;
2185
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2186
- right: -21px;
2187
- z-index: 2;
2188
- }
2189
- .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 {
2190
- content: "";
2191
- width: 0;
2192
- height: 0;
2193
- border: 13px solid transparent;
2194
- position: absolute;
2195
- top: 0;
2196
- border-left: 8px solid #fff;
2197
- left: 0;
2198
- }
2199
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2200
- background-color: rgba(0, 136, 255, 0.1);
2201
- }
2202
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2203
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2204
- }
2205
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2206
- color: #005ed1;
2207
- }
2208
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2209
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2210
- background-color: rgba(237, 241, 250, 0.6);
2211
- }
2212
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2213
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2214
- color: rgba(44, 56, 82, 0.6);
2215
- }
2216
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2217
- padding: 0;
2218
- }
2219
-
2220
- .cz04yix {
2221
- display: flex;
2222
- flex-direction: column;
2223
- }
2224
-
2225
- .m1if5j39 {
2226
- max-width: 1120px;
2227
- width: 100%;
2228
- margin: 0 auto;
2229
- height: 100%;
2230
- }
2231
-
2232
- .w1vvwdlp {
2233
- max-width: 1120px;
2234
- width: 100%;
2235
- margin: 0 auto;
2236
- display: flex;
2237
- }
2238
- .w1vvwdlp .left,
2239
- .w1vvwdlp .right {
2240
- flex-grow: 0;
2241
- flex-shrink: 0;
2242
- flex-basis: 21%;
2243
- }
2244
- .w1vvwdlp .left {
2245
- display: flex;
2246
- justify-content: flex-end;
2247
- padding-right: 44px;
2248
- }
2249
- .w1vvwdlp .right {
2250
- padding-left: 44px;
2251
- }
2252
- .w1vvwdlp .middle {
2253
- margin-bottom: 40px;
2254
- flex-grow: 0;
2255
- flex-shrink: 0;
2256
- flex-basis: 58%;
2257
- }
2258
- .w1vvwdlp .middle .form-base-field {
2259
- width: 100%;
2260
- }
2261
- .w1vvwdlp .middle .form-base-field .form-base-field {
2262
- width: auto;
2263
- }
2264
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2265
- flex: initial;
2266
- }
2267
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2268
- margin-top: 4px;
2269
- }
2270
- .w1vvwdlp .ant-steps-item-icon,
2271
- .w1vvwdlp .ant-steps-item-tail {
2272
- display: none !important;
2273
- }
2274
- .w1vvwdlp .ant-steps-item-container {
2275
- padding: 0 15px;
2276
- border-radius: 4px;
2277
- height: 32px;
2278
- display: flex;
2279
- align-items: center;
2280
- }
2281
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2282
- min-height: auto;
2283
- white-space: nowrap;
2284
- }
2285
- .w1vvwdlp .ant-steps-item-description {
2286
- padding-bottom: 0px;
2287
- }
2288
- .w1vvwdlp .ant-steps-item-title {
2289
- font-size: 13px !important;
2290
- line-height: 20px !important;
2291
- }
2292
- .w1vvwdlp .ant-steps-item-title .step-index {
2293
- display: inline-block;
2294
- text-align: center;
2295
- width: 13px;
2296
- margin-right: 12px;
2297
- }
2298
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2299
- background: rgba(0, 128, 255, 0.1);
2300
- }
2301
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2302
- color: #005ed1;
2303
- }
2304
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2305
- background: rgba(237, 241, 250, 0.6);
2306
- }
2307
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2308
- color: rgba(10, 37, 85, 0.6) !important;
2309
- }
2310
- .w1vvwdlp .ant-steps-item-disabled {
2311
- cursor: not-allowed;
2312
- }
2313
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2314
- background: rgba(237, 241, 250, 0.6);
2315
- }
2316
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2317
- color: #2d3a56;
2318
- }
2319
-
2320
- .h1cuopx7 .ant-modal-header {
2321
- margin: 0 auto;
2322
- width: 100%;
2323
- max-width: 648px;
2324
- }
2325
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2326
- margin-left: 0;
2327
- }
2328
- .h1cuopx7 .ant-modal-body {
2329
- margin: 0 auto;
2330
- padding: 0;
2331
- width: 100%;
2332
- max-width: 648px;
2333
- overflow: hidden;
2334
- }
2335
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2336
- margin-bottom: 40px;
2337
- }
2338
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2339
- height: calc(100vh - 225px);
2340
- overflow-y: auto;
2341
- }
2342
- .h1cuopx7 .ant-modal-footer .footer-content {
2343
- margin: 0 auto;
2344
- max-width: 648px;
2345
- }
2346
-
2347
- .h1p6d3y3 .ant-modal-header {
2348
- margin: 0 auto;
2349
- width: 100%;
2350
- max-width: 1024px;
2351
- }
2352
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2353
- margin-left: 0;
2354
- }
2355
- .h1p6d3y3 .ant-modal-body {
2356
- margin: 0 auto;
2357
- padding: 0;
2358
- width: 100%;
2359
- max-width: 1024px;
2360
- overflow: hidden;
2361
- }
2362
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2363
- margin-bottom: 40px;
2364
- }
2365
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2366
- height: calc(100vh - 225px);
2367
- overflow-y: auto;
2368
- }
2369
- .h1p6d3y3 .ant-modal-footer .footer-content {
2370
- margin: 0 auto;
2371
- max-width: 1024px;
2090
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2091
+ margin: 0 auto;
2092
+ max-width: 1024px;
2372
2093
  }
2373
2094
 
2374
2095
  .fxgckuk {
@@ -2657,229 +2378,508 @@ html body {
2657
2378
  line-height: 18px;
2658
2379
  }
2659
2380
 
2660
- .snxzgx {
2661
- color: #f0483e;
2662
- font-size: 12px;
2381
+ .snxzgx {
2382
+ color: #f0483e;
2383
+ font-size: 12px;
2384
+ white-space: pre-wrap;
2385
+ }
2386
+
2387
+ .o1i4orqw {
2388
+ display: flex;
2389
+ align-items: center;
2390
+ justify-content: flex-end;
2391
+ }
2392
+ .o1i4orqw .icon-wrapper {
2393
+ margin-right: 16px;
2394
+ }
2395
+
2396
+ .t79k8o2 {
2397
+ color: rgba(0, 21, 64, 0.3);
2398
+ }
2399
+
2400
+ .ipd9bk.ant-input {
2401
+ padding: 5px 12px;
2402
+ line-height: 20px;
2403
+ color: #2d3a56;
2404
+ border-radius: 6px;
2405
+ border-color: rgba(172, 186, 211, 0.6);
2406
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2407
+ }
2408
+ .ipd9bk.ant-input.ant-input-lg {
2409
+ padding: 8px 16px;
2410
+ line-height: 22px;
2411
+ }
2412
+ .ipd9bk.ant-input.ant-input-sm {
2413
+ padding: 2px 8px;
2414
+ line-height: 18px;
2415
+ }
2416
+ .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 {
2417
+ border-color: rgba(107, 128, 167, 0.6);
2418
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2419
+ }
2420
+ .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 {
2421
+ border-color: #0096ff;
2422
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2423
+ }
2424
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2425
+ border-color: #e75a3a;
2426
+ color: #e75a3a;
2427
+ }
2428
+ .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 {
2429
+ border-color: #e75a3a;
2430
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2431
+ }
2432
+ .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 {
2433
+ border-color: #e75a3a;
2434
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2435
+ }
2436
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2437
+ background: rgba(211, 218, 235, 0.6);
2438
+ color: rgba(0, 21, 64, 0.3);
2439
+ border-color: rgba(172, 186, 211, 0.6);
2440
+ }
2441
+ .ipd9bk.ant-input-affix-wrapper {
2442
+ padding: 5px 12px;
2443
+ border-radius: 6px;
2444
+ border-color: rgba(172, 186, 211, 0.6);
2445
+ line-height: 20px;
2446
+ color: #2d3a56;
2447
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2448
+ }
2449
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2450
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2451
+ color: rgba(44, 56, 82, 0.6);
2452
+ }
2453
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2454
+ padding: 8px 16px;
2455
+ line-height: 22px;
2456
+ }
2457
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2458
+ padding: 2px 8px;
2459
+ line-height: 18px;
2460
+ }
2461
+ .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 {
2462
+ border-color: rgba(107, 128, 167, 0.6);
2463
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2464
+ }
2465
+ .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 {
2466
+ border-color: #0096ff;
2467
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2468
+ }
2469
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2470
+ border-color: #e75a3a;
2471
+ }
2472
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2473
+ color: #e75a3a;
2474
+ }
2475
+ .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 {
2476
+ border-color: #e75a3a;
2477
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2478
+ }
2479
+ .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 {
2480
+ border-color: #e75a3a;
2481
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2482
+ }
2483
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2484
+ background: rgba(211, 218, 235, 0.6);
2485
+ color: rgba(0, 21, 64, 0.3);
2486
+ border-color: rgba(172, 186, 211, 0.6);
2487
+ }
2488
+ textarea.ipd9bk.ant-input {
2489
+ transition-property: height;
2490
+ transition-delay: 50ms;
2491
+ }
2492
+ textarea.ipd9bk.ant-input.textarea-large {
2493
+ min-height: 40px;
2494
+ height: 40px;
2495
+ }
2496
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2497
+ height: 80px;
2498
+ }
2499
+ textarea.ipd9bk.ant-input.textarea-middle {
2500
+ min-height: 32px;
2501
+ height: 32px;
2502
+ }
2503
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2504
+ height: 64px;
2505
+ }
2506
+ textarea.ipd9bk.ant-input.textarea-small {
2507
+ min-height: 24px;
2508
+ height: 24px;
2509
+ }
2510
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2511
+ height: 40px;
2512
+ }
2513
+
2514
+ .kypn5o5 input, .kypn5o5.input-tags {
2515
+ border: 1px solid rgba(213, 219, 227, 0.6);
2516
+ border-radius: 4px;
2517
+ }
2518
+ .kypn5o5.input-tags {
2519
+ position: relative;
2520
+ padding: 6px;
2521
+ height: 32px;
2522
+ cursor: pointer;
2523
+ transition: border 150ms;
2524
+ }
2525
+ .kypn5o5.input-tags:hover {
2526
+ border-color: #0080ff;
2527
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2528
+ }
2529
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2530
+ padding-right: 30px;
2531
+ }
2532
+ .kypn5o5.input-tags .input-tags-inner {
2533
+ display: flex;
2534
+ }
2535
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2536
+ display: flex;
2537
+ }
2538
+ .kypn5o5.input-tags .input-tag-suffix {
2539
+ position: absolute;
2540
+ right: 12px;
2541
+ top: 50%;
2542
+ transform: translateY(-50%);
2543
+ }
2544
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2545
+ color: rgba(0, 0, 0, 0.25);
2546
+ font-size: 12px;
2547
+ cursor: pointer;
2548
+ }
2549
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2550
+ color: rgba(0, 0, 0, 0.45);
2551
+ }
2552
+ .kypn5o5.has-focus-indicator {
2553
+ position: relative;
2554
+ overflow: hidden;
2555
+ }
2556
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2557
+ position: absolute;
2558
+ top: 50%;
2559
+ transform: translateY(-50%);
2560
+ left: -16px;
2561
+ transition: left 150ms ease;
2562
+ opacity: 0;
2563
+ }
2564
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2565
+ left: 8px;
2566
+ opacity: 1;
2567
+ }
2568
+ .kypn5o5.has-focus-indicator input {
2569
+ transition: margin-left 150ms ease;
2570
+ margin-left: 0px;
2571
+ }
2572
+ .kypn5o5.has-focus-indicator input:focus {
2573
+ margin-left: 16px;
2574
+ }
2575
+
2576
+ input.l1ki27se.ant-input {
2577
+ border-top-right-radius: 0;
2578
+ border-bottom-right-radius: 0;
2579
+ }
2580
+
2581
+ .l1ki27se.ant-input-affix-wrapper {
2582
+ border-top-right-radius: 0;
2583
+ border-bottom-right-radius: 0;
2584
+ }
2585
+
2586
+ input.rrg1fkn.ant-input {
2587
+ border-top-left-radius: 0;
2588
+ border-bottom-left-radius: 0;
2589
+ }
2590
+
2591
+ .rrg1fkn.ant-input-affix-wrapper {
2592
+ border-top-left-radius: 0;
2593
+ border-bottom-left-radius: 0;
2594
+ }
2595
+
2596
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2597
+ border-top-right-radius: 0;
2598
+ border-bottom-right-radius: 0;
2599
+ }
2600
+
2601
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2602
+ border-top-left-radius: 0;
2603
+ border-bottom-left-radius: 0;
2604
+ }
2605
+
2606
+ .s34f1qb.ant-switch {
2607
+ min-width: 40px;
2608
+ height: 24px;
2609
+ background: rgba(172, 186, 211, 0.6);
2610
+ overflow: hidden;
2611
+ }
2612
+ .s34f1qb.ant-switch:focus {
2613
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2614
+ }
2615
+ .s34f1qb.ant-switch-small {
2616
+ min-width: 26px;
2617
+ height: 16px;
2618
+ }
2619
+ .s34f1qb.ant-switch-large {
2620
+ min-width: 52px;
2621
+ height: 32px;
2622
+ }
2623
+ .s34f1qb.ant-switch .ant-switch-handle {
2624
+ height: 20px;
2625
+ width: 20px;
2626
+ }
2627
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2628
+ border-radius: 10px;
2629
+ transition-delay: 120ms;
2630
+ }
2631
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2632
+ height: 14px;
2633
+ width: 14px;
2634
+ top: 1px;
2635
+ left: 1px;
2636
+ }
2637
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2638
+ height: 28px;
2639
+ width: 28px;
2640
+ }
2641
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2642
+ border-radius: 14px;
2643
+ }
2644
+ .s34f1qb.ant-switch-checked {
2645
+ background-color: #00ba5d;
2646
+ }
2647
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2648
+ left: calc(100% - 20px - 2px);
2649
+ }
2650
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2651
+ left: calc(100% - 14px - 1px);
2652
+ }
2653
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2654
+ left: calc(100% - 28px - 2px);
2655
+ }
2656
+
2657
+ .c1to9vb9 {
2658
+ margin-left: 5px;
2659
+ }
2660
+
2661
+ .rxbeqvl.ant-radio-wrapper {
2662
+ display: inline-flex;
2663
+ align-items: baseline;
2663
2664
  white-space: pre-wrap;
2664
2665
  }
2665
-
2666
- .o1i4orqw {
2667
- display: flex;
2668
- align-items: center;
2669
- justify-content: flex-end;
2666
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2667
+ position: relative;
2668
+ top: 3px;
2670
2669
  }
2671
- .o1i4orqw .icon-wrapper {
2672
- margin-right: 16px;
2670
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2671
+ border-color: rgba(107, 128, 167, 0.6);
2673
2672
  }
2674
-
2675
- .t79k8o2 {
2676
- color: rgba(0, 21, 64, 0.3);
2673
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2674
+ border-color: #0080ff;
2677
2675
  }
2678
-
2679
- .ipd9bk.ant-input {
2680
- padding: 5px 12px;
2681
- line-height: 20px;
2682
- color: #2d3a56;
2683
- border-radius: 6px;
2684
- border-color: rgba(172, 186, 211, 0.6);
2685
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2676
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2677
+ border-color: #0080ff;
2678
+ background: #0080ff;
2686
2679
  }
2687
- .ipd9bk.ant-input.ant-input-lg {
2688
- padding: 8px 16px;
2689
- line-height: 22px;
2680
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2681
+ top: 4px;
2682
+ left: 4px;
2683
+ width: 6px;
2684
+ height: 6px;
2685
+ background: #fff;
2690
2686
  }
2691
- .ipd9bk.ant-input.ant-input-sm {
2692
- padding: 2px 8px;
2693
- line-height: 18px;
2687
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2688
+ opacity: 0.5;
2694
2689
  }
2695
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2690
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2696
2691
  border-color: rgba(107, 128, 167, 0.6);
2697
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2692
+ background: rgba(211, 218, 235, 0.6);
2698
2693
  }
2699
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2700
- border-color: #0096ff;
2701
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2694
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2695
+ background: #00122e;
2702
2696
  }
2703
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2704
- border-color: #e75a3a;
2705
- color: #e75a3a;
2697
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2698
+ color: #00122e;
2699
+ opacity: 0.5;
2706
2700
  }
2707
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2708
- border-color: #e75a3a;
2709
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2701
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2702
+ color: #00122e;
2710
2703
  }
2711
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2712
- border-color: #e75a3a;
2713
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2704
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2705
+ display: inline-block;
2706
+ padding: 0;
2707
+ padding-left: 12px;
2714
2708
  }
2715
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2716
- background: rgba(211, 218, 235, 0.6);
2717
- color: rgba(0, 21, 64, 0.3);
2718
- border-color: rgba(172, 186, 211, 0.6);
2709
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2710
+ margin-bottom: 0;
2711
+ white-space: pre-wrap;
2712
+ color: rgba(44, 56, 82, 0.6);
2719
2713
  }
2720
- .ipd9bk.ant-input-affix-wrapper {
2721
- padding: 5px 12px;
2722
- border-radius: 6px;
2723
- border-color: rgba(172, 186, 211, 0.6);
2724
- line-height: 20px;
2725
- color: #2d3a56;
2726
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2714
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2715
+ padding-left: 8px;
2727
2716
  }
2728
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2729
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2730
- color: rgba(44, 56, 82, 0.6);
2717
+
2718
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2719
+ border-radius: 5px 0 0 5px;
2731
2720
  }
2732
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2733
- padding: 8px 16px;
2734
- line-height: 22px;
2721
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2722
+ border-radius: 0 5px 5px 0;
2735
2723
  }
2736
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2737
- padding: 2px 8px;
2738
- line-height: 18px;
2724
+
2725
+ .r1f0aqcc {
2726
+ color: #00122e;
2727
+ border-color: #ccd4e3;
2739
2728
  }
2740
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2741
- border-color: rgba(107, 128, 167, 0.6);
2742
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2729
+ .r1f0aqcc:first-child {
2730
+ border-color: #a3b4cc;
2743
2731
  }
2744
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2745
- border-color: #0096ff;
2746
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2732
+ .r1f0aqcc.ant-radio-button-wrapper {
2733
+ padding: 0 12px;
2734
+ line-height: 32px;
2735
+ height: 32px;
2747
2736
  }
2748
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2749
- border-color: #e75a3a;
2737
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2738
+ white-space: nowrap;
2750
2739
  }
2751
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2752
- color: #e75a3a;
2740
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2741
+ background: #ccd4e3;
2753
2742
  }
2754
- .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 {
2755
- border-color: #e75a3a;
2756
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2743
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2744
+ background: #0080ff;
2757
2745
  }
2758
- .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 {
2759
- border-color: #e75a3a;
2760
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2746
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2747
+ background: #ccd4e3;
2748
+ opacity: 0.5;
2761
2749
  }
2762
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2763
- background: rgba(211, 218, 235, 0.6);
2764
- color: rgba(0, 21, 64, 0.3);
2765
- border-color: rgba(172, 186, 211, 0.6);
2750
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2751
+ border-right-color: #0080ff;
2766
2752
  }
2767
- textarea.ipd9bk.ant-input {
2768
- transition-property: height;
2769
- transition-delay: 50ms;
2753
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2754
+ border-color: #0080ff;
2770
2755
  }
2771
- textarea.ipd9bk.ant-input.textarea-large {
2772
- min-height: 40px;
2773
- height: 40px;
2756
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2757
+ background: rgba(0, 136, 255, 0.1);
2774
2758
  }
2775
- textarea.ipd9bk.ant-input.textarea-large:focus {
2776
- height: 80px;
2759
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2760
+ background: rgba(211, 218, 235, 0.6);
2761
+ border-color: #ccd4e3;
2762
+ opacity: 0.5;
2777
2763
  }
2778
- textarea.ipd9bk.ant-input.textarea-middle {
2779
- min-height: 32px;
2780
- height: 32px;
2764
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2765
+ color: #00122e;
2766
+ border-color: #ccd4e3;
2781
2767
  }
2782
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2783
- height: 64px;
2768
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2769
+ color: #00122e;
2770
+ border-color: #ccd4e3;
2771
+ background: rgba(172, 186, 211, 0.6);
2784
2772
  }
2785
- textarea.ipd9bk.ant-input.textarea-small {
2786
- min-height: 24px;
2787
- height: 24px;
2773
+ .r1f0aqcc .ant-radio-button-input {
2774
+ margin-right: 8px;
2775
+ display: inline;
2776
+ border: none;
2777
+ padding: 0;
2778
+ width: 36px;
2779
+ background: transparent;
2788
2780
  }
2789
- textarea.ipd9bk.ant-input.textarea-small:focus {
2790
- height: 40px;
2781
+ .r1f0aqcc .ant-radio-button-input:focus {
2782
+ box-shadow: none;
2791
2783
  }
2792
-
2793
- .kypn5o5 input, .kypn5o5.input-tags {
2794
- border: 1px solid rgba(213, 219, 227, 0.6);
2795
- border-radius: 4px;
2784
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2785
+ margin-right: 0;
2786
+ width: initial;
2787
+ box-shadow: none;
2796
2788
  }
2797
- .kypn5o5.input-tags {
2798
- position: relative;
2799
- padding: 6px;
2800
- height: 32px;
2801
- cursor: pointer;
2802
- transition: border 150ms;
2789
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2790
+ display: none;
2803
2791
  }
2804
- .kypn5o5.input-tags:hover {
2805
- border-color: #0080ff;
2806
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2792
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2793
+ display: inline;
2807
2794
  }
2808
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2809
- padding-right: 30px;
2795
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2796
+ display: inline;
2797
+ margin-right: 8px;
2798
+ padding: 0;
2799
+ width: 36px;
2810
2800
  }
2811
- .kypn5o5.input-tags .input-tags-inner {
2812
- display: flex;
2801
+
2802
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2803
+ flex-direction: row;
2804
+ justify-content: stretch;
2813
2805
  }
2814
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2815
- display: flex;
2806
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2807
+ padding: 0;
2808
+ margin-right: 4px;
2809
+ flex: 1;
2810
+ overflow: visible;
2816
2811
  }
2817
- .kypn5o5.input-tags .input-tag-suffix {
2818
- position: absolute;
2819
- right: 12px;
2820
- top: 50%;
2821
- transform: translateY(-50%);
2812
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2813
+ display: none;
2822
2814
  }
2823
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2824
- color: rgba(0, 0, 0, 0.25);
2815
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2816
+ width: 100%;
2817
+ min-height: unset;
2818
+ }
2819
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2820
+ height: 26px;
2821
+ line-height: 26px;
2822
+ width: 100%;
2823
+ text-align: center;
2824
+ padding: 0;
2825
2825
  font-size: 12px;
2826
- cursor: pointer;
2826
+ font-weight: normal;
2827
+ }
2828
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2829
+ margin-right: 10px;
2827
2830
  }
2828
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2829
- color: rgba(0, 0, 0, 0.45);
2831
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2832
+ display: none;
2830
2833
  }
2831
- .kypn5o5.has-focus-indicator {
2832
- position: relative;
2833
- overflow: hidden;
2834
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2835
+ border-radius: 4px 0 0 4px;
2834
2836
  }
2835
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2836
- position: absolute;
2837
- top: 50%;
2838
- transform: translateY(-50%);
2839
- left: -16px;
2840
- transition: left 150ms ease;
2841
- opacity: 0;
2837
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2838
+ margin-right: 0;
2842
2839
  }
2843
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2844
- left: 8px;
2845
- opacity: 1;
2840
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2841
+ border-radius: 0 4px 4px 0;
2846
2842
  }
2847
- .kypn5o5.has-focus-indicator input {
2848
- transition: margin-left 150ms ease;
2849
- margin-left: 0px;
2843
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2844
+ content: "";
2845
+ width: 0;
2846
+ height: 0;
2847
+ border: 13px solid transparent;
2848
+ position: absolute;
2849
+ top: 0;
2850
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2851
+ right: -21px;
2852
+ z-index: 2;
2850
2853
  }
2851
- .kypn5o5.has-focus-indicator input:focus {
2852
- margin-left: 16px;
2854
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2855
+ content: "";
2856
+ width: 0;
2857
+ height: 0;
2858
+ border: 13px solid transparent;
2859
+ position: absolute;
2860
+ top: 0;
2861
+ border-left: 8px solid #fff;
2862
+ left: 0;
2853
2863
  }
2854
-
2855
- input.l1ki27se.ant-input {
2856
- border-top-right-radius: 0;
2857
- border-bottom-right-radius: 0;
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2865
+ background-color: rgba(0, 136, 255, 0.1);
2858
2866
  }
2859
-
2860
- .l1ki27se.ant-input-affix-wrapper {
2861
- border-top-right-radius: 0;
2862
- border-bottom-right-radius: 0;
2867
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2868
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2863
2869
  }
2864
-
2865
- input.rrg1fkn.ant-input {
2866
- border-top-left-radius: 0;
2867
- border-bottom-left-radius: 0;
2870
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2871
+ color: #005ed1;
2868
2872
  }
2869
-
2870
- .rrg1fkn.ant-input-affix-wrapper {
2871
- border-top-left-radius: 0;
2872
- border-bottom-left-radius: 0;
2873
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2874
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2875
+ background-color: rgba(237, 241, 250, 0.6);
2873
2876
  }
2874
-
2875
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2876
- border-top-right-radius: 0;
2877
- border-bottom-right-radius: 0;
2877
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2878
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2879
+ color: rgba(44, 56, 82, 0.6);
2878
2880
  }
2879
-
2880
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2881
- border-top-left-radius: 0;
2882
- border-bottom-left-radius: 0;
2881
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2882
+ padding: 0;
2883
2883
  }
2884
2884
 
2885
2885
  .t1upn1sz {
@@ -3245,6 +3245,91 @@ input.rrg1fkn.ant-input {
3245
3245
  background: #fff;
3246
3246
  }
3247
3247
 
3248
+ .s1fc623g {
3249
+ width: 430px !important;
3250
+ }
3251
+
3252
+ .da3mx0o .ant-select-item-group {
3253
+ padding: 8px 16px;
3254
+ line-height: 18px;
3255
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3256
+ height: 34px;
3257
+ min-height: 34px;
3258
+ box-sizing: border-box;
3259
+ margin-top: 8px;
3260
+ }
3261
+
3262
+ .onr9gzt {
3263
+ display: flex;
3264
+ flex-direction: column;
3265
+ margin: 1px 8px;
3266
+ padding: 8px;
3267
+ border-radius: 4px;
3268
+ }
3269
+ .onr9gzt .selected-icon {
3270
+ display: none;
3271
+ }
3272
+ .onr9gzt.ant-select-item-option-grouped {
3273
+ padding-left: 8px;
3274
+ }
3275
+ .onr9gzt.ant-select-item-option-selected {
3276
+ background-color: white;
3277
+ }
3278
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3279
+ color: #0080ff;
3280
+ }
3281
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3282
+ display: block;
3283
+ }
3284
+ .onr9gzt.ant-select-item-option-active {
3285
+ background: rgba(0, 136, 255, 0.16);
3286
+ }
3287
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3288
+ color: #0080ff;
3289
+ }
3290
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3291
+ background: rgba(0, 136, 255, 0.1);
3292
+ color: #0080ff;
3293
+ }
3294
+
3295
+ .oiy0apc {
3296
+ display: flex;
3297
+ justify-content: space-between;
3298
+ height: 20px;
3299
+ line-height: 20px;
3300
+ }
3301
+ .oiy0apc .timezone-title {
3302
+ color: #2d3a56;
3303
+ overflow: hidden;
3304
+ text-overflow: ellipsis;
3305
+ }
3306
+
3307
+ .of4y382 {
3308
+ display: flex;
3309
+ justify-content: space-between;
3310
+ color: rgba(44, 56, 82, 0.6);
3311
+ height: 18px;
3312
+ line-height: 18px;
3313
+ margin-top: 2px;
3314
+ }
3315
+
3316
+ .t19903l9 {
3317
+ border: none;
3318
+ margin-right: 0;
3319
+ background: rgba(225, 230, 241, 0.6);
3320
+ }
3321
+
3322
+ .ohwbvxu {
3323
+ pointer-events: none;
3324
+ height: 32px;
3325
+ width: 100%;
3326
+ opacity: 0;
3327
+ }
3328
+
3329
+ .i1e4sgug {
3330
+ display: inline-block;
3331
+ }
3332
+
3248
3333
  .d6j0lbj {
3249
3334
  font-family: Inter;
3250
3335
  font-style: normal;
@@ -3720,91 +3805,6 @@ input.rrg1fkn.ant-input {
3720
3805
  line-height: 12px;
3721
3806
  }
3722
3807
 
3723
- .s1fc623g {
3724
- width: 430px !important;
3725
- }
3726
-
3727
- .da3mx0o .ant-select-item-group {
3728
- padding: 8px 16px;
3729
- line-height: 18px;
3730
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3731
- height: 34px;
3732
- min-height: 34px;
3733
- box-sizing: border-box;
3734
- margin-top: 8px;
3735
- }
3736
-
3737
- .onr9gzt {
3738
- display: flex;
3739
- flex-direction: column;
3740
- margin: 1px 8px;
3741
- padding: 8px;
3742
- border-radius: 4px;
3743
- }
3744
- .onr9gzt .selected-icon {
3745
- display: none;
3746
- }
3747
- .onr9gzt.ant-select-item-option-grouped {
3748
- padding-left: 8px;
3749
- }
3750
- .onr9gzt.ant-select-item-option-selected {
3751
- background-color: white;
3752
- }
3753
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3754
- color: #0080ff;
3755
- }
3756
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3757
- display: block;
3758
- }
3759
- .onr9gzt.ant-select-item-option-active {
3760
- background: rgba(0, 136, 255, 0.16);
3761
- }
3762
- .onr9gzt.ant-select-item-option-active .timezone-title {
3763
- color: #0080ff;
3764
- }
3765
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3766
- background: rgba(0, 136, 255, 0.1);
3767
- color: #0080ff;
3768
- }
3769
-
3770
- .oiy0apc {
3771
- display: flex;
3772
- justify-content: space-between;
3773
- height: 20px;
3774
- line-height: 20px;
3775
- }
3776
- .oiy0apc .timezone-title {
3777
- color: #2d3a56;
3778
- overflow: hidden;
3779
- text-overflow: ellipsis;
3780
- }
3781
-
3782
- .of4y382 {
3783
- display: flex;
3784
- justify-content: space-between;
3785
- color: rgba(44, 56, 82, 0.6);
3786
- height: 18px;
3787
- line-height: 18px;
3788
- margin-top: 2px;
3789
- }
3790
-
3791
- .t19903l9 {
3792
- border: none;
3793
- margin-right: 0;
3794
- background: rgba(225, 230, 241, 0.6);
3795
- }
3796
-
3797
- .ohwbvxu {
3798
- pointer-events: none;
3799
- height: 32px;
3800
- width: 100%;
3801
- opacity: 0;
3802
- }
3803
-
3804
- .i1e4sgug {
3805
- display: inline-block;
3806
- }
3807
-
3808
3808
  .c198s9j3 {
3809
3809
  color: #2d3a56;
3810
3810
  line-height: 22px;