@cloudtower/eagle 0.34.23 → 0.34.25

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.
@@ -1458,22 +1458,6 @@ html body {
1458
1458
  border-radius: unset;
1459
1459
  }
1460
1460
 
1461
- .E_berrcjl {
1462
- color: rgba(10, 37, 85, 0.6);
1463
- margin-bottom: 4px;
1464
- }
1465
- .E_berrcjl .breadcrumb-link {
1466
- color: rgba(10, 37, 85, 0.6);
1467
- cursor: pointer;
1468
- transition: color 160ms ease;
1469
- }
1470
- .E_berrcjl .breadcrumb-link:hover {
1471
- color: #0080ff;
1472
- }
1473
- .E_berrcjl .breadcrumb-link:active {
1474
- color: #005ed1;
1475
- }
1476
-
1477
1461
  .E_c1uzzomf {
1478
1462
  margin-bottom: 16px;
1479
1463
  }
@@ -1496,6 +1480,35 @@ html body {
1496
1480
  text-align: center;
1497
1481
  }
1498
1482
 
1483
+ .E_berrcjl {
1484
+ color: rgba(10, 37, 85, 0.6);
1485
+ margin-bottom: 4px;
1486
+ }
1487
+ .E_berrcjl .breadcrumb-link {
1488
+ color: rgba(10, 37, 85, 0.6);
1489
+ cursor: pointer;
1490
+ transition: color 160ms ease;
1491
+ }
1492
+ .E_berrcjl .breadcrumb-link:hover {
1493
+ color: #0080ff;
1494
+ }
1495
+ .E_berrcjl .breadcrumb-link:active {
1496
+ color: #005ed1;
1497
+ }
1498
+
1499
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1500
+ padding: 4px 8px 0 8px;
1501
+ color: rgba(44, 56, 82, 0.6);
1502
+ font-size: 12px;
1503
+ }
1504
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1505
+ padding-bottom: 6px;
1506
+ }
1507
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1508
+ padding-top: 4px;
1509
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
1510
+ }
1511
+
1499
1512
  .E_d1bw7c5z {
1500
1513
  position: relative;
1501
1514
  max-width: 388px;
@@ -1579,19 +1592,6 @@ html body {
1579
1592
  width: 102px;
1580
1593
  }
1581
1594
 
1582
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1583
- padding: 4px 8px 0 8px;
1584
- color: rgba(44, 56, 82, 0.6);
1585
- font-size: 12px;
1586
- }
1587
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1588
- padding-bottom: 6px;
1589
- }
1590
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1591
- padding-top: 4px;
1592
- border-top: 1px solid rgba(211, 218, 235, 0.6);
1593
- }
1594
-
1595
1595
  .E_c1yyuluq {
1596
1596
  border-radius: 8px;
1597
1597
  }
@@ -1678,6 +1678,10 @@ html body {
1678
1678
  line-height: 18px;
1679
1679
  }
1680
1680
 
1681
+ .E_sx1bpnu .ant-input-sm {
1682
+ line-height: 18px;
1683
+ }
1684
+
1681
1685
  .E_itxley7.ant-input-group.ant-input-group-compact {
1682
1686
  display: flex;
1683
1687
  }
@@ -1836,10 +1840,6 @@ html body {
1836
1840
  width: 36px;
1837
1841
  }
1838
1842
 
1839
- .E_sx1bpnu .ant-input-sm {
1840
- line-height: 18px;
1841
- }
1842
-
1843
1843
  .E_i11gg7mj .ant-input-prefix {
1844
1844
  margin-right: 8px;
1845
1845
  }
@@ -1866,56 +1866,6 @@ html body {
1866
1866
  cursor: not-allowed;
1867
1867
  }
1868
1868
 
1869
- .E_ivqqkzv {
1870
- height: 24px;
1871
- width: 56px !important;
1872
- margin-right: 4px;
1873
- }
1874
-
1875
- .E_c1wk4q29 {
1876
- color: rgba(44, 56, 82, 0.6);
1877
- }
1878
-
1879
- .E_c1bus5hc {
1880
- --color: white;
1881
- height: 14px;
1882
- width: 14px;
1883
- border-radius: 50%;
1884
- flex-shrink: 0;
1885
- display: flex;
1886
- align-items: center;
1887
- justify-content: center;
1888
- border: 1px solid var(--color);
1889
- }
1890
- .E_c1bus5hc .circle-inner {
1891
- position: relative;
1892
- height: 10px;
1893
- width: 10px;
1894
- border-radius: 50%;
1895
- overflow: hidden;
1896
- }
1897
- .E_c1bus5hc .circle-content {
1898
- position: absolute;
1899
- height: 100%;
1900
- width: 100%;
1901
- left: 0;
1902
- top: 0;
1903
- border-radius: 50%;
1904
- background: linear-gradient(to right, var(--color) 50%, white 50%);
1905
- transform: rotate(180deg);
1906
- }
1907
- .E_c1bus5hc .circle-child {
1908
- position: absolute;
1909
- height: 100%;
1910
- width: 100%;
1911
- left: 0;
1912
- top: 0;
1913
- margin-left: 50%;
1914
- transform-origin: left;
1915
- background: white;
1916
- transform: rotate(0deg);
1917
- }
1918
-
1919
1869
  .E_s1dizucg.ant-switch {
1920
1870
  min-width: 40px;
1921
1871
  height: 24px;
@@ -1971,6 +1921,64 @@ html body {
1971
1921
  margin-left: 5px;
1972
1922
  }
1973
1923
 
1924
+ .E_tju3gfj .date {
1925
+ margin-right: 4px;
1926
+ }
1927
+
1928
+ .E_ivqqkzv {
1929
+ height: 24px;
1930
+ width: 56px !important;
1931
+ margin-right: 4px;
1932
+ }
1933
+
1934
+ .E_c1wk4q29 {
1935
+ color: rgba(44, 56, 82, 0.6);
1936
+ }
1937
+
1938
+ .E_iq1gosr {
1939
+ display: inline-block;
1940
+ }
1941
+
1942
+ .E_c1bus5hc {
1943
+ --color: white;
1944
+ height: 14px;
1945
+ width: 14px;
1946
+ border-radius: 50%;
1947
+ flex-shrink: 0;
1948
+ display: flex;
1949
+ align-items: center;
1950
+ justify-content: center;
1951
+ border: 1px solid var(--color);
1952
+ }
1953
+ .E_c1bus5hc .circle-inner {
1954
+ position: relative;
1955
+ height: 10px;
1956
+ width: 10px;
1957
+ border-radius: 50%;
1958
+ overflow: hidden;
1959
+ }
1960
+ .E_c1bus5hc .circle-content {
1961
+ position: absolute;
1962
+ height: 100%;
1963
+ width: 100%;
1964
+ left: 0;
1965
+ top: 0;
1966
+ border-radius: 50%;
1967
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
1968
+ transform: rotate(180deg);
1969
+ }
1970
+ .E_c1bus5hc .circle-child {
1971
+ position: absolute;
1972
+ height: 100%;
1973
+ width: 100%;
1974
+ left: 0;
1975
+ top: 0;
1976
+ margin-left: 50%;
1977
+ transform-origin: left;
1978
+ background: white;
1979
+ transform: rotate(0deg);
1980
+ }
1981
+
1974
1982
  .E_s1sck0th {
1975
1983
  padding: 0 8px;
1976
1984
  border-radius: 4px;
@@ -2053,6 +2061,17 @@ html body {
2053
2061
  background-color: #7E41FF;
2054
2062
  }
2055
2063
 
2064
+ .E_t1m2x205 .ant-tooltip-arrow {
2065
+ display: none;
2066
+ }
2067
+ .E_t1m2x205 .ant-tooltip-inner {
2068
+ background: rgba(23, 38, 64, 0.8);
2069
+ border-radius: 4px;
2070
+ }
2071
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
2072
+ visibility: hidden;
2073
+ }
2074
+
2056
2075
  .E_s1dni7lo {
2057
2076
  width: 430px !important;
2058
2077
  }
@@ -2134,23 +2153,19 @@ html body {
2134
2153
  opacity: 0;
2135
2154
  }
2136
2155
 
2137
- .E_tju3gfj .date {
2138
- margin-right: 4px;
2139
- }
2140
-
2141
- .E_iq1gosr {
2142
- display: inline-block;
2143
- }
2144
-
2145
- .E_t1m2x205 .ant-tooltip-arrow {
2146
- display: none;
2147
- }
2148
- .E_t1m2x205 .ant-tooltip-inner {
2149
- background: rgba(23, 38, 64, 0.8);
2150
- border-radius: 4px;
2156
+ .E_fzh9mnb {
2157
+ width: 100%;
2158
+ height: 100%;
2159
+ min-height: 124px;
2160
+ display: flex;
2161
+ flex-direction: column;
2162
+ justify-content: center;
2163
+ align-items: center;
2151
2164
  }
2152
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
2153
- visibility: hidden;
2165
+ .E_fzh9mnb .error-text {
2166
+ color: rgba(10, 37, 85, 0.6);
2167
+ margin-bottom: 16px;
2168
+ font-size: 18px;
2154
2169
  }
2155
2170
 
2156
2171
  .E_iouxfgt {
@@ -2171,11 +2186,38 @@ html body {
2171
2186
  animation: rotate 680ms linear infinite;
2172
2187
  }
2173
2188
 
2174
- .E_atcz0kf .ant-input-suffix {
2175
- margin-left: 8px;
2189
+ .E_f7pxqmh {
2190
+ width: 100%;
2191
+ margin-bottom: 0 !important;
2192
+ flex-flow: nowrap !important;
2193
+ line-break: auto;
2176
2194
  }
2177
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2178
- padding: 2px 7px 2px 12px;
2195
+ .E_f7pxqmh > .ant-form-item-label {
2196
+ text-align: left !important;
2197
+ padding-bottom: 0 !important;
2198
+ }
2199
+ .E_f7pxqmh > .ant-form-item-label > label {
2200
+ min-height: 32px;
2201
+ height: auto;
2202
+ font-size: 13px;
2203
+ color: rgba(44, 56, 82, 0.6);
2204
+ white-space: normal;
2205
+ }
2206
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
2207
+ border-color: #ff4d4f !important;
2208
+ }
2209
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
2210
+ border-color: #ff4d4f !important;
2211
+ }
2212
+ .E_f7pxqmh .ant-form-item-explain {
2213
+ margin-top: 4px;
2214
+ font-size: 12px;
2215
+ min-height: 0px;
2216
+ }
2217
+ .E_f7pxqmh .ant-form-item-extra {
2218
+ font-size: 12px;
2219
+ color: rgba(44, 56, 82, 0.6);
2220
+ min-height: 0px;
2179
2221
  }
2180
2222
 
2181
2223
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -2269,53 +2311,11 @@ html body {
2269
2311
  padding: 2px 8px;
2270
2312
  }
2271
2313
 
2272
- .E_fzh9mnb {
2273
- width: 100%;
2274
- height: 100%;
2275
- min-height: 124px;
2276
- display: flex;
2277
- flex-direction: column;
2278
- justify-content: center;
2279
- align-items: center;
2280
- }
2281
- .E_fzh9mnb .error-text {
2282
- color: rgba(10, 37, 85, 0.6);
2283
- margin-bottom: 16px;
2284
- font-size: 18px;
2285
- }
2286
-
2287
- .E_f7pxqmh {
2288
- width: 100%;
2289
- margin-bottom: 0 !important;
2290
- flex-flow: nowrap !important;
2291
- line-break: auto;
2292
- }
2293
- .E_f7pxqmh > .ant-form-item-label {
2294
- text-align: left !important;
2295
- padding-bottom: 0 !important;
2296
- }
2297
- .E_f7pxqmh > .ant-form-item-label > label {
2298
- min-height: 32px;
2299
- height: auto;
2300
- font-size: 13px;
2301
- color: rgba(44, 56, 82, 0.6);
2302
- white-space: normal;
2303
- }
2304
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
2305
- border-color: #ff4d4f !important;
2306
- }
2307
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
2308
- border-color: #ff4d4f !important;
2309
- }
2310
- .E_f7pxqmh .ant-form-item-explain {
2311
- margin-top: 4px;
2312
- font-size: 12px;
2313
- min-height: 0px;
2314
+ .E_atcz0kf .ant-input-suffix {
2315
+ margin-left: 8px;
2314
2316
  }
2315
- .E_f7pxqmh .ant-form-item-extra {
2316
- font-size: 12px;
2317
- color: rgba(44, 56, 82, 0.6);
2318
- min-height: 0px;
2317
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2318
+ padding: 2px 7px 2px 12px;
2319
2319
  }
2320
2320
 
2321
2321
  .E_i1inqkme {
@@ -2340,36 +2340,6 @@ html body {
2340
2340
  position: absolute;
2341
2341
  }
2342
2342
 
2343
- .E_a1b5xrg3 .user-icon-inner {
2344
- display: inline-flex;
2345
- align-items: center;
2346
- justify-content: center;
2347
- color: #fff;
2348
- font-weight: bold;
2349
- font-size: 12px;
2350
- width: 24px;
2351
- height: 24px;
2352
- border-radius: 50%;
2353
- background: var(--a1b5xrg3-0);
2354
- }
2355
- .E_a1b5xrg3.btn-item {
2356
- transition: all 160ms ease;
2357
- cursor: pointer;
2358
- width: 56px;
2359
- height: 40px;
2360
- display: inline-flex;
2361
- align-items: center;
2362
- justify-content: center;
2363
- border-radius: 6px;
2364
- }
2365
- .E_a1b5xrg3.btn-item:hover {
2366
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
2367
- }
2368
- .E_a1b5xrg3.btn-item:active {
2369
- transform: translateY(2px);
2370
- transition: all 320ms ease;
2371
- }
2372
-
2373
2343
  .E_cnujxq2 {
2374
2344
  display: flex;
2375
2345
  flex-direction: column;
@@ -3060,6 +3030,40 @@ input.E_rf8rlle.ant-input {
3060
3030
  color: rgba(44, 56, 82, 0.7490196078);
3061
3031
  }
3062
3032
 
3033
+ .E_a1b5xrg3 .user-icon-inner {
3034
+ display: inline-flex;
3035
+ align-items: center;
3036
+ justify-content: center;
3037
+ color: #fff;
3038
+ font-weight: bold;
3039
+ font-size: 12px;
3040
+ width: 24px;
3041
+ height: 24px;
3042
+ border-radius: 50%;
3043
+ background: var(--a1b5xrg3-0);
3044
+ }
3045
+ .E_a1b5xrg3.btn-item {
3046
+ transition: all 160ms ease;
3047
+ cursor: pointer;
3048
+ width: 56px;
3049
+ height: 40px;
3050
+ display: inline-flex;
3051
+ align-items: center;
3052
+ justify-content: center;
3053
+ border-radius: 6px;
3054
+ }
3055
+ .E_a1b5xrg3.btn-item:hover {
3056
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
3057
+ }
3058
+ .E_a1b5xrg3.btn-item:active {
3059
+ transform: translateY(2px);
3060
+ transition: all 320ms ease;
3061
+ }
3062
+
3063
+ .E_m196gn1d {
3064
+ min-width: 1280px;
3065
+ }
3066
+
3063
3067
  .E_dsnbhzf {
3064
3068
  font-family: Inter;
3065
3069
  font-style: normal;
@@ -3535,8 +3539,61 @@ input.E_rf8rlle.ant-input {
3535
3539
  line-height: 12px;
3536
3540
  }
3537
3541
 
3538
- .E_m196gn1d {
3539
- min-width: 1280px;
3542
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
3543
+ border-radius: 6px;
3544
+ }
3545
+ .E_s17wv897.ant-select.ant-select-single {
3546
+ width: 100%;
3547
+ color: #2d3a56;
3548
+ border-color: rgba(211, 218, 235, 0.6);
3549
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3550
+ font-size: 13px;
3551
+ }
3552
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
3553
+ height: 30px;
3554
+ }
3555
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
3556
+ height: 38px;
3557
+ font-size: 13px;
3558
+ }
3559
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
3560
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3561
+ transition: 160ms ease;
3562
+ }
3563
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
3564
+ color: #0080ff;
3565
+ }
3566
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3567
+ border-color: rgba(107, 128, 167, 0.6);
3568
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3569
+ }
3570
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3571
+ color: #0080ff;
3572
+ }
3573
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3574
+ border-color: #0080ff;
3575
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3576
+ }
3577
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3578
+ transform: rotate(180deg);
3579
+ }
3580
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3581
+ background: rgba(211, 218, 235, 0.6);
3582
+ border-color: rgba(172, 186, 211, 0.6);
3583
+ cursor: "not-allowed";
3584
+ }
3585
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3586
+ border-color: #f0483e !important;
3587
+ }
3588
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3589
+ color: #1d326c;
3590
+ }
3591
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3592
+ border-color: #0080ff;
3593
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3594
+ }
3595
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3596
+ transform: rotate(180deg);
3540
3597
  }
3541
3598
 
3542
3599
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
@@ -3666,63 +3723,6 @@ input.E_rf8rlle.ant-input {
3666
3723
  color: rgba(0, 21, 64, 0.3);
3667
3724
  }
3668
3725
 
3669
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
3670
- border-radius: 6px;
3671
- }
3672
- .E_s17wv897.ant-select.ant-select-single {
3673
- width: 100%;
3674
- color: #2d3a56;
3675
- border-color: rgba(211, 218, 235, 0.6);
3676
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3677
- font-size: 13px;
3678
- }
3679
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
3680
- height: 30px;
3681
- }
3682
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
3683
- height: 38px;
3684
- font-size: 13px;
3685
- }
3686
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
3687
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3688
- transition: 160ms ease;
3689
- }
3690
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
3691
- color: #0080ff;
3692
- }
3693
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3694
- border-color: rgba(107, 128, 167, 0.6);
3695
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3696
- }
3697
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3698
- color: #0080ff;
3699
- }
3700
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3701
- border-color: #0080ff;
3702
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3703
- }
3704
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3705
- transform: rotate(180deg);
3706
- }
3707
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3708
- background: rgba(211, 218, 235, 0.6);
3709
- border-color: rgba(172, 186, 211, 0.6);
3710
- cursor: "not-allowed";
3711
- }
3712
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3713
- border-color: #f0483e !important;
3714
- }
3715
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3716
- color: #1d326c;
3717
- }
3718
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3719
- border-color: #0080ff;
3720
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3721
- }
3722
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3723
- transform: rotate(180deg);
3724
- }
3725
-
3726
3726
  .E_oa99sl3 {
3727
3727
  display: flex;
3728
3728
  justify-content: space-between;
@@ -3763,41 +3763,33 @@ input.E_rf8rlle.ant-input {
3763
3763
  opacity: 0.8;
3764
3764
  }
3765
3765
 
3766
- .E_b1lj76ty {
3767
- width: 100%;
3768
- height: 100%;
3769
- margin: 0 auto;
3766
+ .E_ryby9ds {
3770
3767
  display: flex;
3771
- flex-direction: column;
3772
3768
  align-items: center;
3773
- justify-content: center;
3774
- color: rgba(0, 21, 64, 0.3);
3775
3769
  }
3776
- .E_b1lj76ty.large {
3777
- max-width: 648px;
3770
+ .E_ryby9ds .order {
3771
+ height: 24px;
3772
+ width: 24px;
3773
+ border-radius: 20px;
3774
+ color: #0080ff;
3775
+ background: rgba(0, 136, 255, 0.1);
3776
+ display: flex;
3777
+ align-items: center;
3778
+ justify-content: center;
3779
+ margin-right: 6px;
3778
3780
  }
3779
- .E_b1lj76ty.medium {
3780
- max-width: 412px;
3781
+
3782
+ .E_suhck3k {
3783
+ height: 24px;
3784
+ width: 24px;
3785
+ border-radius: 6px;
3786
+ padding: 4px;
3781
3787
  }
3782
- .E_b1lj76ty.gray {
3783
- background-color: rgba(237, 241, 250, 0.6);
3788
+ .E_suhck3k:hover {
3789
+ background-color: rgba(0, 136, 255, 0.1);
3784
3790
  }
3785
- .E_b1lj76ty.white {
3786
- background-color: rgba(255, 255, 255, 0.6);
3787
- }
3788
- .E_b1lj76ty .title {
3789
- margin-bottom: 4px;
3790
- }
3791
- .E_b1lj76ty .title,
3792
- .E_b1lj76ty .desc {
3793
- word-break: break-all;
3794
- text-align: center;
3795
- }
3796
- .E_b1lj76ty .action-button.middle {
3797
- margin-top: 16px;
3798
- }
3799
- .E_b1lj76ty .action-button.small {
3800
- margin-top: 8px;
3791
+ .E_suhck3k:hover svg path {
3792
+ fill: blue;
3801
3793
  }
3802
3794
 
3803
3795
  .E_hrhfj7c {
@@ -4054,33 +4046,41 @@ input.E_rf8rlle.ant-input {
4054
4046
  background-color: transparent;
4055
4047
  }
4056
4048
 
4057
- .E_suhck3k {
4058
- height: 24px;
4059
- width: 24px;
4060
- border-radius: 6px;
4061
- padding: 4px;
4049
+ .E_b1lj76ty {
4050
+ width: 100%;
4051
+ height: 100%;
4052
+ margin: 0 auto;
4053
+ display: flex;
4054
+ flex-direction: column;
4055
+ align-items: center;
4056
+ justify-content: center;
4057
+ color: rgba(0, 21, 64, 0.3);
4062
4058
  }
4063
- .E_suhck3k:hover {
4064
- background-color: rgba(0, 136, 255, 0.1);
4059
+ .E_b1lj76ty.large {
4060
+ max-width: 648px;
4065
4061
  }
4066
- .E_suhck3k:hover svg path {
4067
- fill: blue;
4062
+ .E_b1lj76ty.medium {
4063
+ max-width: 412px;
4068
4064
  }
4069
-
4070
- .E_ryby9ds {
4071
- display: flex;
4072
- align-items: center;
4065
+ .E_b1lj76ty.gray {
4066
+ background-color: rgba(237, 241, 250, 0.6);
4073
4067
  }
4074
- .E_ryby9ds .order {
4075
- height: 24px;
4076
- width: 24px;
4077
- border-radius: 20px;
4078
- color: #0080ff;
4079
- background: rgba(0, 136, 255, 0.1);
4080
- display: flex;
4081
- align-items: center;
4082
- justify-content: center;
4083
- margin-right: 6px;
4068
+ .E_b1lj76ty.white {
4069
+ background-color: rgba(255, 255, 255, 0.6);
4070
+ }
4071
+ .E_b1lj76ty .title {
4072
+ margin-bottom: 4px;
4073
+ }
4074
+ .E_b1lj76ty .title,
4075
+ .E_b1lj76ty .desc {
4076
+ word-break: break-all;
4077
+ text-align: center;
4078
+ }
4079
+ .E_b1lj76ty .action-button.middle {
4080
+ margin-top: 16px;
4081
+ }
4082
+ .E_b1lj76ty .action-button.small {
4083
+ margin-top: 8px;
4084
4084
  }
4085
4085
 
4086
4086
  .E_m5foqp8 {
@@ -4357,916 +4357,848 @@ input.E_rf8rlle.ant-input {
4357
4357
  transform: translateY(-4px);
4358
4358
  }
4359
4359
 
4360
- button.E_l48ei06.ant-btn,
4361
- button.E_l48ei06.ant-btn.ant-btn-sm,
4362
- button.E_l48ei06.ant-btn.ant-btn-lg {
4363
- font-size: 12px;
4364
- line-height: 18px;
4365
- height: 18px;
4366
- }
4367
-
4368
- button.E_l48ei06 {
4369
- color: #0080FF;
4370
- height: unset;
4371
- }
4372
- button.E_l48ei06 .button-prefix-icon {
4373
- margin-right: 4px;
4374
- }
4375
- button.E_l48ei06 .button-suffix-icon {
4376
- margin-left: 4px;
4377
- }
4378
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
4379
- color: #009DFF;
4380
- }
4381
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
4382
- color: #005ED1;
4383
- }
4384
- button.E_l48ei06.ui-kit-link-disabled {
4385
- color: #0080FF;
4360
+ .E_ckui4s7 {
4361
+ color: #2d3a56;
4362
+ line-height: 22px;
4363
+ display: inline-flex;
4386
4364
  }
4387
- button.E_l48ei06.ui-kit-link-primary {
4388
- color: #00122E;
4365
+ .E_ckui4s7 .ant-checkbox {
4366
+ height: 22px;
4367
+ display: flex;
4368
+ align-items: center;
4369
+ top: 0;
4389
4370
  }
4390
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
4391
- color: #0080FF;
4371
+ .E_ckui4s7 .ant-checkbox-checked::after {
4372
+ border: none;
4392
4373
  }
4393
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
4394
- color: #005ED1;
4374
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
4375
+ border-color: #0080ff;
4395
4376
  }
4396
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
4397
- color: #00122E;
4377
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
4378
+ border: 1px solid rgba(107, 128, 167, 0.6);
4398
4379
  }
4399
- button.E_l48ei06.ui-kit-link-secondary {
4400
- color: rgba(44, 56, 82, 0.7490196078);
4380
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4381
+ border: 1px solid #0080ff;
4401
4382
  }
4402
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
4403
- color: #0080FF;
4383
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4384
+ background: #0080ff;
4404
4385
  }
4405
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
4406
- color: #005ED1;
4386
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
4387
+ background-color: #fff;
4388
+ height: 2px;
4389
+ width: 10px;
4390
+ border-radius: 2px;
4407
4391
  }
4408
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
4409
- color: rgba(44, 56, 82, 0.7490196078);
4392
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
4393
+ opacity: 0.5;
4410
4394
  }
4411
-
4412
- .E_sddwhm6 {
4413
- margin: 0;
4414
- border-radius: 20px;
4415
- padding: 2px 10px;
4416
- height: 22px;
4395
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
4396
+ background: rgba(211, 218, 235, 0.6);
4397
+ border-color: rgba(107, 128, 167, 0.6) !important;
4417
4398
  }
4418
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
4419
- background-color: rgba(237, 241, 250, 0.6) !important;
4399
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
4400
+ border-color: #2d3a56;
4420
4401
  }
4421
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
4422
- background-color: rgba(225, 230, 241, 0.6) !important;
4402
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
4403
+ background: #2d3a56;
4423
4404
  }
4424
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
4425
- color: #00122e;
4405
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
4406
+ padding: 0;
4426
4407
  }
4427
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
4428
- margin-right: 6px;
4408
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
4409
+ display: inline-block;
4410
+ margin-left: 12px;
4411
+ color: #2d3a56;
4429
4412
  }
4430
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
4431
- margin-left: 8px;
4413
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
4414
+ margin-left: 28px;
4432
4415
  color: rgba(44, 56, 82, 0.6);
4433
4416
  }
4434
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
4435
- background-color: rgba(0, 136, 255, 0.1);
4436
- }
4437
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
4438
- background-color: #0080ff;
4439
- }
4440
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
4441
- background-color: rgba(0, 136, 255, 0.16);
4442
- }
4443
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
4444
- background-color: rgba(255, 74, 74, 0.1);
4445
- }
4446
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
4447
- background-color: #f0483e;
4448
- }
4449
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
4450
- background-color: rgba(255, 74, 74, 0.16);
4417
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
4418
+ margin-left: 8px;
4451
4419
  }
4452
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
4453
- background-color: rgba(254, 160, 8, 0.1);
4420
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
4421
+ margin-left: 24px;
4454
4422
  }
4455
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
4456
- background-color: #fea008;
4423
+
4424
+ .E_c1kghdax {
4425
+ color: #2d3a56;
4426
+ padding: 7px 12px;
4427
+ display: flex;
4428
+ justify-content: space-between;
4429
+ align-items: center;
4457
4430
  }
4458
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
4459
- background-color: rgba(255, 187, 0, 0.16);
4431
+ .E_c1kghdax.has-arrow {
4432
+ padding-left: 10px;
4460
4433
  }
4461
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
4462
- background-color: rgba(30, 201, 127, 0.1);
4434
+ .E_c1kghdax.has-arrow .title-wrapper {
4435
+ cursor: pointer;
4436
+ color: #00122e;
4463
4437
  }
4464
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
4465
- background-color: #00ba5d;
4438
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
4439
+ color: #2d3a56;
4440
+ font-weight: 600;
4466
4441
  }
4467
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
4468
- background-color: rgba(30, 201, 127, 0.16);
4442
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
4443
+ transform: rotate(90deg);
4469
4444
  }
4470
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
4471
- background-color: rgba(225, 230, 241, 0.6);
4445
+ .E_c1kghdax .sub-info {
4446
+ font-size: 12px;
4447
+ line-height: 18px;
4472
4448
  }
4473
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
4474
- background-color: #6b7d99;
4449
+ .E_c1kghdax .title-wrapper {
4450
+ display: flex;
4451
+ align-items: center;
4452
+ user-select: none;
4453
+ flex-grow: 1;
4454
+ font-size: 12px;
4455
+ line-height: 18px;
4456
+ color: #2d3a56;
4457
+ font-weight: 700;
4475
4458
  }
4476
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
4477
- background-color: rgba(211, 218, 235, 0.6);
4459
+ .E_c1kghdax .collapse-arrow {
4460
+ transition: all 50ms ease-out 0ms;
4461
+ margin-right: 2px;
4478
4462
  }
4479
4463
 
4480
- .E_satwmqm {
4481
- width: 8px;
4482
- height: 8px;
4483
- border-radius: 50%;
4484
- display: inline-block;
4464
+ .E_c1yd35n {
4465
+ padding: 0 12px 14px 12px;
4485
4466
  }
4486
4467
 
4487
- .E_tc97u5y {
4488
- height: 100%;
4468
+ .E_lht19u8 {
4469
+ width: 64px;
4470
+ height: 64px;
4471
+ display: flex;
4472
+ align-items: center;
4473
+ justify-content: center;
4474
+ position: relative;
4475
+ opacity: 0.2;
4489
4476
  }
4490
4477
 
4491
- .E_efzf37v .ant-table-content,
4492
- .E_efzf37v .ant-table-body {
4493
- overflow: visible !important;
4494
- height: 100%;
4478
+ .E_lk3gkp4 {
4479
+ position: absolute;
4480
+ width: 5px;
4481
+ height: 48px;
4482
+ left: 9.33px;
4483
+ top: 40.5px;
4484
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4485
+ border-radius: 5px;
4486
+ transform: rotate(-128deg);
4487
+ transform-origin: top left;
4488
+ animation: loading-indicator1 1100ms ease-out infinite;
4495
4489
  }
4496
- .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
4497
- height: 100%;
4490
+
4491
+ .E_ll4n94n {
4492
+ position: absolute;
4493
+ width: 5px;
4494
+ height: 48px;
4495
+ left: 40.8px;
4496
+ top: 8.4px;
4497
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4498
+ border-radius: 5px;
4499
+ transform: rotate(-8deg);
4500
+ transform-origin: top left;
4501
+ animation: loading-indicator2 1100ms ease-out infinite;
4498
4502
  }
4499
- .E_efzf37v table {
4500
- width: 100% !important;
4501
- height: 100%;
4503
+
4504
+ .E_l17lbdo6 {
4505
+ position: absolute;
4506
+ width: 5px;
4507
+ height: 48px;
4508
+ left: 52.9px;
4509
+ top: 51.8px;
4510
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4511
+ border-radius: 5px;
4512
+ transform: rotate(112deg);
4513
+ transform-origin: top left;
4514
+ animation: loading-indicator3 1100ms ease-out infinite;
4502
4515
  }
4503
- .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
4504
- padding: 15px 0;
4516
+
4517
+ .E_t1tbywr9 {
4518
+ width: 100%;
4519
+ flex: 1;
4520
+ display: flex;
4521
+ flex-direction: column;
4505
4522
  }
4506
- .E_efzf37v table thead.ant-table-thead {
4507
- display: none;
4523
+ .E_t1tbywr9.medium .tab-bar {
4524
+ height: 32px;
4508
4525
  }
4509
-
4510
- .E_t1fisho6 {
4511
- height: 100%;
4526
+ .E_t1tbywr9.medium .tab-bar .common-tab-bar {
4527
+ height: 32px;
4512
4528
  }
4513
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
4514
- padding-top: 6px;
4515
- padding-bottom: 6px;
4529
+ .E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
4530
+ height: 32px;
4531
+ border-top-left-radius: 6px;
4532
+ border-top-right-radius: 6px;
4533
+ padding-right: 16px;
4534
+ padding-left: 16px;
4535
+ font-size: 16px;
4516
4536
  }
4517
- .E_t1fisho6 .active-row td:nth-child(1) {
4518
- font-weight: 700;
4537
+ .E_t1tbywr9.small .tab-bar {
4538
+ height: 24px;
4519
4539
  }
4520
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
4521
- font-weight: 700;
4540
+ .E_t1tbywr9.small .tab-bar .common-tab-bar {
4541
+ height: 24px;
4522
4542
  }
4523
- .E_t1fisho6 .ant-spin-nested-loading {
4524
- height: 100%;
4543
+ .E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
4544
+ height: 24px;
4545
+ border-top-left-radius: 4px;
4546
+ border-top-right-radius: 4px;
4547
+ padding-right: 12px;
4548
+ padding-left: 12px;
4549
+ font-size: 14px;
4525
4550
  }
4526
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
4527
- height: 100%;
4528
- overflow: visible;
4551
+ .E_t1tbywr9 .tab-bar {
4552
+ max-width: 100%;
4553
+ display: flex;
4554
+ place-items: center;
4555
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
4529
4556
  }
4530
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
4531
- max-height: none;
4557
+ .E_t1tbywr9 .tab-bar .common-tab-bar {
4558
+ overflow: hidden;
4559
+ display: flex;
4560
+ place-items: center;
4532
4561
  }
4533
- .E_t1fisho6 td.ant-table-column-sort {
4534
- background: transparent;
4562
+ .E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
4563
+ padding-left: 0px;
4535
4564
  }
4536
- .E_t1fisho6 td.ant-table-cell-fix-left,
4537
- .E_t1fisho6 td.ant-table-cell-fix-right {
4538
- background: #fff;
4539
- padding: 0 !important;
4565
+ .E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
4566
+ margin-left: 12px;
4567
+ position: relative;
4540
4568
  }
4541
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
4542
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
4569
+ .E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
4570
+ content: "";
4571
+ width: 1px;
4572
+ height: 24px;
4573
+ background: rgba(172, 186, 211, 0.6);
4574
+ position: absolute;
4575
+ left: -6px;
4576
+ top: 50%;
4577
+ transform: translateY(-50%);
4578
+ }
4579
+ .E_t1tbywr9 .tab-bar .tab-item-title {
4580
+ flex-shrink: 0;
4543
4581
  display: flex;
4544
- align-items: center;
4545
- height: 100%;
4546
- padding: 8px;
4582
+ place-items: center;
4583
+ cursor: pointer;
4584
+ color: rgba(44, 56, 82, 0.75);
4585
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
4547
4586
  }
4548
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
4549
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
4550
- overflow: hidden;
4551
- text-overflow: ellipsis;
4552
- width: 100%;
4587
+ .E_t1tbywr9 .tab-bar .tab-item-title:hover {
4588
+ padding-left: 16px;
4589
+ color: #0080ff;
4590
+ background: rgba(0, 136, 255, 0.1607843137);
4553
4591
  }
4554
- .E_t1fisho6 .ant-table-container {
4555
- height: 100%;
4592
+ .E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
4593
+ margin-left: 2px;
4556
4594
  }
4557
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
4558
- box-shadow: none !important;
4595
+ .E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
4596
+ width: 16px;
4597
+ height: 16px;
4598
+ padding: 0;
4599
+ border-radius: 2px;
4600
+ margin-left: 8px;
4559
4601
  }
4560
- .E_t1fisho6 div.ant-table {
4561
- border-radius: 0px;
4562
- border-left: none;
4563
- border-right: none;
4564
- border-bottom: none;
4565
- height: 100%;
4566
- font-size: 12px;
4567
- background: transparent;
4602
+ .E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
4603
+ margin-left: 8px;
4568
4604
  }
4569
- .E_t1fisho6 div.ant-table .ant-table-header {
4570
- position: relative;
4571
- z-index: 3;
4572
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
4573
- margin-bottom: -1px;
4605
+ .E_t1tbywr9 .tab-bar .tab-item-title.__selected {
4606
+ padding-left: 16px;
4607
+ background: rgba(0, 136, 255, 0.1);
4608
+ color: #0080ff;
4574
4609
  }
4575
- .E_t1fisho6 div.ant-table .time-wrapper .date,
4576
- .E_t1fisho6 div.ant-table .value {
4577
- color: #2d3a56;
4610
+ .E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
4611
+ display: none;
4578
4612
  }
4579
- .E_t1fisho6 div.ant-table .time-wrapper .time,
4580
- .E_t1fisho6 div.ant-table .unit {
4581
- color: rgba(44, 56, 82, 0.6);
4613
+
4614
+ .E_ti12z2.ant-dropdown-open {
4615
+ color: #0080ff;
4616
+ background: rgba(211, 218, 235, 0.6);
4582
4617
  }
4583
- .E_t1fisho6 div.ant-table .ant-table-selection {
4584
- position: unset;
4585
- text-align: center;
4618
+
4619
+ .E_m19lu3v {
4620
+ cursor: default;
4586
4621
  }
4587
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
4622
+ .E_m19lu3v .menu-wrapper {
4623
+ min-width: 160px;
4624
+ max-width: 400px;
4625
+ padding: 6px;
4588
4626
  background: #fff;
4627
+ box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
4628
+ border-radius: 8px;
4629
+ max-height: calc(100vh - 250px);
4630
+ overflow: auto;
4589
4631
  }
4590
- .E_t1fisho6 div.ant-table .anticon-setting {
4591
- cursor: pointer;
4592
- position: absolute;
4593
- top: 50%;
4594
- right: 12px;
4595
- transform: translateY(-50%);
4632
+ .E_m19lu3v .menu-wrapper .tab-menu-item {
4633
+ display: flex;
4634
+ place-items: center;
4635
+ width: var(--itemWidth);
4596
4636
  }
4597
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
4598
- box-shadow: none;
4599
- width: 1px;
4600
- background: rgba(213, 219, 227, 0.6);
4637
+ .E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
4638
+ margin-top: 8px;
4601
4639
  }
4602
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
4603
- box-shadow: none;
4604
- width: 1px;
4605
- background: rgba(213, 219, 227, 0.6);
4640
+ .E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
4641
+ padding: 6px;
4642
+ background: rgba(0, 136, 255, 0.1);
4643
+ color: #0080ff;
4606
4644
  }
4607
- .E_t1fisho6 div.ant-table .ant-table-tbody {
4608
- position: relative;
4645
+ .E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
4646
+ font-family: Inter;
4647
+ font-style: normal;
4648
+ font-weight: bold !important;
4609
4649
  }
4610
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
4611
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4612
- border-bottom: 1px solid white;
4613
- height: 40px;
4614
- vertical-align: middle;
4615
- transition: background 0ms;
4616
- color: #00122e;
4650
+ .E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
4651
+ padding: 5px 12px;
4652
+ border-radius: 4px;
4617
4653
  }
4618
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
4619
- background: #f2f5fa;
4620
- border-bottom-color: #f2f5fa;
4654
+ .E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
4655
+ color: #0080ff;
4656
+ background: rgba(211, 218, 235, 0.6);
4621
4657
  }
4622
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
4623
- height: auto;
4624
- color: #00122e;
4625
- font-size: 12px;
4658
+ .E_m19lu3v .menu-wrapper .tab-menu-item-text {
4626
4659
  text-align: left;
4627
- transition: none;
4660
+ flex: 1;
4628
4661
  overflow: hidden;
4629
4662
  text-overflow: ellipsis;
4630
4663
  white-space: nowrap;
4631
4664
  }
4632
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
4633
- color: #0096ff;
4634
- }
4635
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
4636
- overflow: hidden;
4637
- text-overflow: ellipsis;
4638
- width: 100%;
4639
- vertical-align: middle;
4665
+
4666
+ .E_i1bmwe2m {
4667
+ margin: auto;
4668
+ cursor: pointer;
4669
+ line-height: normal;
4670
+ height: 16px;
4671
+ margin-right: 3px;
4640
4672
  }
4641
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
4642
- line-height: 0px;
4673
+ .E_i1bmwe2m .icon-inner {
4674
+ display: block;
4675
+ height: 16px;
4643
4676
  }
4644
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
4645
- padding-right: 25px;
4677
+
4678
+ .E_sddwhm6 {
4679
+ margin: 0;
4680
+ border-radius: 20px;
4681
+ padding: 2px 10px;
4682
+ height: 22px;
4646
4683
  }
4647
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
4648
- border-top-color: transparent;
4684
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
4685
+ background-color: rgba(237, 241, 250, 0.6) !important;
4649
4686
  }
4650
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
4651
- background: rgba(225, 230, 241, 0.6);
4652
- border-color: transparent transparent white;
4687
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
4688
+ background-color: rgba(225, 230, 241, 0.6) !important;
4653
4689
  }
4654
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
4655
- border-radius: 8px 0 0 8px;
4690
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
4691
+ color: #00122e;
4656
4692
  }
4657
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
4658
- border-radius: 8px 0 0 8px;
4693
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
4694
+ margin-right: 6px;
4659
4695
  }
4660
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
4661
- content: "";
4662
- width: 4px;
4663
- top: -1px;
4664
- bottom: -1px;
4665
- background: white;
4696
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
4697
+ margin-left: 8px;
4698
+ color: rgba(44, 56, 82, 0.6);
4666
4699
  }
4667
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
4668
- border-radius: 0 8px 8px 0;
4700
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
4701
+ background-color: rgba(0, 136, 255, 0.1);
4669
4702
  }
4670
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
4671
- border-radius: 0;
4672
- background: white;
4673
- border-top: none;
4703
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
4704
+ background-color: #0080ff;
4674
4705
  }
4675
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
4676
- border-top: 1px solid transparent;
4677
- border-radius: 0 8px 8px 0;
4678
- background: rgba(225, 230, 241, 0.6);
4706
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
4707
+ background-color: rgba(0, 136, 255, 0.16);
4679
4708
  }
4680
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
4681
- background: white;
4682
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4709
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
4710
+ background-color: rgba(255, 74, 74, 0.1);
4683
4711
  }
4684
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
4685
- display: flex;
4686
- align-items: center;
4687
- height: 100%;
4688
- background: rgba(225, 230, 241, 0.6);
4712
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
4713
+ background-color: #f0483e;
4689
4714
  }
4690
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
4691
- background: white;
4692
- border-top: 1px solid rgba(211, 218, 235, 0.6);
4715
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
4716
+ background-color: rgba(255, 74, 74, 0.16);
4693
4717
  }
4694
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
4695
- display: flex;
4696
- align-items: center;
4697
- height: 100%;
4698
- background: rgba(225, 230, 241, 0.6);
4718
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
4719
+ background-color: rgba(254, 160, 8, 0.1);
4699
4720
  }
4700
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
4701
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
4721
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
4722
+ background-color: #fea008;
4702
4723
  }
4703
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
4704
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
4705
- border-radius: 8px;
4724
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
4725
+ background-color: rgba(255, 187, 0, 0.16);
4706
4726
  }
4707
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
4708
- border-top-color: white;
4727
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
4728
+ background-color: rgba(30, 201, 127, 0.1);
4709
4729
  }
4710
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
4711
- background: rgba(0, 136, 255, 0.1);
4712
- border-bottom-color: transparent;
4713
- border-top-color: transparent;
4730
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
4731
+ background-color: #00ba5d;
4714
4732
  }
4715
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
4716
- border-radius: 8px 0 0 8px;
4733
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
4734
+ background-color: rgba(30, 201, 127, 0.16);
4717
4735
  }
4718
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
4719
- border-radius: 0 8px 8px 0;
4736
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
4737
+ background-color: rgba(225, 230, 241, 0.6);
4720
4738
  }
4721
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
4722
- background: rgba(0, 136, 255, 0.1);
4739
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
4740
+ background-color: #6b7d99;
4723
4741
  }
4724
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
4725
- background: #fff;
4726
- font-weight: 400;
4727
- position: relative;
4728
- border-bottom: none;
4729
- color: #00122e;
4730
- transition: none;
4731
- padding: 14px 8px 14px 8px;
4732
- line-height: 20px;
4742
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
4743
+ background-color: rgba(211, 218, 235, 0.6);
4733
4744
  }
4734
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
4735
- content: "";
4736
- width: 1px;
4737
- top: 0;
4738
- bottom: 0;
4739
- background: rgba(211, 218, 235, 0.6);
4740
- position: absolute;
4741
- right: 0;
4745
+
4746
+ .E_satwmqm {
4747
+ width: 8px;
4748
+ height: 8px;
4749
+ border-radius: 50%;
4750
+ display: inline-block;
4742
4751
  }
4743
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
4744
- padding: unset;
4752
+
4753
+ button.E_l48ei06.ant-btn,
4754
+ button.E_l48ei06.ant-btn.ant-btn-sm,
4755
+ button.E_l48ei06.ant-btn.ant-btn-lg {
4756
+ font-size: 12px;
4757
+ line-height: 18px;
4758
+ height: 18px;
4745
4759
  }
4746
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
4747
- display: none;
4760
+
4761
+ button.E_l48ei06 {
4762
+ color: #0080FF;
4763
+ height: unset;
4748
4764
  }
4749
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
4750
- width: 100%;
4751
- overflow: hidden;
4752
- white-space: nowrap;
4753
- text-overflow: ellipsis;
4765
+ button.E_l48ei06 .button-prefix-icon {
4766
+ margin-right: 4px;
4754
4767
  }
4755
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
4756
- overflow: hidden;
4757
- text-overflow: ellipsis;
4758
- flex: 1;
4768
+ button.E_l48ei06 .button-suffix-icon {
4769
+ margin-left: 4px;
4759
4770
  }
4760
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
4761
- padding: 15px 25px 15px 8px;
4771
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
4772
+ color: #009DFF;
4762
4773
  }
4763
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
4764
- padding: 0;
4774
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
4775
+ color: #005ED1;
4765
4776
  }
4766
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
4767
- position: absolute;
4768
- right: 6px;
4769
- top: 50%;
4770
- transform: translateY(-50%);
4771
- height: 16px;
4772
- display: none;
4773
- transition: transform 320ms ease;
4777
+ button.E_l48ei06.ui-kit-link-disabled {
4778
+ color: #0080FF;
4774
4779
  }
4775
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
4776
- display: block;
4777
- transform: translateY(-50%) rotateX(180deg);
4780
+ button.E_l48ei06.ui-kit-link-primary {
4781
+ color: #00122E;
4778
4782
  }
4779
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
4780
- display: block;
4783
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
4784
+ color: #0080FF;
4781
4785
  }
4782
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
4783
- display: none;
4786
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
4787
+ color: #005ED1;
4784
4788
  }
4785
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
4786
- transform: translateY(-50%);
4789
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
4790
+ color: #00122E;
4787
4791
  }
4788
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
4789
- transform: translateY(-50%) rotateX(180deg);
4792
+ button.E_l48ei06.ui-kit-link-secondary {
4793
+ color: rgba(44, 56, 82, 0.7490196078);
4790
4794
  }
4791
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
4792
- background: #f2f5fa;
4795
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
4796
+ color: #0080FF;
4793
4797
  }
4794
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
4795
- display: block;
4798
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
4799
+ color: #005ED1;
4796
4800
  }
4797
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
4798
- padding-right: 25px;
4801
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
4802
+ color: rgba(44, 56, 82, 0.7490196078);
4799
4803
  }
4800
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
4801
- padding: 0 !important;
4804
+
4805
+ .E_tc97u5y {
4806
+ height: 100%;
4802
4807
  }
4803
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
4804
- position: absolute;
4805
- left: 50%;
4806
- top: 50%;
4807
- transform: translate(-50%, -50%);
4808
+
4809
+ .E_efzf37v .ant-table-content,
4810
+ .E_efzf37v .ant-table-body {
4811
+ overflow: visible !important;
4812
+ height: 100%;
4808
4813
  }
4809
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
4810
- display: none;
4814
+ .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
4815
+ height: 100%;
4811
4816
  }
4812
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
4813
- background: #fff;
4817
+ .E_efzf37v table {
4818
+ width: 100% !important;
4819
+ height: 100%;
4814
4820
  }
4815
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
4816
- background: inherit;
4821
+ .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
4822
+ padding: 15px 0;
4817
4823
  }
4818
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
4819
- position: static;
4820
- border: none;
4821
- background: inherit !important;
4822
- height: 100px;
4823
- vertical-align: middle;
4824
+ .E_efzf37v table thead.ant-table-thead {
4825
+ display: none;
4824
4826
  }
4825
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
4826
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
4827
- font-weight: bold;
4828
- font-size: 20px;
4829
- color: rgba(10, 37, 85, 0.6);
4827
+
4828
+ .E_t1fisho6 {
4829
+ height: 100%;
4830
4830
  }
4831
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
4832
- .E_t1fisho6 div.ant-table th.cell__action_ {
4833
- z-index: 10;
4831
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
4832
+ padding-top: 6px;
4833
+ padding-bottom: 6px;
4834
4834
  }
4835
- .E_t1fisho6 div.ant-table td.cell__action_ {
4836
- padding: 0 !important;
4837
- position: relative;
4838
- background: #fff;
4835
+ .E_t1fisho6 .active-row td:nth-child(1) {
4836
+ font-weight: 700;
4839
4837
  }
4840
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
4838
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
4839
+ font-weight: 700;
4840
+ }
4841
+ .E_t1fisho6 .ant-spin-nested-loading {
4841
4842
  height: 100%;
4842
- display: flex;
4843
- align-items: center;
4844
- justify-content: flex-end;
4845
- padding-right: 8px;
4846
4843
  }
4847
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
4848
- width: 24px;
4849
- height: 24px;
4850
- cursor: pointer;
4851
- justify-content: center;
4852
- border-radius: 4px;
4844
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
4845
+ height: 100%;
4846
+ overflow: visible;
4853
4847
  }
4854
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
4855
- background: #fff;
4848
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
4849
+ max-height: none;
4856
4850
  }
4857
-
4858
- .E_w7ob4th.outside-tag {
4859
- padding-left: 0;
4851
+ .E_t1fisho6 td.ant-table-column-sort {
4852
+ background: transparent;
4860
4853
  }
4861
- .E_w7ob4th.outside-tag .inside-tag {
4862
- border-radius: 4px 0 0 4px;
4863
- padding-right: 4px;
4864
- margin-right: 4px;
4854
+ .E_t1fisho6 td.ant-table-cell-fix-left,
4855
+ .E_t1fisho6 td.ant-table-cell-fix-right {
4856
+ background: #fff;
4857
+ padding: 0 !important;
4865
4858
  }
4866
-
4867
- .E_lht19u8 {
4868
- width: 64px;
4869
- height: 64px;
4859
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
4860
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
4870
4861
  display: flex;
4871
4862
  align-items: center;
4872
- justify-content: center;
4873
- position: relative;
4874
- opacity: 0.2;
4875
- }
4876
-
4877
- .E_lk3gkp4 {
4878
- position: absolute;
4879
- width: 5px;
4880
- height: 48px;
4881
- left: 9.33px;
4882
- top: 40.5px;
4883
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4884
- border-radius: 5px;
4885
- transform: rotate(-128deg);
4886
- transform-origin: top left;
4887
- animation: loading-indicator1 1100ms ease-out infinite;
4863
+ height: 100%;
4864
+ padding: 8px;
4888
4865
  }
4889
-
4890
- .E_ll4n94n {
4891
- position: absolute;
4892
- width: 5px;
4893
- height: 48px;
4894
- left: 40.8px;
4895
- top: 8.4px;
4896
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4897
- border-radius: 5px;
4898
- transform: rotate(-8deg);
4899
- transform-origin: top left;
4900
- animation: loading-indicator2 1100ms ease-out infinite;
4866
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
4867
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
4868
+ overflow: hidden;
4869
+ text-overflow: ellipsis;
4870
+ width: 100%;
4901
4871
  }
4902
-
4903
- .E_l17lbdo6 {
4904
- position: absolute;
4905
- width: 5px;
4906
- height: 48px;
4907
- left: 52.9px;
4908
- top: 51.8px;
4909
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4910
- border-radius: 5px;
4911
- transform: rotate(112deg);
4912
- transform-origin: top left;
4913
- animation: loading-indicator3 1100ms ease-out infinite;
4872
+ .E_t1fisho6 .ant-table-container {
4873
+ height: 100%;
4914
4874
  }
4915
-
4916
- .E_c1kghdax {
4917
- color: #2d3a56;
4918
- padding: 7px 12px;
4919
- display: flex;
4920
- justify-content: space-between;
4921
- align-items: center;
4875
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
4876
+ box-shadow: none !important;
4922
4877
  }
4923
- .E_c1kghdax.has-arrow {
4924
- padding-left: 10px;
4878
+ .E_t1fisho6 div.ant-table {
4879
+ border-radius: 0px;
4880
+ border-left: none;
4881
+ border-right: none;
4882
+ border-bottom: none;
4883
+ height: 100%;
4884
+ font-size: 12px;
4885
+ background: transparent;
4925
4886
  }
4926
- .E_c1kghdax.has-arrow .title-wrapper {
4927
- cursor: pointer;
4928
- color: #00122e;
4887
+ .E_t1fisho6 div.ant-table .ant-table-header {
4888
+ position: relative;
4889
+ z-index: 3;
4890
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
4891
+ margin-bottom: -1px;
4929
4892
  }
4930
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
4893
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
4894
+ .E_t1fisho6 div.ant-table .value {
4931
4895
  color: #2d3a56;
4932
- font-weight: 600;
4933
4896
  }
4934
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
4935
- transform: rotate(90deg);
4897
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
4898
+ .E_t1fisho6 div.ant-table .unit {
4899
+ color: rgba(44, 56, 82, 0.6);
4936
4900
  }
4937
- .E_c1kghdax .sub-info {
4938
- font-size: 12px;
4939
- line-height: 18px;
4901
+ .E_t1fisho6 div.ant-table .ant-table-selection {
4902
+ position: unset;
4903
+ text-align: center;
4940
4904
  }
4941
- .E_c1kghdax .title-wrapper {
4942
- display: flex;
4943
- align-items: center;
4944
- user-select: none;
4945
- flex-grow: 1;
4946
- font-size: 12px;
4947
- line-height: 18px;
4948
- color: #2d3a56;
4949
- font-weight: 700;
4905
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
4906
+ background: #fff;
4950
4907
  }
4951
- .E_c1kghdax .collapse-arrow {
4952
- transition: all 50ms ease-out 0ms;
4953
- margin-right: 2px;
4908
+ .E_t1fisho6 div.ant-table .anticon-setting {
4909
+ cursor: pointer;
4910
+ position: absolute;
4911
+ top: 50%;
4912
+ right: 12px;
4913
+ transform: translateY(-50%);
4954
4914
  }
4955
-
4956
- .E_ckui4s7 {
4957
- color: #2d3a56;
4958
- line-height: 22px;
4959
- display: inline-flex;
4915
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
4916
+ box-shadow: none;
4917
+ width: 1px;
4918
+ background: rgba(213, 219, 227, 0.6);
4960
4919
  }
4961
- .E_ckui4s7 .ant-checkbox {
4962
- height: 22px;
4963
- display: flex;
4964
- align-items: center;
4965
- top: 0;
4920
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
4921
+ box-shadow: none;
4922
+ width: 1px;
4923
+ background: rgba(213, 219, 227, 0.6);
4966
4924
  }
4967
- .E_ckui4s7 .ant-checkbox-checked::after {
4968
- border: none;
4925
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
4926
+ position: relative;
4969
4927
  }
4970
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
4971
- border-color: #0080ff;
4928
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
4929
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
4930
+ border-bottom: 1px solid white;
4931
+ height: 40px;
4932
+ vertical-align: middle;
4933
+ transition: background 0ms;
4934
+ color: #00122e;
4972
4935
  }
4973
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
4974
- border: 1px solid rgba(107, 128, 167, 0.6);
4936
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
4937
+ background: #f2f5fa;
4938
+ border-bottom-color: #f2f5fa;
4975
4939
  }
4976
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4977
- border: 1px solid #0080ff;
4940
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
4941
+ height: auto;
4942
+ color: #00122e;
4943
+ font-size: 12px;
4944
+ text-align: left;
4945
+ transition: none;
4946
+ overflow: hidden;
4947
+ text-overflow: ellipsis;
4948
+ white-space: nowrap;
4978
4949
  }
4979
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4980
- background: #0080ff;
4950
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
4951
+ color: #0096ff;
4981
4952
  }
4982
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
4983
- background-color: #fff;
4984
- height: 2px;
4985
- width: 10px;
4986
- border-radius: 2px;
4953
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
4954
+ overflow: hidden;
4955
+ text-overflow: ellipsis;
4956
+ width: 100%;
4957
+ vertical-align: middle;
4987
4958
  }
4988
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
4989
- opacity: 0.5;
4959
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
4960
+ line-height: 0px;
4990
4961
  }
4991
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
4992
- background: rgba(211, 218, 235, 0.6);
4993
- border-color: rgba(107, 128, 167, 0.6) !important;
4962
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
4963
+ padding-right: 25px;
4994
4964
  }
4995
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
4996
- border-color: #2d3a56;
4965
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
4966
+ border-top-color: transparent;
4997
4967
  }
4998
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
4999
- background: #2d3a56;
4968
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
4969
+ background: rgba(225, 230, 241, 0.6);
4970
+ border-color: transparent transparent white;
5000
4971
  }
5001
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
5002
- padding: 0;
4972
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
4973
+ border-radius: 8px 0 0 8px;
4974
+ }
4975
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
4976
+ border-radius: 8px 0 0 8px;
5003
4977
  }
5004
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
5005
- display: inline-block;
5006
- margin-left: 12px;
5007
- color: #2d3a56;
4978
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
4979
+ content: "";
4980
+ width: 4px;
4981
+ top: -1px;
4982
+ bottom: -1px;
4983
+ background: white;
5008
4984
  }
5009
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
5010
- margin-left: 28px;
5011
- color: rgba(44, 56, 82, 0.6);
4985
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
4986
+ border-radius: 0 8px 8px 0;
5012
4987
  }
5013
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
5014
- margin-left: 8px;
4988
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
4989
+ border-radius: 0;
4990
+ background: white;
4991
+ border-top: none;
5015
4992
  }
5016
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
5017
- margin-left: 24px;
4993
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
4994
+ border-top: 1px solid transparent;
4995
+ border-radius: 0 8px 8px 0;
4996
+ background: rgba(225, 230, 241, 0.6);
5018
4997
  }
5019
-
5020
- .E_c1yd35n {
5021
- padding: 0 12px 14px 12px;
4998
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
4999
+ background: white;
5000
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
5022
5001
  }
5023
-
5024
- .E_r77hffu {
5002
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
5025
5003
  display: flex;
5026
5004
  align-items: center;
5027
- justify-content: space-between;
5028
- column-gap: 6px;
5005
+ height: 100%;
5006
+ background: rgba(225, 230, 241, 0.6);
5029
5007
  }
5030
-
5031
- .E_p1cmxsf7 {
5008
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
5009
+ background: white;
5010
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
5011
+ }
5012
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
5032
5013
  display: flex;
5033
- flex-direction: column;
5034
- justify-content: center;
5035
- row-gap: var(--p1cmxsf7-0);
5014
+ align-items: center;
5015
+ height: 100%;
5016
+ background: rgba(225, 230, 241, 0.6);
5036
5017
  }
5037
- .E_p1cmxsf7 .antd5-progress-line {
5038
- font-size: 0;
5039
- margin-bottom: unset;
5040
- margin-inline-end: unset;
5018
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
5019
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
5041
5020
  }
5042
-
5043
- .E_sjob3jg {
5044
- --item-min-width: 60px;
5021
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
5022
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
5023
+ border-radius: 8px;
5045
5024
  }
5046
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
5047
- display: none !important;
5025
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
5026
+ border-top-color: white;
5048
5027
  }
5049
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
5050
- flex-shrink: 0 !important;
5028
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
5029
+ background: rgba(0, 136, 255, 0.1);
5030
+ border-bottom-color: transparent;
5031
+ border-top-color: transparent;
5051
5032
  }
5052
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
5053
- color: #0080ff;
5033
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
5034
+ border-radius: 8px 0 0 8px;
5054
5035
  }
5055
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5056
- color: #0080ff;
5057
- font-weight: normal;
5036
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
5037
+ border-radius: 0 8px 8px 0;
5058
5038
  }
5059
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
5060
- color: rgba(44, 56, 82, 0.6);
5039
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
5040
+ background: rgba(0, 136, 255, 0.1);
5061
5041
  }
5062
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5042
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
5043
+ background: #fff;
5044
+ font-weight: 400;
5045
+ position: relative;
5046
+ border-bottom: none;
5063
5047
  color: #00122e;
5048
+ transition: none;
5049
+ padding: 14px 8px 14px 8px;
5050
+ line-height: 20px;
5064
5051
  }
5065
- .E_sjob3jg .step-item-text {
5066
- display: inline-block;
5052
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
5053
+ content: "";
5054
+ width: 1px;
5055
+ top: 0;
5056
+ bottom: 0;
5057
+ background: rgba(211, 218, 235, 0.6);
5058
+ position: absolute;
5059
+ right: 0;
5067
5060
  }
5068
- .E_sjob3jg .step-item-title {
5061
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
5062
+ padding: unset;
5063
+ }
5064
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
5065
+ display: none;
5066
+ }
5067
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
5068
+ width: 100%;
5069
5069
  overflow: hidden;
5070
5070
  white-space: nowrap;
5071
5071
  text-overflow: ellipsis;
5072
5072
  }
5073
-
5074
- .E_hjvj6s6 .ant-steps-item-container {
5075
- min-width: var(--item-min-width);
5076
- }
5077
- .E_hjvj6s6 .ant-steps-item-disabled {
5078
- cursor: not-allowed !important;
5079
- }
5080
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
5081
- flex-direction: row;
5082
- justify-content: stretch;
5083
- }
5084
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
5085
- padding: 0;
5086
- margin-right: 4px;
5073
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
5074
+ overflow: hidden;
5075
+ text-overflow: ellipsis;
5087
5076
  flex: 1;
5088
- overflow: visible;
5089
5077
  }
5090
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
5091
- width: 100%;
5092
- min-height: unset;
5078
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
5079
+ padding: 15px 25px 15px 8px;
5093
5080
  }
5094
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
5095
- height: 26px;
5096
- line-height: 26px;
5097
- width: 100%;
5081
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
5098
5082
  padding: 0;
5099
- font-size: 12px;
5100
- }
5101
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
5102
- margin-right: 10px;
5103
- }
5104
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
5105
- display: none;
5106
- }
5107
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
5108
- padding-left: 8px;
5109
- padding-right: 4px;
5110
- border-radius: 4px 0 0 4px;
5111
- }
5112
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
5113
- margin-right: 0;
5114
5083
  }
5115
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
5116
- padding-right: 8px;
5117
- padding-left: 12px;
5118
- border-radius: 0 4px 4px 0;
5119
- }
5120
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
5121
- content: "";
5122
- width: 0;
5123
- height: 0;
5124
- border: 13px solid transparent;
5125
- position: absolute;
5126
- top: 0;
5127
- border-left: 8px solid rgba(237, 241, 250, 0.6);
5128
- z-index: 2;
5129
- position: relative;
5130
- top: -50%;
5131
- right: -100%;
5132
- }
5133
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
5134
- padding: 0 4px 0 12px;
5135
- }
5136
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
5137
- content: "";
5138
- width: 0;
5139
- height: 0;
5140
- border: 13px solid transparent;
5084
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
5141
5085
  position: absolute;
5142
- top: 0;
5143
- border-left: 8px solid #fff;
5144
- left: 0;
5145
- }
5146
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
5147
- max-width: calc(100% - var(--item-min-width) * 2);
5086
+ right: 6px;
5087
+ top: 50%;
5088
+ transform: translateY(-50%);
5089
+ height: 16px;
5090
+ display: none;
5091
+ transition: transform 320ms ease;
5148
5092
  }
5149
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
5150
- background-color: rgba(0, 136, 255, 0.1);
5093
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
5094
+ display: block;
5095
+ transform: translateY(-50%) rotateX(180deg);
5151
5096
  }
5152
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
5153
- border-left-color: rgba(0, 136, 255, 0.1) !important;
5097
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
5098
+ display: block;
5154
5099
  }
5155
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
5156
- cursor: pointer;
5157
- min-width: var(--item-min-width);
5100
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
5101
+ display: none;
5158
5102
  }
5159
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
5160
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
5161
- min-width: var(--item-min-width);
5103
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
5104
+ transform: translateY(-50%);
5162
5105
  }
5163
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
5164
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
5165
- background-color: rgba(237, 241, 250, 0.6);
5106
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
5107
+ transform: translateY(-50%) rotateX(180deg);
5166
5108
  }
5167
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
5168
- padding: 0;
5109
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
5110
+ background: #f2f5fa;
5169
5111
  }
5170
-
5171
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
5172
- width: 192px;
5173
- row-gap: 2px;
5112
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
5113
+ display: block;
5174
5114
  }
5175
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
5176
- background-color: rgba(225, 230, 241, 0.6);
5115
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
5116
+ padding-right: 25px;
5177
5117
  }
5178
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
5179
- color: #00122e !important;
5118
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
5119
+ padding: 0 !important;
5180
5120
  }
5181
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
5182
- background-color: rgba(225, 230, 241, 0.6);
5121
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
5122
+ position: absolute;
5123
+ left: 50%;
5124
+ top: 50%;
5125
+ transform: translate(-50%, -50%);
5183
5126
  }
5184
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
5185
- padding: 0 8px;
5186
- border-radius: 4px;
5187
- height: 32px;
5188
- display: flex;
5189
- align-items: center;
5127
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
5128
+ display: none;
5190
5129
  }
5191
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
5192
- min-height: auto;
5193
- white-space: nowrap;
5130
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
5131
+ background: #fff;
5194
5132
  }
5195
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5196
- font-size: 13px;
5197
- line-height: 20px;
5198
- max-width: 100%;
5199
- padding-right: 0;
5133
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
5134
+ background: inherit;
5200
5135
  }
5201
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
5202
- background: rgba(0, 128, 255, 0.1);
5136
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
5137
+ position: static;
5138
+ border: none;
5139
+ background: inherit !important;
5140
+ height: 100px;
5141
+ vertical-align: middle;
5203
5142
  }
5204
-
5205
- .E_h6l1tj4 {
5206
- width: 100%;
5207
- display: inline-flex;
5208
- align-items: center;
5209
- justify-content: center;
5210
- column-gap: 4px;
5143
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
5144
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
5145
+ font-weight: bold;
5146
+ font-size: 20px;
5147
+ color: rgba(10, 37, 85, 0.6);
5211
5148
  }
5212
- .E_h6l1tj4 .step-item-prefix-container {
5213
- display: inline-flex;
5214
- align-items: center;
5215
- width: 18px;
5216
- height: 18px;
5217
- color: rgba(44, 56, 82, 0.75);
5218
- justify-content: center;
5149
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
5150
+ .E_t1fisho6 div.ant-table th.cell__action_ {
5151
+ z-index: 10;
5219
5152
  }
5220
-
5221
- .E_v18frne8 {
5222
- width: 100%;
5153
+ .E_t1fisho6 div.ant-table td.cell__action_ {
5154
+ padding: 0 !important;
5155
+ position: relative;
5156
+ background: #fff;
5157
+ }
5158
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
5159
+ height: 100%;
5223
5160
  display: flex;
5224
5161
  align-items: center;
5225
- justify-content: center;
5226
- column-gap: 6px;
5227
- font-size: 13px;
5162
+ justify-content: flex-end;
5163
+ padding-right: 8px;
5228
5164
  }
5229
- .E_v18frne8 .step-item-prefix-container {
5230
- display: inline-flex;
5231
- align-items: center;
5232
- min-width: 20px;
5233
- min-height: 20px;
5234
- color: rgba(44, 56, 82, 0.75);
5165
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
5166
+ width: 24px;
5167
+ height: 24px;
5168
+ cursor: pointer;
5235
5169
  justify-content: center;
5170
+ border-radius: 4px;
5236
5171
  }
5237
-
5238
- .E_slr2ynn {
5239
- padding: 0 8px;
5240
- height: 18px;
5172
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
5173
+ background: #fff;
5241
5174
  }
5242
5175
 
5243
- .E_m140wbb6 {
5244
- padding: 2px 8px;
5245
- height: 24px;
5176
+ .E_r77hffu {
5177
+ display: flex;
5178
+ align-items: center;
5179
+ justify-content: space-between;
5180
+ column-gap: 6px;
5246
5181
  }
5247
5182
 
5248
- .E_t1fozc1i {
5249
- margin: 0;
5183
+ .E_p1cmxsf7 {
5184
+ display: flex;
5185
+ flex-direction: column;
5186
+ justify-content: center;
5187
+ row-gap: var(--p1cmxsf7-0);
5250
5188
  }
5251
-
5252
- .E_i1vxv4ln {
5253
- margin-right: 4px;
5254
- height: 16px;
5189
+ .E_p1cmxsf7 .antd5-progress-line {
5190
+ font-size: 0;
5191
+ margin-bottom: unset;
5192
+ margin-inline-end: unset;
5255
5193
  }
5256
5194
 
5257
- .E_n1afl31m.ant-tag.ant-tag-gray {
5258
- font-weight: 700;
5259
- color: #00122e;
5260
- background-color: rgba(237, 241, 250, 0.6);
5261
- border: 1px solid rgba(211, 218, 235, 0.6);
5262
- word-break: break-all;
5263
- display: inline;
5264
- white-space: normal;
5195
+ .E_w7ob4th.outside-tag {
5196
+ padding-left: 0;
5265
5197
  }
5266
-
5267
- .E_i1g85yz3 {
5198
+ .E_w7ob4th.outside-tag .inside-tag {
5199
+ border-radius: 4px 0 0 4px;
5200
+ padding-right: 4px;
5268
5201
  margin-right: 4px;
5269
- height: 16px;
5270
5202
  }
5271
5203
 
5272
5204
  .E_t1dtlqs1 {
@@ -5465,165 +5397,233 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5465
5397
  margin-right: 8px;
5466
5398
  }
5467
5399
 
5468
- .E_t1tbywr9 {
5469
- width: 100%;
5470
- flex: 1;
5471
- display: flex;
5472
- flex-direction: column;
5400
+ .E_slr2ynn {
5401
+ padding: 0 8px;
5402
+ height: 18px;
5473
5403
  }
5474
- .E_t1tbywr9.medium .tab-bar {
5475
- height: 32px;
5404
+
5405
+ .E_m140wbb6 {
5406
+ padding: 2px 8px;
5407
+ height: 24px;
5476
5408
  }
5477
- .E_t1tbywr9.medium .tab-bar .common-tab-bar {
5478
- height: 32px;
5409
+
5410
+ .E_t1fozc1i {
5411
+ margin: 0;
5479
5412
  }
5480
- .E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
5481
- height: 32px;
5482
- border-top-left-radius: 6px;
5483
- border-top-right-radius: 6px;
5484
- padding-right: 16px;
5485
- padding-left: 16px;
5486
- font-size: 16px;
5413
+
5414
+ .E_i1vxv4ln {
5415
+ margin-right: 4px;
5416
+ height: 16px;
5487
5417
  }
5488
- .E_t1tbywr9.small .tab-bar {
5489
- height: 24px;
5418
+
5419
+ .E_n1afl31m.ant-tag.ant-tag-gray {
5420
+ font-weight: 700;
5421
+ color: #00122e;
5422
+ background-color: rgba(237, 241, 250, 0.6);
5423
+ border: 1px solid rgba(211, 218, 235, 0.6);
5424
+ word-break: break-all;
5425
+ display: inline;
5426
+ white-space: normal;
5490
5427
  }
5491
- .E_t1tbywr9.small .tab-bar .common-tab-bar {
5492
- height: 24px;
5428
+
5429
+ .E_i1g85yz3 {
5430
+ margin-right: 4px;
5431
+ height: 16px;
5493
5432
  }
5494
- .E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
5495
- height: 24px;
5496
- border-top-left-radius: 4px;
5497
- border-top-right-radius: 4px;
5498
- padding-right: 12px;
5499
- padding-left: 12px;
5500
- font-size: 14px;
5433
+
5434
+ .E_sjob3jg {
5435
+ --item-min-width: 60px;
5501
5436
  }
5502
- .E_t1tbywr9 .tab-bar {
5503
- max-width: 100%;
5504
- display: flex;
5505
- place-items: center;
5506
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
5437
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
5438
+ display: none !important;
5507
5439
  }
5508
- .E_t1tbywr9 .tab-bar .common-tab-bar {
5440
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
5441
+ flex-shrink: 0 !important;
5442
+ }
5443
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
5444
+ color: #0080ff;
5445
+ }
5446
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5447
+ color: #0080ff;
5448
+ font-weight: normal;
5449
+ }
5450
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
5451
+ color: rgba(44, 56, 82, 0.6);
5452
+ }
5453
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5454
+ color: #00122e;
5455
+ }
5456
+ .E_sjob3jg .step-item-text {
5457
+ display: inline-block;
5458
+ }
5459
+ .E_sjob3jg .step-item-title {
5509
5460
  overflow: hidden;
5510
- display: flex;
5511
- place-items: center;
5461
+ white-space: nowrap;
5462
+ text-overflow: ellipsis;
5512
5463
  }
5513
- .E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
5514
- padding-left: 0px;
5464
+
5465
+ .E_hjvj6s6 .ant-steps-item-container {
5466
+ min-width: var(--item-min-width);
5515
5467
  }
5516
- .E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
5517
- margin-left: 12px;
5468
+ .E_hjvj6s6 .ant-steps-item-disabled {
5469
+ cursor: not-allowed !important;
5470
+ }
5471
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
5472
+ flex-direction: row;
5473
+ justify-content: stretch;
5474
+ }
5475
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
5476
+ padding: 0;
5477
+ margin-right: 4px;
5478
+ flex: 1;
5479
+ overflow: visible;
5480
+ }
5481
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
5482
+ width: 100%;
5483
+ min-height: unset;
5484
+ }
5485
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
5486
+ height: 26px;
5487
+ line-height: 26px;
5488
+ width: 100%;
5489
+ padding: 0;
5490
+ font-size: 12px;
5491
+ }
5492
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
5493
+ margin-right: 10px;
5494
+ }
5495
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
5496
+ display: none;
5497
+ }
5498
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
5499
+ padding-left: 8px;
5500
+ padding-right: 4px;
5501
+ border-radius: 4px 0 0 4px;
5502
+ }
5503
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
5504
+ margin-right: 0;
5505
+ }
5506
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
5507
+ padding-right: 8px;
5508
+ padding-left: 12px;
5509
+ border-radius: 0 4px 4px 0;
5510
+ }
5511
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
5512
+ content: "";
5513
+ width: 0;
5514
+ height: 0;
5515
+ border: 13px solid transparent;
5516
+ position: absolute;
5517
+ top: 0;
5518
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
5519
+ z-index: 2;
5518
5520
  position: relative;
5521
+ top: -50%;
5522
+ right: -100%;
5519
5523
  }
5520
- .E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
5524
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
5525
+ padding: 0 4px 0 12px;
5526
+ }
5527
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
5521
5528
  content: "";
5522
- width: 1px;
5523
- height: 24px;
5524
- background: rgba(172, 186, 211, 0.6);
5529
+ width: 0;
5530
+ height: 0;
5531
+ border: 13px solid transparent;
5525
5532
  position: absolute;
5526
- left: -6px;
5527
- top: 50%;
5528
- transform: translateY(-50%);
5533
+ top: 0;
5534
+ border-left: 8px solid #fff;
5535
+ left: 0;
5529
5536
  }
5530
- .E_t1tbywr9 .tab-bar .tab-item-title {
5531
- flex-shrink: 0;
5532
- display: flex;
5533
- place-items: center;
5534
- cursor: pointer;
5535
- color: rgba(44, 56, 82, 0.75);
5536
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
5537
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
5538
+ max-width: calc(100% - var(--item-min-width) * 2);
5537
5539
  }
5538
- .E_t1tbywr9 .tab-bar .tab-item-title:hover {
5539
- padding-left: 16px;
5540
- color: #0080ff;
5541
- background: rgba(0, 136, 255, 0.1607843137);
5540
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
5541
+ background-color: rgba(0, 136, 255, 0.1);
5542
5542
  }
5543
- .E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
5544
- margin-left: 2px;
5543
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
5544
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
5545
5545
  }
5546
- .E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
5547
- width: 16px;
5548
- height: 16px;
5549
- padding: 0;
5550
- border-radius: 2px;
5551
- margin-left: 8px;
5546
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
5547
+ cursor: pointer;
5548
+ min-width: var(--item-min-width);
5552
5549
  }
5553
- .E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
5554
- margin-left: 8px;
5550
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
5551
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
5552
+ min-width: var(--item-min-width);
5555
5553
  }
5556
- .E_t1tbywr9 .tab-bar .tab-item-title.__selected {
5557
- padding-left: 16px;
5558
- background: rgba(0, 136, 255, 0.1);
5559
- color: #0080ff;
5554
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
5555
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
5556
+ background-color: rgba(237, 241, 250, 0.6);
5560
5557
  }
5561
- .E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
5562
- display: none;
5558
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
5559
+ padding: 0;
5563
5560
  }
5564
5561
 
5565
- .E_ti12z2.ant-dropdown-open {
5566
- color: #0080ff;
5567
- background: rgba(211, 218, 235, 0.6);
5562
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
5563
+ width: 192px;
5564
+ row-gap: 2px;
5568
5565
  }
5569
-
5570
- .E_m19lu3v {
5571
- cursor: default;
5566
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
5567
+ background-color: rgba(225, 230, 241, 0.6);
5572
5568
  }
5573
- .E_m19lu3v .menu-wrapper {
5574
- min-width: 160px;
5575
- max-width: 400px;
5576
- padding: 6px;
5577
- background: #fff;
5578
- box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
5579
- border-radius: 8px;
5580
- max-height: calc(100vh - 250px);
5581
- overflow: auto;
5569
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
5570
+ color: #00122e !important;
5582
5571
  }
5583
- .E_m19lu3v .menu-wrapper .tab-menu-item {
5584
- display: flex;
5585
- place-items: center;
5586
- width: var(--itemWidth);
5572
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
5573
+ background-color: rgba(225, 230, 241, 0.6);
5587
5574
  }
5588
- .E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
5589
- margin-top: 8px;
5575
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
5576
+ padding: 0 8px;
5577
+ border-radius: 4px;
5578
+ height: 32px;
5579
+ display: flex;
5580
+ align-items: center;
5590
5581
  }
5591
- .E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
5592
- padding: 6px;
5593
- background: rgba(0, 136, 255, 0.1);
5594
- color: #0080ff;
5582
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
5583
+ min-height: auto;
5584
+ white-space: nowrap;
5595
5585
  }
5596
- .E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
5597
- font-family: Inter;
5598
- font-style: normal;
5599
- font-weight: bold !important;
5586
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5587
+ font-size: 13px;
5588
+ line-height: 20px;
5589
+ max-width: 100%;
5590
+ padding-right: 0;
5600
5591
  }
5601
- .E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
5602
- padding: 5px 12px;
5603
- border-radius: 4px;
5592
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
5593
+ background: rgba(0, 128, 255, 0.1);
5604
5594
  }
5605
- .E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
5606
- color: #0080ff;
5607
- background: rgba(211, 218, 235, 0.6);
5595
+
5596
+ .E_h6l1tj4 {
5597
+ width: 100%;
5598
+ display: inline-flex;
5599
+ align-items: center;
5600
+ justify-content: center;
5601
+ column-gap: 4px;
5608
5602
  }
5609
- .E_m19lu3v .menu-wrapper .tab-menu-item-text {
5610
- text-align: left;
5611
- flex: 1;
5612
- overflow: hidden;
5613
- text-overflow: ellipsis;
5614
- white-space: nowrap;
5603
+ .E_h6l1tj4 .step-item-prefix-container {
5604
+ display: inline-flex;
5605
+ align-items: center;
5606
+ width: 18px;
5607
+ height: 18px;
5608
+ color: rgba(44, 56, 82, 0.75);
5609
+ justify-content: center;
5615
5610
  }
5616
5611
 
5617
- .E_i1bmwe2m {
5618
- margin: auto;
5619
- cursor: pointer;
5620
- line-height: normal;
5621
- height: 16px;
5622
- margin-right: 3px;
5612
+ .E_v18frne8 {
5613
+ width: 100%;
5614
+ display: flex;
5615
+ align-items: center;
5616
+ justify-content: center;
5617
+ column-gap: 6px;
5618
+ font-size: 13px;
5623
5619
  }
5624
- .E_i1bmwe2m .icon-inner {
5625
- display: block;
5626
- height: 16px;
5620
+ .E_v18frne8 .step-item-prefix-container {
5621
+ display: inline-flex;
5622
+ align-items: center;
5623
+ min-width: 20px;
5624
+ min-height: 20px;
5625
+ color: rgba(44, 56, 82, 0.75);
5626
+ justify-content: center;
5627
5627
  }
5628
5628
 
5629
5629
  .E_t13ef470 {
@@ -6183,6 +6183,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6183
6183
  --modal-to-viewport-margin: 10px;
6184
6184
  --modal-body-padding-bottom: 40px;
6185
6185
  --modal-footer-height: 124px;
6186
+ --modal-empty-footer-height: 40px;
6186
6187
  }
6187
6188
  .E_icab5o7.ant-modal {
6188
6189
  height: calc(100% - var(--modal-to-viewport-margin) * 2);
@@ -6242,6 +6243,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6242
6243
  height: var(--modal-footer-height);
6243
6244
  padding: 24px 0 60px 0;
6244
6245
  }
6246
+ .E_icab5o7.ant-modal.no-footer .ant-modal-body {
6247
+ padding-bottom: 0;
6248
+ }
6249
+ .E_icab5o7.ant-modal.no-footer .ant-modal-body .middle {
6250
+ padding-bottom: 0;
6251
+ }
6252
+ .E_icab5o7.ant-modal.no-footer .ant-modal-footer {
6253
+ padding: 0;
6254
+ border-top: none;
6255
+ height: var(--modal-empty-footer-height);
6256
+ content: "";
6257
+ }
6245
6258
 
6246
6259
  .E_msiso3p.ant-modal .ant-modal-header {
6247
6260
  padding: 60px 0 40px 0;
@@ -6363,38 +6376,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6363
6376
  font-weight: bold;
6364
6377
  }
6365
6378
 
6366
- .E_sqv6dmy {
6379
+ .E_s20iney.skeleton-box {
6367
6380
  display: flex;
6368
- justify-content: flex-end;
6369
- }
6370
-
6371
- .E_p1rm8wzb {
6372
- margin-right: 8px;
6373
- }
6374
-
6375
- .E_sd7qcf4 {
6376
- height: 100%;
6377
- width: 100%;
6378
- overflow: auto;
6379
- }
6380
-
6381
- .E_r1fxc9gq.right {
6382
- overflow: auto;
6383
- padding-right: 2px;
6384
- width: 200px;
6385
- height: fit-content;
6386
- max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
6387
- scrollbar-gutter: stable;
6388
- }
6389
- .E_r1fxc9gq.right::-webkit-scrollbar {
6390
- width: 6px;
6391
- }
6392
- .E_r1fxc9gq.right::-webkit-scrollbar-track {
6381
+ align-items: center;
6382
+ justify-content: center;
6383
+ position: relative;
6384
+ border-radius: 2px;
6393
6385
  background: rgba(225, 230, 241, 0.6);
6386
+ overflow: hidden;
6394
6387
  }
6395
- .E_r1fxc9gq.right::-webkit-scrollbar-thumb {
6396
- background: rgba(172, 186, 211, 0.6);
6397
- border-radius: 8px;
6388
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
6389
+ width: 200%;
6390
+ height: 200%;
6391
+ transform: rotate(15deg);
6392
+ position: absolute;
6393
+ top: -50%;
6394
+ flex-shrink: 0;
6395
+ opacity: 0.8;
6396
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
6397
+ animation: shimmer 1100ms infinite;
6398
+ }
6399
+ @keyframes shimmer {
6400
+ from {
6401
+ left: -120%;
6402
+ }
6403
+ to {
6404
+ left: 100%;
6405
+ }
6398
6406
  }
6399
6407
 
6400
6408
  .E_dxyv8bv {
@@ -6409,6 +6417,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6409
6417
  --modal-content-padding-bottom: 32px;
6410
6418
  --modal-content-padding-x: 40px;
6411
6419
  --modal-footer-padding: 0 40px;
6420
+ --modal-empty-footer-height: 32px;
6412
6421
  padding-bottom: 0;
6413
6422
  }
6414
6423
  .E_dxyv8bv .ant-modal-content {
@@ -6471,6 +6480,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6471
6480
  color: rgba(44, 56, 82, 0.7490196078);
6472
6481
  font-weight: 700;
6473
6482
  }
6483
+ .E_dxyv8bv.no-footer .ant-modal-body {
6484
+ padding-bottom: 0;
6485
+ }
6486
+ .E_dxyv8bv.no-footer .ant-modal-footer {
6487
+ box-shadow: none;
6488
+ height: var(--modal-empty-footer-height);
6489
+ content: "";
6490
+ }
6474
6491
 
6475
6492
  .E_fbgo4wr {
6476
6493
  display: flex;
@@ -6524,34 +6541,39 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6524
6541
  height: 100%;
6525
6542
  color: rgba(0, 21, 64, 0.3019607843);
6526
6543
  }
6527
-
6528
- .E_s20iney.skeleton-box {
6529
- display: flex;
6530
- align-items: center;
6531
- justify-content: center;
6532
- position: relative;
6533
- border-radius: 2px;
6534
- background: rgba(225, 230, 241, 0.6);
6535
- overflow: hidden;
6544
+
6545
+ .E_sqv6dmy {
6546
+ display: flex;
6547
+ justify-content: flex-end;
6548
+ }
6549
+
6550
+ .E_p1rm8wzb {
6551
+ margin-right: 8px;
6552
+ }
6553
+
6554
+ .E_sd7qcf4 {
6555
+ height: 100%;
6556
+ width: 100%;
6557
+ overflow: auto;
6558
+ }
6559
+
6560
+ .E_r1fxc9gq.right {
6561
+ overflow: auto;
6562
+ padding-right: 2px;
6563
+ width: 200px;
6564
+ height: fit-content;
6565
+ max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
6566
+ scrollbar-gutter: stable;
6567
+ }
6568
+ .E_r1fxc9gq.right::-webkit-scrollbar {
6569
+ width: 6px;
6536
6570
  }
6537
- .E_s20iney.skeleton-box > .skeleton-shimmer {
6538
- width: 200%;
6539
- height: 200%;
6540
- transform: rotate(15deg);
6541
- position: absolute;
6542
- top: -50%;
6543
- flex-shrink: 0;
6544
- opacity: 0.8;
6545
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
6546
- animation: shimmer 1100ms infinite;
6571
+ .E_r1fxc9gq.right::-webkit-scrollbar-track {
6572
+ background: rgba(225, 230, 241, 0.6);
6547
6573
  }
6548
- @keyframes shimmer {
6549
- from {
6550
- left: -120%;
6551
- }
6552
- to {
6553
- left: 100%;
6554
- }
6574
+ .E_r1fxc9gq.right::-webkit-scrollbar-thumb {
6575
+ background: rgba(172, 186, 211, 0.6);
6576
+ border-radius: 8px;
6555
6577
  }
6556
6578
 
6557
6579
  .E_t1g36k2w {
@@ -6583,25 +6605,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6583
6605
  background: rgba(225, 230, 241, 0.6);
6584
6606
  }
6585
6607
 
6586
- .E_f16blduf.ant-form-item {
6587
- margin-bottom: 0;
6588
- }
6589
- .E_f16blduf .ant-form-item-explain {
6590
- display: none;
6591
- min-height: 18px;
6592
- margin-top: 5px;
6593
- font-family: "Inter";
6594
- font-weight: 400;
6595
- font-size: 12px;
6596
- line-height: 18px;
6597
- }
6598
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
6599
- white-space: pre-wrap;
6600
- }
6601
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
6602
- display: block;
6603
- }
6604
-
6605
6608
  .E_t1gvlxt5 {
6606
6609
  min-width: 0;
6607
6610
  flex: 1;
@@ -6625,6 +6628,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6625
6628
  column-gap: var(--a1ji6r68-0);
6626
6629
  }
6627
6630
 
6631
+ .E_f16blduf.ant-form-item {
6632
+ margin-bottom: 0;
6633
+ }
6634
+ .E_f16blduf .ant-form-item-explain {
6635
+ display: none;
6636
+ min-height: 18px;
6637
+ margin-top: 5px;
6638
+ font-family: "Inter";
6639
+ font-weight: 400;
6640
+ font-size: 12px;
6641
+ line-height: 18px;
6642
+ }
6643
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
6644
+ white-space: pre-wrap;
6645
+ }
6646
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
6647
+ display: block;
6648
+ }
6649
+
6628
6650
  .E_t1616y1o {
6629
6651
  color: #fff;
6630
6652
  }
@@ -6719,87 +6741,273 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6719
6741
  margin-top: -4px;
6720
6742
  overflow: hidden;
6721
6743
  }
6722
- .E_s1ebs0ra .action-group .sub-menu-delete {
6723
- transform: translateY(-4px);
6744
+ .E_s1ebs0ra .action-group .sub-menu-delete {
6745
+ transform: translateY(-4px);
6746
+ }
6747
+ .E_s1ebs0ra .action-group button {
6748
+ border: none;
6749
+ }
6750
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
6751
+ margin-right: 8px;
6752
+ }
6753
+ .E_s1ebs0ra .action-group > button:last-child {
6754
+ margin-right: 4px;
6755
+ }
6756
+ .E_s1ebs0ra .action-group .more-btn {
6757
+ cursor: pointer;
6758
+ width: 32px;
6759
+ height: 32px;
6760
+ justify-content: center;
6761
+ border-radius: 50%;
6762
+ }
6763
+ .E_s1ebs0ra .action-group .more-btn:hover {
6764
+ background: #fff;
6765
+ }
6766
+
6767
+ .E_gmyahx3 {
6768
+ cursor: pointer;
6769
+ }
6770
+ .E_gmyahx3 .link-text {
6771
+ color: rgba(0, 21, 64, 0.3);
6772
+ }
6773
+ .E_gmyahx3:hover .link-text {
6774
+ color: #0080ff;
6775
+ }
6776
+
6777
+ .E_n12mqh7z {
6778
+ display: flex;
6779
+ align-items: center;
6780
+ font-size: 12px;
6781
+ line-height: 18px;
6782
+ }
6783
+ .E_n12mqh7z:not(:last-child) {
6784
+ margin-bottom: 4px;
6785
+ }
6786
+
6787
+ .E_tf5bynu {
6788
+ margin: 0 3px;
6789
+ }
6790
+
6791
+ .E_tcckoz1 {
6792
+ max-height: 400px;
6793
+ overflow: auto;
6794
+ }
6795
+
6796
+ .E_wg1tsps {
6797
+ display: flex;
6798
+ align-items: center;
6799
+ justify-content: flex-end;
6800
+ }
6801
+
6802
+ .E_b1ctd5xy {
6803
+ display: flex;
6804
+ align-items: center;
6805
+ width: calc(100% - 40px);
6806
+ }
6807
+ .E_b1ctd5xy .chart {
6808
+ display: inline-block;
6809
+ width: 100%;
6810
+ }
6811
+
6812
+ .E_u1p8acpn {
6813
+ min-width: 40px;
6814
+ }
6815
+ .E_u1p8acpn .unit {
6816
+ color: #00122e !important;
6817
+ }
6818
+
6819
+ span.E_tqjc4ui {
6820
+ margin: 0 2px;
6821
+ }
6822
+
6823
+ .E_c18bcrac {
6824
+ display: inline-block;
6825
+ width: 100%;
6826
+ }
6827
+ .E_c18bcrac .recharts-wrapper {
6828
+ margin-left: 4px;
6829
+ }
6830
+
6831
+ .E_cro7kg2 {
6832
+ padding: 4px;
6833
+ }
6834
+ .E_cro7kg2 .unit {
6835
+ color: white;
6836
+ }
6837
+
6838
+ .E_c14wcxf0 {
6839
+ display: flex;
6840
+ justify-content: space-between;
6841
+ align-items: center;
6842
+ font-size: 13px;
6843
+ line-height: 24px;
6844
+ color: #cccccc;
6845
+ white-space: nowrap;
6846
+ }
6847
+ .E_c14wcxf0 label {
6848
+ margin-right: 32px;
6849
+ }
6850
+
6851
+ .E_coy29mj.E_c14wcxf0 {
6852
+ font-weight: bold;
6853
+ color: white;
6854
+ }
6855
+
6856
+ .E_s11212zy {
6857
+ width: 8px;
6858
+ height: 8px;
6859
+ border-radius: 2px;
6860
+ display: inline-block;
6861
+ background: var(--s11212zy-0);
6862
+ border: 1px solid #fff;
6863
+ box-sizing: content-box;
6864
+ margin-right: 6px;
6865
+ }
6866
+
6867
+ .E_p1lyky6c > :first-child {
6868
+ font-weight: bold;
6869
+ color: white;
6870
+ margin-right: 4px;
6871
+ }
6872
+
6873
+ .E_c1up1pdz {
6874
+ width: 648px;
6875
+ }
6876
+ .E_c1up1pdz.active {
6877
+ border-color: #0080ff;
6878
+ }
6879
+ .E_c1up1pdz.active > header {
6880
+ background: rgba(0, 128, 255, 0.1);
6881
+ }
6882
+ .E_c1up1pdz .expand {
6883
+ padding: 12px;
6884
+ }
6885
+ .E_c1up1pdz .field-item {
6886
+ display: flex;
6887
+ padding: 10px 0;
6888
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6889
+ }
6890
+ .E_c1up1pdz .field-item:last-child {
6891
+ border-bottom: none;
6892
+ padding-bottom: 0;
6893
+ }
6894
+ .E_c1up1pdz .field-item label {
6895
+ line-height: 32px;
6896
+ width: 100px;
6897
+ color: rgba(62, 70, 82, 0.6);
6898
+ }
6899
+ .E_c1up1pdz .help {
6900
+ color: rgba(62, 70, 82, 0.6);
6901
+ margin-top: 5px;
6902
+ }
6903
+ .E_c1up1pdz .ant-input-affix-wrapper,
6904
+ .E_c1up1pdz .ant-picker {
6905
+ width: 128px;
6906
+ }
6907
+
6908
+ .E_c156wh19 {
6909
+ display: flex;
6910
+ align-items: center;
6911
+ justify-content: space-between;
6912
+ word-break: keep-all;
6913
+ }
6914
+ .E_c156wh19 .title {
6915
+ margin: 0 16px 0 8px;
6916
+ }
6917
+ .E_c156wh19 .retain {
6918
+ color: rgba(129, 138, 153, 0.6);
6919
+ }
6920
+ .E_c156wh19 div.left {
6921
+ flex: 1;
6922
+ display: flex;
6923
+ overflow: hidden;
6924
+ align-items: center;
6925
+ justify-content: flex-start;
6926
+ white-space: nowrap;
6927
+ }
6928
+ .E_c156wh19 div.left .title {
6929
+ max-width: 100%;
6930
+ overflow: hidden;
6931
+ text-overflow: ellipsis;
6724
6932
  }
6725
- .E_s1ebs0ra .action-group button {
6726
- border: none;
6933
+ .E_c156wh19 div.right {
6934
+ display: flex;
6935
+ align-items: center;
6727
6936
  }
6728
- .E_s1ebs0ra .action-group > *:not(:last-child) {
6729
- margin-right: 8px;
6937
+ .E_c156wh19 .reverse {
6938
+ display: flex;
6939
+ flex-direction: row-reverse;
6940
+ align-items: center;
6730
6941
  }
6731
- .E_s1ebs0ra .action-group > button:last-child {
6732
- margin-right: 4px;
6942
+ .E_c156wh19 .reverse .ant-switch {
6943
+ margin-left: 8px;
6733
6944
  }
6734
- .E_s1ebs0ra .action-group .more-btn {
6945
+ .E_c156wh19 .close {
6946
+ padding-left: 14px;
6947
+ margin-left: 14px;
6948
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
6735
6949
  cursor: pointer;
6736
- width: 32px;
6737
- height: 32px;
6738
- justify-content: center;
6739
- border-radius: 50%;
6740
- }
6741
- .E_s1ebs0ra .action-group .more-btn:hover {
6742
- background: #fff;
6743
6950
  }
6744
6951
 
6745
- .E_c18bcrac {
6746
- display: inline-block;
6747
- width: 100%;
6748
- }
6749
- .E_c18bcrac .recharts-wrapper {
6750
- margin-left: 4px;
6952
+ .E_m126spxy {
6953
+ padding-bottom: 4px;
6954
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6751
6955
  }
6752
-
6753
- .E_cro7kg2 {
6754
- padding: 4px;
6956
+ .E_m126spxy .ant-btn.ant-btn-link {
6957
+ padding: 1px 10px;
6958
+ color: rgba(62, 70, 82, 0.6);
6959
+ border-radius: 4px;
6755
6960
  }
6756
- .E_cro7kg2 .unit {
6757
- color: white;
6961
+ .E_m126spxy .ant-btn.ant-btn-link.active {
6962
+ background: rgba(0, 128, 255, 0.1);
6963
+ color: #0096ff;
6758
6964
  }
6759
6965
 
6760
- .E_c14wcxf0 {
6761
- display: flex;
6762
- justify-content: space-between;
6763
- align-items: center;
6764
- font-size: 13px;
6765
- line-height: 24px;
6766
- color: #cccccc;
6767
- white-space: nowrap;
6966
+ .E_wpbf4pq {
6967
+ padding: 10px 0;
6968
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6768
6969
  }
6769
- .E_c14wcxf0 label {
6770
- margin-right: 32px;
6970
+ .E_wpbf4pq .ant-input,
6971
+ .E_wpbf4pq .ant-picker {
6972
+ width: 80px;
6973
+ margin: 0 9px;
6974
+ text-align: center;
6771
6975
  }
6772
-
6773
- .E_coy29mj.E_c14wcxf0 {
6774
- font-weight: bold;
6775
- color: white;
6976
+ .E_wpbf4pq .options {
6977
+ padding: 12px 0 12px 16px;
6978
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
6979
+ margin: 5px 0 5px 8px;
6776
6980
  }
6777
-
6778
- .E_s11212zy {
6779
- width: 8px;
6780
- height: 8px;
6781
- border-radius: 2px;
6782
- display: inline-block;
6783
- background: var(--s11212zy-0);
6784
- border: 1px solid #fff;
6785
- box-sizing: content-box;
6786
- margin-right: 6px;
6981
+ .E_wpbf4pq .week-day-option,
6982
+ .E_wpbf4pq .month-day-option {
6983
+ background: #f5f7fa;
6984
+ box-sizing: border-box;
6985
+ border-radius: 16px;
6986
+ margin-right: 8px;
6787
6987
  }
6788
-
6789
- .E_p1lyky6c > :first-child {
6790
- font-weight: bold;
6791
- color: white;
6792
- margin-right: 4px;
6988
+ .E_wpbf4pq .week-day-option:focus,
6989
+ .E_wpbf4pq .month-day-option:focus {
6990
+ color: inherit;
6991
+ border-color: #d9d9d9;
6793
6992
  }
6794
-
6795
- .E_gmyahx3 {
6796
- cursor: pointer;
6993
+ .E_wpbf4pq .week-day-option.active {
6994
+ background-color: #0096ff;
6995
+ border-color: #0096ff;
6996
+ color: #fff;
6797
6997
  }
6798
- .E_gmyahx3 .link-text {
6799
- color: rgba(0, 21, 64, 0.3);
6998
+ .E_wpbf4pq .week-day-option.en-text {
6999
+ width: 110px;
7000
+ margin-top: 4px;
6800
7001
  }
6801
- .E_gmyahx3:hover .link-text {
6802
- color: #0080ff;
7002
+ .E_wpbf4pq .month-day-option {
7003
+ width: 32px;
7004
+ padding: 0;
7005
+ margin-bottom: 8px;
7006
+ }
7007
+ .E_wpbf4pq .month-day-option.active {
7008
+ background-color: #0096ff;
7009
+ border-color: #0096ff;
7010
+ color: #fff;
6803
7011
  }
6804
7012
 
6805
7013
  .E_ou7iq30 {
@@ -6829,10 +7037,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6829
7037
  visibility: hidden;
6830
7038
  }
6831
7039
 
6832
- span.E_tqjc4ui {
6833
- margin: 0 2px;
6834
- }
6835
-
6836
7040
  .E_clm1wy1 {
6837
7041
  width: 192px;
6838
7042
  height: 246px;
@@ -6926,29 +7130,6 @@ span.E_tqjc4ui {
6926
7130
  border-radius: 2px;
6927
7131
  }
6928
7132
 
6929
- .E_wg1tsps {
6930
- display: flex;
6931
- align-items: center;
6932
- justify-content: flex-end;
6933
- }
6934
-
6935
- .E_b1ctd5xy {
6936
- display: flex;
6937
- align-items: center;
6938
- width: calc(100% - 40px);
6939
- }
6940
- .E_b1ctd5xy .chart {
6941
- display: inline-block;
6942
- width: 100%;
6943
- }
6944
-
6945
- .E_u1p8acpn {
6946
- min-width: 40px;
6947
- }
6948
- .E_u1p8acpn .unit {
6949
- color: #00122e !important;
6950
- }
6951
-
6952
7133
  .E_t1sqg15u {
6953
7134
  background: white;
6954
7135
  }
@@ -7047,176 +7228,130 @@ span.E_tqjc4ui {
7047
7228
  margin-right: 8px;
7048
7229
  }
7049
7230
 
7050
- .E_n12mqh7z {
7231
+ .E_skwah65 {
7232
+ height: 8px;
7233
+ box-sizing: border-box;
7234
+ border-radius: 2px;
7235
+ background: #f5f7fa;
7051
7236
  display: flex;
7052
- align-items: center;
7053
- font-size: 12px;
7054
- line-height: 18px;
7055
- }
7056
- .E_n12mqh7z:not(:last-child) {
7057
- margin-bottom: 4px;
7237
+ width: 100%;
7238
+ overflow: hidden;
7058
7239
  }
7059
-
7060
- .E_tf5bynu {
7061
- margin: 0 3px;
7240
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
7241
+ margin-left: 1px;
7062
7242
  }
7063
7243
 
7064
- .E_tcckoz1 {
7065
- max-height: 400px;
7244
+ .E_s1at6qmn.ant-layout-sider {
7245
+ background: #edf0f7;
7246
+ padding: 32px 8px;
7066
7247
  overflow: auto;
7067
7248
  }
7068
-
7069
- .E_c1up1pdz {
7070
- width: 648px;
7071
- }
7072
- .E_c1up1pdz.active {
7073
- border-color: #0080ff;
7074
- }
7075
- .E_c1up1pdz.active > header {
7076
- background: rgba(0, 128, 255, 0.1);
7077
- }
7078
- .E_c1up1pdz .expand {
7079
- padding: 12px;
7080
- }
7081
- .E_c1up1pdz .field-item {
7249
+ .E_s1at6qmn .ant-layout-sider-children {
7082
7250
  display: flex;
7083
- padding: 10px 0;
7084
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
7085
- }
7086
- .E_c1up1pdz .field-item:last-child {
7087
- border-bottom: none;
7088
- padding-bottom: 0;
7089
- }
7090
- .E_c1up1pdz .field-item label {
7091
- line-height: 32px;
7092
- width: 100px;
7093
- color: rgba(62, 70, 82, 0.6);
7251
+ flex-direction: column;
7252
+ justify-content: space-between;
7094
7253
  }
7095
- .E_c1up1pdz .help {
7096
- color: rgba(62, 70, 82, 0.6);
7097
- margin-top: 5px;
7254
+ .E_s1at6qmn footer {
7255
+ display: flex;
7098
7256
  }
7099
- .E_c1up1pdz .ant-input-affix-wrapper,
7100
- .E_c1up1pdz .ant-picker {
7101
- width: 128px;
7257
+ .E_s1at6qmn .ant-menu {
7258
+ background: #edf0f7;
7102
7259
  }
7103
-
7104
- .E_c156wh19 {
7105
- display: flex;
7106
- align-items: center;
7107
- justify-content: space-between;
7108
- word-break: keep-all;
7260
+ .E_s1at6qmn .ant-menu a {
7261
+ color: #00122e;
7262
+ width: 180px;
7263
+ overflow: hidden;
7264
+ text-overflow: ellipsis;
7109
7265
  }
7110
- .E_c156wh19 .title {
7111
- margin: 0 16px 0 8px;
7266
+ .E_s1at6qmn .ant-menu-vertical {
7267
+ margin-bottom: 24px;
7112
7268
  }
7113
- .E_c156wh19 .retain {
7114
- color: rgba(129, 138, 153, 0.6);
7269
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
7270
+ margin: 0;
7115
7271
  }
7116
- .E_c156wh19 div.left {
7117
- flex: 1;
7118
- display: flex;
7119
- overflow: hidden;
7120
- align-items: center;
7121
- justify-content: flex-start;
7122
- white-space: nowrap;
7272
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
7273
+ font-size: 12px;
7274
+ padding: 0 8px 4px;
7275
+ line-height: 18px;
7123
7276
  }
7124
- .E_c156wh19 div.left .title {
7125
- max-width: 100%;
7126
- overflow: hidden;
7127
- text-overflow: ellipsis;
7277
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
7278
+ padding: 0;
7128
7279
  }
7129
- .E_c156wh19 div.right {
7130
- display: flex;
7131
- align-items: center;
7280
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
7281
+ padding-bottom: 24px;
7132
7282
  }
7133
- .E_c156wh19 .reverse {
7283
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
7284
+ margin-bottom: 24px;
7285
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
7286
+ }
7287
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
7288
+ transition: none;
7134
7289
  display: flex;
7135
- flex-direction: row-reverse;
7136
7290
  align-items: center;
7291
+ height: 32px;
7292
+ line-height: 22px;
7293
+ padding: 0 8px;
7137
7294
  }
7138
- .E_c156wh19 .reverse .ant-switch {
7139
- margin-left: 8px;
7295
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
7296
+ margin-right: 12px;
7140
7297
  }
7141
- .E_c156wh19 .close {
7142
- padding-left: 14px;
7143
- margin-left: 14px;
7144
- border-left: 1px solid rgba(129, 138, 153, 0.6);
7145
- cursor: pointer;
7298
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
7299
+ margin: 0;
7300
+ margin-bottom: 2px;
7146
7301
  }
7147
-
7148
- .E_m126spxy {
7149
- padding-bottom: 4px;
7150
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
7302
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
7303
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
7304
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
7305
+ border-radius: 6px;
7306
+ color: #fff;
7151
7307
  }
7152
- .E_m126spxy .ant-btn.ant-btn-link {
7153
- padding: 1px 10px;
7154
- color: rgba(62, 70, 82, 0.6);
7155
- border-radius: 4px;
7308
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
7309
+ color: #fff;
7156
7310
  }
7157
- .E_m126spxy .ant-btn.ant-btn-link.active {
7158
- background: rgba(0, 128, 255, 0.1);
7159
- color: #0096ff;
7311
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
7312
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
7313
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
7314
+ border-radius: 6px;
7160
7315
  }
7161
7316
 
7162
- .E_wpbf4pq {
7163
- padding: 10px 0;
7164
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
7165
- }
7166
- .E_wpbf4pq .ant-input,
7167
- .E_wpbf4pq .ant-picker {
7168
- width: 80px;
7169
- margin: 0 9px;
7170
- text-align: center;
7317
+ .E_s1wu0lms .ant-menu-item-group-title {
7318
+ white-space: nowrap;
7319
+ transition: all 0s;
7171
7320
  }
7172
- .E_wpbf4pq .options {
7173
- padding: 12px 0 12px 16px;
7174
- border-left: 2px solid rgba(129, 138, 153, 0.6);
7175
- margin: 5px 0 5px 8px;
7321
+ .E_s1wu0lms.shrink {
7322
+ transition: all 0s;
7323
+ overflow: hidden;
7176
7324
  }
7177
- .E_wpbf4pq .week-day-option,
7178
- .E_wpbf4pq .month-day-option {
7179
- background: #f5f7fa;
7180
- box-sizing: border-box;
7181
- border-radius: 16px;
7182
- margin-right: 8px;
7325
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
7326
+ visibility: hidden;
7183
7327
  }
7184
- .E_wpbf4pq .week-day-option:focus,
7185
- .E_wpbf4pq .month-day-option:focus {
7186
- color: inherit;
7187
- border-color: #d9d9d9;
7328
+ .E_s1wu0lms.shrink .ant-menu-item {
7329
+ width: 36px;
7330
+ padding: 0 6px;
7188
7331
  }
7189
- .E_wpbf4pq .week-day-option.active {
7190
- background-color: #0096ff;
7191
- border-color: #0096ff;
7192
- color: #fff;
7332
+
7333
+ .E_n1ugzfva {
7334
+ display: flex;
7335
+ place-items: center;
7336
+ width: 100% !important;
7193
7337
  }
7194
- .E_wpbf4pq .week-day-option.en-text {
7195
- width: 110px;
7196
- margin-top: 4px;
7338
+ .E_n1ugzfva[disabled] {
7339
+ color: rgba(0, 0, 0, 0.25) !important;
7340
+ opacity: 1 !important;
7197
7341
  }
7198
- .E_wpbf4pq .month-day-option {
7199
- width: 32px;
7200
- padding: 0;
7201
- margin-bottom: 8px;
7342
+ .E_n1ugzfva.ant-btn {
7343
+ width: 100%;
7344
+ color: #00122e;
7202
7345
  }
7203
- .E_wpbf4pq .month-day-option.active {
7204
- background-color: #0096ff;
7205
- border-color: #0096ff;
7206
- color: #fff;
7346
+ .E_n1ugzfva .icon-wrapper {
7347
+ margin-right: 12px;
7207
7348
  }
7208
-
7209
- .E_skwah65 {
7210
- height: 8px;
7211
- box-sizing: border-box;
7212
- border-radius: 2px;
7213
- background: #f5f7fa;
7214
- display: flex;
7215
- width: 100%;
7349
+ .E_n1ugzfva .link-title {
7350
+ flex: 1;
7216
7351
  overflow: hidden;
7217
- }
7218
- .E_skwah65 .stack-bar-item + .stack-bar-item {
7219
- margin-left: 1px;
7352
+ white-space: nowrap;
7353
+ text-overflow: ellipsis;
7354
+ text-align: left;
7220
7355
  }
7221
7356
 
7222
7357
  .E_u15heuvq.content {
@@ -7392,163 +7527,50 @@ span.E_tqjc4ui {
7392
7527
  .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
7393
7528
  color: #1d326c;
7394
7529
  }
7395
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
7396
- fill: #d8deeb;
7397
- }
7398
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
7399
- fill: #1d326c;
7400
- }
7401
- .E_t160l1cm .tab-content {
7402
- flex: 1;
7403
- display: flex;
7404
- flex-direction: column;
7405
- }
7406
- .E_t160l1cm.is-overview .tab-content {
7407
- overflow: visible;
7408
- }
7409
-
7410
- .E_t14npdqr {
7411
- max-width: 240px;
7412
- animation: none;
7413
- }
7414
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
7415
- border: 1px solid #0080ff;
7416
- padding: 0;
7417
- }
7418
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
7419
- margin: 0;
7420
- height: 32px;
7421
- line-height: 32px;
7422
- font-size: 13px;
7423
- padding: 0 10px;
7424
- display: block;
7425
- overflow: hidden;
7426
- text-overflow: ellipsis;
7427
- white-space: nowrap;
7428
- }
7429
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
7430
- content: " ";
7431
- height: 1px;
7432
- width: calc(100% + 10px);
7433
- background: rgba(172, 186, 211, 0.6);
7434
- display: block;
7435
- }
7436
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
7437
- color: #0080ff;
7438
- background: transparent;
7439
- }
7440
-
7441
- .E_s1at6qmn.ant-layout-sider {
7442
- background: #edf0f7;
7443
- padding: 32px 8px;
7444
- overflow: auto;
7445
- }
7446
- .E_s1at6qmn .ant-layout-sider-children {
7447
- display: flex;
7448
- flex-direction: column;
7449
- justify-content: space-between;
7450
- }
7451
- .E_s1at6qmn footer {
7452
- display: flex;
7453
- }
7454
- .E_s1at6qmn .ant-menu {
7455
- background: #edf0f7;
7456
- }
7457
- .E_s1at6qmn .ant-menu a {
7458
- color: #00122e;
7459
- width: 180px;
7460
- overflow: hidden;
7461
- text-overflow: ellipsis;
7462
- }
7463
- .E_s1at6qmn .ant-menu-vertical {
7464
- margin-bottom: 24px;
7465
- }
7466
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
7467
- margin: 0;
7468
- }
7469
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
7470
- font-size: 12px;
7471
- padding: 0 8px 4px;
7472
- line-height: 18px;
7473
- }
7474
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
7475
- padding: 0;
7476
- }
7477
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
7478
- padding-bottom: 24px;
7479
- }
7480
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
7481
- margin-bottom: 24px;
7482
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
7483
- }
7484
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
7485
- transition: none;
7486
- display: flex;
7487
- align-items: center;
7488
- height: 32px;
7489
- line-height: 22px;
7490
- padding: 0 8px;
7491
- }
7492
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
7493
- margin-right: 12px;
7494
- }
7495
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
7496
- margin: 0;
7497
- margin-bottom: 2px;
7498
- }
7499
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
7500
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
7501
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
7502
- border-radius: 6px;
7503
- color: #fff;
7504
- }
7505
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
7506
- color: #fff;
7507
- }
7508
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
7509
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
7510
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
7511
- border-radius: 6px;
7512
- }
7513
-
7514
- .E_s1wu0lms .ant-menu-item-group-title {
7515
- white-space: nowrap;
7516
- transition: all 0s;
7517
- }
7518
- .E_s1wu0lms.shrink {
7519
- transition: all 0s;
7520
- overflow: hidden;
7521
- }
7522
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
7523
- visibility: hidden;
7530
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
7531
+ fill: #d8deeb;
7524
7532
  }
7525
- .E_s1wu0lms.shrink .ant-menu-item {
7526
- width: 36px;
7527
- padding: 0 6px;
7533
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
7534
+ fill: #1d326c;
7528
7535
  }
7529
-
7530
- .E_n1ugzfva {
7536
+ .E_t160l1cm .tab-content {
7537
+ flex: 1;
7531
7538
  display: flex;
7532
- place-items: center;
7533
- width: 100% !important;
7539
+ flex-direction: column;
7534
7540
  }
7535
- .E_n1ugzfva[disabled] {
7536
- color: rgba(0, 0, 0, 0.25) !important;
7537
- opacity: 1 !important;
7541
+ .E_t160l1cm.is-overview .tab-content {
7542
+ overflow: visible;
7538
7543
  }
7539
- .E_n1ugzfva.ant-btn {
7540
- width: 100%;
7541
- color: #00122e;
7544
+
7545
+ .E_t14npdqr {
7546
+ max-width: 240px;
7547
+ animation: none;
7542
7548
  }
7543
- .E_n1ugzfva .icon-wrapper {
7544
- margin-right: 12px;
7549
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
7550
+ border: 1px solid #0080ff;
7551
+ padding: 0;
7545
7552
  }
7546
- .E_n1ugzfva .link-title {
7547
- flex: 1;
7553
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
7554
+ margin: 0;
7555
+ height: 32px;
7556
+ line-height: 32px;
7557
+ font-size: 13px;
7558
+ padding: 0 10px;
7559
+ display: block;
7548
7560
  overflow: hidden;
7549
- white-space: nowrap;
7550
7561
  text-overflow: ellipsis;
7551
- text-align: left;
7562
+ white-space: nowrap;
7563
+ }
7564
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
7565
+ content: " ";
7566
+ height: 1px;
7567
+ width: calc(100% + 10px);
7568
+ background: rgba(172, 186, 211, 0.6);
7569
+ display: block;
7570
+ }
7571
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
7572
+ color: #0080ff;
7573
+ background: transparent;
7552
7574
  }
7553
7575
 
7554
7576
  .E_cyms3br {
@@ -7612,53 +7634,6 @@ span.E_tqjc4ui {
7612
7634
  justify-content: center;
7613
7635
  }
7614
7636
 
7615
- .E_h1ol2wl7 {
7616
- font-weight: bold;
7617
- background-color: unset;
7618
- padding: unset;
7619
- }
7620
-
7621
- .E_i5w779o {
7622
- padding: 8px 0;
7623
- }
7624
- .E_i5w779o .col-label {
7625
- flex-shrink: unset;
7626
- }
7627
- .E_i5w779o .col-label * {
7628
- line-height: 18px;
7629
- }
7630
- .E_i5w779o .col-content {
7631
- flex: 1 1 0;
7632
- display: flex;
7633
- align-items: center;
7634
- }
7635
- .E_i5w779o .col-content * {
7636
- line-height: 18px;
7637
- }
7638
-
7639
- .E_l18dja44 {
7640
- padding: 6px 0;
7641
- }
7642
- .E_l18dja44 .col-label * {
7643
- font-size: 13px;
7644
- line-height: 20px;
7645
- }
7646
- .E_l18dja44 .col-content * {
7647
- font-size: 14px;
7648
- line-height: 20px;
7649
- }
7650
-
7651
- .E_c8c2hys {
7652
- display: flex;
7653
- justify-content: space-between;
7654
- flex: 1;
7655
- min-width: 0;
7656
- }
7657
-
7658
- .E_n4m6c4d {
7659
- color: rgba(0, 21, 64, 0.3);
7660
- }
7661
-
7662
7637
  .E_kr6am0s .ant-modal-body {
7663
7638
  padding: 60px 128px;
7664
7639
  }
@@ -7722,6 +7697,53 @@ span.E_tqjc4ui {
7722
7697
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7723
7698
  }
7724
7699
 
7700
+ .E_h1ol2wl7 {
7701
+ font-weight: bold;
7702
+ background-color: unset;
7703
+ padding: unset;
7704
+ }
7705
+
7706
+ .E_i5w779o {
7707
+ padding: 8px 0;
7708
+ }
7709
+ .E_i5w779o .col-label {
7710
+ flex-shrink: unset;
7711
+ }
7712
+ .E_i5w779o .col-label * {
7713
+ line-height: 18px;
7714
+ }
7715
+ .E_i5w779o .col-content {
7716
+ flex: 1 1 0;
7717
+ display: flex;
7718
+ align-items: center;
7719
+ }
7720
+ .E_i5w779o .col-content * {
7721
+ line-height: 18px;
7722
+ }
7723
+
7724
+ .E_l18dja44 {
7725
+ padding: 6px 0;
7726
+ }
7727
+ .E_l18dja44 .col-label * {
7728
+ font-size: 13px;
7729
+ line-height: 20px;
7730
+ }
7731
+ .E_l18dja44 .col-content * {
7732
+ font-size: 14px;
7733
+ line-height: 20px;
7734
+ }
7735
+
7736
+ .E_c8c2hys {
7737
+ display: flex;
7738
+ justify-content: space-between;
7739
+ flex: 1;
7740
+ min-width: 0;
7741
+ }
7742
+
7743
+ .E_n4m6c4d {
7744
+ color: rgba(0, 21, 64, 0.3);
7745
+ }
7746
+
7725
7747
  .E_c1kchka8 {
7726
7748
  height: 100%;
7727
7749
  width: 100%;
@@ -8214,6 +8236,59 @@ span.E_tqjc4ui {
8214
8236
  padding: 0;
8215
8237
  }
8216
8238
 
8239
+ .E_c14ouk5o {
8240
+ width: 100%;
8241
+ height: 100%;
8242
+ display: flex;
8243
+ font-size: 12px;
8244
+ line-height: 18px;
8245
+ padding: 8px 0;
8246
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
8247
+ }
8248
+ .E_c14ouk5o:last-of-type {
8249
+ box-shadow: none;
8250
+ padding-bottom: 0;
8251
+ }
8252
+ .E_c14ouk5o.collapsed {
8253
+ flex-direction: column;
8254
+ }
8255
+ .E_c14ouk5o.collapsed .collapsed-content {
8256
+ display: flex;
8257
+ }
8258
+ .E_c14ouk5o.collapsed .collapsed-content > span {
8259
+ flex: 1;
8260
+ display: flex;
8261
+ justify-content: space-between;
8262
+ }
8263
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
8264
+ height: auto;
8265
+ }
8266
+ .E_c14ouk5o.collapsed .extra-content {
8267
+ margin-left: 162px;
8268
+ }
8269
+ .E_c14ouk5o .col-label {
8270
+ width: 216px;
8271
+ color: rgba(44, 56, 82, 0.6);
8272
+ margin-right: 12px;
8273
+ flex-shrink: 0;
8274
+ }
8275
+ .E_c14ouk5o .col-content {
8276
+ color: #2d3a56;
8277
+ /* make btn link in info row have the same height as normal text */
8278
+ }
8279
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
8280
+ height: auto;
8281
+ }
8282
+
8283
+ .E_cevhqx7 {
8284
+ color: #00122e;
8285
+ }
8286
+
8287
+ .E_snbqlt4 {
8288
+ margin-top: 8px;
8289
+ color: rgba(44, 56, 82, 0.6);
8290
+ }
8291
+
8217
8292
  .E_l12xdkhl {
8218
8293
  width: 64px;
8219
8294
  height: 64px;
@@ -8287,57 +8362,4 @@ span.E_tqjc4ui {
8287
8362
  height: 1px;
8288
8363
  background: #e4e9f2;
8289
8364
  margin: 16px 0;
8290
- }
8291
-
8292
- .E_c14ouk5o {
8293
- width: 100%;
8294
- height: 100%;
8295
- display: flex;
8296
- font-size: 12px;
8297
- line-height: 18px;
8298
- padding: 8px 0;
8299
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
8300
- }
8301
- .E_c14ouk5o:last-of-type {
8302
- box-shadow: none;
8303
- padding-bottom: 0;
8304
- }
8305
- .E_c14ouk5o.collapsed {
8306
- flex-direction: column;
8307
- }
8308
- .E_c14ouk5o.collapsed .collapsed-content {
8309
- display: flex;
8310
- }
8311
- .E_c14ouk5o.collapsed .collapsed-content > span {
8312
- flex: 1;
8313
- display: flex;
8314
- justify-content: space-between;
8315
- }
8316
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
8317
- height: auto;
8318
- }
8319
- .E_c14ouk5o.collapsed .extra-content {
8320
- margin-left: 162px;
8321
- }
8322
- .E_c14ouk5o .col-label {
8323
- width: 216px;
8324
- color: rgba(44, 56, 82, 0.6);
8325
- margin-right: 12px;
8326
- flex-shrink: 0;
8327
- }
8328
- .E_c14ouk5o .col-content {
8329
- color: #2d3a56;
8330
- /* make btn link in info row have the same height as normal text */
8331
- }
8332
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
8333
- height: auto;
8334
- }
8335
-
8336
- .E_cevhqx7 {
8337
- color: #00122e;
8338
- }
8339
-
8340
- .E_snbqlt4 {
8341
- margin-top: 8px;
8342
- color: rgba(44, 56, 82, 0.6);
8343
8365
  }