@cloudtower/eagle 0.33.32 → 0.33.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2023 -2023
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2215 -2215
- package/dist/style.css +2023 -2023
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1319,20 +1319,24 @@ html body {
|
|
|
1319
1319
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1320
1320
|
}
|
|
1321
1321
|
}
|
|
1322
|
-
.
|
|
1323
|
-
|
|
1324
|
-
|
|
1322
|
+
.E_c18gxmrl {
|
|
1323
|
+
border: 1px solid #d8deeb;
|
|
1324
|
+
border-radius: 4px;
|
|
1325
1325
|
}
|
|
1326
|
-
.
|
|
1327
|
-
|
|
1328
|
-
cursor: pointer;
|
|
1329
|
-
transition: color 160ms ease;
|
|
1326
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
1327
|
+
margin-top: 8px;
|
|
1330
1328
|
}
|
|
1331
|
-
.
|
|
1332
|
-
color: #0080ff;
|
|
1329
|
+
.E_c18gxmrl:hover {
|
|
1330
|
+
border-color: #0080ff;
|
|
1333
1331
|
}
|
|
1334
|
-
.
|
|
1335
|
-
|
|
1332
|
+
.E_c18gxmrl:hover > header {
|
|
1333
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1334
|
+
}
|
|
1335
|
+
.E_c18gxmrl.active header {
|
|
1336
|
+
border-bottom: 1px solid #d8deeb;
|
|
1337
|
+
}
|
|
1338
|
+
.E_c18gxmrl > header {
|
|
1339
|
+
padding: 8px 12px;
|
|
1336
1340
|
}
|
|
1337
1341
|
|
|
1338
1342
|
.E_m74vjol {
|
|
@@ -1355,26 +1359,6 @@ html body {
|
|
|
1355
1359
|
flex: 1;
|
|
1356
1360
|
}
|
|
1357
1361
|
|
|
1358
|
-
.E_c18gxmrl {
|
|
1359
|
-
border: 1px solid #d8deeb;
|
|
1360
|
-
border-radius: 4px;
|
|
1361
|
-
}
|
|
1362
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
1363
|
-
margin-top: 8px;
|
|
1364
|
-
}
|
|
1365
|
-
.E_c18gxmrl:hover {
|
|
1366
|
-
border-color: #0080ff;
|
|
1367
|
-
}
|
|
1368
|
-
.E_c18gxmrl:hover > header {
|
|
1369
|
-
background: rgba(0, 128, 255, 0.1);
|
|
1370
|
-
}
|
|
1371
|
-
.E_c18gxmrl.active header {
|
|
1372
|
-
border-bottom: 1px solid #d8deeb;
|
|
1373
|
-
}
|
|
1374
|
-
.E_c18gxmrl > header {
|
|
1375
|
-
padding: 8px 12px;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
1362
|
.E_ccrbeuz .ant-collapse-item {
|
|
1379
1363
|
border: 0px;
|
|
1380
1364
|
background-color: #fff;
|
|
@@ -1397,6 +1381,128 @@ html body {
|
|
|
1397
1381
|
cursor: default;
|
|
1398
1382
|
}
|
|
1399
1383
|
|
|
1384
|
+
.E_c1uzzomf {
|
|
1385
|
+
margin-bottom: 16px;
|
|
1386
|
+
}
|
|
1387
|
+
.E_c1uzzomf .card-title {
|
|
1388
|
+
font-size: 16px;
|
|
1389
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1390
|
+
font-weight: 700;
|
|
1391
|
+
line-height: 32px;
|
|
1392
|
+
}
|
|
1393
|
+
.E_c1uzzomf .card-body {
|
|
1394
|
+
padding: 24px;
|
|
1395
|
+
border-radius: 8px;
|
|
1396
|
+
background: #fff;
|
|
1397
|
+
}
|
|
1398
|
+
.E_c1uzzomf .empty {
|
|
1399
|
+
font-weight: 700;
|
|
1400
|
+
font-size: 14px;
|
|
1401
|
+
line-height: 22px;
|
|
1402
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1403
|
+
text-align: center;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1407
|
+
padding: 4px 8px 0 8px;
|
|
1408
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1409
|
+
font-size: 12px;
|
|
1410
|
+
}
|
|
1411
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1412
|
+
padding-bottom: 6px;
|
|
1413
|
+
}
|
|
1414
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1415
|
+
padding-top: 4px;
|
|
1416
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
.E_d1bw7c5z {
|
|
1420
|
+
position: relative;
|
|
1421
|
+
max-width: 388px;
|
|
1422
|
+
min-width: 285px;
|
|
1423
|
+
}
|
|
1424
|
+
.E_d1bw7c5z .center {
|
|
1425
|
+
position: absolute;
|
|
1426
|
+
font-size: 12px;
|
|
1427
|
+
width: 80px;
|
|
1428
|
+
height: 100px;
|
|
1429
|
+
top: 0;
|
|
1430
|
+
left: 35px;
|
|
1431
|
+
display: flex;
|
|
1432
|
+
flex-direction: column;
|
|
1433
|
+
justify-content: center;
|
|
1434
|
+
align-items: center;
|
|
1435
|
+
color: #00122e;
|
|
1436
|
+
}
|
|
1437
|
+
.E_d1bw7c5z .center .number {
|
|
1438
|
+
font-size: 24px;
|
|
1439
|
+
font-weight: 700;
|
|
1440
|
+
}
|
|
1441
|
+
.E_d1bw7c5z .center .text {
|
|
1442
|
+
padding: 0 5px;
|
|
1443
|
+
font-size: 12px;
|
|
1444
|
+
width: inherit;
|
|
1445
|
+
text-align: center;
|
|
1446
|
+
}
|
|
1447
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1448
|
+
display: flex;
|
|
1449
|
+
}
|
|
1450
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1451
|
+
position: relative !important;
|
|
1452
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1453
|
+
left: 0 !important;
|
|
1454
|
+
bottom: 0 !important;
|
|
1455
|
+
display: flex;
|
|
1456
|
+
align-items: center;
|
|
1457
|
+
}
|
|
1458
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1459
|
+
width: 100%;
|
|
1460
|
+
}
|
|
1461
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1462
|
+
width: 100%;
|
|
1463
|
+
margin-right: 0 !important;
|
|
1464
|
+
line-height: 18px;
|
|
1465
|
+
}
|
|
1466
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1467
|
+
border-radius: 2px;
|
|
1468
|
+
}
|
|
1469
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1470
|
+
min-width: 75px;
|
|
1471
|
+
max-width: 198px;
|
|
1472
|
+
width: calc(100% - 20px);
|
|
1473
|
+
margin-left: 2px;
|
|
1474
|
+
color: #00122e !important;
|
|
1475
|
+
display: inline-flex;
|
|
1476
|
+
justify-content: space-between;
|
|
1477
|
+
}
|
|
1478
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1479
|
+
maxwidth: calc(100% - 12px);
|
|
1480
|
+
cursor: pointer;
|
|
1481
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1482
|
+
overflow: hidden;
|
|
1483
|
+
text-overflow: ellipsis;
|
|
1484
|
+
white-space: nowrap;
|
|
1485
|
+
}
|
|
1486
|
+
.E_d1bw7c5z .value {
|
|
1487
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.E_t10pqbtc {
|
|
1491
|
+
width: 140px;
|
|
1492
|
+
}
|
|
1493
|
+
.E_t10pqbtc .item {
|
|
1494
|
+
margin: 6px auto;
|
|
1495
|
+
display: flex;
|
|
1496
|
+
justify-content: space-between;
|
|
1497
|
+
}
|
|
1498
|
+
.E_t10pqbtc .item .name {
|
|
1499
|
+
width: 102px;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1503
|
+
line-height: 18px;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1400
1506
|
.E_c1yyuluq {
|
|
1401
1507
|
border-radius: 8px;
|
|
1402
1508
|
}
|
|
@@ -1661,26 +1767,20 @@ html body {
|
|
|
1661
1767
|
justify-content: center;
|
|
1662
1768
|
}
|
|
1663
1769
|
|
|
1664
|
-
.
|
|
1665
|
-
|
|
1770
|
+
.E_berrcjl {
|
|
1771
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1772
|
+
margin-bottom: 4px;
|
|
1666
1773
|
}
|
|
1667
|
-
.
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
line-height: 32px;
|
|
1774
|
+
.E_berrcjl .breadcrumb-link {
|
|
1775
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1776
|
+
cursor: pointer;
|
|
1777
|
+
transition: color 160ms ease;
|
|
1672
1778
|
}
|
|
1673
|
-
.
|
|
1674
|
-
|
|
1675
|
-
border-radius: 8px;
|
|
1676
|
-
background: #fff;
|
|
1779
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1780
|
+
color: #0080ff;
|
|
1677
1781
|
}
|
|
1678
|
-
.
|
|
1679
|
-
|
|
1680
|
-
font-size: 14px;
|
|
1681
|
-
line-height: 22px;
|
|
1682
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1683
|
-
text-align: center;
|
|
1782
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1783
|
+
color: #005ed1;
|
|
1684
1784
|
}
|
|
1685
1785
|
|
|
1686
1786
|
.E_b1nip9bk {
|
|
@@ -1712,104 +1812,87 @@ html body {
|
|
|
1712
1812
|
border-radius: unset;
|
|
1713
1813
|
}
|
|
1714
1814
|
|
|
1715
|
-
.
|
|
1716
|
-
|
|
1717
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1718
|
-
font-size: 12px;
|
|
1815
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1816
|
+
margin-right: 8px;
|
|
1719
1817
|
}
|
|
1720
|
-
.
|
|
1721
|
-
|
|
1818
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1819
|
+
margin-left: 8px;
|
|
1722
1820
|
}
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1821
|
+
|
|
1822
|
+
.E_cc368xp {
|
|
1823
|
+
color: #00122e;
|
|
1824
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1825
|
+
margin-right: 8px;
|
|
1826
|
+
padding-right: 8px;
|
|
1726
1827
|
}
|
|
1727
1828
|
|
|
1728
|
-
.
|
|
1729
|
-
|
|
1829
|
+
.E_i11o6xqj {
|
|
1830
|
+
display: flex;
|
|
1831
|
+
gap: 4px;
|
|
1832
|
+
}
|
|
1833
|
+
.E_i11o6xqj .icon-wrapper {
|
|
1834
|
+
cursor: pointer;
|
|
1730
1835
|
}
|
|
1731
1836
|
|
|
1732
|
-
.
|
|
1733
|
-
|
|
1734
|
-
max-width: 388px;
|
|
1735
|
-
min-width: 285px;
|
|
1837
|
+
.E_d19ruhdj.icon-wrapper {
|
|
1838
|
+
cursor: not-allowed;
|
|
1736
1839
|
}
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
font-size: 12px;
|
|
1740
|
-
width: 80px;
|
|
1741
|
-
height: 100px;
|
|
1742
|
-
top: 0;
|
|
1743
|
-
left: 35px;
|
|
1840
|
+
|
|
1841
|
+
.E_phljevk {
|
|
1744
1842
|
display: flex;
|
|
1745
|
-
|
|
1746
|
-
justify-content: center;
|
|
1843
|
+
justify-content: space-between;
|
|
1747
1844
|
align-items: center;
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
.E_d1bw7c5z .center .number {
|
|
1751
|
-
font-size: 24px;
|
|
1752
|
-
font-weight: 700;
|
|
1753
|
-
}
|
|
1754
|
-
.E_d1bw7c5z .center .text {
|
|
1755
|
-
padding: 0 5px;
|
|
1845
|
+
padding: 10px 0;
|
|
1846
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1756
1847
|
font-size: 12px;
|
|
1757
|
-
|
|
1758
|
-
text-align: center;
|
|
1848
|
+
line-height: 24px;
|
|
1759
1849
|
}
|
|
1760
|
-
.
|
|
1761
|
-
|
|
1850
|
+
.E_phljevk .pagination-left {
|
|
1851
|
+
padding: 2px 8px;
|
|
1762
1852
|
}
|
|
1763
|
-
.
|
|
1764
|
-
position: relative !important;
|
|
1765
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1766
|
-
left: 0 !important;
|
|
1767
|
-
bottom: 0 !important;
|
|
1853
|
+
.E_phljevk .dropdown-trigger {
|
|
1768
1854
|
display: flex;
|
|
1769
1855
|
align-items: center;
|
|
1856
|
+
border-radius: 6px;
|
|
1857
|
+
cursor: pointer;
|
|
1858
|
+
transition: all 0.3s ease;
|
|
1770
1859
|
}
|
|
1771
|
-
.
|
|
1772
|
-
|
|
1860
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1861
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1862
|
+
color: #0080ff;
|
|
1773
1863
|
}
|
|
1774
|
-
.
|
|
1775
|
-
|
|
1776
|
-
margin-right: 0 !important;
|
|
1777
|
-
line-height: 18px;
|
|
1864
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1865
|
+
margin-left: 4px;
|
|
1778
1866
|
}
|
|
1779
|
-
.
|
|
1780
|
-
|
|
1867
|
+
.E_phljevk .pagination-right {
|
|
1868
|
+
display: flex;
|
|
1869
|
+
align-items: center;
|
|
1870
|
+
color: #0080ff;
|
|
1871
|
+
font-weight: bold;
|
|
1781
1872
|
}
|
|
1782
|
-
.
|
|
1783
|
-
|
|
1784
|
-
max-width: 198px;
|
|
1785
|
-
width: calc(100% - 20px);
|
|
1786
|
-
margin-left: 2px;
|
|
1787
|
-
color: #00122e !important;
|
|
1788
|
-
display: inline-flex;
|
|
1789
|
-
justify-content: space-between;
|
|
1873
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1874
|
+
margin-left: 4px;
|
|
1790
1875
|
}
|
|
1791
|
-
.
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1795
|
-
overflow: hidden;
|
|
1796
|
-
text-overflow: ellipsis;
|
|
1797
|
-
white-space: nowrap;
|
|
1876
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1877
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1878
|
+
padding: 0 8px;
|
|
1798
1879
|
}
|
|
1799
|
-
.
|
|
1800
|
-
|
|
1880
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1881
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1882
|
+
color: #0080ff;
|
|
1801
1883
|
}
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
width: 140px;
|
|
1884
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1885
|
+
transform: rotate(180deg);
|
|
1805
1886
|
}
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1887
|
+
|
|
1888
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1889
|
+
max-height: calc(100vh - 128px);
|
|
1890
|
+
overflow-y: auto;
|
|
1810
1891
|
}
|
|
1811
|
-
.
|
|
1812
|
-
|
|
1892
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1893
|
+
padding: 4px 20px;
|
|
1894
|
+
font-size: 12px;
|
|
1895
|
+
line-height: 18px;
|
|
1813
1896
|
}
|
|
1814
1897
|
|
|
1815
1898
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -1824,16 +1907,6 @@ html body {
|
|
|
1824
1907
|
border-top-right-radius: 5px;
|
|
1825
1908
|
}
|
|
1826
1909
|
|
|
1827
|
-
.E_ivqqkzv {
|
|
1828
|
-
height: 24px;
|
|
1829
|
-
width: 56px !important;
|
|
1830
|
-
margin-right: 4px;
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
.E_c1wk4q29 {
|
|
1834
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
1910
|
.E_rapgekc.ant-radio-wrapper {
|
|
1838
1911
|
display: inline-flex;
|
|
1839
1912
|
align-items: baseline;
|
|
@@ -1980,6 +2053,56 @@ html body {
|
|
|
1980
2053
|
width: 36px;
|
|
1981
2054
|
}
|
|
1982
2055
|
|
|
2056
|
+
.E_ivqqkzv {
|
|
2057
|
+
height: 24px;
|
|
2058
|
+
width: 56px !important;
|
|
2059
|
+
margin-right: 4px;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
.E_c1wk4q29 {
|
|
2063
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.E_c1bus5hc {
|
|
2067
|
+
--color: white;
|
|
2068
|
+
height: 14px;
|
|
2069
|
+
width: 14px;
|
|
2070
|
+
border-radius: 50%;
|
|
2071
|
+
flex-shrink: 0;
|
|
2072
|
+
display: flex;
|
|
2073
|
+
align-items: center;
|
|
2074
|
+
justify-content: center;
|
|
2075
|
+
border: 1px solid var(--color);
|
|
2076
|
+
}
|
|
2077
|
+
.E_c1bus5hc .circle-inner {
|
|
2078
|
+
position: relative;
|
|
2079
|
+
height: 10px;
|
|
2080
|
+
width: 10px;
|
|
2081
|
+
border-radius: 50%;
|
|
2082
|
+
overflow: hidden;
|
|
2083
|
+
}
|
|
2084
|
+
.E_c1bus5hc .circle-content {
|
|
2085
|
+
position: absolute;
|
|
2086
|
+
height: 100%;
|
|
2087
|
+
width: 100%;
|
|
2088
|
+
left: 0;
|
|
2089
|
+
top: 0;
|
|
2090
|
+
border-radius: 50%;
|
|
2091
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2092
|
+
transform: rotate(180deg);
|
|
2093
|
+
}
|
|
2094
|
+
.E_c1bus5hc .circle-child {
|
|
2095
|
+
position: absolute;
|
|
2096
|
+
height: 100%;
|
|
2097
|
+
width: 100%;
|
|
2098
|
+
left: 0;
|
|
2099
|
+
top: 0;
|
|
2100
|
+
margin-left: 50%;
|
|
2101
|
+
transform-origin: left;
|
|
2102
|
+
background: white;
|
|
2103
|
+
transform: rotate(0deg);
|
|
2104
|
+
}
|
|
2105
|
+
|
|
1983
2106
|
.E_s1dizucg.ant-switch {
|
|
1984
2107
|
min-width: 40px;
|
|
1985
2108
|
height: 24px;
|
|
@@ -2035,212 +2158,89 @@ html body {
|
|
|
2035
2158
|
margin-left: 5px;
|
|
2036
2159
|
}
|
|
2037
2160
|
|
|
2038
|
-
.
|
|
2039
|
-
|
|
2040
|
-
justify-content: space-between;
|
|
2041
|
-
align-items: center;
|
|
2042
|
-
padding: 10px 0;
|
|
2043
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2044
|
-
font-size: 12px;
|
|
2045
|
-
line-height: 24px;
|
|
2161
|
+
.E_s1dni7lo {
|
|
2162
|
+
width: 430px !important;
|
|
2046
2163
|
}
|
|
2047
|
-
|
|
2048
|
-
|
|
2164
|
+
|
|
2165
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2166
|
+
padding: 8px 16px;
|
|
2167
|
+
line-height: 18px;
|
|
2168
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2169
|
+
height: 34px;
|
|
2170
|
+
min-height: 34px;
|
|
2171
|
+
box-sizing: border-box;
|
|
2172
|
+
margin-top: 8px;
|
|
2049
2173
|
}
|
|
2050
|
-
|
|
2174
|
+
|
|
2175
|
+
.E_o1ugr09p {
|
|
2051
2176
|
display: flex;
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2177
|
+
flex-direction: column;
|
|
2178
|
+
margin: 1px 8px;
|
|
2179
|
+
padding: 8px;
|
|
2180
|
+
border-radius: 4px;
|
|
2056
2181
|
}
|
|
2057
|
-
.
|
|
2058
|
-
|
|
2059
|
-
color: #0080ff;
|
|
2182
|
+
.E_o1ugr09p .selected-icon {
|
|
2183
|
+
display: none;
|
|
2060
2184
|
}
|
|
2061
|
-
.
|
|
2062
|
-
|
|
2185
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2186
|
+
padding-left: 8px;
|
|
2063
2187
|
}
|
|
2064
|
-
.
|
|
2065
|
-
|
|
2066
|
-
|
|
2188
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2189
|
+
background-color: white;
|
|
2190
|
+
}
|
|
2191
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2067
2192
|
color: #0080ff;
|
|
2068
|
-
font-weight: bold;
|
|
2069
2193
|
}
|
|
2070
|
-
.
|
|
2071
|
-
|
|
2194
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2195
|
+
display: block;
|
|
2072
2196
|
}
|
|
2073
|
-
.
|
|
2074
|
-
|
|
2075
|
-
padding: 0 8px;
|
|
2197
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
2198
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2076
2199
|
}
|
|
2077
|
-
.
|
|
2078
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
2200
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2079
2201
|
color: #0080ff;
|
|
2080
2202
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
2203
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2204
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2205
|
+
color: #0080ff;
|
|
2083
2206
|
}
|
|
2084
2207
|
|
|
2085
|
-
.
|
|
2086
|
-
|
|
2087
|
-
|
|
2208
|
+
.E_o1ifxsq4 {
|
|
2209
|
+
display: flex;
|
|
2210
|
+
justify-content: space-between;
|
|
2211
|
+
height: 20px;
|
|
2212
|
+
line-height: 20px;
|
|
2088
2213
|
}
|
|
2089
|
-
.
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2214
|
+
.E_o1ifxsq4 .timezone-title {
|
|
2215
|
+
color: #2d3a56;
|
|
2216
|
+
overflow: hidden;
|
|
2217
|
+
text-overflow: ellipsis;
|
|
2093
2218
|
}
|
|
2094
2219
|
|
|
2095
|
-
.
|
|
2096
|
-
--color: white;
|
|
2097
|
-
height: 14px;
|
|
2098
|
-
width: 14px;
|
|
2099
|
-
border-radius: 50%;
|
|
2100
|
-
flex-shrink: 0;
|
|
2220
|
+
.E_o1zue7 {
|
|
2101
2221
|
display: flex;
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2222
|
+
justify-content: space-between;
|
|
2223
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2224
|
+
height: 18px;
|
|
2225
|
+
line-height: 18px;
|
|
2226
|
+
margin-top: 2px;
|
|
2105
2227
|
}
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
overflow: hidden;
|
|
2228
|
+
|
|
2229
|
+
.E_tyfmlxg {
|
|
2230
|
+
border: none;
|
|
2231
|
+
margin-right: 0;
|
|
2232
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2112
2233
|
}
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2234
|
+
|
|
2235
|
+
.E_o18uybox {
|
|
2236
|
+
pointer-events: none;
|
|
2237
|
+
height: 32px;
|
|
2116
2238
|
width: 100%;
|
|
2117
|
-
|
|
2118
|
-
top: 0;
|
|
2119
|
-
border-radius: 50%;
|
|
2120
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2121
|
-
transform: rotate(180deg);
|
|
2122
|
-
}
|
|
2123
|
-
.E_c1bus5hc .circle-child {
|
|
2124
|
-
position: absolute;
|
|
2125
|
-
height: 100%;
|
|
2126
|
-
width: 100%;
|
|
2127
|
-
left: 0;
|
|
2128
|
-
top: 0;
|
|
2129
|
-
margin-left: 50%;
|
|
2130
|
-
transform-origin: left;
|
|
2131
|
-
background: white;
|
|
2132
|
-
transform: rotate(0deg);
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
2136
|
-
margin-right: 8px;
|
|
2137
|
-
}
|
|
2138
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
2139
|
-
margin-left: 8px;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
.E_cc368xp {
|
|
2143
|
-
color: #00122e;
|
|
2144
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
2145
|
-
margin-right: 8px;
|
|
2146
|
-
padding-right: 8px;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
.E_i11o6xqj {
|
|
2150
|
-
display: flex;
|
|
2151
|
-
gap: 4px;
|
|
2152
|
-
}
|
|
2153
|
-
.E_i11o6xqj .icon-wrapper {
|
|
2154
|
-
cursor: pointer;
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
.E_d19ruhdj.icon-wrapper {
|
|
2158
|
-
cursor: not-allowed;
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
.E_iq1gosr {
|
|
2162
|
-
display: inline-block;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
.E_s1dni7lo {
|
|
2166
|
-
width: 430px !important;
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
2170
|
-
padding: 8px 16px;
|
|
2171
|
-
line-height: 18px;
|
|
2172
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2173
|
-
height: 34px;
|
|
2174
|
-
min-height: 34px;
|
|
2175
|
-
box-sizing: border-box;
|
|
2176
|
-
margin-top: 8px;
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
.E_o1ugr09p {
|
|
2180
|
-
display: flex;
|
|
2181
|
-
flex-direction: column;
|
|
2182
|
-
margin: 1px 8px;
|
|
2183
|
-
padding: 8px;
|
|
2184
|
-
border-radius: 4px;
|
|
2185
|
-
}
|
|
2186
|
-
.E_o1ugr09p .selected-icon {
|
|
2187
|
-
display: none;
|
|
2188
|
-
}
|
|
2189
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2190
|
-
padding-left: 8px;
|
|
2191
|
-
}
|
|
2192
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2193
|
-
background-color: white;
|
|
2194
|
-
}
|
|
2195
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2196
|
-
color: #0080ff;
|
|
2197
|
-
}
|
|
2198
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2199
|
-
display: block;
|
|
2200
|
-
}
|
|
2201
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
2202
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2203
|
-
}
|
|
2204
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2205
|
-
color: #0080ff;
|
|
2206
|
-
}
|
|
2207
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2208
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2209
|
-
color: #0080ff;
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
.E_o1ifxsq4 {
|
|
2213
|
-
display: flex;
|
|
2214
|
-
justify-content: space-between;
|
|
2215
|
-
height: 20px;
|
|
2216
|
-
line-height: 20px;
|
|
2217
|
-
}
|
|
2218
|
-
.E_o1ifxsq4 .timezone-title {
|
|
2219
|
-
color: #2d3a56;
|
|
2220
|
-
overflow: hidden;
|
|
2221
|
-
text-overflow: ellipsis;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
.E_o1zue7 {
|
|
2225
|
-
display: flex;
|
|
2226
|
-
justify-content: space-between;
|
|
2227
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2228
|
-
height: 18px;
|
|
2229
|
-
line-height: 18px;
|
|
2230
|
-
margin-top: 2px;
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
.E_tyfmlxg {
|
|
2234
|
-
border: none;
|
|
2235
|
-
margin-right: 0;
|
|
2236
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2239
|
+
opacity: 0;
|
|
2237
2240
|
}
|
|
2238
2241
|
|
|
2239
|
-
.
|
|
2240
|
-
|
|
2241
|
-
height: 32px;
|
|
2242
|
-
width: 100%;
|
|
2243
|
-
opacity: 0;
|
|
2242
|
+
.E_tju3gfj .date {
|
|
2243
|
+
margin-right: 4px;
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
2246
2246
|
.E_s1sck0th {
|
|
@@ -2325,10 +2325,6 @@ html body {
|
|
|
2325
2325
|
background-color: #7E41FF;
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
|
-
.E_tju3gfj .date {
|
|
2329
|
-
margin-right: 4px;
|
|
2330
|
-
}
|
|
2331
|
-
|
|
2332
2328
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2333
2329
|
display: none;
|
|
2334
2330
|
}
|
|
@@ -2340,107 +2336,8 @@ html body {
|
|
|
2340
2336
|
visibility: hidden;
|
|
2341
2337
|
}
|
|
2342
2338
|
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2345
|
-
margin-bottom: 0 !important;
|
|
2346
|
-
flex-flow: nowrap !important;
|
|
2347
|
-
line-break: auto;
|
|
2348
|
-
}
|
|
2349
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2350
|
-
text-align: left !important;
|
|
2351
|
-
padding-bottom: 0 !important;
|
|
2352
|
-
}
|
|
2353
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2354
|
-
min-height: 32px;
|
|
2355
|
-
height: auto;
|
|
2356
|
-
font-size: 13px;
|
|
2357
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2358
|
-
white-space: normal;
|
|
2359
|
-
}
|
|
2360
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2361
|
-
border-color: #ff4d4f !important;
|
|
2362
|
-
}
|
|
2363
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2364
|
-
border-color: #ff4d4f !important;
|
|
2365
|
-
}
|
|
2366
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
2367
|
-
margin-top: 4px;
|
|
2368
|
-
font-size: 12px;
|
|
2369
|
-
min-height: 0px;
|
|
2370
|
-
}
|
|
2371
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
2372
|
-
font-size: 12px;
|
|
2373
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2374
|
-
min-height: 0px;
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
.E_i1inqkme {
|
|
2378
|
-
height: 18px;
|
|
2379
|
-
line-height: 18px;
|
|
2380
|
-
padding: 0 4px;
|
|
2381
|
-
border-radius: 4px;
|
|
2382
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2383
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2384
|
-
display: flex;
|
|
2385
|
-
align-items: center;
|
|
2386
|
-
white-space: nowrap;
|
|
2387
|
-
margin-right: 4px;
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
.E_iouxfgt {
|
|
2391
|
-
display: inline-flex;
|
|
2392
|
-
align-items: center;
|
|
2393
|
-
}
|
|
2394
|
-
.E_iouxfgt .icon-inner {
|
|
2395
|
-
display: inline-flex;
|
|
2396
|
-
align-items: center;
|
|
2397
|
-
justify-content: center;
|
|
2398
|
-
}
|
|
2399
|
-
.E_iouxfgt .icon-inner + span,
|
|
2400
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2401
|
-
margin-left: 4px;
|
|
2402
|
-
}
|
|
2403
|
-
.E_iouxfgt.is-rotate img,
|
|
2404
|
-
.E_iouxfgt.is-rotate svg {
|
|
2405
|
-
animation: rotate 680ms linear infinite;
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2409
|
-
margin-left: 8px;
|
|
2410
|
-
}
|
|
2411
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2412
|
-
padding: 2px 7px 2px 12px;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2416
|
-
display: var(--a1wfy30z-0);
|
|
2417
|
-
}
|
|
2418
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2419
|
-
padding: 4px 11px;
|
|
2420
|
-
display: inline-flex;
|
|
2421
|
-
line-height: 1.5715;
|
|
2422
|
-
height: inherit;
|
|
2423
|
-
}
|
|
2424
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2425
|
-
content: var(--a1wfy30z-1);
|
|
2426
|
-
display: var(--a1wfy30z-2);
|
|
2427
|
-
flex: none;
|
|
2428
|
-
align-items: center;
|
|
2429
|
-
margin-left: 4px;
|
|
2430
|
-
}
|
|
2431
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2432
|
-
content: var(--a1wfy30z-3);
|
|
2433
|
-
display: var(--a1wfy30z-4);
|
|
2434
|
-
flex: none;
|
|
2435
|
-
align-items: center;
|
|
2436
|
-
margin-right: 4px;
|
|
2437
|
-
cursor: auto;
|
|
2438
|
-
}
|
|
2439
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2440
|
-
padding: 0;
|
|
2441
|
-
margin: 0;
|
|
2442
|
-
height: auto;
|
|
2443
|
-
font-size: inherit;
|
|
2339
|
+
.E_iq1gosr {
|
|
2340
|
+
display: inline-block;
|
|
2444
2341
|
}
|
|
2445
2342
|
|
|
2446
2343
|
.E_fzh9mnb {
|
|
@@ -2518,1212 +2415,1315 @@ html body {
|
|
|
2518
2415
|
padding: 2px 8px;
|
|
2519
2416
|
}
|
|
2520
2417
|
|
|
2521
|
-
.
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2418
|
+
.E_i1inqkme {
|
|
2419
|
+
height: 18px;
|
|
2420
|
+
line-height: 18px;
|
|
2421
|
+
padding: 0 4px;
|
|
2422
|
+
border-radius: 4px;
|
|
2423
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2424
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2425
|
+
display: flex;
|
|
2426
|
+
align-items: center;
|
|
2427
|
+
white-space: nowrap;
|
|
2428
|
+
margin-right: 4px;
|
|
2528
2429
|
}
|
|
2529
2430
|
|
|
2530
|
-
.
|
|
2531
|
-
|
|
2532
|
-
font-style: normal;
|
|
2533
|
-
font-weight: bold;
|
|
2534
|
-
font-size: 32px;
|
|
2535
|
-
line-height: 40px;
|
|
2431
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2432
|
+
display: var(--a1wfy30z-0);
|
|
2536
2433
|
}
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
font-size: 24px;
|
|
2543
|
-
line-height: 32px;
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
.E_d1b444tr {
|
|
2547
|
-
font-family: Inter;
|
|
2548
|
-
font-style: normal;
|
|
2549
|
-
font-weight: normal;
|
|
2550
|
-
font-size: 32px;
|
|
2551
|
-
line-height: 40px;
|
|
2434
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2435
|
+
padding: 4px 11px;
|
|
2436
|
+
display: inline-flex;
|
|
2437
|
+
line-height: 1.5715;
|
|
2438
|
+
height: inherit;
|
|
2552
2439
|
}
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
line-height: 24px;
|
|
2440
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2441
|
+
content: var(--a1wfy30z-1);
|
|
2442
|
+
display: var(--a1wfy30z-2);
|
|
2443
|
+
flex: none;
|
|
2444
|
+
align-items: center;
|
|
2445
|
+
margin-left: 4px;
|
|
2560
2446
|
}
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2447
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2448
|
+
content: var(--a1wfy30z-3);
|
|
2449
|
+
display: var(--a1wfy30z-4);
|
|
2450
|
+
flex: none;
|
|
2451
|
+
align-items: center;
|
|
2452
|
+
margin-right: 4px;
|
|
2453
|
+
cursor: auto;
|
|
2568
2454
|
}
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
font-
|
|
2574
|
-
font-size: 18px;
|
|
2575
|
-
line-height: 22px;
|
|
2455
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2456
|
+
padding: 0;
|
|
2457
|
+
margin: 0;
|
|
2458
|
+
height: auto;
|
|
2459
|
+
font-size: inherit;
|
|
2576
2460
|
}
|
|
2577
2461
|
|
|
2578
|
-
.
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
line-height: 22px;
|
|
2462
|
+
.E_f7pxqmh {
|
|
2463
|
+
width: 100%;
|
|
2464
|
+
margin-bottom: 0 !important;
|
|
2465
|
+
flex-flow: nowrap !important;
|
|
2466
|
+
line-break: auto;
|
|
2584
2467
|
}
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
font-style: normal;
|
|
2589
|
-
font-weight: bold;
|
|
2590
|
-
font-size: 16px;
|
|
2591
|
-
line-height: 22px;
|
|
2468
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2469
|
+
text-align: left !important;
|
|
2470
|
+
padding-bottom: 0 !important;
|
|
2592
2471
|
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
font-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
line-height: 22px;
|
|
2472
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2473
|
+
min-height: 32px;
|
|
2474
|
+
height: auto;
|
|
2475
|
+
font-size: 13px;
|
|
2476
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2477
|
+
white-space: normal;
|
|
2600
2478
|
}
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
font-family: Inter;
|
|
2604
|
-
font-style: normal;
|
|
2605
|
-
font-weight: bold;
|
|
2606
|
-
font-size: 14px;
|
|
2607
|
-
line-height: 20px;
|
|
2479
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2480
|
+
border-color: #ff4d4f !important;
|
|
2608
2481
|
}
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
font-family: Inter;
|
|
2612
|
-
font-style: normal;
|
|
2613
|
-
font-weight: normal;
|
|
2614
|
-
font-size: 14px;
|
|
2615
|
-
line-height: 20px;
|
|
2482
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2483
|
+
border-color: #ff4d4f !important;
|
|
2616
2484
|
}
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
font-family: Inter;
|
|
2620
|
-
font-style: normal;
|
|
2621
|
-
font-weight: bold;
|
|
2485
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2486
|
+
margin-top: 4px;
|
|
2622
2487
|
font-size: 12px;
|
|
2623
|
-
|
|
2488
|
+
min-height: 0px;
|
|
2624
2489
|
}
|
|
2625
|
-
|
|
2626
|
-
.E_h1inmfq6 {
|
|
2627
|
-
font-family: Inter;
|
|
2628
|
-
font-style: normal;
|
|
2629
|
-
font-weight: normal;
|
|
2490
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2630
2491
|
font-size: 12px;
|
|
2631
|
-
|
|
2492
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2493
|
+
min-height: 0px;
|
|
2632
2494
|
}
|
|
2633
2495
|
|
|
2634
|
-
.
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
font-weight: bold;
|
|
2638
|
-
text-transform: uppercase;
|
|
2639
|
-
font-feature-settings: "cpsp" on;
|
|
2640
|
-
font-size: 12px;
|
|
2641
|
-
line-height: 18px;
|
|
2496
|
+
.E_iouxfgt {
|
|
2497
|
+
display: inline-flex;
|
|
2498
|
+
align-items: center;
|
|
2642
2499
|
}
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
font-weight: normal;
|
|
2648
|
-
text-transform: uppercase;
|
|
2649
|
-
font-feature-settings: "cpsp" on;
|
|
2650
|
-
font-size: 12px;
|
|
2651
|
-
line-height: 18px;
|
|
2500
|
+
.E_iouxfgt .icon-inner {
|
|
2501
|
+
display: inline-flex;
|
|
2502
|
+
align-items: center;
|
|
2503
|
+
justify-content: center;
|
|
2652
2504
|
}
|
|
2653
|
-
|
|
2654
|
-
.
|
|
2655
|
-
|
|
2656
|
-
font-style: normal;
|
|
2657
|
-
font-weight: normal;
|
|
2658
|
-
font-size: 16px;
|
|
2659
|
-
line-height: 24px;
|
|
2505
|
+
.E_iouxfgt .icon-inner + span,
|
|
2506
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2507
|
+
margin-left: 4px;
|
|
2660
2508
|
}
|
|
2661
|
-
|
|
2662
|
-
.
|
|
2663
|
-
|
|
2664
|
-
font-style: normal;
|
|
2665
|
-
font-weight: bold;
|
|
2666
|
-
font-size: 16px;
|
|
2667
|
-
line-height: 24px;
|
|
2509
|
+
.E_iouxfgt.is-rotate img,
|
|
2510
|
+
.E_iouxfgt.is-rotate svg {
|
|
2511
|
+
animation: rotate 680ms linear infinite;
|
|
2668
2512
|
}
|
|
2669
2513
|
|
|
2670
|
-
.
|
|
2671
|
-
|
|
2672
|
-
font-style: normal;
|
|
2673
|
-
font-weight: normal;
|
|
2674
|
-
font-size: 16px;
|
|
2675
|
-
line-height: 24px;
|
|
2514
|
+
.E_owd0kml {
|
|
2515
|
+
display: inline-block;
|
|
2676
2516
|
}
|
|
2677
2517
|
|
|
2678
|
-
.
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
font-weight: bold;
|
|
2682
|
-
font-size: 16px;
|
|
2683
|
-
line-height: 24px;
|
|
2518
|
+
.E_h1jsgezc {
|
|
2519
|
+
visibility: hidden;
|
|
2520
|
+
position: absolute;
|
|
2684
2521
|
}
|
|
2685
2522
|
|
|
2686
|
-
.
|
|
2687
|
-
|
|
2688
|
-
font-style: normal;
|
|
2689
|
-
font-weight: normal;
|
|
2690
|
-
text-transform: uppercase;
|
|
2691
|
-
font-feature-settings: "cpsp" on;
|
|
2692
|
-
font-size: 16px;
|
|
2693
|
-
line-height: 24px;
|
|
2523
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2524
|
+
margin-left: 8px;
|
|
2694
2525
|
}
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
font-family: Inter;
|
|
2698
|
-
font-style: normal;
|
|
2699
|
-
font-weight: bold;
|
|
2700
|
-
text-transform: uppercase;
|
|
2701
|
-
font-feature-settings: "cpsp" on;
|
|
2702
|
-
font-size: 16px;
|
|
2703
|
-
line-height: 24px;
|
|
2526
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2527
|
+
padding: 2px 7px 2px 12px;
|
|
2704
2528
|
}
|
|
2705
2529
|
|
|
2706
|
-
.
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
font-weight: normal;
|
|
2710
|
-
font-size: 14px;
|
|
2711
|
-
line-height: 22px;
|
|
2530
|
+
.E_cnujxq2 {
|
|
2531
|
+
display: flex;
|
|
2532
|
+
flex-direction: column;
|
|
2712
2533
|
}
|
|
2713
2534
|
|
|
2714
|
-
.
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
line-height: 22px;
|
|
2535
|
+
.E_m7s48ia {
|
|
2536
|
+
max-width: 1120px;
|
|
2537
|
+
width: 100%;
|
|
2538
|
+
margin: 0 auto;
|
|
2539
|
+
height: 100%;
|
|
2720
2540
|
}
|
|
2721
2541
|
|
|
2722
|
-
.
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
line-height: 22px;
|
|
2542
|
+
.E_wt5zbg6 {
|
|
2543
|
+
max-width: 1120px;
|
|
2544
|
+
width: 100%;
|
|
2545
|
+
margin: 0 auto;
|
|
2546
|
+
display: flex;
|
|
2728
2547
|
}
|
|
2729
|
-
|
|
2730
|
-
.
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
font-size: 14px;
|
|
2735
|
-
line-height: 22px;
|
|
2548
|
+
.E_wt5zbg6 .left,
|
|
2549
|
+
.E_wt5zbg6 .right {
|
|
2550
|
+
flex-grow: 0;
|
|
2551
|
+
flex-shrink: 0;
|
|
2552
|
+
flex-basis: 21%;
|
|
2736
2553
|
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
font-weight: bold;
|
|
2742
|
-
font-size: 14px;
|
|
2743
|
-
line-height: 22px;
|
|
2554
|
+
.E_wt5zbg6 .left {
|
|
2555
|
+
display: flex;
|
|
2556
|
+
justify-content: flex-end;
|
|
2557
|
+
padding-right: 44px;
|
|
2744
2558
|
}
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
font-family: Inter;
|
|
2748
|
-
font-style: normal;
|
|
2749
|
-
font-weight: normal;
|
|
2750
|
-
text-transform: uppercase;
|
|
2751
|
-
font-feature-settings: "cpsp" on;
|
|
2752
|
-
font-size: 14px;
|
|
2753
|
-
line-height: 22px;
|
|
2559
|
+
.E_wt5zbg6 .right {
|
|
2560
|
+
padding-left: 44px;
|
|
2754
2561
|
}
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
font-feature-settings: "cpsp" on;
|
|
2762
|
-
font-size: 14px;
|
|
2763
|
-
line-height: 22px;
|
|
2562
|
+
.E_wt5zbg6 .middle {
|
|
2563
|
+
margin-bottom: 40px;
|
|
2564
|
+
flex-grow: 0;
|
|
2565
|
+
flex-shrink: 0;
|
|
2566
|
+
flex-basis: 58%;
|
|
2567
|
+
overflow: hidden;
|
|
2764
2568
|
}
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
font-size: 13px;
|
|
2771
|
-
line-height: 20px;
|
|
2569
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
2570
|
+
width: 100%;
|
|
2571
|
+
}
|
|
2572
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
2573
|
+
width: auto;
|
|
2772
2574
|
}
|
|
2773
2575
|
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2576
|
+
.E_h18jprzg .ant-modal-header {
|
|
2577
|
+
margin: 0 auto;
|
|
2578
|
+
width: 100%;
|
|
2579
|
+
max-width: 648px;
|
|
2580
|
+
}
|
|
2581
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
2582
|
+
margin-left: 0;
|
|
2583
|
+
}
|
|
2584
|
+
.E_h18jprzg .ant-modal-body {
|
|
2585
|
+
margin: 0 auto;
|
|
2586
|
+
padding: 0;
|
|
2587
|
+
width: 100%;
|
|
2588
|
+
max-width: 648px;
|
|
2589
|
+
overflow: hidden;
|
|
2590
|
+
}
|
|
2591
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
2592
|
+
margin-bottom: 40px;
|
|
2593
|
+
}
|
|
2594
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
2595
|
+
height: calc(100vh - 225px);
|
|
2596
|
+
overflow-y: auto;
|
|
2597
|
+
}
|
|
2598
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
2599
|
+
margin: 0 auto;
|
|
2600
|
+
max-width: 648px;
|
|
2780
2601
|
}
|
|
2781
2602
|
|
|
2782
|
-
.
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2603
|
+
.E_h16z9xgz .ant-modal-header {
|
|
2604
|
+
margin: 0 auto;
|
|
2605
|
+
width: 100%;
|
|
2606
|
+
max-width: 1024px;
|
|
2607
|
+
}
|
|
2608
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
2609
|
+
margin-left: 0;
|
|
2610
|
+
}
|
|
2611
|
+
.E_h16z9xgz .ant-modal-body {
|
|
2612
|
+
margin: 0 auto;
|
|
2613
|
+
padding: 0;
|
|
2614
|
+
width: 100%;
|
|
2615
|
+
max-width: 1024px;
|
|
2616
|
+
overflow: hidden;
|
|
2617
|
+
}
|
|
2618
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
2619
|
+
margin-bottom: 40px;
|
|
2620
|
+
}
|
|
2621
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
2622
|
+
height: calc(100vh - 225px);
|
|
2623
|
+
overflow-y: auto;
|
|
2624
|
+
}
|
|
2625
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
2626
|
+
margin: 0 auto;
|
|
2627
|
+
max-width: 1024px;
|
|
2788
2628
|
}
|
|
2789
2629
|
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2630
|
+
.E_f1lrhghm {
|
|
2631
|
+
flex: 1;
|
|
2632
|
+
}
|
|
2633
|
+
.E_f1lrhghm label {
|
|
2794
2634
|
font-size: 13px;
|
|
2795
2635
|
line-height: 20px;
|
|
2636
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2796
2637
|
}
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
font-family: Inter;
|
|
2800
|
-
font-style: normal;
|
|
2801
|
-
font-weight: 600;
|
|
2802
|
-
font-size: 13px;
|
|
2638
|
+
.E_f1lrhghm .title {
|
|
2639
|
+
font-size: 14px;
|
|
2803
2640
|
line-height: 20px;
|
|
2641
|
+
color: #2d3a56;
|
|
2642
|
+
margin-bottom: 12px;
|
|
2643
|
+
}
|
|
2644
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
2645
|
+
padding-bottom: 26px;
|
|
2804
2646
|
}
|
|
2805
2647
|
|
|
2806
|
-
.
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
font-size: 13px;
|
|
2811
|
-
line-height: 20px;
|
|
2648
|
+
.E_f18ot8em {
|
|
2649
|
+
padding: 25px 0 15px 0;
|
|
2650
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2651
|
+
margin-bottom: 16px;
|
|
2812
2652
|
}
|
|
2813
2653
|
|
|
2814
|
-
.
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2654
|
+
.E_f1l1g2k0 {
|
|
2655
|
+
display: flex;
|
|
2656
|
+
align-items: center;
|
|
2657
|
+
margin-bottom: 8px;
|
|
2658
|
+
}
|
|
2659
|
+
.E_f1l1g2k0 > label {
|
|
2660
|
+
width: 216px;
|
|
2661
|
+
}
|
|
2662
|
+
.E_f1l1g2k0 > label + * {
|
|
2663
|
+
width: 100%;
|
|
2664
|
+
}
|
|
2665
|
+
.E_f1l1g2k0 .ant-select {
|
|
2666
|
+
width: 100%;
|
|
2822
2667
|
}
|
|
2823
2668
|
|
|
2824
|
-
.
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
font-weight: bold;
|
|
2828
|
-
text-transform: uppercase;
|
|
2829
|
-
font-feature-settings: "cpsp" on;
|
|
2830
|
-
font-size: 13px;
|
|
2831
|
-
line-height: 20px;
|
|
2669
|
+
.E_e1k89cwg {
|
|
2670
|
+
color: #e75a3a;
|
|
2671
|
+
margin-right: 10px;
|
|
2832
2672
|
}
|
|
2833
2673
|
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
line-height: 18px;
|
|
2674
|
+
.E_d1oui1gf {
|
|
2675
|
+
width: 100%;
|
|
2676
|
+
height: 1px;
|
|
2677
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2678
|
+
margin: 24px 0;
|
|
2840
2679
|
}
|
|
2841
2680
|
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
line-height: 18px;
|
|
2681
|
+
.E_l15itdbb {
|
|
2682
|
+
display: flex;
|
|
2683
|
+
justify-content: center;
|
|
2684
|
+
align-items: center;
|
|
2685
|
+
height: 100%;
|
|
2848
2686
|
}
|
|
2849
2687
|
|
|
2850
|
-
.
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2688
|
+
.E_d1y3z4w {
|
|
2689
|
+
display: inline-block;
|
|
2690
|
+
width: 4px;
|
|
2691
|
+
height: 4px;
|
|
2692
|
+
background: #8e9aa9;
|
|
2693
|
+
opacity: 0.4;
|
|
2694
|
+
border-radius: 50%;
|
|
2695
|
+
margin: 0 4px;
|
|
2856
2696
|
}
|
|
2857
2697
|
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2698
|
+
.E_m177r7a3 .ant-modal-header,
|
|
2699
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
2700
|
+
width: 648px;
|
|
2701
|
+
margin: 0 auto;
|
|
2702
|
+
}
|
|
2703
|
+
.E_m177r7a3 .ant-modal-header {
|
|
2704
|
+
padding: 35px 0 24px;
|
|
2705
|
+
border: none;
|
|
2706
|
+
}
|
|
2707
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
2708
|
+
font-size: 30px;
|
|
2709
|
+
}
|
|
2710
|
+
.E_m177r7a3 .ant-modal-body {
|
|
2711
|
+
padding: 4px 0 2px;
|
|
2712
|
+
}
|
|
2713
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
2714
|
+
border: none;
|
|
2864
2715
|
}
|
|
2865
2716
|
|
|
2866
|
-
.
|
|
2867
|
-
font-family: Inter;
|
|
2868
|
-
font-style: normal;
|
|
2869
|
-
font-weight: 500;
|
|
2717
|
+
.E_t1wwio3v {
|
|
2870
2718
|
font-size: 12px;
|
|
2871
2719
|
line-height: 18px;
|
|
2720
|
+
font-weight: bold;
|
|
2721
|
+
color: #fff;
|
|
2722
|
+
padding: 0 4px;
|
|
2723
|
+
border-radius: 4px;
|
|
2724
|
+
display: inline-block;
|
|
2725
|
+
background: var(--t1wwio3v-0);
|
|
2726
|
+
}
|
|
2727
|
+
.E_t1wwio3v:not(:first-child) {
|
|
2728
|
+
margin-left: 4px;
|
|
2872
2729
|
}
|
|
2873
2730
|
|
|
2874
|
-
.
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2731
|
+
.E_f17jvtfk {
|
|
2732
|
+
width: 100%;
|
|
2733
|
+
height: 100%;
|
|
2734
|
+
display: flex;
|
|
2735
|
+
align-items: center;
|
|
2736
|
+
justify-content: center;
|
|
2880
2737
|
}
|
|
2881
2738
|
|
|
2882
|
-
.
|
|
2883
|
-
font-
|
|
2884
|
-
font-style: normal;
|
|
2885
|
-
font-weight: normal;
|
|
2886
|
-
text-transform: uppercase;
|
|
2887
|
-
font-feature-settings: "cpsp" on;
|
|
2888
|
-
font-size: 12px;
|
|
2889
|
-
line-height: 18px;
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
|
-
.E_l1lln87h {
|
|
2893
|
-
font-family: Inter;
|
|
2894
|
-
font-style: normal;
|
|
2739
|
+
.E_nzppkea {
|
|
2740
|
+
font-size: 90%;
|
|
2895
2741
|
font-weight: bold;
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2742
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2743
|
+
padding: 1px 4px 1px;
|
|
2744
|
+
margin-left: 2px;
|
|
2745
|
+
margin-right: 2px;
|
|
2746
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2747
|
+
border-radius: 4px;
|
|
2900
2748
|
}
|
|
2901
2749
|
|
|
2902
|
-
.
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2750
|
+
.E_f4mi9eq.form-item-general {
|
|
2751
|
+
width: 640px;
|
|
2752
|
+
}
|
|
2753
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
2754
|
+
margin-top: 16px;
|
|
2755
|
+
}
|
|
2756
|
+
.E_f4mi9eq.form-item-compact {
|
|
2757
|
+
width: 412px;
|
|
2758
|
+
}
|
|
2759
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
2760
|
+
margin-top: 8px;
|
|
2761
|
+
}
|
|
2762
|
+
.E_f4mi9eq .form-item {
|
|
2763
|
+
width: auto;
|
|
2764
|
+
}
|
|
2765
|
+
.E_f4mi9eq .form-item-main {
|
|
2766
|
+
position: relative;
|
|
2767
|
+
display: flex;
|
|
2768
|
+
}
|
|
2769
|
+
.E_f4mi9eq .form-item-extra {
|
|
2770
|
+
margin-top: 4px;
|
|
2771
|
+
width: 100%;
|
|
2772
|
+
padding: 14px;
|
|
2773
|
+
background: #f2f4f6;
|
|
2906
2774
|
font-size: 13px;
|
|
2907
|
-
line-height:
|
|
2775
|
+
line-height: 1.8;
|
|
2776
|
+
color: #8e9aa9;
|
|
2908
2777
|
}
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
font-family: Inter;
|
|
2912
|
-
font-style: normal;
|
|
2913
|
-
font-weight: normal;
|
|
2778
|
+
.E_f4mi9eq .form-item-label {
|
|
2779
|
+
padding-right: 12px;
|
|
2914
2780
|
font-size: 13px;
|
|
2915
|
-
|
|
2781
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2916
2782
|
}
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2783
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
2784
|
+
text-align: right;
|
|
2785
|
+
}
|
|
2786
|
+
.E_f4mi9eq .form-item-label,
|
|
2787
|
+
.E_f4mi9eq .form-item-control {
|
|
2788
|
+
line-height: 32px;
|
|
2789
|
+
}
|
|
2790
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
2923
2791
|
line-height: 18px;
|
|
2924
2792
|
}
|
|
2793
|
+
.E_f4mi9eq .form-item-children {
|
|
2794
|
+
width: 100%;
|
|
2795
|
+
}
|
|
2796
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
2797
|
+
width: 100%;
|
|
2798
|
+
}
|
|
2799
|
+
.E_f4mi9eq .form-item-error {
|
|
2800
|
+
color: #e75a3a;
|
|
2801
|
+
height: 0;
|
|
2802
|
+
overflow: hidden;
|
|
2803
|
+
}
|
|
2804
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
2805
|
+
margin-top: 4px;
|
|
2806
|
+
height: auto;
|
|
2807
|
+
overflow: auto;
|
|
2808
|
+
}
|
|
2809
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2810
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2811
|
+
border: 1px solid #e75a3a;
|
|
2812
|
+
color: #e75a3a;
|
|
2813
|
+
}
|
|
2925
2814
|
|
|
2926
|
-
.
|
|
2927
|
-
|
|
2928
|
-
font-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2815
|
+
.E_fh0ewl8 {
|
|
2816
|
+
color: #2d3a56;
|
|
2817
|
+
font-weight: bold;
|
|
2818
|
+
padding-bottom: 6px;
|
|
2819
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2820
|
+
margin-bottom: 16px;
|
|
2821
|
+
}
|
|
2822
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
2823
|
+
margin-top: 16px;
|
|
2932
2824
|
}
|
|
2933
2825
|
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2826
|
+
.E_e1qrlvot {
|
|
2827
|
+
width: 8px;
|
|
2828
|
+
height: 24px;
|
|
2829
|
+
display: flex;
|
|
2830
|
+
justify-content: center;
|
|
2831
|
+
align-items: center;
|
|
2832
|
+
cursor: pointer;
|
|
2833
|
+
transition: all 200ms ease-out 40ms;
|
|
2834
|
+
}
|
|
2835
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
2836
|
+
content: "";
|
|
2837
|
+
width: 1px;
|
|
2838
|
+
height: 6px;
|
|
2839
|
+
border-radius: 1px;
|
|
2840
|
+
background: #ccd4e3;
|
|
2841
|
+
position: relative;
|
|
2842
|
+
right: 2px;
|
|
2843
|
+
transform: rotate(-45deg);
|
|
2844
|
+
}
|
|
2845
|
+
.E_e1qrlvot:after {
|
|
2846
|
+
transform: rotate(45deg);
|
|
2847
|
+
left: 1px;
|
|
2941
2848
|
}
|
|
2942
2849
|
|
|
2943
|
-
.
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2850
|
+
.E_w9ic984.ant-alert-warning {
|
|
2851
|
+
border: 0;
|
|
2852
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2853
|
+
border-radius: 6px;
|
|
2854
|
+
}
|
|
2855
|
+
.E_w9ic984.ant-alert,
|
|
2856
|
+
.E_w9ic984 .ant-alert-message {
|
|
2857
|
+
color: #e07f00;
|
|
2858
|
+
}
|
|
2859
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
2860
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
2861
|
+
border-bottom-color: #e07f00;
|
|
2950
2862
|
}
|
|
2951
2863
|
|
|
2952
|
-
.
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2864
|
+
.E_n1k9qi4r {
|
|
2865
|
+
display: flex;
|
|
2866
|
+
flex-direction: row;
|
|
2867
|
+
padding: 7px 12px;
|
|
2868
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2869
|
+
border-radius: 6px;
|
|
2870
|
+
color: #e07f00;
|
|
2957
2871
|
font-size: 12px;
|
|
2958
2872
|
line-height: 18px;
|
|
2959
2873
|
}
|
|
2874
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
2875
|
+
margin-right: 10px;
|
|
2876
|
+
height: 18px;
|
|
2877
|
+
}
|
|
2960
2878
|
|
|
2961
|
-
.
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2879
|
+
.E_n16fsg9x {
|
|
2880
|
+
display: flex;
|
|
2881
|
+
flex-direction: row;
|
|
2882
|
+
padding: 7px 12px;
|
|
2883
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2884
|
+
border-radius: 6px;
|
|
2885
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2966
2886
|
font-size: 12px;
|
|
2967
2887
|
line-height: 18px;
|
|
2968
2888
|
}
|
|
2889
|
+
.E_n16fsg9x .icon-wrapper {
|
|
2890
|
+
margin-right: 10px;
|
|
2891
|
+
height: 18px;
|
|
2892
|
+
}
|
|
2969
2893
|
|
|
2970
|
-
.
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2894
|
+
.E_i173wxzw {
|
|
2895
|
+
display: flex;
|
|
2896
|
+
flex-direction: row;
|
|
2897
|
+
padding: 7px 12px;
|
|
2898
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2899
|
+
border-radius: 6px;
|
|
2900
|
+
color: #005ed1;
|
|
2975
2901
|
font-size: 12px;
|
|
2976
2902
|
line-height: 18px;
|
|
2977
2903
|
}
|
|
2904
|
+
.E_i173wxzw .icon-wrapper {
|
|
2905
|
+
margin-right: 10px;
|
|
2906
|
+
height: 18px;
|
|
2907
|
+
}
|
|
2978
2908
|
|
|
2979
|
-
.
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
font-weight: 500;
|
|
2983
|
-
font-feature-settings: "zero" on;
|
|
2909
|
+
.E_dld369h {
|
|
2910
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2911
|
+
margin-top: 5px;
|
|
2984
2912
|
font-size: 12px;
|
|
2985
2913
|
line-height: 18px;
|
|
2986
2914
|
}
|
|
2987
2915
|
|
|
2988
|
-
.
|
|
2989
|
-
|
|
2990
|
-
font-
|
|
2991
|
-
|
|
2992
|
-
font-feature-settings: "zero" on;
|
|
2993
|
-
font-size: 16px;
|
|
2994
|
-
line-height: 24px;
|
|
2916
|
+
.E_s1epv22q {
|
|
2917
|
+
color: #f0483e;
|
|
2918
|
+
font-size: 12px;
|
|
2919
|
+
white-space: pre-wrap;
|
|
2995
2920
|
}
|
|
2996
2921
|
|
|
2997
|
-
.
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
2922
|
+
.E_okus5hk {
|
|
2923
|
+
display: flex;
|
|
2924
|
+
align-items: center;
|
|
2925
|
+
justify-content: flex-end;
|
|
2926
|
+
}
|
|
2927
|
+
.E_okus5hk .icon-wrapper {
|
|
2928
|
+
margin-right: 16px;
|
|
3003
2929
|
}
|
|
3004
2930
|
|
|
3005
|
-
.
|
|
3006
|
-
|
|
3007
|
-
align-items: center;
|
|
3008
|
-
justify-content: center;
|
|
3009
|
-
color: #fff;
|
|
3010
|
-
font-weight: bold;
|
|
3011
|
-
font-size: 12px;
|
|
3012
|
-
width: 24px;
|
|
3013
|
-
height: 24px;
|
|
3014
|
-
border-radius: 50%;
|
|
3015
|
-
background: var(--a1b5xrg3-0);
|
|
2931
|
+
.E_t1auuzri {
|
|
2932
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3016
2933
|
}
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
display: inline-flex;
|
|
3023
|
-
align-items: center;
|
|
3024
|
-
justify-content: center;
|
|
2934
|
+
|
|
2935
|
+
.E_i74cfyt.ant-input {
|
|
2936
|
+
padding: 5px 12px;
|
|
2937
|
+
line-height: 20px;
|
|
2938
|
+
color: #2d3a56;
|
|
3025
2939
|
border-radius: 6px;
|
|
2940
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2941
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3026
2942
|
}
|
|
3027
|
-
.
|
|
3028
|
-
|
|
2943
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
2944
|
+
padding: 8px 16px;
|
|
2945
|
+
line-height: 22px;
|
|
3029
2946
|
}
|
|
3030
|
-
.
|
|
3031
|
-
|
|
3032
|
-
|
|
2947
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
2948
|
+
padding: 2px 8px;
|
|
2949
|
+
line-height: 18px;
|
|
3033
2950
|
}
|
|
3034
|
-
|
|
3035
|
-
.
|
|
3036
|
-
|
|
2951
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
2952
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2953
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2954
|
+
z-index: 1;
|
|
3037
2955
|
}
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
2956
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
2957
|
+
border-color: #0096ff;
|
|
2958
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2959
|
+
z-index: 1;
|
|
3042
2960
|
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
width: 100%;
|
|
3047
|
-
margin: 0 auto;
|
|
3048
|
-
height: 100%;
|
|
2961
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
2962
|
+
border-color: #e75a3a;
|
|
2963
|
+
color: #e75a3a;
|
|
3049
2964
|
}
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
width: 100%;
|
|
3054
|
-
margin: 0 auto;
|
|
3055
|
-
display: flex;
|
|
2965
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
2966
|
+
border-color: #e75a3a;
|
|
2967
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3056
2968
|
}
|
|
3057
|
-
.
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
flex-shrink: 0;
|
|
3061
|
-
flex-basis: 21%;
|
|
2969
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
2970
|
+
border-color: #e75a3a;
|
|
2971
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3062
2972
|
}
|
|
3063
|
-
.
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
2973
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
2974
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2975
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2976
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3067
2977
|
}
|
|
3068
|
-
.
|
|
3069
|
-
padding
|
|
2978
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
2979
|
+
padding: 5px 12px;
|
|
2980
|
+
border-radius: 6px;
|
|
2981
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2982
|
+
line-height: 20px;
|
|
2983
|
+
color: #2d3a56;
|
|
2984
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3070
2985
|
}
|
|
3071
|
-
.
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
flex-shrink: 0;
|
|
3075
|
-
flex-basis: 58%;
|
|
3076
|
-
overflow: hidden;
|
|
2986
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
2987
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
2988
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3077
2989
|
}
|
|
3078
|
-
.
|
|
3079
|
-
|
|
2990
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2991
|
+
padding: 8px 16px;
|
|
2992
|
+
line-height: 22px;
|
|
3080
2993
|
}
|
|
3081
|
-
.
|
|
3082
|
-
|
|
2994
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2995
|
+
padding: 2px 8px;
|
|
2996
|
+
line-height: 18px;
|
|
3083
2997
|
}
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
width: 100%;
|
|
3088
|
-
max-width: 648px;
|
|
2998
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2999
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3000
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3089
3001
|
}
|
|
3090
|
-
.
|
|
3091
|
-
|
|
3002
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3003
|
+
border-color: #0096ff;
|
|
3004
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3092
3005
|
}
|
|
3093
|
-
.
|
|
3094
|
-
|
|
3095
|
-
padding: 0;
|
|
3096
|
-
width: 100%;
|
|
3097
|
-
max-width: 648px;
|
|
3098
|
-
overflow: hidden;
|
|
3006
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
3007
|
+
border-color: #e75a3a;
|
|
3099
3008
|
}
|
|
3100
|
-
.
|
|
3101
|
-
|
|
3009
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
3010
|
+
color: #e75a3a;
|
|
3102
3011
|
}
|
|
3103
|
-
.
|
|
3104
|
-
|
|
3105
|
-
|
|
3012
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3013
|
+
border-color: #e75a3a;
|
|
3014
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3106
3015
|
}
|
|
3107
|
-
.
|
|
3108
|
-
|
|
3109
|
-
|
|
3016
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3017
|
+
border-color: #e75a3a;
|
|
3018
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3110
3019
|
}
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
max-width: 1024px;
|
|
3020
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
3021
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3022
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3023
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3116
3024
|
}
|
|
3117
|
-
.
|
|
3118
|
-
|
|
3025
|
+
textarea.E_i74cfyt.ant-input {
|
|
3026
|
+
transition-property: height;
|
|
3027
|
+
transition-delay: 50ms;
|
|
3119
3028
|
}
|
|
3120
|
-
.
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
width: 100%;
|
|
3124
|
-
max-width: 1024px;
|
|
3125
|
-
overflow: hidden;
|
|
3029
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
3030
|
+
min-height: 40px;
|
|
3031
|
+
height: 40px;
|
|
3126
3032
|
}
|
|
3127
|
-
.
|
|
3128
|
-
|
|
3033
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
3034
|
+
height: 80px;
|
|
3129
3035
|
}
|
|
3130
|
-
.
|
|
3131
|
-
height:
|
|
3132
|
-
|
|
3036
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
3037
|
+
min-height: 32px;
|
|
3038
|
+
height: 32px;
|
|
3133
3039
|
}
|
|
3134
|
-
.
|
|
3135
|
-
|
|
3136
|
-
max-width: 1024px;
|
|
3040
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
3041
|
+
height: 64px;
|
|
3137
3042
|
}
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3043
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
3044
|
+
min-height: 24px;
|
|
3045
|
+
height: 24px;
|
|
3141
3046
|
}
|
|
3142
|
-
.
|
|
3143
|
-
|
|
3144
|
-
line-height: 20px;
|
|
3145
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3047
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
3048
|
+
height: 40px;
|
|
3146
3049
|
}
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
margin-bottom: 12px;
|
|
3050
|
+
|
|
3051
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
3052
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3053
|
+
border-radius: 4px;
|
|
3152
3054
|
}
|
|
3153
|
-
.
|
|
3154
|
-
|
|
3055
|
+
.E_k1ci6977.input-tags {
|
|
3056
|
+
position: relative;
|
|
3057
|
+
padding: 6px;
|
|
3058
|
+
height: 32px;
|
|
3059
|
+
cursor: pointer;
|
|
3060
|
+
transition: border 150ms;
|
|
3155
3061
|
}
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
border-bottom: 1px solid #e1e5eb;
|
|
3160
|
-
margin-bottom: 16px;
|
|
3062
|
+
.E_k1ci6977.input-tags:hover {
|
|
3063
|
+
border-color: #0080ff;
|
|
3064
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
3161
3065
|
}
|
|
3162
|
-
|
|
3163
|
-
|
|
3066
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
3067
|
+
padding-right: 30px;
|
|
3068
|
+
}
|
|
3069
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
3164
3070
|
display: flex;
|
|
3165
|
-
align-items: center;
|
|
3166
|
-
margin-bottom: 8px;
|
|
3167
3071
|
}
|
|
3168
|
-
.
|
|
3169
|
-
|
|
3072
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
3073
|
+
display: flex;
|
|
3170
3074
|
}
|
|
3171
|
-
.
|
|
3172
|
-
|
|
3075
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
3076
|
+
position: absolute;
|
|
3077
|
+
right: 12px;
|
|
3078
|
+
top: 50%;
|
|
3079
|
+
transform: translateY(-50%);
|
|
3173
3080
|
}
|
|
3174
|
-
.
|
|
3175
|
-
|
|
3081
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
3082
|
+
color: rgba(0, 0, 0, 0.25);
|
|
3083
|
+
font-size: 12px;
|
|
3084
|
+
cursor: pointer;
|
|
3176
3085
|
}
|
|
3177
|
-
|
|
3178
|
-
.
|
|
3179
|
-
color: #e75a3a;
|
|
3180
|
-
margin-right: 10px;
|
|
3086
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
3087
|
+
color: rgba(0, 0, 0, 0.45);
|
|
3181
3088
|
}
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
height: 1px;
|
|
3186
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3187
|
-
margin: 24px 0;
|
|
3089
|
+
.E_k1ci6977.has-focus-indicator {
|
|
3090
|
+
position: relative;
|
|
3091
|
+
overflow: hidden;
|
|
3188
3092
|
}
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
.E_d1y3z4w {
|
|
3198
|
-
display: inline-block;
|
|
3199
|
-
width: 4px;
|
|
3200
|
-
height: 4px;
|
|
3201
|
-
background: #8e9aa9;
|
|
3202
|
-
opacity: 0.4;
|
|
3203
|
-
border-radius: 50%;
|
|
3204
|
-
margin: 0 4px;
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
.E_m177r7a3 .ant-modal-header,
|
|
3208
|
-
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
3209
|
-
width: 648px;
|
|
3210
|
-
margin: 0 auto;
|
|
3211
|
-
}
|
|
3212
|
-
.E_m177r7a3 .ant-modal-header {
|
|
3213
|
-
padding: 35px 0 24px;
|
|
3214
|
-
border: none;
|
|
3093
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
3094
|
+
position: absolute;
|
|
3095
|
+
top: 50%;
|
|
3096
|
+
transform: translateY(-50%);
|
|
3097
|
+
left: -16px;
|
|
3098
|
+
transition: left 150ms ease;
|
|
3099
|
+
opacity: 0;
|
|
3215
3100
|
}
|
|
3216
|
-
.
|
|
3217
|
-
|
|
3101
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
3102
|
+
left: 8px;
|
|
3103
|
+
opacity: 1;
|
|
3218
3104
|
}
|
|
3219
|
-
.
|
|
3220
|
-
|
|
3105
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
3106
|
+
transition: margin-left 150ms ease;
|
|
3107
|
+
margin-left: 0px;
|
|
3221
3108
|
}
|
|
3222
|
-
.
|
|
3223
|
-
|
|
3109
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
3110
|
+
margin-left: 16px;
|
|
3224
3111
|
}
|
|
3225
3112
|
|
|
3226
|
-
.
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
font-weight: bold;
|
|
3230
|
-
color: #fff;
|
|
3231
|
-
padding: 0 4px;
|
|
3232
|
-
border-radius: 4px;
|
|
3233
|
-
display: inline-block;
|
|
3234
|
-
background: var(--t1wwio3v-0);
|
|
3235
|
-
}
|
|
3236
|
-
.E_t1wwio3v:not(:first-child) {
|
|
3237
|
-
margin-left: 4px;
|
|
3113
|
+
input.E_l1f7td1d.ant-input {
|
|
3114
|
+
border-top-right-radius: 0;
|
|
3115
|
+
border-bottom-right-radius: 0;
|
|
3238
3116
|
}
|
|
3239
3117
|
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
display: flex;
|
|
3244
|
-
align-items: center;
|
|
3245
|
-
justify-content: center;
|
|
3118
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
3119
|
+
border-top-right-radius: 0;
|
|
3120
|
+
border-bottom-right-radius: 0;
|
|
3246
3121
|
}
|
|
3247
3122
|
|
|
3248
|
-
.
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
3252
|
-
padding: 1px 4px 1px;
|
|
3253
|
-
margin-left: 2px;
|
|
3254
|
-
margin-right: 2px;
|
|
3255
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3256
|
-
border-radius: 4px;
|
|
3123
|
+
input.E_rf8rlle.ant-input {
|
|
3124
|
+
border-top-left-radius: 0;
|
|
3125
|
+
border-bottom-left-radius: 0;
|
|
3257
3126
|
}
|
|
3258
3127
|
|
|
3259
|
-
.
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
3263
|
-
margin-top: 16px;
|
|
3264
|
-
}
|
|
3265
|
-
.E_f4mi9eq.form-item-compact {
|
|
3266
|
-
width: 412px;
|
|
3128
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
3129
|
+
border-top-left-radius: 0;
|
|
3130
|
+
border-bottom-left-radius: 0;
|
|
3267
3131
|
}
|
|
3268
|
-
|
|
3269
|
-
|
|
3132
|
+
|
|
3133
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
3134
|
+
border-top-right-radius: 0;
|
|
3135
|
+
border-bottom-right-radius: 0;
|
|
3270
3136
|
}
|
|
3271
|
-
|
|
3272
|
-
|
|
3137
|
+
|
|
3138
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
3139
|
+
border-top-left-radius: 0;
|
|
3140
|
+
border-bottom-left-radius: 0;
|
|
3273
3141
|
}
|
|
3274
|
-
|
|
3275
|
-
|
|
3142
|
+
|
|
3143
|
+
.E_c3ni091 {
|
|
3276
3144
|
display: flex;
|
|
3145
|
+
flex-direction: column;
|
|
3277
3146
|
}
|
|
3278
|
-
.
|
|
3279
|
-
margin-top:
|
|
3280
|
-
width: 100%;
|
|
3281
|
-
padding: 14px;
|
|
3282
|
-
background: #f2f4f6;
|
|
3283
|
-
font-size: 13px;
|
|
3284
|
-
line-height: 1.8;
|
|
3285
|
-
color: #8e9aa9;
|
|
3147
|
+
.E_c3ni091 .select-wrapper {
|
|
3148
|
+
margin-top: 12px;
|
|
3286
3149
|
}
|
|
3287
|
-
.
|
|
3288
|
-
|
|
3289
|
-
font-size: 13px;
|
|
3290
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3150
|
+
.E_c3ni091 .select-wrapper .select {
|
|
3151
|
+
width: 100%;
|
|
3291
3152
|
}
|
|
3292
|
-
.
|
|
3293
|
-
|
|
3153
|
+
.E_c3ni091 .radio-wrapper {
|
|
3154
|
+
margin-top: 24px;
|
|
3294
3155
|
}
|
|
3295
|
-
.
|
|
3296
|
-
|
|
3297
|
-
line-height: 32px;
|
|
3156
|
+
.E_c3ni091 div.form-item {
|
|
3157
|
+
width: 100%;
|
|
3298
3158
|
}
|
|
3299
|
-
|
|
3159
|
+
|
|
3160
|
+
.E_d105ju2d {
|
|
3161
|
+
font-size: 14px;
|
|
3162
|
+
font-weight: 500;
|
|
3163
|
+
color: #3e4652;
|
|
3300
3164
|
line-height: 18px;
|
|
3301
3165
|
}
|
|
3302
|
-
.
|
|
3303
|
-
|
|
3304
|
-
}
|
|
3305
|
-
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
3306
|
-
width: 100%;
|
|
3166
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
3167
|
+
margin-top: 16px;
|
|
3307
3168
|
}
|
|
3308
|
-
.
|
|
3309
|
-
|
|
3310
|
-
height: 0;
|
|
3311
|
-
overflow: hidden;
|
|
3169
|
+
.E_d105ju2d + * {
|
|
3170
|
+
margin-top: 16px;
|
|
3312
3171
|
}
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3172
|
+
|
|
3173
|
+
.E_lh0l62z.E_d105ju2d {
|
|
3174
|
+
font-size: 12px;
|
|
3175
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3176
|
+
margin-top: 12px;
|
|
3317
3177
|
}
|
|
3318
|
-
|
|
3319
|
-
.
|
|
3320
|
-
|
|
3321
|
-
|
|
3178
|
+
|
|
3179
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
3180
|
+
line-height: 18px;
|
|
3181
|
+
font-weight: 500;
|
|
3182
|
+
margin-top: 0;
|
|
3183
|
+
white-space: initial;
|
|
3322
3184
|
}
|
|
3323
3185
|
|
|
3324
|
-
.
|
|
3325
|
-
|
|
3326
|
-
font-weight: bold;
|
|
3327
|
-
padding-bottom: 6px;
|
|
3328
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
3329
|
-
margin-bottom: 16px;
|
|
3186
|
+
.E_r1skkc3l {
|
|
3187
|
+
display: block;
|
|
3330
3188
|
}
|
|
3331
|
-
.
|
|
3332
|
-
|
|
3189
|
+
.E_r1skkc3l span {
|
|
3190
|
+
font-size: 14px;
|
|
3191
|
+
font-weight: 500;
|
|
3192
|
+
line-height: 32px;
|
|
3193
|
+
color: #3e4652;
|
|
3333
3194
|
}
|
|
3334
3195
|
|
|
3335
|
-
.
|
|
3336
|
-
|
|
3337
|
-
|
|
3196
|
+
.E_c3cobmo {
|
|
3197
|
+
margin-top: 16px;
|
|
3198
|
+
padding: 8px;
|
|
3199
|
+
border-radius: 6px;
|
|
3200
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3201
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3202
|
+
font-size: 12px;
|
|
3203
|
+
}
|
|
3204
|
+
.E_c3cobmo div {
|
|
3205
|
+
line-height: 20px;
|
|
3338
3206
|
display: flex;
|
|
3339
|
-
justify-content: center;
|
|
3340
3207
|
align-items: center;
|
|
3341
|
-
|
|
3342
|
-
transition: all 200ms ease-out 40ms;
|
|
3343
|
-
}
|
|
3344
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
3345
|
-
content: "";
|
|
3346
|
-
width: 1px;
|
|
3347
|
-
height: 6px;
|
|
3348
|
-
border-radius: 1px;
|
|
3349
|
-
background: #ccd4e3;
|
|
3350
|
-
position: relative;
|
|
3351
|
-
right: 2px;
|
|
3352
|
-
transform: rotate(-45deg);
|
|
3208
|
+
word-break: break-all;
|
|
3353
3209
|
}
|
|
3354
|
-
.
|
|
3355
|
-
|
|
3356
|
-
|
|
3210
|
+
.E_c3cobmo .title {
|
|
3211
|
+
font-weight: 700;
|
|
3212
|
+
line-height: 18px;
|
|
3213
|
+
margin: 4px 0;
|
|
3357
3214
|
}
|
|
3358
3215
|
|
|
3359
|
-
.
|
|
3360
|
-
|
|
3361
|
-
background: rgba(255, 187, 0, 0.1);
|
|
3362
|
-
border-radius: 6px;
|
|
3363
|
-
}
|
|
3364
|
-
.E_w9ic984.ant-alert,
|
|
3365
|
-
.E_w9ic984 .ant-alert-message {
|
|
3366
|
-
color: #e07f00;
|
|
3216
|
+
.E_uqv57uv {
|
|
3217
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
3367
3218
|
}
|
|
3368
|
-
|
|
3369
|
-
.
|
|
3370
|
-
|
|
3219
|
+
|
|
3220
|
+
.E_m196gn1d {
|
|
3221
|
+
min-width: 1280px;
|
|
3371
3222
|
}
|
|
3372
3223
|
|
|
3373
|
-
.
|
|
3374
|
-
display: flex;
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
color: #e07f00;
|
|
3224
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3225
|
+
display: inline-flex;
|
|
3226
|
+
align-items: center;
|
|
3227
|
+
justify-content: center;
|
|
3228
|
+
color: #fff;
|
|
3229
|
+
font-weight: bold;
|
|
3380
3230
|
font-size: 12px;
|
|
3381
|
-
|
|
3231
|
+
width: 24px;
|
|
3232
|
+
height: 24px;
|
|
3233
|
+
border-radius: 50%;
|
|
3234
|
+
background: var(--a1b5xrg3-0);
|
|
3382
3235
|
}
|
|
3383
|
-
.
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
padding: 7px 12px;
|
|
3392
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3236
|
+
.E_a1b5xrg3.btn-item {
|
|
3237
|
+
transition: all 160ms ease;
|
|
3238
|
+
cursor: pointer;
|
|
3239
|
+
width: 56px;
|
|
3240
|
+
height: 40px;
|
|
3241
|
+
display: inline-flex;
|
|
3242
|
+
align-items: center;
|
|
3243
|
+
justify-content: center;
|
|
3393
3244
|
border-radius: 6px;
|
|
3394
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3395
|
-
font-size: 12px;
|
|
3396
|
-
line-height: 18px;
|
|
3397
|
-
}
|
|
3398
|
-
.E_n16fsg9x .icon-wrapper {
|
|
3399
|
-
margin-right: 10px;
|
|
3400
|
-
height: 18px;
|
|
3401
3245
|
}
|
|
3402
|
-
|
|
3403
|
-
.
|
|
3404
|
-
display: flex;
|
|
3405
|
-
flex-direction: row;
|
|
3406
|
-
padding: 7px 12px;
|
|
3407
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3408
|
-
border-radius: 6px;
|
|
3409
|
-
color: #005ed1;
|
|
3410
|
-
font-size: 12px;
|
|
3411
|
-
line-height: 18px;
|
|
3246
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3247
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3412
3248
|
}
|
|
3413
|
-
.
|
|
3414
|
-
|
|
3415
|
-
|
|
3249
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3250
|
+
transform: translateY(2px);
|
|
3251
|
+
transition: all 320ms ease;
|
|
3416
3252
|
}
|
|
3417
3253
|
|
|
3418
|
-
.
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
font-
|
|
3422
|
-
|
|
3254
|
+
.E_dsnbhzf {
|
|
3255
|
+
font-family: Inter;
|
|
3256
|
+
font-style: normal;
|
|
3257
|
+
font-weight: bold;
|
|
3258
|
+
font-size: 32px;
|
|
3259
|
+
line-height: 40px;
|
|
3423
3260
|
}
|
|
3424
3261
|
|
|
3425
|
-
.
|
|
3426
|
-
|
|
3427
|
-
font-
|
|
3428
|
-
|
|
3262
|
+
.E_d1mvo22k {
|
|
3263
|
+
font-family: Inter;
|
|
3264
|
+
font-style: normal;
|
|
3265
|
+
font-weight: bold;
|
|
3266
|
+
font-size: 24px;
|
|
3267
|
+
line-height: 32px;
|
|
3429
3268
|
}
|
|
3430
3269
|
|
|
3431
|
-
.
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
margin-right: 16px;
|
|
3270
|
+
.E_d1b444tr {
|
|
3271
|
+
font-family: Inter;
|
|
3272
|
+
font-style: normal;
|
|
3273
|
+
font-weight: normal;
|
|
3274
|
+
font-size: 32px;
|
|
3275
|
+
line-height: 40px;
|
|
3438
3276
|
}
|
|
3439
3277
|
|
|
3440
|
-
.
|
|
3441
|
-
|
|
3278
|
+
.E_dvs0kue {
|
|
3279
|
+
font-family: Inter;
|
|
3280
|
+
font-style: normal;
|
|
3281
|
+
font-weight: bold;
|
|
3282
|
+
font-size: 20px;
|
|
3283
|
+
line-height: 24px;
|
|
3442
3284
|
}
|
|
3443
3285
|
|
|
3444
|
-
.
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3286
|
+
.E_d1hcbfcq {
|
|
3287
|
+
font-family: Inter;
|
|
3288
|
+
font-style: normal;
|
|
3289
|
+
font-weight: normal;
|
|
3290
|
+
font-size: 20px;
|
|
3291
|
+
line-height: 24px;
|
|
3451
3292
|
}
|
|
3452
|
-
|
|
3453
|
-
|
|
3293
|
+
|
|
3294
|
+
.E_d1cz922v {
|
|
3295
|
+
font-family: Inter;
|
|
3296
|
+
font-style: normal;
|
|
3297
|
+
font-weight: bold;
|
|
3298
|
+
font-size: 18px;
|
|
3454
3299
|
line-height: 22px;
|
|
3455
3300
|
}
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
z-index: 1;
|
|
3464
|
-
}
|
|
3465
|
-
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
3466
|
-
border-color: #0096ff;
|
|
3467
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3468
|
-
z-index: 1;
|
|
3469
|
-
}
|
|
3470
|
-
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
3471
|
-
border-color: #e75a3a;
|
|
3472
|
-
color: #e75a3a;
|
|
3473
|
-
}
|
|
3474
|
-
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
3475
|
-
border-color: #e75a3a;
|
|
3476
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3301
|
+
|
|
3302
|
+
.E_d3nzbrm {
|
|
3303
|
+
font-family: Inter;
|
|
3304
|
+
font-style: normal;
|
|
3305
|
+
font-weight: normal;
|
|
3306
|
+
font-size: 18px;
|
|
3307
|
+
line-height: 22px;
|
|
3477
3308
|
}
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3309
|
+
|
|
3310
|
+
.E_h1g0p5ob {
|
|
3311
|
+
font-family: Inter;
|
|
3312
|
+
font-style: normal;
|
|
3313
|
+
font-weight: bold;
|
|
3314
|
+
font-size: 16px;
|
|
3315
|
+
line-height: 22px;
|
|
3481
3316
|
}
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3317
|
+
|
|
3318
|
+
.E_hydo2ej {
|
|
3319
|
+
font-family: Inter;
|
|
3320
|
+
font-style: normal;
|
|
3321
|
+
font-weight: normal;
|
|
3322
|
+
font-size: 16px;
|
|
3323
|
+
line-height: 22px;
|
|
3486
3324
|
}
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3325
|
+
|
|
3326
|
+
.E_h1hbuq0r {
|
|
3327
|
+
font-family: Inter;
|
|
3328
|
+
font-style: normal;
|
|
3329
|
+
font-weight: bold;
|
|
3330
|
+
font-size: 14px;
|
|
3491
3331
|
line-height: 20px;
|
|
3492
|
-
color: #2d3a56;
|
|
3493
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3494
|
-
}
|
|
3495
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
3496
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
3497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3498
3332
|
}
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3333
|
+
|
|
3334
|
+
.E_h13bondg {
|
|
3335
|
+
font-family: Inter;
|
|
3336
|
+
font-style: normal;
|
|
3337
|
+
font-weight: normal;
|
|
3338
|
+
font-size: 14px;
|
|
3339
|
+
line-height: 20px;
|
|
3502
3340
|
}
|
|
3503
|
-
|
|
3504
|
-
|
|
3341
|
+
|
|
3342
|
+
.E_h1mhvdlx {
|
|
3343
|
+
font-family: Inter;
|
|
3344
|
+
font-style: normal;
|
|
3345
|
+
font-weight: bold;
|
|
3346
|
+
font-size: 12px;
|
|
3505
3347
|
line-height: 18px;
|
|
3506
3348
|
}
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
}
|
|
3515
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
3516
|
-
border-color: #e75a3a;
|
|
3517
|
-
}
|
|
3518
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
3519
|
-
color: #e75a3a;
|
|
3520
|
-
}
|
|
3521
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
3522
|
-
border-color: #e75a3a;
|
|
3523
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3524
|
-
}
|
|
3525
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
3526
|
-
border-color: #e75a3a;
|
|
3527
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3349
|
+
|
|
3350
|
+
.E_h1inmfq6 {
|
|
3351
|
+
font-family: Inter;
|
|
3352
|
+
font-style: normal;
|
|
3353
|
+
font-weight: normal;
|
|
3354
|
+
font-size: 12px;
|
|
3355
|
+
line-height: 18px;
|
|
3528
3356
|
}
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3357
|
+
|
|
3358
|
+
.E_h1kfc0la {
|
|
3359
|
+
font-family: Inter;
|
|
3360
|
+
font-style: normal;
|
|
3361
|
+
font-weight: bold;
|
|
3362
|
+
text-transform: uppercase;
|
|
3363
|
+
font-feature-settings: "cpsp" on;
|
|
3364
|
+
font-size: 12px;
|
|
3365
|
+
line-height: 18px;
|
|
3533
3366
|
}
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3367
|
+
|
|
3368
|
+
.E_h10xnyuu {
|
|
3369
|
+
font-family: Inter;
|
|
3370
|
+
font-style: normal;
|
|
3371
|
+
font-weight: normal;
|
|
3372
|
+
text-transform: uppercase;
|
|
3373
|
+
font-feature-settings: "cpsp" on;
|
|
3374
|
+
font-size: 12px;
|
|
3375
|
+
line-height: 18px;
|
|
3537
3376
|
}
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3377
|
+
|
|
3378
|
+
.E_lrcmi0v {
|
|
3379
|
+
font-family: Inter;
|
|
3380
|
+
font-style: normal;
|
|
3381
|
+
font-weight: normal;
|
|
3382
|
+
font-size: 16px;
|
|
3383
|
+
line-height: 24px;
|
|
3541
3384
|
}
|
|
3542
|
-
|
|
3543
|
-
|
|
3385
|
+
|
|
3386
|
+
.E_lzt43lp {
|
|
3387
|
+
font-family: Inter;
|
|
3388
|
+
font-style: normal;
|
|
3389
|
+
font-weight: bold;
|
|
3390
|
+
font-size: 16px;
|
|
3391
|
+
line-height: 24px;
|
|
3544
3392
|
}
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3393
|
+
|
|
3394
|
+
.E_l5yc9nt {
|
|
3395
|
+
font-family: Inter;
|
|
3396
|
+
font-style: normal;
|
|
3397
|
+
font-weight: normal;
|
|
3398
|
+
font-size: 16px;
|
|
3399
|
+
line-height: 24px;
|
|
3548
3400
|
}
|
|
3549
|
-
|
|
3550
|
-
|
|
3401
|
+
|
|
3402
|
+
.E_l1fbkbzo {
|
|
3403
|
+
font-family: Inter;
|
|
3404
|
+
font-style: normal;
|
|
3405
|
+
font-weight: bold;
|
|
3406
|
+
font-size: 16px;
|
|
3407
|
+
line-height: 24px;
|
|
3551
3408
|
}
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3409
|
+
|
|
3410
|
+
.E_lahvcax {
|
|
3411
|
+
font-family: Inter;
|
|
3412
|
+
font-style: normal;
|
|
3413
|
+
font-weight: normal;
|
|
3414
|
+
text-transform: uppercase;
|
|
3415
|
+
font-feature-settings: "cpsp" on;
|
|
3416
|
+
font-size: 16px;
|
|
3417
|
+
line-height: 24px;
|
|
3555
3418
|
}
|
|
3556
|
-
|
|
3557
|
-
|
|
3419
|
+
|
|
3420
|
+
.E_l11q3pxd {
|
|
3421
|
+
font-family: Inter;
|
|
3422
|
+
font-style: normal;
|
|
3423
|
+
font-weight: bold;
|
|
3424
|
+
text-transform: uppercase;
|
|
3425
|
+
font-feature-settings: "cpsp" on;
|
|
3426
|
+
font-size: 16px;
|
|
3427
|
+
line-height: 24px;
|
|
3558
3428
|
}
|
|
3559
3429
|
|
|
3560
|
-
.
|
|
3561
|
-
|
|
3562
|
-
|
|
3430
|
+
.E_lfuc2qu {
|
|
3431
|
+
font-family: Inter;
|
|
3432
|
+
font-style: normal;
|
|
3433
|
+
font-weight: normal;
|
|
3434
|
+
font-size: 14px;
|
|
3435
|
+
line-height: 22px;
|
|
3563
3436
|
}
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3437
|
+
|
|
3438
|
+
.E_l1jmp8r0 {
|
|
3439
|
+
font-family: Inter;
|
|
3440
|
+
font-style: normal;
|
|
3441
|
+
font-weight: 500;
|
|
3442
|
+
font-size: 14px;
|
|
3443
|
+
line-height: 22px;
|
|
3570
3444
|
}
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3445
|
+
|
|
3446
|
+
.E_lcnm221 {
|
|
3447
|
+
font-family: Inter;
|
|
3448
|
+
font-style: normal;
|
|
3449
|
+
font-weight: bold;
|
|
3450
|
+
font-size: 14px;
|
|
3451
|
+
line-height: 22px;
|
|
3574
3452
|
}
|
|
3575
|
-
|
|
3576
|
-
|
|
3453
|
+
|
|
3454
|
+
.E_lu1z2n5 {
|
|
3455
|
+
font-family: Inter;
|
|
3456
|
+
font-style: normal;
|
|
3457
|
+
font-weight: normal;
|
|
3458
|
+
font-size: 14px;
|
|
3459
|
+
line-height: 22px;
|
|
3577
3460
|
}
|
|
3578
|
-
|
|
3579
|
-
|
|
3461
|
+
|
|
3462
|
+
.E_l1r59djn {
|
|
3463
|
+
font-family: Inter;
|
|
3464
|
+
font-style: normal;
|
|
3465
|
+
font-weight: bold;
|
|
3466
|
+
font-size: 14px;
|
|
3467
|
+
line-height: 22px;
|
|
3580
3468
|
}
|
|
3581
|
-
|
|
3582
|
-
|
|
3469
|
+
|
|
3470
|
+
.E_ljm2911 {
|
|
3471
|
+
font-family: Inter;
|
|
3472
|
+
font-style: normal;
|
|
3473
|
+
font-weight: normal;
|
|
3474
|
+
text-transform: uppercase;
|
|
3475
|
+
font-feature-settings: "cpsp" on;
|
|
3476
|
+
font-size: 14px;
|
|
3477
|
+
line-height: 22px;
|
|
3583
3478
|
}
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3479
|
+
|
|
3480
|
+
.E_l124mzmr {
|
|
3481
|
+
font-family: Inter;
|
|
3482
|
+
font-style: normal;
|
|
3483
|
+
font-weight: bold;
|
|
3484
|
+
text-transform: uppercase;
|
|
3485
|
+
font-feature-settings: "cpsp" on;
|
|
3486
|
+
font-size: 14px;
|
|
3487
|
+
line-height: 22px;
|
|
3589
3488
|
}
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
font-
|
|
3593
|
-
|
|
3489
|
+
|
|
3490
|
+
.E_lb3chel {
|
|
3491
|
+
font-family: Inter;
|
|
3492
|
+
font-style: normal;
|
|
3493
|
+
font-weight: normal;
|
|
3494
|
+
font-size: 13px;
|
|
3495
|
+
line-height: 20px;
|
|
3594
3496
|
}
|
|
3595
|
-
|
|
3596
|
-
|
|
3497
|
+
|
|
3498
|
+
.E_lv9jstu {
|
|
3499
|
+
font-family: Inter;
|
|
3500
|
+
font-style: normal;
|
|
3501
|
+
font-weight: 600;
|
|
3502
|
+
font-size: 13px;
|
|
3503
|
+
line-height: 20px;
|
|
3597
3504
|
}
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3505
|
+
|
|
3506
|
+
.E_lwqlh3x {
|
|
3507
|
+
font-family: Inter;
|
|
3508
|
+
font-style: normal;
|
|
3509
|
+
font-weight: bold;
|
|
3510
|
+
font-size: 13px;
|
|
3511
|
+
line-height: 20px;
|
|
3601
3512
|
}
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3513
|
+
|
|
3514
|
+
.E_lalum9y {
|
|
3515
|
+
font-family: Inter;
|
|
3516
|
+
font-style: normal;
|
|
3517
|
+
font-weight: normal;
|
|
3518
|
+
font-size: 13px;
|
|
3519
|
+
line-height: 20px;
|
|
3609
3520
|
}
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3521
|
+
|
|
3522
|
+
.E_l1t6dj5o {
|
|
3523
|
+
font-family: Inter;
|
|
3524
|
+
font-style: normal;
|
|
3525
|
+
font-weight: 600;
|
|
3526
|
+
font-size: 13px;
|
|
3527
|
+
line-height: 20px;
|
|
3613
3528
|
}
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3529
|
+
|
|
3530
|
+
.E_l12f6ic {
|
|
3531
|
+
font-family: Inter;
|
|
3532
|
+
font-style: normal;
|
|
3533
|
+
font-weight: bold;
|
|
3534
|
+
font-size: 13px;
|
|
3535
|
+
line-height: 20px;
|
|
3617
3536
|
}
|
|
3618
|
-
|
|
3619
|
-
|
|
3537
|
+
|
|
3538
|
+
.E_l7gmukq {
|
|
3539
|
+
font-family: Inter;
|
|
3540
|
+
font-style: normal;
|
|
3541
|
+
font-weight: normal;
|
|
3542
|
+
text-transform: uppercase;
|
|
3543
|
+
font-feature-settings: "cpsp" on;
|
|
3544
|
+
font-size: 13px;
|
|
3545
|
+
line-height: 20px;
|
|
3620
3546
|
}
|
|
3621
3547
|
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3548
|
+
.E_lkwl0yp {
|
|
3549
|
+
font-family: Inter;
|
|
3550
|
+
font-style: normal;
|
|
3551
|
+
font-weight: bold;
|
|
3552
|
+
text-transform: uppercase;
|
|
3553
|
+
font-feature-settings: "cpsp" on;
|
|
3554
|
+
font-size: 13px;
|
|
3555
|
+
line-height: 20px;
|
|
3625
3556
|
}
|
|
3626
3557
|
|
|
3627
|
-
.
|
|
3628
|
-
|
|
3629
|
-
|
|
3558
|
+
.E_l10knv48 {
|
|
3559
|
+
font-family: Inter;
|
|
3560
|
+
font-style: normal;
|
|
3561
|
+
font-weight: normal;
|
|
3562
|
+
font-size: 12px;
|
|
3563
|
+
line-height: 18px;
|
|
3630
3564
|
}
|
|
3631
3565
|
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3566
|
+
.E_l6526ld {
|
|
3567
|
+
font-family: Inter;
|
|
3568
|
+
font-style: normal;
|
|
3569
|
+
font-weight: 500;
|
|
3570
|
+
font-size: 12px;
|
|
3571
|
+
line-height: 18px;
|
|
3635
3572
|
}
|
|
3636
3573
|
|
|
3637
|
-
.
|
|
3638
|
-
|
|
3639
|
-
|
|
3574
|
+
.E_l1j81vli {
|
|
3575
|
+
font-family: Inter;
|
|
3576
|
+
font-style: normal;
|
|
3577
|
+
font-weight: bold;
|
|
3578
|
+
font-size: 12px;
|
|
3579
|
+
line-height: 18px;
|
|
3640
3580
|
}
|
|
3641
3581
|
|
|
3642
|
-
.
|
|
3643
|
-
|
|
3644
|
-
|
|
3582
|
+
.E_l1x7n1mk {
|
|
3583
|
+
font-family: Inter;
|
|
3584
|
+
font-style: normal;
|
|
3585
|
+
font-weight: normal;
|
|
3586
|
+
font-size: 12px;
|
|
3587
|
+
line-height: 18px;
|
|
3645
3588
|
}
|
|
3646
3589
|
|
|
3647
|
-
.
|
|
3648
|
-
|
|
3649
|
-
|
|
3590
|
+
.E_l9fqufz {
|
|
3591
|
+
font-family: Inter;
|
|
3592
|
+
font-style: normal;
|
|
3593
|
+
font-weight: 500;
|
|
3594
|
+
font-size: 12px;
|
|
3595
|
+
line-height: 18px;
|
|
3650
3596
|
}
|
|
3651
3597
|
|
|
3652
|
-
.
|
|
3653
|
-
|
|
3654
|
-
|
|
3598
|
+
.E_l1iwnybd {
|
|
3599
|
+
font-family: Inter;
|
|
3600
|
+
font-style: normal;
|
|
3601
|
+
font-weight: bold;
|
|
3602
|
+
font-size: 12px;
|
|
3603
|
+
line-height: 18px;
|
|
3655
3604
|
}
|
|
3656
|
-
|
|
3657
|
-
|
|
3605
|
+
|
|
3606
|
+
.E_lprtm1e {
|
|
3607
|
+
font-family: Inter;
|
|
3608
|
+
font-style: normal;
|
|
3609
|
+
font-weight: normal;
|
|
3610
|
+
text-transform: uppercase;
|
|
3611
|
+
font-feature-settings: "cpsp" on;
|
|
3612
|
+
font-size: 12px;
|
|
3613
|
+
line-height: 18px;
|
|
3658
3614
|
}
|
|
3659
|
-
|
|
3660
|
-
|
|
3615
|
+
|
|
3616
|
+
.E_l1lln87h {
|
|
3617
|
+
font-family: Inter;
|
|
3618
|
+
font-style: normal;
|
|
3619
|
+
font-weight: bold;
|
|
3620
|
+
text-transform: uppercase;
|
|
3621
|
+
font-feature-settings: "cpsp" on;
|
|
3622
|
+
font-size: 12px;
|
|
3623
|
+
line-height: 18px;
|
|
3661
3624
|
}
|
|
3662
|
-
|
|
3663
|
-
|
|
3625
|
+
|
|
3626
|
+
.E_f2pb48l {
|
|
3627
|
+
font-family: Inter;
|
|
3628
|
+
font-style: normal;
|
|
3629
|
+
font-weight: normal;
|
|
3630
|
+
font-size: 13px;
|
|
3631
|
+
line-height: 20px;
|
|
3664
3632
|
}
|
|
3665
|
-
|
|
3666
|
-
|
|
3633
|
+
|
|
3634
|
+
.E_fi9emkw {
|
|
3635
|
+
font-family: Inter;
|
|
3636
|
+
font-style: normal;
|
|
3637
|
+
font-weight: normal;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
line-height: 20px;
|
|
3667
3640
|
}
|
|
3668
3641
|
|
|
3669
|
-
.
|
|
3670
|
-
font-
|
|
3671
|
-
font-
|
|
3672
|
-
|
|
3642
|
+
.E_f1nrg7da {
|
|
3643
|
+
font-family: Inter;
|
|
3644
|
+
font-style: normal;
|
|
3645
|
+
font-weight: normal;
|
|
3646
|
+
font-size: 12px;
|
|
3673
3647
|
line-height: 18px;
|
|
3674
3648
|
}
|
|
3675
|
-
|
|
3676
|
-
|
|
3649
|
+
|
|
3650
|
+
.E_f17k1i3n {
|
|
3651
|
+
font-family: Inter;
|
|
3652
|
+
font-style: normal;
|
|
3653
|
+
font-weight: normal;
|
|
3654
|
+
font-size: 12px;
|
|
3655
|
+
line-height: 18px;
|
|
3677
3656
|
}
|
|
3678
|
-
|
|
3679
|
-
|
|
3657
|
+
|
|
3658
|
+
.E_t1tvuj2e {
|
|
3659
|
+
font-family: Inter;
|
|
3660
|
+
font-style: normal;
|
|
3661
|
+
font-weight: normal;
|
|
3662
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3663
|
+
font-size: 13px;
|
|
3664
|
+
line-height: 20px;
|
|
3680
3665
|
}
|
|
3681
3666
|
|
|
3682
|
-
.
|
|
3683
|
-
font-
|
|
3684
|
-
|
|
3685
|
-
|
|
3667
|
+
.E_t17uajlu {
|
|
3668
|
+
font-family: Inter;
|
|
3669
|
+
font-style: normal;
|
|
3670
|
+
font-weight: normal;
|
|
3671
|
+
font-feature-settings: "zero" on;
|
|
3672
|
+
font-size: 13px;
|
|
3673
|
+
line-height: 20px;
|
|
3686
3674
|
}
|
|
3687
3675
|
|
|
3688
|
-
.
|
|
3676
|
+
.E_t114zbyz {
|
|
3677
|
+
font-family: Inter;
|
|
3678
|
+
font-style: normal;
|
|
3679
|
+
font-weight: normal;
|
|
3680
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3681
|
+
font-size: 12px;
|
|
3689
3682
|
line-height: 18px;
|
|
3690
|
-
font-weight: 500;
|
|
3691
|
-
margin-top: 0;
|
|
3692
|
-
white-space: initial;
|
|
3693
3683
|
}
|
|
3694
3684
|
|
|
3695
|
-
.
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
.E_r1skkc3l span {
|
|
3699
|
-
font-size: 14px;
|
|
3685
|
+
.E_t1il0kvi {
|
|
3686
|
+
font-family: Inter;
|
|
3687
|
+
font-style: normal;
|
|
3700
3688
|
font-weight: 500;
|
|
3701
|
-
|
|
3702
|
-
|
|
3689
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3690
|
+
font-size: 12px;
|
|
3691
|
+
line-height: 18px;
|
|
3703
3692
|
}
|
|
3704
3693
|
|
|
3705
|
-
.
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3694
|
+
.E_t10dv8p1 {
|
|
3695
|
+
font-family: Inter;
|
|
3696
|
+
font-style: normal;
|
|
3697
|
+
font-weight: normal;
|
|
3698
|
+
font-feature-settings: "zero" on;
|
|
3711
3699
|
font-size: 12px;
|
|
3700
|
+
line-height: 18px;
|
|
3712
3701
|
}
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
font-weight: 700;
|
|
3702
|
+
|
|
3703
|
+
.E_tc2oqpq {
|
|
3704
|
+
font-family: Inter;
|
|
3705
|
+
font-style: normal;
|
|
3706
|
+
font-weight: 500;
|
|
3707
|
+
font-feature-settings: "zero" on;
|
|
3708
|
+
font-size: 12px;
|
|
3721
3709
|
line-height: 18px;
|
|
3722
|
-
margin: 4px 0;
|
|
3723
3710
|
}
|
|
3724
3711
|
|
|
3725
|
-
.
|
|
3726
|
-
|
|
3712
|
+
.E_tzvddmc {
|
|
3713
|
+
font-family: Inter;
|
|
3714
|
+
font-style: normal;
|
|
3715
|
+
font-weight: bold;
|
|
3716
|
+
font-feature-settings: "zero" on;
|
|
3717
|
+
font-size: 16px;
|
|
3718
|
+
line-height: 24px;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
.E_u18llj45 {
|
|
3722
|
+
font-family: Inter;
|
|
3723
|
+
font-style: normal;
|
|
3724
|
+
font-weight: normal;
|
|
3725
|
+
font-size: 10px;
|
|
3726
|
+
line-height: 12px;
|
|
3727
3727
|
}
|
|
3728
3728
|
|
|
3729
3729
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
@@ -3783,6 +3783,60 @@ input.E_rf8rlle.ant-input {
|
|
|
3783
3783
|
transform: rotate(180deg);
|
|
3784
3784
|
}
|
|
3785
3785
|
|
|
3786
|
+
.E_oa99sl3 {
|
|
3787
|
+
display: flex;
|
|
3788
|
+
justify-content: space-between;
|
|
3789
|
+
align-items: center;
|
|
3790
|
+
gap: 8px;
|
|
3791
|
+
}
|
|
3792
|
+
.E_oa99sl3,
|
|
3793
|
+
.E_oa99sl3 :first-child {
|
|
3794
|
+
line-height: inherit !important;
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
.E_lvp5pj7 {
|
|
3798
|
+
display: flex;
|
|
3799
|
+
justify-content: space-between;
|
|
3800
|
+
align-items: center;
|
|
3801
|
+
gap: 8px;
|
|
3802
|
+
min-width: 0;
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
.E_s1io1lws {
|
|
3806
|
+
display: flex;
|
|
3807
|
+
align-items: center;
|
|
3808
|
+
flex-shrink: 0;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
.E_suhck3k {
|
|
3812
|
+
height: 24px;
|
|
3813
|
+
width: 24px;
|
|
3814
|
+
border-radius: 6px;
|
|
3815
|
+
padding: 4px;
|
|
3816
|
+
}
|
|
3817
|
+
.E_suhck3k:hover {
|
|
3818
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3819
|
+
}
|
|
3820
|
+
.E_suhck3k:hover svg path {
|
|
3821
|
+
fill: blue;
|
|
3822
|
+
}
|
|
3823
|
+
|
|
3824
|
+
.E_ryby9ds {
|
|
3825
|
+
display: flex;
|
|
3826
|
+
align-items: center;
|
|
3827
|
+
}
|
|
3828
|
+
.E_ryby9ds .order {
|
|
3829
|
+
height: 24px;
|
|
3830
|
+
width: 24px;
|
|
3831
|
+
border-radius: 20px;
|
|
3832
|
+
color: #0080ff;
|
|
3833
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3834
|
+
display: flex;
|
|
3835
|
+
align-items: center;
|
|
3836
|
+
justify-content: center;
|
|
3837
|
+
margin-right: 6px;
|
|
3838
|
+
}
|
|
3839
|
+
|
|
3786
3840
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3787
3841
|
opacity: 1;
|
|
3788
3842
|
}
|
|
@@ -3910,44 +3964,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3910
3964
|
color: rgba(0, 21, 64, 0.3);
|
|
3911
3965
|
}
|
|
3912
3966
|
|
|
3913
|
-
.E_oa99sl3 {
|
|
3914
|
-
display: flex;
|
|
3915
|
-
justify-content: space-between;
|
|
3916
|
-
align-items: center;
|
|
3917
|
-
gap: 8px;
|
|
3918
|
-
}
|
|
3919
|
-
.E_oa99sl3,
|
|
3920
|
-
.E_oa99sl3 :first-child {
|
|
3921
|
-
line-height: inherit !important;
|
|
3922
|
-
}
|
|
3923
|
-
|
|
3924
|
-
.E_lvp5pj7 {
|
|
3925
|
-
display: flex;
|
|
3926
|
-
justify-content: space-between;
|
|
3927
|
-
align-items: center;
|
|
3928
|
-
gap: 8px;
|
|
3929
|
-
min-width: 0;
|
|
3930
|
-
}
|
|
3931
|
-
|
|
3932
|
-
.E_s1io1lws {
|
|
3933
|
-
display: flex;
|
|
3934
|
-
align-items: center;
|
|
3935
|
-
flex-shrink: 0;
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
|
-
.E_suhck3k {
|
|
3939
|
-
height: 24px;
|
|
3940
|
-
width: 24px;
|
|
3941
|
-
border-radius: 6px;
|
|
3942
|
-
padding: 4px;
|
|
3943
|
-
}
|
|
3944
|
-
.E_suhck3k:hover {
|
|
3945
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3946
|
-
}
|
|
3947
|
-
.E_suhck3k:hover svg path {
|
|
3948
|
-
fill: blue;
|
|
3949
|
-
}
|
|
3950
|
-
|
|
3951
3967
|
.E_w1dxz879 {
|
|
3952
3968
|
display: flex;
|
|
3953
3969
|
flex-direction: column;
|
|
@@ -3963,22 +3979,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3963
3979
|
opacity: 0.8;
|
|
3964
3980
|
}
|
|
3965
3981
|
|
|
3966
|
-
.E_ryby9ds {
|
|
3967
|
-
display: flex;
|
|
3968
|
-
align-items: center;
|
|
3969
|
-
}
|
|
3970
|
-
.E_ryby9ds .order {
|
|
3971
|
-
height: 24px;
|
|
3972
|
-
width: 24px;
|
|
3973
|
-
border-radius: 20px;
|
|
3974
|
-
color: #0080ff;
|
|
3975
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3976
|
-
display: flex;
|
|
3977
|
-
align-items: center;
|
|
3978
|
-
justify-content: center;
|
|
3979
|
-
margin-right: 6px;
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
3982
|
.E_hrhfj7c {
|
|
3983
3983
|
display: none;
|
|
3984
3984
|
}
|
|
@@ -4453,63 +4453,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4453
4453
|
background-color: transparent;
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
|
-
.E_b14q2gmw {
|
|
4457
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4458
|
-
}
|
|
4459
|
-
|
|
4460
|
-
.E_c1eym6el {
|
|
4461
|
-
border-radius: 8px;
|
|
4462
|
-
background-color: white;
|
|
4463
|
-
}
|
|
4464
|
-
.E_c1eym6el.hoverable {
|
|
4465
|
-
cursor: pointer;
|
|
4466
|
-
}
|
|
4467
|
-
.E_c1eym6el.hoverable:hover {
|
|
4468
|
-
transition: all 200ms ease;
|
|
4469
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4470
|
-
transform: translateY(-4px);
|
|
4471
|
-
}
|
|
4472
|
-
|
|
4473
|
-
.E_c1kghdax {
|
|
4474
|
-
color: #2d3a56;
|
|
4475
|
-
padding: 7px 12px;
|
|
4476
|
-
display: flex;
|
|
4477
|
-
justify-content: space-between;
|
|
4478
|
-
align-items: center;
|
|
4479
|
-
}
|
|
4480
|
-
.E_c1kghdax.has-arrow {
|
|
4481
|
-
padding-left: 10px;
|
|
4482
|
-
}
|
|
4483
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4484
|
-
cursor: pointer;
|
|
4485
|
-
color: #00122e;
|
|
4486
|
-
}
|
|
4487
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4488
|
-
color: #2d3a56;
|
|
4489
|
-
font-weight: 600;
|
|
4490
|
-
}
|
|
4491
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4492
|
-
transform: rotate(90deg);
|
|
4493
|
-
}
|
|
4494
|
-
.E_c1kghdax .sub-info {
|
|
4495
|
-
font-size: 12px;
|
|
4496
|
-
line-height: 18px;
|
|
4497
|
-
}
|
|
4498
|
-
.E_c1kghdax .title-wrapper {
|
|
4499
|
-
display: flex;
|
|
4500
|
-
align-items: center;
|
|
4501
|
-
user-select: none;
|
|
4502
|
-
flex-grow: 1;
|
|
4503
|
-
font-size: 12px;
|
|
4504
|
-
line-height: 18px;
|
|
4505
|
-
color: #2d3a56;
|
|
4506
|
-
font-weight: 700;
|
|
4507
|
-
}
|
|
4508
|
-
.E_c1kghdax .collapse-arrow {
|
|
4509
|
-
transition: all 50ms ease-out 0ms;
|
|
4510
|
-
margin-right: 2px;
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4513
4456
|
button.E_l48ei06.ant-btn,
|
|
4514
4457
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4515
4458
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -4637,6 +4580,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4637
4580
|
display: inline-block;
|
|
4638
4581
|
}
|
|
4639
4582
|
|
|
4583
|
+
.E_b14q2gmw {
|
|
4584
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4585
|
+
}
|
|
4586
|
+
|
|
4587
|
+
.E_c1eym6el {
|
|
4588
|
+
border-radius: 8px;
|
|
4589
|
+
background-color: white;
|
|
4590
|
+
}
|
|
4591
|
+
.E_c1eym6el.hoverable {
|
|
4592
|
+
cursor: pointer;
|
|
4593
|
+
}
|
|
4594
|
+
.E_c1eym6el.hoverable:hover {
|
|
4595
|
+
transition: all 200ms ease;
|
|
4596
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4597
|
+
transform: translateY(-4px);
|
|
4598
|
+
}
|
|
4599
|
+
|
|
4640
4600
|
.E_c1yd35n {
|
|
4641
4601
|
padding: 0 12px 14px 12px;
|
|
4642
4602
|
}
|
|
@@ -4705,6 +4665,95 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4705
4665
|
margin-left: 24px;
|
|
4706
4666
|
}
|
|
4707
4667
|
|
|
4668
|
+
.E_c1kghdax {
|
|
4669
|
+
color: #2d3a56;
|
|
4670
|
+
padding: 7px 12px;
|
|
4671
|
+
display: flex;
|
|
4672
|
+
justify-content: space-between;
|
|
4673
|
+
align-items: center;
|
|
4674
|
+
}
|
|
4675
|
+
.E_c1kghdax.has-arrow {
|
|
4676
|
+
padding-left: 10px;
|
|
4677
|
+
}
|
|
4678
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4679
|
+
cursor: pointer;
|
|
4680
|
+
color: #00122e;
|
|
4681
|
+
}
|
|
4682
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4683
|
+
color: #2d3a56;
|
|
4684
|
+
font-weight: 600;
|
|
4685
|
+
}
|
|
4686
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4687
|
+
transform: rotate(90deg);
|
|
4688
|
+
}
|
|
4689
|
+
.E_c1kghdax .sub-info {
|
|
4690
|
+
font-size: 12px;
|
|
4691
|
+
line-height: 18px;
|
|
4692
|
+
}
|
|
4693
|
+
.E_c1kghdax .title-wrapper {
|
|
4694
|
+
display: flex;
|
|
4695
|
+
align-items: center;
|
|
4696
|
+
user-select: none;
|
|
4697
|
+
flex-grow: 1;
|
|
4698
|
+
font-size: 12px;
|
|
4699
|
+
line-height: 18px;
|
|
4700
|
+
color: #2d3a56;
|
|
4701
|
+
font-weight: 700;
|
|
4702
|
+
}
|
|
4703
|
+
.E_c1kghdax .collapse-arrow {
|
|
4704
|
+
transition: all 50ms ease-out 0ms;
|
|
4705
|
+
margin-right: 2px;
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
.E_lht19u8 {
|
|
4709
|
+
width: 64px;
|
|
4710
|
+
height: 64px;
|
|
4711
|
+
display: flex;
|
|
4712
|
+
align-items: center;
|
|
4713
|
+
justify-content: center;
|
|
4714
|
+
position: relative;
|
|
4715
|
+
opacity: 0.2;
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
.E_lk3gkp4 {
|
|
4719
|
+
position: absolute;
|
|
4720
|
+
width: 5px;
|
|
4721
|
+
height: 48px;
|
|
4722
|
+
left: 9.33px;
|
|
4723
|
+
top: 40.5px;
|
|
4724
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4725
|
+
border-radius: 5px;
|
|
4726
|
+
transform: rotate(-128deg);
|
|
4727
|
+
transform-origin: top left;
|
|
4728
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
.E_ll4n94n {
|
|
4732
|
+
position: absolute;
|
|
4733
|
+
width: 5px;
|
|
4734
|
+
height: 48px;
|
|
4735
|
+
left: 40.8px;
|
|
4736
|
+
top: 8.4px;
|
|
4737
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4738
|
+
border-radius: 5px;
|
|
4739
|
+
transform: rotate(-8deg);
|
|
4740
|
+
transform-origin: top left;
|
|
4741
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4742
|
+
}
|
|
4743
|
+
|
|
4744
|
+
.E_l17lbdo6 {
|
|
4745
|
+
position: absolute;
|
|
4746
|
+
width: 5px;
|
|
4747
|
+
height: 48px;
|
|
4748
|
+
left: 52.9px;
|
|
4749
|
+
top: 51.8px;
|
|
4750
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4751
|
+
border-radius: 5px;
|
|
4752
|
+
transform: rotate(112deg);
|
|
4753
|
+
transform-origin: top left;
|
|
4754
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4755
|
+
}
|
|
4756
|
+
|
|
4708
4757
|
.E_tc97u5y {
|
|
4709
4758
|
height: 100%;
|
|
4710
4759
|
}
|
|
@@ -5059,89 +5108,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5059
5108
|
background: #fff;
|
|
5060
5109
|
}
|
|
5061
5110
|
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
5062
|
-
height: 100%;
|
|
5063
|
-
display: flex;
|
|
5064
|
-
align-items: center;
|
|
5065
|
-
justify-content: flex-end;
|
|
5066
|
-
padding-right: 8px;
|
|
5067
|
-
}
|
|
5068
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5069
|
-
width: 24px;
|
|
5070
|
-
height: 24px;
|
|
5071
|
-
cursor: pointer;
|
|
5072
|
-
justify-content: center;
|
|
5073
|
-
border-radius: 4px;
|
|
5074
|
-
}
|
|
5075
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5076
|
-
background: #fff;
|
|
5077
|
-
}
|
|
5078
|
-
|
|
5079
|
-
.E_r77hffu {
|
|
5080
|
-
display: flex;
|
|
5081
|
-
align-items: center;
|
|
5082
|
-
justify-content: space-between;
|
|
5083
|
-
column-gap: 6px;
|
|
5084
|
-
}
|
|
5085
|
-
|
|
5086
|
-
.E_p1cmxsf7 {
|
|
5087
|
-
display: flex;
|
|
5088
|
-
flex-direction: column;
|
|
5089
|
-
justify-content: center;
|
|
5090
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5091
|
-
}
|
|
5092
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
5093
|
-
font-size: 0;
|
|
5094
|
-
margin-bottom: unset;
|
|
5095
|
-
margin-inline-end: unset;
|
|
5096
|
-
}
|
|
5097
|
-
|
|
5098
|
-
.E_lht19u8 {
|
|
5099
|
-
width: 64px;
|
|
5100
|
-
height: 64px;
|
|
5111
|
+
height: 100%;
|
|
5101
5112
|
display: flex;
|
|
5102
5113
|
align-items: center;
|
|
5103
|
-
justify-content:
|
|
5104
|
-
|
|
5105
|
-
opacity: 0.2;
|
|
5106
|
-
}
|
|
5107
|
-
|
|
5108
|
-
.E_lk3gkp4 {
|
|
5109
|
-
position: absolute;
|
|
5110
|
-
width: 5px;
|
|
5111
|
-
height: 48px;
|
|
5112
|
-
left: 9.33px;
|
|
5113
|
-
top: 40.5px;
|
|
5114
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5115
|
-
border-radius: 5px;
|
|
5116
|
-
transform: rotate(-128deg);
|
|
5117
|
-
transform-origin: top left;
|
|
5118
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5114
|
+
justify-content: flex-end;
|
|
5115
|
+
padding-right: 8px;
|
|
5119
5116
|
}
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
top: 8.4px;
|
|
5127
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5128
|
-
border-radius: 5px;
|
|
5129
|
-
transform: rotate(-8deg);
|
|
5130
|
-
transform-origin: top left;
|
|
5131
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5117
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5118
|
+
width: 24px;
|
|
5119
|
+
height: 24px;
|
|
5120
|
+
cursor: pointer;
|
|
5121
|
+
justify-content: center;
|
|
5122
|
+
border-radius: 4px;
|
|
5132
5123
|
}
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
position: absolute;
|
|
5136
|
-
width: 5px;
|
|
5137
|
-
height: 48px;
|
|
5138
|
-
left: 52.9px;
|
|
5139
|
-
top: 51.8px;
|
|
5140
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5141
|
-
border-radius: 5px;
|
|
5142
|
-
transform: rotate(112deg);
|
|
5143
|
-
transform-origin: top left;
|
|
5144
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5124
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5125
|
+
background: #fff;
|
|
5145
5126
|
}
|
|
5146
5127
|
|
|
5147
5128
|
.E_sjob3jg {
|
|
@@ -5339,110 +5320,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5339
5320
|
justify-content: center;
|
|
5340
5321
|
}
|
|
5341
5322
|
|
|
5342
|
-
.
|
|
5343
|
-
padding-left: 0;
|
|
5344
|
-
}
|
|
5345
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5346
|
-
border-radius: 4px 0 0 4px;
|
|
5347
|
-
padding-right: 4px;
|
|
5348
|
-
margin-right: 4px;
|
|
5349
|
-
}
|
|
5350
|
-
|
|
5351
|
-
.E_l1ucdodl {
|
|
5352
|
-
margin: 0;
|
|
5353
|
-
border-radius: 20px;
|
|
5354
|
-
padding: 2px 10px;
|
|
5355
|
-
height: 22px;
|
|
5323
|
+
.E_r77hffu {
|
|
5356
5324
|
display: flex;
|
|
5357
5325
|
align-items: center;
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
color: #FFFFFF;
|
|
5361
|
-
}
|
|
5362
|
-
.E_l1ucdodl.tag-hover {
|
|
5363
|
-
cursor: pointer;
|
|
5364
|
-
}
|
|
5365
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
5366
|
-
color: #00122e;
|
|
5367
|
-
}
|
|
5368
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5369
|
-
margin-right: 6px;
|
|
5370
|
-
}
|
|
5371
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5372
|
-
margin-left: 8px;
|
|
5373
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5374
|
-
}
|
|
5375
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5376
|
-
color: #FFFFFF;
|
|
5377
|
-
}
|
|
5378
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5379
|
-
background-color: #0080ff;
|
|
5380
|
-
}
|
|
5381
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5382
|
-
background-color: #f0483e;
|
|
5383
|
-
}
|
|
5384
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5385
|
-
background-color: #fea008;
|
|
5386
|
-
}
|
|
5387
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5388
|
-
background-color: #00ba5d;
|
|
5389
|
-
}
|
|
5390
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5391
|
-
background-color: #6b7d99;
|
|
5392
|
-
}
|
|
5393
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5394
|
-
background-color: #7E41FF;
|
|
5395
|
-
}
|
|
5396
|
-
|
|
5397
|
-
.E_s1qj66nc {
|
|
5398
|
-
width: 8px;
|
|
5399
|
-
height: 8px;
|
|
5400
|
-
border-radius: 50%;
|
|
5401
|
-
display: inline-block;
|
|
5402
|
-
}
|
|
5403
|
-
|
|
5404
|
-
.E_s5x1boq {
|
|
5405
|
-
width: 8px;
|
|
5406
|
-
height: 8px;
|
|
5407
|
-
border-radius: 2px;
|
|
5408
|
-
display: inline-block;
|
|
5409
|
-
}
|
|
5410
|
-
|
|
5411
|
-
.E_c1xm185 {
|
|
5412
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5413
|
-
}
|
|
5414
|
-
|
|
5415
|
-
.E_c1x5l5qc {
|
|
5416
|
-
flex: 1;
|
|
5326
|
+
justify-content: space-between;
|
|
5327
|
+
column-gap: 6px;
|
|
5417
5328
|
}
|
|
5418
5329
|
|
|
5419
|
-
.
|
|
5420
|
-
|
|
5421
|
-
|
|
5330
|
+
.E_p1cmxsf7 {
|
|
5331
|
+
display: flex;
|
|
5332
|
+
flex-direction: column;
|
|
5333
|
+
justify-content: center;
|
|
5334
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5422
5335
|
}
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5336
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5337
|
+
font-size: 0;
|
|
5338
|
+
margin-bottom: unset;
|
|
5339
|
+
margin-inline-end: unset;
|
|
5427
5340
|
}
|
|
5428
5341
|
|
|
5429
|
-
.
|
|
5430
|
-
|
|
5342
|
+
.E_w7ob4th.outside-tag {
|
|
5343
|
+
padding-left: 0;
|
|
5431
5344
|
}
|
|
5432
|
-
|
|
5433
|
-
|
|
5345
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5346
|
+
border-radius: 4px 0 0 4px;
|
|
5347
|
+
padding-right: 4px;
|
|
5434
5348
|
margin-right: 4px;
|
|
5435
|
-
height: 16px;
|
|
5436
|
-
}
|
|
5437
|
-
|
|
5438
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5439
|
-
font-weight: 700;
|
|
5440
|
-
color: #00122e;
|
|
5441
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5442
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5443
|
-
word-break: break-all;
|
|
5444
|
-
display: inline;
|
|
5445
|
-
white-space: normal;
|
|
5446
5349
|
}
|
|
5447
5350
|
|
|
5448
5351
|
.E_t1dtlqs1 {
|
|
@@ -5641,11 +5544,108 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5641
5544
|
margin-right: 8px;
|
|
5642
5545
|
}
|
|
5643
5546
|
|
|
5547
|
+
.E_slr2ynn {
|
|
5548
|
+
padding: 0 8px;
|
|
5549
|
+
height: 18px;
|
|
5550
|
+
}
|
|
5551
|
+
|
|
5552
|
+
.E_m140wbb6 {
|
|
5553
|
+
padding: 2px 8px;
|
|
5554
|
+
height: 24px;
|
|
5555
|
+
}
|
|
5556
|
+
|
|
5557
|
+
.E_t1fozc1i {
|
|
5558
|
+
margin: 0;
|
|
5559
|
+
}
|
|
5560
|
+
|
|
5561
|
+
.E_i1vxv4ln {
|
|
5562
|
+
margin-right: 4px;
|
|
5563
|
+
height: 16px;
|
|
5564
|
+
}
|
|
5565
|
+
|
|
5566
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5567
|
+
font-weight: 700;
|
|
5568
|
+
color: #00122e;
|
|
5569
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5570
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5571
|
+
word-break: break-all;
|
|
5572
|
+
display: inline;
|
|
5573
|
+
white-space: normal;
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5644
5576
|
.E_i1g85yz3 {
|
|
5645
5577
|
margin-right: 4px;
|
|
5646
5578
|
height: 16px;
|
|
5647
5579
|
}
|
|
5648
5580
|
|
|
5581
|
+
.E_l1ucdodl {
|
|
5582
|
+
margin: 0;
|
|
5583
|
+
border-radius: 20px;
|
|
5584
|
+
padding: 2px 10px;
|
|
5585
|
+
height: 22px;
|
|
5586
|
+
display: flex;
|
|
5587
|
+
align-items: center;
|
|
5588
|
+
}
|
|
5589
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5590
|
+
color: #FFFFFF;
|
|
5591
|
+
}
|
|
5592
|
+
.E_l1ucdodl.tag-hover {
|
|
5593
|
+
cursor: pointer;
|
|
5594
|
+
}
|
|
5595
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5596
|
+
color: #00122e;
|
|
5597
|
+
}
|
|
5598
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5599
|
+
margin-right: 6px;
|
|
5600
|
+
}
|
|
5601
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5602
|
+
margin-left: 8px;
|
|
5603
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5604
|
+
}
|
|
5605
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5606
|
+
color: #FFFFFF;
|
|
5607
|
+
}
|
|
5608
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5609
|
+
background-color: #0080ff;
|
|
5610
|
+
}
|
|
5611
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5612
|
+
background-color: #f0483e;
|
|
5613
|
+
}
|
|
5614
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5615
|
+
background-color: #fea008;
|
|
5616
|
+
}
|
|
5617
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5618
|
+
background-color: #00ba5d;
|
|
5619
|
+
}
|
|
5620
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5621
|
+
background-color: #6b7d99;
|
|
5622
|
+
}
|
|
5623
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5624
|
+
background-color: #7E41FF;
|
|
5625
|
+
}
|
|
5626
|
+
|
|
5627
|
+
.E_s1qj66nc {
|
|
5628
|
+
width: 8px;
|
|
5629
|
+
height: 8px;
|
|
5630
|
+
border-radius: 50%;
|
|
5631
|
+
display: inline-block;
|
|
5632
|
+
}
|
|
5633
|
+
|
|
5634
|
+
.E_s5x1boq {
|
|
5635
|
+
width: 8px;
|
|
5636
|
+
height: 8px;
|
|
5637
|
+
border-radius: 2px;
|
|
5638
|
+
display: inline-block;
|
|
5639
|
+
}
|
|
5640
|
+
|
|
5641
|
+
.E_c1xm185 {
|
|
5642
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5643
|
+
}
|
|
5644
|
+
|
|
5645
|
+
.E_c1x5l5qc {
|
|
5646
|
+
flex: 1;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
5649
|
.E_t13ef470 {
|
|
5650
5650
|
height: 100%;
|
|
5651
5651
|
}
|
|
@@ -6091,10 +6091,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6091
6091
|
background-color: #E07F00;
|
|
6092
6092
|
}
|
|
6093
6093
|
|
|
6094
|
-
.E_b1jaupqb {
|
|
6095
|
-
color: #F0483E;
|
|
6096
|
-
}
|
|
6097
|
-
|
|
6098
6094
|
.E_t59qhqp {
|
|
6099
6095
|
background: #FFFFFF;
|
|
6100
6096
|
padding: 24px 32px;
|
|
@@ -6143,6 +6139,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6143
6139
|
color: #00122E;
|
|
6144
6140
|
}
|
|
6145
6141
|
|
|
6142
|
+
.E_b1jaupqb {
|
|
6143
|
+
color: #F0483E;
|
|
6144
|
+
}
|
|
6145
|
+
|
|
6146
6146
|
.E_s20iney.skeleton-box {
|
|
6147
6147
|
display: flex;
|
|
6148
6148
|
align-items: center;
|
|
@@ -6201,10 +6201,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6201
6201
|
background: rgba(225, 230, 241, 0.6);
|
|
6202
6202
|
}
|
|
6203
6203
|
|
|
6204
|
-
.E_t1616y1o {
|
|
6205
|
-
color: #fff;
|
|
6206
|
-
}
|
|
6207
|
-
|
|
6208
6204
|
.E_f16blduf.ant-form-item {
|
|
6209
6205
|
margin-bottom: 0;
|
|
6210
6206
|
}
|
|
@@ -6224,6 +6220,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6224
6220
|
display: block;
|
|
6225
6221
|
}
|
|
6226
6222
|
|
|
6223
|
+
.E_t1616y1o {
|
|
6224
|
+
color: #fff;
|
|
6225
|
+
}
|
|
6226
|
+
|
|
6227
6227
|
.E_a9y3flr {
|
|
6228
6228
|
margin-left: 8px;
|
|
6229
6229
|
}
|
|
@@ -6233,6 +6233,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6233
6233
|
color: #00122e;
|
|
6234
6234
|
}
|
|
6235
6235
|
|
|
6236
|
+
.E_i14c7jc8 {
|
|
6237
|
+
color: var(--i14c7jc8-0);
|
|
6238
|
+
}
|
|
6239
|
+
|
|
6240
|
+
.E_i1ibuolf {
|
|
6241
|
+
display: flex;
|
|
6242
|
+
align-items: center;
|
|
6243
|
+
column-gap: 4px;
|
|
6244
|
+
font-size: 12px;
|
|
6245
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6246
|
+
}
|
|
6247
|
+
|
|
6236
6248
|
.E_d1u4ndxc {
|
|
6237
6249
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6238
6250
|
font-size: 12px;
|
|
@@ -6264,18 +6276,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6264
6276
|
}
|
|
6265
6277
|
}
|
|
6266
6278
|
|
|
6267
|
-
.E_i14c7jc8 {
|
|
6268
|
-
color: var(--i14c7jc8-0);
|
|
6269
|
-
}
|
|
6270
|
-
|
|
6271
|
-
.E_i1ibuolf {
|
|
6272
|
-
display: flex;
|
|
6273
|
-
align-items: center;
|
|
6274
|
-
column-gap: 4px;
|
|
6275
|
-
font-size: 12px;
|
|
6276
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6277
|
-
}
|
|
6278
|
-
|
|
6279
6279
|
.E_skwah65 {
|
|
6280
6280
|
height: 8px;
|
|
6281
6281
|
box-sizing: border-box;
|
|
@@ -6289,6 +6289,163 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6289
6289
|
margin-left: 1px;
|
|
6290
6290
|
}
|
|
6291
6291
|
|
|
6292
|
+
.E_c18bcrac {
|
|
6293
|
+
display: inline-block;
|
|
6294
|
+
width: 100%;
|
|
6295
|
+
}
|
|
6296
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6297
|
+
margin-left: 4px;
|
|
6298
|
+
}
|
|
6299
|
+
|
|
6300
|
+
.E_cro7kg2 {
|
|
6301
|
+
padding: 4px;
|
|
6302
|
+
}
|
|
6303
|
+
.E_cro7kg2 .unit {
|
|
6304
|
+
color: white;
|
|
6305
|
+
}
|
|
6306
|
+
|
|
6307
|
+
.E_c14wcxf0 {
|
|
6308
|
+
display: flex;
|
|
6309
|
+
justify-content: space-between;
|
|
6310
|
+
align-items: center;
|
|
6311
|
+
font-size: 13px;
|
|
6312
|
+
line-height: 24px;
|
|
6313
|
+
color: #cccccc;
|
|
6314
|
+
white-space: nowrap;
|
|
6315
|
+
}
|
|
6316
|
+
.E_c14wcxf0 label {
|
|
6317
|
+
margin-right: 32px;
|
|
6318
|
+
}
|
|
6319
|
+
|
|
6320
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6321
|
+
font-weight: bold;
|
|
6322
|
+
color: white;
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
.E_s11212zy {
|
|
6326
|
+
width: 8px;
|
|
6327
|
+
height: 8px;
|
|
6328
|
+
border-radius: 2px;
|
|
6329
|
+
display: inline-block;
|
|
6330
|
+
background: var(--s11212zy-0);
|
|
6331
|
+
border: 1px solid #fff;
|
|
6332
|
+
box-sizing: content-box;
|
|
6333
|
+
margin-right: 6px;
|
|
6334
|
+
}
|
|
6335
|
+
|
|
6336
|
+
.E_p1lyky6c > :first-child {
|
|
6337
|
+
font-weight: bold;
|
|
6338
|
+
color: white;
|
|
6339
|
+
margin-right: 4px;
|
|
6340
|
+
}
|
|
6341
|
+
|
|
6342
|
+
.E_gmyahx3 {
|
|
6343
|
+
cursor: pointer;
|
|
6344
|
+
}
|
|
6345
|
+
.E_gmyahx3 .link-text {
|
|
6346
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6347
|
+
}
|
|
6348
|
+
.E_gmyahx3:hover .link-text {
|
|
6349
|
+
color: #0080ff;
|
|
6350
|
+
}
|
|
6351
|
+
|
|
6352
|
+
span.E_tqjc4ui {
|
|
6353
|
+
margin: 0 2px;
|
|
6354
|
+
}
|
|
6355
|
+
|
|
6356
|
+
.E_clm1wy1 {
|
|
6357
|
+
width: 192px;
|
|
6358
|
+
height: 246px;
|
|
6359
|
+
border-radius: 4px;
|
|
6360
|
+
}
|
|
6361
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6362
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6363
|
+
width: 100%;
|
|
6364
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6365
|
+
border-top: none;
|
|
6366
|
+
}
|
|
6367
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6368
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6369
|
+
padding: 0 16px;
|
|
6370
|
+
}
|
|
6371
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6372
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6373
|
+
width: 100%;
|
|
6374
|
+
height: 180px;
|
|
6375
|
+
border-spacing: 0;
|
|
6376
|
+
}
|
|
6377
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6378
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6379
|
+
margin-bottom: 8px;
|
|
6380
|
+
}
|
|
6381
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6382
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6383
|
+
width: 22px;
|
|
6384
|
+
}
|
|
6385
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6386
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6387
|
+
padding: 0;
|
|
6388
|
+
}
|
|
6389
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6390
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6391
|
+
opacity: 0.4;
|
|
6392
|
+
}
|
|
6393
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6394
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6395
|
+
opacity: 1;
|
|
6396
|
+
}
|
|
6397
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6398
|
+
color: #3e4652;
|
|
6399
|
+
}
|
|
6400
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6401
|
+
pointer-events: none;
|
|
6402
|
+
}
|
|
6403
|
+
|
|
6404
|
+
.E_t1tsm00v {
|
|
6405
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6406
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6407
|
+
backdrop-filter: blur(10px);
|
|
6408
|
+
padding: 7px 10px;
|
|
6409
|
+
}
|
|
6410
|
+
|
|
6411
|
+
.E_c167wnad {
|
|
6412
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6413
|
+
display: flex;
|
|
6414
|
+
justify-content: space-between;
|
|
6415
|
+
align-items: center;
|
|
6416
|
+
padding: 8px 16px;
|
|
6417
|
+
}
|
|
6418
|
+
.E_c167wnad .anticon {
|
|
6419
|
+
cursor: pointer;
|
|
6420
|
+
}
|
|
6421
|
+
.E_c167wnad .anticon:hover {
|
|
6422
|
+
color: #0096ff;
|
|
6423
|
+
}
|
|
6424
|
+
|
|
6425
|
+
.E_cxhf7dh {
|
|
6426
|
+
text-align: center;
|
|
6427
|
+
}
|
|
6428
|
+
.E_cxhf7dh .dots {
|
|
6429
|
+
display: flex;
|
|
6430
|
+
justify-content: center;
|
|
6431
|
+
}
|
|
6432
|
+
.E_cxhf7dh .dot {
|
|
6433
|
+
display: inline-block;
|
|
6434
|
+
width: 2px;
|
|
6435
|
+
height: 2px;
|
|
6436
|
+
border-radius: 1px;
|
|
6437
|
+
background: #0096ff;
|
|
6438
|
+
}
|
|
6439
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6440
|
+
margin-right: 2px;
|
|
6441
|
+
}
|
|
6442
|
+
.E_cxhf7dh .bar {
|
|
6443
|
+
width: 9px;
|
|
6444
|
+
height: 2px;
|
|
6445
|
+
background: #0096ff;
|
|
6446
|
+
border-radius: 2px;
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6292
6449
|
.E_s1ebs0ra {
|
|
6293
6450
|
display: flex;
|
|
6294
6451
|
align-items: center;
|
|
@@ -6317,97 +6474,37 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6317
6474
|
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
6318
6475
|
background: rgba(225, 230, 241, 0.6);
|
|
6319
6476
|
}
|
|
6320
|
-
.E_s1ebs0ra .action-group {
|
|
6321
|
-
flex: 1;
|
|
6322
|
-
margin-left: 88px;
|
|
6323
|
-
white-space: nowrap;
|
|
6324
|
-
text-align: right;
|
|
6325
|
-
position: relative;
|
|
6326
|
-
padding: 4px 0;
|
|
6327
|
-
margin-top: -4px;
|
|
6328
|
-
overflow: hidden;
|
|
6329
|
-
}
|
|
6330
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6331
|
-
transform: translateY(-4px);
|
|
6332
|
-
}
|
|
6333
|
-
.E_s1ebs0ra .action-group button {
|
|
6334
|
-
border: none;
|
|
6335
|
-
}
|
|
6336
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6337
|
-
margin-right: 8px;
|
|
6338
|
-
}
|
|
6339
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
6340
|
-
margin-right: 4px;
|
|
6341
|
-
}
|
|
6342
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
6343
|
-
cursor: pointer;
|
|
6344
|
-
width: 32px;
|
|
6345
|
-
height: 32px;
|
|
6346
|
-
justify-content: center;
|
|
6347
|
-
border-radius: 50%;
|
|
6348
|
-
}
|
|
6349
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6350
|
-
background: #fff;
|
|
6351
|
-
}
|
|
6352
|
-
|
|
6353
|
-
.E_c18bcrac {
|
|
6354
|
-
display: inline-block;
|
|
6355
|
-
width: 100%;
|
|
6356
|
-
}
|
|
6357
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6358
|
-
margin-left: 4px;
|
|
6359
|
-
}
|
|
6360
|
-
|
|
6361
|
-
.E_cro7kg2 {
|
|
6362
|
-
padding: 4px;
|
|
6363
|
-
}
|
|
6364
|
-
.E_cro7kg2 .unit {
|
|
6365
|
-
color: white;
|
|
6366
|
-
}
|
|
6367
|
-
|
|
6368
|
-
.E_c14wcxf0 {
|
|
6369
|
-
display: flex;
|
|
6370
|
-
justify-content: space-between;
|
|
6371
|
-
align-items: center;
|
|
6372
|
-
font-size: 13px;
|
|
6373
|
-
line-height: 24px;
|
|
6374
|
-
color: #cccccc;
|
|
6477
|
+
.E_s1ebs0ra .action-group {
|
|
6478
|
+
flex: 1;
|
|
6479
|
+
margin-left: 88px;
|
|
6375
6480
|
white-space: nowrap;
|
|
6481
|
+
text-align: right;
|
|
6482
|
+
position: relative;
|
|
6483
|
+
padding: 4px 0;
|
|
6484
|
+
margin-top: -4px;
|
|
6485
|
+
overflow: hidden;
|
|
6376
6486
|
}
|
|
6377
|
-
.
|
|
6378
|
-
|
|
6487
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6488
|
+
transform: translateY(-4px);
|
|
6379
6489
|
}
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
font-weight: bold;
|
|
6383
|
-
color: white;
|
|
6490
|
+
.E_s1ebs0ra .action-group button {
|
|
6491
|
+
border: none;
|
|
6384
6492
|
}
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
width: 8px;
|
|
6388
|
-
height: 8px;
|
|
6389
|
-
border-radius: 2px;
|
|
6390
|
-
display: inline-block;
|
|
6391
|
-
background: var(--s11212zy-0);
|
|
6392
|
-
border: 1px solid #fff;
|
|
6393
|
-
box-sizing: content-box;
|
|
6394
|
-
margin-right: 6px;
|
|
6493
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6494
|
+
margin-right: 8px;
|
|
6395
6495
|
}
|
|
6396
|
-
|
|
6397
|
-
.E_p1lyky6c > :first-child {
|
|
6398
|
-
font-weight: bold;
|
|
6399
|
-
color: white;
|
|
6496
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
6400
6497
|
margin-right: 4px;
|
|
6401
6498
|
}
|
|
6402
|
-
|
|
6403
|
-
.E_gmyahx3 {
|
|
6499
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
6404
6500
|
cursor: pointer;
|
|
6501
|
+
width: 32px;
|
|
6502
|
+
height: 32px;
|
|
6503
|
+
justify-content: center;
|
|
6504
|
+
border-radius: 50%;
|
|
6405
6505
|
}
|
|
6406
|
-
.
|
|
6407
|
-
|
|
6408
|
-
}
|
|
6409
|
-
.E_gmyahx3:hover .link-text {
|
|
6410
|
-
color: #0080ff;
|
|
6506
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6507
|
+
background: #fff;
|
|
6411
6508
|
}
|
|
6412
6509
|
|
|
6413
6510
|
.E_c1up1pdz {
|
|
@@ -6550,97 +6647,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6550
6647
|
color: #fff;
|
|
6551
6648
|
}
|
|
6552
6649
|
|
|
6553
|
-
.
|
|
6554
|
-
width: 192px;
|
|
6555
|
-
height: 246px;
|
|
6556
|
-
border-radius: 4px;
|
|
6557
|
-
}
|
|
6558
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
6559
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6560
|
-
width: 100%;
|
|
6561
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6562
|
-
border-top: none;
|
|
6563
|
-
}
|
|
6564
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6565
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6566
|
-
padding: 0 16px;
|
|
6567
|
-
}
|
|
6568
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6569
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6570
|
-
width: 100%;
|
|
6571
|
-
height: 180px;
|
|
6572
|
-
border-spacing: 0;
|
|
6573
|
-
}
|
|
6574
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6575
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6576
|
-
margin-bottom: 8px;
|
|
6577
|
-
}
|
|
6578
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6579
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6580
|
-
width: 22px;
|
|
6581
|
-
}
|
|
6582
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6583
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6584
|
-
padding: 0;
|
|
6585
|
-
}
|
|
6586
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
6587
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6588
|
-
opacity: 0.4;
|
|
6589
|
-
}
|
|
6590
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6591
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6592
|
-
opacity: 1;
|
|
6593
|
-
}
|
|
6594
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6595
|
-
color: #3e4652;
|
|
6596
|
-
}
|
|
6597
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
6598
|
-
pointer-events: none;
|
|
6599
|
-
}
|
|
6600
|
-
|
|
6601
|
-
.E_t1tsm00v {
|
|
6602
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6603
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6604
|
-
backdrop-filter: blur(10px);
|
|
6605
|
-
padding: 7px 10px;
|
|
6606
|
-
}
|
|
6607
|
-
|
|
6608
|
-
.E_c167wnad {
|
|
6609
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6650
|
+
.E_n12mqh7z {
|
|
6610
6651
|
display: flex;
|
|
6611
|
-
justify-content: space-between;
|
|
6612
6652
|
align-items: center;
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
.E_c167wnad .anticon {
|
|
6616
|
-
cursor: pointer;
|
|
6653
|
+
font-size: 12px;
|
|
6654
|
+
line-height: 18px;
|
|
6617
6655
|
}
|
|
6618
|
-
.
|
|
6619
|
-
|
|
6656
|
+
.E_n12mqh7z:not(:last-child) {
|
|
6657
|
+
margin-bottom: 4px;
|
|
6620
6658
|
}
|
|
6621
6659
|
|
|
6622
|
-
.
|
|
6623
|
-
|
|
6624
|
-
}
|
|
6625
|
-
.E_cxhf7dh .dots {
|
|
6626
|
-
display: flex;
|
|
6627
|
-
justify-content: center;
|
|
6628
|
-
}
|
|
6629
|
-
.E_cxhf7dh .dot {
|
|
6630
|
-
display: inline-block;
|
|
6631
|
-
width: 2px;
|
|
6632
|
-
height: 2px;
|
|
6633
|
-
border-radius: 1px;
|
|
6634
|
-
background: #0096ff;
|
|
6635
|
-
}
|
|
6636
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6637
|
-
margin-right: 2px;
|
|
6660
|
+
.E_tf5bynu {
|
|
6661
|
+
margin: 0 3px;
|
|
6638
6662
|
}
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
height:
|
|
6642
|
-
|
|
6643
|
-
border-radius: 2px;
|
|
6663
|
+
|
|
6664
|
+
.E_tcckoz1 {
|
|
6665
|
+
max-height: 400px;
|
|
6666
|
+
overflow: auto;
|
|
6644
6667
|
}
|
|
6645
6668
|
|
|
6646
6669
|
.E_ou7iq30 {
|
|
@@ -6670,23 +6693,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6670
6693
|
visibility: hidden;
|
|
6671
6694
|
}
|
|
6672
6695
|
|
|
6673
|
-
.
|
|
6696
|
+
.E_wg1tsps {
|
|
6674
6697
|
display: flex;
|
|
6675
6698
|
align-items: center;
|
|
6676
|
-
|
|
6677
|
-
line-height: 18px;
|
|
6678
|
-
}
|
|
6679
|
-
.E_n12mqh7z:not(:last-child) {
|
|
6680
|
-
margin-bottom: 4px;
|
|
6699
|
+
justify-content: flex-end;
|
|
6681
6700
|
}
|
|
6682
6701
|
|
|
6683
|
-
.
|
|
6684
|
-
|
|
6702
|
+
.E_b1ctd5xy {
|
|
6703
|
+
display: flex;
|
|
6704
|
+
align-items: center;
|
|
6705
|
+
width: calc(100% - 40px);
|
|
6706
|
+
}
|
|
6707
|
+
.E_b1ctd5xy .chart {
|
|
6708
|
+
display: inline-block;
|
|
6709
|
+
width: 100%;
|
|
6685
6710
|
}
|
|
6686
6711
|
|
|
6687
|
-
.
|
|
6688
|
-
|
|
6689
|
-
|
|
6712
|
+
.E_u1p8acpn {
|
|
6713
|
+
min-width: 40px;
|
|
6714
|
+
}
|
|
6715
|
+
.E_u1p8acpn .unit {
|
|
6716
|
+
color: #00122e !important;
|
|
6690
6717
|
}
|
|
6691
6718
|
|
|
6692
6719
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -6768,128 +6795,46 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6768
6795
|
}
|
|
6769
6796
|
.E_s1wu0lms.shrink {
|
|
6770
6797
|
transition: all 0s;
|
|
6771
|
-
overflow: hidden;
|
|
6772
|
-
}
|
|
6773
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
6774
|
-
visibility: hidden;
|
|
6775
|
-
}
|
|
6776
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
6777
|
-
width: 36px;
|
|
6778
|
-
padding: 0 6px;
|
|
6779
|
-
}
|
|
6780
|
-
|
|
6781
|
-
.E_n1ugzfva {
|
|
6782
|
-
display: flex;
|
|
6783
|
-
place-items: center;
|
|
6784
|
-
width: 100% !important;
|
|
6785
|
-
}
|
|
6786
|
-
.E_n1ugzfva[disabled] {
|
|
6787
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
6788
|
-
opacity: 1 !important;
|
|
6789
|
-
}
|
|
6790
|
-
.E_n1ugzfva.ant-btn {
|
|
6791
|
-
width: 100%;
|
|
6792
|
-
color: #00122e;
|
|
6793
|
-
}
|
|
6794
|
-
.E_n1ugzfva .icon-wrapper {
|
|
6795
|
-
margin-right: 12px;
|
|
6796
|
-
}
|
|
6797
|
-
.E_n1ugzfva .link-title {
|
|
6798
|
-
flex: 1;
|
|
6799
|
-
overflow: hidden;
|
|
6800
|
-
white-space: nowrap;
|
|
6801
|
-
text-overflow: ellipsis;
|
|
6802
|
-
text-align: left;
|
|
6803
|
-
}
|
|
6804
|
-
|
|
6805
|
-
.E_t1sqg15u {
|
|
6806
|
-
background: white;
|
|
6807
|
-
}
|
|
6808
|
-
.E_t1sqg15u.inline .table-row {
|
|
6809
|
-
flex-direction: column;
|
|
6810
|
-
}
|
|
6811
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
6812
|
-
padding: 0 16px 7px 0;
|
|
6813
|
-
}
|
|
6814
|
-
.E_t1sqg15u.has-border .table-header {
|
|
6815
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6816
|
-
}
|
|
6817
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
6818
|
-
border-top: none !important;
|
|
6819
|
-
}
|
|
6820
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
6821
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
6822
|
-
}
|
|
6823
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
6824
|
-
padding-bottom: 0;
|
|
6825
|
-
}
|
|
6826
|
-
.E_t1sqg15u.align-right .content {
|
|
6827
|
-
text-align: right;
|
|
6828
|
-
}
|
|
6829
|
-
.E_t1sqg15u .uuid-row {
|
|
6830
|
-
display: flex;
|
|
6831
|
-
justify-content: space-between;
|
|
6832
|
-
}
|
|
6833
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
6834
|
-
white-space: nowrap;
|
|
6835
|
-
overflow: hidden;
|
|
6836
|
-
text-overflow: ellipsis;
|
|
6837
|
-
}
|
|
6838
|
-
|
|
6839
|
-
.E_t4zczcp {
|
|
6840
|
-
display: flex;
|
|
6841
|
-
justify-content: space-between;
|
|
6842
|
-
align-items: center;
|
|
6843
|
-
padding: 8px;
|
|
6844
|
-
min-height: 32px;
|
|
6845
|
-
}
|
|
6846
|
-
.E_t4zczcp .table-title {
|
|
6847
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6848
|
-
font-weight: 600;
|
|
6849
|
-
font-size: 12px;
|
|
6850
|
-
line-height: 8px;
|
|
6851
|
-
}
|
|
6852
|
-
.E_t4zczcp .edit-icon {
|
|
6853
|
-
font-size: 16px;
|
|
6854
|
-
color: rgba(10, 37, 85, 0.6);
|
|
6855
|
-
cursor: pointer;
|
|
6798
|
+
overflow: hidden;
|
|
6856
6799
|
}
|
|
6857
|
-
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
6800
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
6801
|
+
visibility: hidden;
|
|
6802
|
+
}
|
|
6803
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
6804
|
+
width: 36px;
|
|
6805
|
+
padding: 0 6px;
|
|
6861
6806
|
}
|
|
6862
6807
|
|
|
6863
|
-
.
|
|
6808
|
+
.E_n1ugzfva {
|
|
6864
6809
|
display: flex;
|
|
6865
|
-
|
|
6866
|
-
|
|
6867
|
-
}
|
|
6868
|
-
.E_t93e4cf .hidden {
|
|
6869
|
-
display: none;
|
|
6810
|
+
place-items: center;
|
|
6811
|
+
width: 100% !important;
|
|
6870
6812
|
}
|
|
6871
|
-
.
|
|
6872
|
-
|
|
6813
|
+
.E_n1ugzfva[disabled] {
|
|
6814
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
6815
|
+
opacity: 1 !important;
|
|
6873
6816
|
}
|
|
6874
|
-
.
|
|
6875
|
-
overflow: hidden;
|
|
6876
|
-
overflow-x: auto;
|
|
6817
|
+
.E_n1ugzfva.ant-btn {
|
|
6877
6818
|
width: 100%;
|
|
6878
|
-
|
|
6819
|
+
color: #00122e;
|
|
6879
6820
|
}
|
|
6880
|
-
.
|
|
6881
|
-
|
|
6882
|
-
text-align: left;
|
|
6821
|
+
.E_n1ugzfva .icon-wrapper {
|
|
6822
|
+
margin-right: 12px;
|
|
6883
6823
|
}
|
|
6884
|
-
.
|
|
6885
|
-
|
|
6824
|
+
.E_n1ugzfva .link-title {
|
|
6825
|
+
flex: 1;
|
|
6826
|
+
overflow: hidden;
|
|
6827
|
+
white-space: nowrap;
|
|
6828
|
+
text-overflow: ellipsis;
|
|
6829
|
+
text-align: left;
|
|
6886
6830
|
}
|
|
6887
6831
|
|
|
6888
|
-
.
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6832
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
6833
|
+
display: flex;
|
|
6834
|
+
align-items: center;
|
|
6835
|
+
}
|
|
6836
|
+
.E_s1iv0tp1 .enabled-text {
|
|
6837
|
+
margin-right: 8px;
|
|
6893
6838
|
}
|
|
6894
6839
|
|
|
6895
6840
|
.E_t160l1cm {
|
|
@@ -7095,39 +7040,94 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7095
7040
|
background: transparent;
|
|
7096
7041
|
}
|
|
7097
7042
|
|
|
7098
|
-
|
|
7099
|
-
|
|
7043
|
+
.E_t1sqg15u {
|
|
7044
|
+
background: white;
|
|
7100
7045
|
}
|
|
7101
|
-
|
|
7102
|
-
|
|
7046
|
+
.E_t1sqg15u.inline .table-row {
|
|
7047
|
+
flex-direction: column;
|
|
7048
|
+
}
|
|
7049
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7050
|
+
padding: 0 16px 7px 0;
|
|
7051
|
+
}
|
|
7052
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7053
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7054
|
+
}
|
|
7055
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7056
|
+
border-top: none !important;
|
|
7057
|
+
}
|
|
7058
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7059
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7060
|
+
}
|
|
7061
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7062
|
+
padding-bottom: 0;
|
|
7063
|
+
}
|
|
7064
|
+
.E_t1sqg15u.align-right .content {
|
|
7065
|
+
text-align: right;
|
|
7066
|
+
}
|
|
7067
|
+
.E_t1sqg15u .uuid-row {
|
|
7103
7068
|
display: flex;
|
|
7104
|
-
|
|
7105
|
-
|
|
7069
|
+
justify-content: space-between;
|
|
7070
|
+
}
|
|
7071
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7072
|
+
white-space: nowrap;
|
|
7073
|
+
overflow: hidden;
|
|
7074
|
+
text-overflow: ellipsis;
|
|
7106
7075
|
}
|
|
7107
7076
|
|
|
7108
|
-
.
|
|
7077
|
+
.E_t4zczcp {
|
|
7109
7078
|
display: flex;
|
|
7079
|
+
justify-content: space-between;
|
|
7110
7080
|
align-items: center;
|
|
7111
|
-
|
|
7081
|
+
padding: 8px;
|
|
7082
|
+
min-height: 32px;
|
|
7112
7083
|
}
|
|
7113
|
-
.
|
|
7114
|
-
|
|
7115
|
-
|
|
7084
|
+
.E_t4zczcp .table-title {
|
|
7085
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7086
|
+
font-weight: 600;
|
|
7087
|
+
font-size: 12px;
|
|
7088
|
+
line-height: 8px;
|
|
7116
7089
|
}
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7090
|
+
.E_t4zczcp .edit-icon {
|
|
7091
|
+
font-size: 16px;
|
|
7092
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7093
|
+
cursor: pointer;
|
|
7120
7094
|
}
|
|
7121
|
-
|
|
7122
|
-
|
|
7095
|
+
|
|
7096
|
+
.E_t1s7goww {
|
|
7097
|
+
font-size: 12px;
|
|
7098
|
+
line-height: 18px;
|
|
7123
7099
|
}
|
|
7124
7100
|
|
|
7125
|
-
.
|
|
7101
|
+
.E_t93e4cf {
|
|
7126
7102
|
display: flex;
|
|
7127
|
-
|
|
7103
|
+
padding: 8px 0;
|
|
7104
|
+
color: #2d3a56;
|
|
7128
7105
|
}
|
|
7129
|
-
.
|
|
7130
|
-
|
|
7106
|
+
.E_t93e4cf .hidden {
|
|
7107
|
+
display: none;
|
|
7108
|
+
}
|
|
7109
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7110
|
+
height: auto;
|
|
7111
|
+
}
|
|
7112
|
+
.E_t93e4cf .content {
|
|
7113
|
+
overflow: hidden;
|
|
7114
|
+
overflow-x: auto;
|
|
7115
|
+
width: 100%;
|
|
7116
|
+
white-space: pre-wrap;
|
|
7117
|
+
}
|
|
7118
|
+
.E_t93e4cf .content .ant-btn {
|
|
7119
|
+
white-space: pre-wrap;
|
|
7120
|
+
text-align: left;
|
|
7121
|
+
}
|
|
7122
|
+
.E_t93e4cf .content .unit-chart {
|
|
7123
|
+
justify-content: flex-start;
|
|
7124
|
+
}
|
|
7125
|
+
|
|
7126
|
+
.E_rhz2uv5 {
|
|
7127
|
+
width: var(--rhz2uv5-0);
|
|
7128
|
+
flex-shrink: 0;
|
|
7129
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7130
|
+
padding-right: 12px;
|
|
7131
7131
|
}
|
|
7132
7132
|
|
|
7133
7133
|
.E_cyms3br {
|
|
@@ -7330,6 +7330,15 @@ span.E_tqjc4ui {
|
|
|
7330
7330
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7331
7331
|
}
|
|
7332
7332
|
|
|
7333
|
+
.E_cevhqx7 {
|
|
7334
|
+
color: #00122e;
|
|
7335
|
+
}
|
|
7336
|
+
|
|
7337
|
+
.E_snbqlt4 {
|
|
7338
|
+
margin-top: 8px;
|
|
7339
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7340
|
+
}
|
|
7341
|
+
|
|
7333
7342
|
.E_c1ss4prm {
|
|
7334
7343
|
color: rgba(44, 56, 82, 0.6);
|
|
7335
7344
|
}
|
|
@@ -7392,6 +7401,50 @@ span.E_tqjc4ui {
|
|
|
7392
7401
|
}
|
|
7393
7402
|
}
|
|
7394
7403
|
|
|
7404
|
+
.E_c14ouk5o {
|
|
7405
|
+
width: 100%;
|
|
7406
|
+
height: 100%;
|
|
7407
|
+
display: flex;
|
|
7408
|
+
font-size: 12px;
|
|
7409
|
+
line-height: 18px;
|
|
7410
|
+
padding: 8px 0;
|
|
7411
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7412
|
+
}
|
|
7413
|
+
.E_c14ouk5o:last-of-type {
|
|
7414
|
+
box-shadow: none;
|
|
7415
|
+
padding-bottom: 0;
|
|
7416
|
+
}
|
|
7417
|
+
.E_c14ouk5o.collapsed {
|
|
7418
|
+
flex-direction: column;
|
|
7419
|
+
}
|
|
7420
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7421
|
+
display: flex;
|
|
7422
|
+
}
|
|
7423
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7424
|
+
flex: 1;
|
|
7425
|
+
display: flex;
|
|
7426
|
+
justify-content: space-between;
|
|
7427
|
+
}
|
|
7428
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7429
|
+
height: auto;
|
|
7430
|
+
}
|
|
7431
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
7432
|
+
margin-left: 162px;
|
|
7433
|
+
}
|
|
7434
|
+
.E_c14ouk5o .col-label {
|
|
7435
|
+
width: 216px;
|
|
7436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7437
|
+
margin-right: 12px;
|
|
7438
|
+
flex-shrink: 0;
|
|
7439
|
+
}
|
|
7440
|
+
.E_c14ouk5o .col-content {
|
|
7441
|
+
color: #2d3a56;
|
|
7442
|
+
/* make btn link in info row have the same height as normal text */
|
|
7443
|
+
}
|
|
7444
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7445
|
+
height: auto;
|
|
7446
|
+
}
|
|
7447
|
+
|
|
7395
7448
|
.E_c1kchka8 {
|
|
7396
7449
|
height: 100%;
|
|
7397
7450
|
width: 100%;
|
|
@@ -7882,57 +7935,4 @@ span.E_tqjc4ui {
|
|
|
7882
7935
|
}
|
|
7883
7936
|
.E_rzaik16 .ant-popover-inner-content {
|
|
7884
7937
|
padding: 0;
|
|
7885
|
-
}
|
|
7886
|
-
|
|
7887
|
-
.E_cevhqx7 {
|
|
7888
|
-
color: #00122e;
|
|
7889
|
-
}
|
|
7890
|
-
|
|
7891
|
-
.E_snbqlt4 {
|
|
7892
|
-
margin-top: 8px;
|
|
7893
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7894
|
-
}
|
|
7895
|
-
|
|
7896
|
-
.E_c14ouk5o {
|
|
7897
|
-
width: 100%;
|
|
7898
|
-
height: 100%;
|
|
7899
|
-
display: flex;
|
|
7900
|
-
font-size: 12px;
|
|
7901
|
-
line-height: 18px;
|
|
7902
|
-
padding: 8px 0;
|
|
7903
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7904
|
-
}
|
|
7905
|
-
.E_c14ouk5o:last-of-type {
|
|
7906
|
-
box-shadow: none;
|
|
7907
|
-
padding-bottom: 0;
|
|
7908
|
-
}
|
|
7909
|
-
.E_c14ouk5o.collapsed {
|
|
7910
|
-
flex-direction: column;
|
|
7911
|
-
}
|
|
7912
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7913
|
-
display: flex;
|
|
7914
|
-
}
|
|
7915
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7916
|
-
flex: 1;
|
|
7917
|
-
display: flex;
|
|
7918
|
-
justify-content: space-between;
|
|
7919
|
-
}
|
|
7920
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7921
|
-
height: auto;
|
|
7922
|
-
}
|
|
7923
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
7924
|
-
margin-left: 162px;
|
|
7925
|
-
}
|
|
7926
|
-
.E_c14ouk5o .col-label {
|
|
7927
|
-
width: 216px;
|
|
7928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7929
|
-
margin-right: 12px;
|
|
7930
|
-
flex-shrink: 0;
|
|
7931
|
-
}
|
|
7932
|
-
.E_c14ouk5o .col-content {
|
|
7933
|
-
color: #2d3a56;
|
|
7934
|
-
/* make btn link in info row have the same height as normal text */
|
|
7935
|
-
}
|
|
7936
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7937
|
-
height: auto;
|
|
7938
7938
|
}
|