@cloudtower/eagle 0.24.6 → 0.24.8

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.
@@ -1497,4 +1497,2895 @@ input[type=reset],
1497
1497
  input[type=submit] {
1498
1498
  -webkit-appearance: button;
1499
1499
  cursor: pointer;
1500
+ }
1501
+ /* variable font */
1502
+ body {
1503
+ font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1504
+ -webkit-font-smoothing: antialiased;
1505
+ -moz-osx-font-smoothing: grayscale;
1506
+ }
1507
+
1508
+ @supports (font-variation-settings: normal) {
1509
+ body {
1510
+ font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1511
+ }
1512
+ }
1513
+ .buj61ew.ant-btn {
1514
+ height: 32px;
1515
+ border-radius: 6px;
1516
+ line-height: 22px;
1517
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1518
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1519
+ }
1520
+ .buj61ew.ant-btn.ant-btn-lg {
1521
+ height: 40px;
1522
+ line-height: 24px;
1523
+ }
1524
+ .buj61ew.ant-btn.ant-btn-sm {
1525
+ height: 24px;
1526
+ line-height: 20px;
1527
+ }
1528
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1529
+ border-radius: 50%;
1530
+ }
1531
+ .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
1532
+ color: var(--color, #06101f);
1533
+ font-weight: var(--font-weight);
1534
+ background: var(--background-color, #fff);
1535
+ border-width: var(--border-width, 1px);
1536
+ border-color: var(--border-color, #d9d9d9);
1537
+ }
1538
+ .buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
1539
+ display: none;
1540
+ }
1541
+ .buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
1542
+ color: var(--color, inherit);
1543
+ }
1544
+ .buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
1545
+ background: var(--background-color-hover, var(--background-color));
1546
+ border-color: var(--border-color-hover, var(--border-color, transparent));
1547
+ }
1548
+ .buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
1549
+ --scale: 1;
1550
+ --transY: 1px;
1551
+ background: var(--background-color-active, var(--background-color));
1552
+ border-color: var(--border-color-active, var(--border-color, transparent));
1553
+ }
1554
+ .buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
1555
+ background: var(--background-color-focus, var(--background-color));
1556
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1557
+ border-color: var(--border-color-focus, var(--border-color, transparent));
1558
+ }
1559
+ .buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
1560
+ color: var(--color-disabled, var(--color));
1561
+ background: var(--background-color-disabled, var(--background-color));
1562
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
1563
+ opacity: 0.5;
1564
+ }
1565
+ .buj61ew.ant-btn-link[disabled] {
1566
+ color: #0080ff;
1567
+ opacity: 0.5;
1568
+ }
1569
+ .buj61ew.ant-btn-primary {
1570
+ --color: #fff;
1571
+ --font-weight: bold;
1572
+ --border-width: 0;
1573
+ --background-color: #0080ff;
1574
+ --background-color-hover: #009dff;
1575
+ --background-color-active: #005ed1;
1576
+ --background-color-focus: #0080ff;
1577
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1578
+ }
1579
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
1580
+ --background-color: #f0483e;
1581
+ --background-color-hover: #ff5252;
1582
+ --background-color-active: #c73d31;
1583
+ --background-color-focus: #ff5252;
1584
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1585
+ }
1586
+ .buj61ew.ant-btn-primary.btn-primary-orange {
1587
+ --background-color: #fea008;
1588
+ --background-color-hover: #feba33;
1589
+ --background-color-active: #e07f00;
1590
+ --background-color-focus: #fea008;
1591
+ }
1592
+ .buj61ew.ant-btn-secondary {
1593
+ --color: #0080ff;
1594
+ --font-weight: bold;
1595
+ --border-width: 0;
1596
+ --background-color: rgba(0, 136, 255, 0.1);
1597
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1598
+ --background-color-active: rgba(0, 136, 255, 0.2);
1599
+ --background-color-focus: rgba(0, 136, 255, 0.1);
1600
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1601
+ }
1602
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1603
+ --color: #f0483e;
1604
+ --background-color: rgba(255, 74, 74, 0.1);
1605
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1606
+ --background-color-active: rgba(255, 74, 74, 0.2);
1607
+ --background-color-focus: rgba(255, 74, 74, 0.1);
1608
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1609
+ }
1610
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
1611
+ --color: #fea008;
1612
+ --background-color: rgba(255, 187, 0, 0.1);
1613
+ --background-color-hover: rgba(255, 187, 0, 0.16);
1614
+ --background-color-active: rgba(255, 187, 0, 0.2);
1615
+ --background-color-focus: rgba(255, 187, 0, 0.1);
1616
+ }
1617
+ .buj61ew.ant-btn-tertiary {
1618
+ --color: #0080ff;
1619
+ --font-weight: bold;
1620
+ --border-width: 0;
1621
+ --background-color: #fff;
1622
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1623
+ box-shadow: none;
1624
+ }
1625
+ .buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
1626
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1627
+ }
1628
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1629
+ --color: #f0483e;
1630
+ --background-color: #fff;
1631
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1632
+ }
1633
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
1634
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1635
+ }
1636
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
1637
+ --color: #fea008;
1638
+ --background-color: #fff;
1639
+ }
1640
+ .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
1641
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1642
+ }
1643
+ .buj61ew.ant-btn-ordinary {
1644
+ --color: #1d326c;
1645
+ --border-color: #ccd4e3;
1646
+ --background-color: #fff;
1647
+ --background-color-hover: #edf0f7;
1648
+ --background-color-active: #e4e9f2;
1649
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1650
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1651
+ }
1652
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1653
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1654
+ }
1655
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
1656
+ --color: #0080ff;
1657
+ --border-color: #0080ff;
1658
+ --background-color: #fff;
1659
+ --background-color-hover: linear-gradient(
1660
+ 0deg,
1661
+ rgba(0, 136, 255, 0.16),
1662
+ rgba(0, 136, 255, 0.16)
1663
+ ),
1664
+ #ffffff;
1665
+ --background-color-active: linear-gradient(
1666
+ 0deg,
1667
+ rgba(0, 136, 255, 0.2),
1668
+ rgba(0, 136, 255, 0.2)
1669
+ ),
1670
+ #ffffff;
1671
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1672
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1673
+ }
1674
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1675
+ --color: #f0483e;
1676
+ --border-color: #f0483e;
1677
+ --background-color: #fff;
1678
+ --background-color-hover: linear-gradient(
1679
+ 0deg,
1680
+ rgba(255, 74, 74, 0.16),
1681
+ rgba(255, 74, 74, 0.16)
1682
+ ),
1683
+ #ffffff;
1684
+ --background-color-active: linear-gradient(
1685
+ 0deg,
1686
+ rgba(255, 74, 74, 0.2),
1687
+ rgba(255, 74, 74, 0.2)
1688
+ ),
1689
+ #ffffff;
1690
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1691
+ }
1692
+ .buj61ew.ant-btn-ordinary-onTint {
1693
+ --color: #1d326c;
1694
+ --border-color: #fff;
1695
+ --background-color: #fff;
1696
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1697
+ --background-color-active: rgba(192, 203, 224, 0.6);
1698
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1699
+ box-shadow: none;
1700
+ }
1701
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1702
+ --color: #0080ff;
1703
+ --border-color: #fff;
1704
+ --background-color: #fff;
1705
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1706
+ --background-color-active: rgba(0, 136, 255, 0.2);
1707
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1708
+ box-shadow: none;
1709
+ }
1710
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1711
+ --color: #f0483e;
1712
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1713
+ --background-color-active: rgba(255, 74, 74, 0.2);
1714
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1715
+ }
1716
+ .buj61ew.ant-btn-quiet {
1717
+ --color: rgba(44, 56, 82, 0.6);
1718
+ --border-width: 0;
1719
+ --background-color: transparent;
1720
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1721
+ --background-color-active: rgba(192, 203, 224, 0.6);
1722
+ --background-color-focus: #fff;
1723
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1724
+ box-shadow: none;
1725
+ }
1726
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1727
+ --color: #f0483e;
1728
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1729
+ --background-color-active: rgba(255, 74, 74, 0.2);
1730
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1731
+ }
1732
+ .buj61ew.ant-btn-quiet.quiet-blue {
1733
+ --color: #0080ff;
1734
+ --background-color: transparent;
1735
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1736
+ --background-color-active: rgba(0, 136, 255, 0.2);
1737
+ --background-color-focus: #fff;
1738
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1739
+ }
1740
+ .buj61ew.has-icon {
1741
+ display: inline-flex;
1742
+ align-items: center;
1743
+ }
1744
+ .buj61ew .button-prefix-icon {
1745
+ margin-right: 4px;
1746
+ display: inline-flex;
1747
+ }
1748
+ .buj61ew .button-suffix-icon {
1749
+ margin-left: 4px;
1750
+ display: inline-flex;
1751
+ }
1752
+ .buj61ew .icon-wrapper {
1753
+ display: inline-flex;
1754
+ vertical-align: bottom;
1755
+ }
1756
+
1757
+ .nchllas {
1758
+ padding: 0;
1759
+ }
1760
+
1761
+ .bpq0js6 {
1762
+ padding: 4px 11px;
1763
+ }
1764
+
1765
+ .b15sn34c {
1766
+ white-space: nowrap;
1767
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1768
+ }
1769
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1770
+ --color: #0080ff;
1771
+ }
1772
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1773
+ --color: #0080ff;
1774
+ }
1775
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1776
+ margin-left: 1px;
1777
+ }
1778
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1779
+ border-top-right-radius: 0;
1780
+ border-bottom-right-radius: 0;
1781
+ }
1782
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1783
+ border-top-left-radius: 0;
1784
+ border-bottom-left-radius: 0;
1785
+ }
1786
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1787
+ border-radius: unset;
1788
+ }
1789
+
1790
+ .fde5mpd {
1791
+ width: 100%;
1792
+ height: 100%;
1793
+ min-height: 124px;
1794
+ display: flex;
1795
+ flex-direction: column;
1796
+ justify-content: center;
1797
+ align-items: center;
1798
+ }
1799
+ .fde5mpd .error-text {
1800
+ color: rgba(10, 37, 85, 0.6);
1801
+ margin-bottom: 16px;
1802
+ font-size: 18px;
1803
+ }
1804
+
1805
+ .i1mrf09m {
1806
+ display: inline-flex;
1807
+ align-items: center;
1808
+ }
1809
+ .i1mrf09m .icon-inner {
1810
+ display: inline-flex;
1811
+ align-items: center;
1812
+ justify-content: center;
1813
+ }
1814
+ .i1mrf09m .icon-inner + span,
1815
+ .i1mrf09m span + .icon-inner.suffix {
1816
+ margin-left: 4px;
1817
+ }
1818
+ .i1mrf09m.is-rotate img,
1819
+ .i1mrf09m.is-rotate svg {
1820
+ animation: rotate 680ms linear infinite;
1821
+ }
1822
+
1823
+ .iap75of {
1824
+ height: 18px;
1825
+ line-height: 18px;
1826
+ padding: 0 4px;
1827
+ border-radius: 4px;
1828
+ background: rgba(235, 239, 245, 0.6);
1829
+ border: 1px solid rgba(223, 228, 235, 0.6);
1830
+ display: flex;
1831
+ align-items: center;
1832
+ white-space: nowrap;
1833
+ margin-right: 4px;
1834
+ }
1835
+
1836
+ .obf05yr {
1837
+ display: inline-block;
1838
+ }
1839
+
1840
+ .hsms1n6 {
1841
+ visibility: hidden;
1842
+ position: absolute;
1843
+ }
1844
+
1845
+ .p12gwtiw {
1846
+ display: flex;
1847
+ justify-content: space-between;
1848
+ align-items: center;
1849
+ padding: 10px 0;
1850
+ color: rgba(44, 56, 82, 0.6);
1851
+ font-size: 12px;
1852
+ line-height: 24px;
1853
+ }
1854
+ .p12gwtiw .pagination-left {
1855
+ padding: 2px 8px;
1856
+ }
1857
+ .p12gwtiw .dropdown-trigger {
1858
+ display: flex;
1859
+ align-items: center;
1860
+ border-radius: 6px;
1861
+ cursor: pointer;
1862
+ transition: all 0.3s ease;
1863
+ }
1864
+ .p12gwtiw .dropdown-trigger:hover {
1865
+ background: rgba(211, 218, 235, 0.6);
1866
+ color: #0080ff;
1867
+ }
1868
+ .p12gwtiw .dropdown-trigger .icon-inner {
1869
+ margin-left: 4px;
1870
+ }
1871
+ .p12gwtiw .pagination-right {
1872
+ display: flex;
1873
+ align-items: center;
1874
+ color: #0080ff;
1875
+ font-weight: bold;
1876
+ }
1877
+ .p12gwtiw .pagination-right .icon-inner {
1878
+ margin-left: 4px;
1879
+ }
1880
+ .p12gwtiw .pagination-right .prev-btn,
1881
+ .p12gwtiw .pagination-right .next-btn {
1882
+ padding: 0 8px;
1883
+ }
1884
+ .p12gwtiw .pagination-right .prev-btn > span,
1885
+ .p12gwtiw .pagination-right .next-btn > span {
1886
+ color: #0080ff;
1887
+ }
1888
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1889
+ transform: rotate(180deg);
1890
+ }
1891
+
1892
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1893
+ max-height: calc(100vh - 128px);
1894
+ overflow-y: auto;
1895
+ }
1896
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1897
+ padding: 4px 20px;
1898
+ font-size: 12px;
1899
+ line-height: 18px;
1900
+ }
1901
+
1902
+ .rxbeqvl.ant-radio-wrapper {
1903
+ display: inline-flex;
1904
+ align-items: baseline;
1905
+ white-space: pre-wrap;
1906
+ }
1907
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1908
+ position: relative;
1909
+ top: 3px;
1910
+ }
1911
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1912
+ border-color: rgba(107, 128, 167, 0.6);
1913
+ }
1914
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1915
+ border-color: #0080ff;
1916
+ }
1917
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1918
+ border-color: #0080ff;
1919
+ background: #0080ff;
1920
+ }
1921
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1922
+ top: 4px;
1923
+ left: 4px;
1924
+ width: 6px;
1925
+ height: 6px;
1926
+ background: #fff;
1927
+ }
1928
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1929
+ opacity: 0.5;
1930
+ }
1931
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1932
+ border-color: rgba(107, 128, 167, 0.6);
1933
+ background: rgba(211, 218, 235, 0.6);
1934
+ }
1935
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1936
+ background: #00122e;
1937
+ }
1938
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1939
+ color: #00122e;
1940
+ opacity: 0.5;
1941
+ }
1942
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1943
+ color: #00122e;
1944
+ }
1945
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1946
+ display: inline-block;
1947
+ padding: 0;
1948
+ padding-left: 12px;
1949
+ }
1950
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1951
+ margin-bottom: 0;
1952
+ white-space: pre-wrap;
1953
+ color: rgba(44, 56, 82, 0.6);
1954
+ }
1955
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1956
+ padding-left: 8px;
1957
+ }
1958
+
1959
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1960
+ border-radius: 5px 0 0 5px;
1961
+ }
1962
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1963
+ border-radius: 0 5px 5px 0;
1964
+ }
1965
+
1966
+ .r1f0aqcc {
1967
+ color: #00122e;
1968
+ border-color: #ccd4e3;
1969
+ }
1970
+ .r1f0aqcc:first-child {
1971
+ color: #00122e;
1972
+ border-color: #a3b4cc;
1973
+ }
1974
+ .r1f0aqcc.ant-radio-button-wrapper {
1975
+ padding: 0 12px;
1976
+ line-height: 32px;
1977
+ height: 32px;
1978
+ }
1979
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1980
+ white-space: nowrap;
1981
+ }
1982
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1983
+ background: #ccd4e3;
1984
+ }
1985
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1986
+ background: #0080ff;
1987
+ }
1988
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1989
+ background: #ccd4e3;
1990
+ opacity: 0.5;
1991
+ }
1992
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1993
+ border-right-color: #0080ff;
1994
+ }
1995
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1996
+ border-color: #0080ff;
1997
+ }
1998
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
1999
+ background: rgba(0, 136, 255, 0.1);
2000
+ }
2001
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2002
+ background: rgba(211, 218, 235, 0.6);
2003
+ border-color: #ccd4e3;
2004
+ opacity: 0.5;
2005
+ }
2006
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2007
+ color: #00122e;
2008
+ border-color: #ccd4e3;
2009
+ }
2010
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2011
+ color: #00122e;
2012
+ border-color: #ccd4e3;
2013
+ background: rgba(172, 186, 211, 0.6);
2014
+ }
2015
+ .r1f0aqcc .ant-radio-button-input {
2016
+ margin-right: 8px;
2017
+ display: inline;
2018
+ border: none;
2019
+ padding: 0;
2020
+ width: 36px;
2021
+ background: transparent;
2022
+ }
2023
+ .r1f0aqcc .ant-radio-button-input:focus {
2024
+ box-shadow: none;
2025
+ }
2026
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2027
+ margin-right: 0;
2028
+ width: initial;
2029
+ box-shadow: none;
2030
+ }
2031
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2032
+ display: none;
2033
+ }
2034
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2035
+ display: inline;
2036
+ }
2037
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2038
+ display: inline;
2039
+ margin-right: 8px;
2040
+ padding: 0;
2041
+ width: 36px;
2042
+ }
2043
+
2044
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2045
+ flex-direction: row;
2046
+ justify-content: stretch;
2047
+ }
2048
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2049
+ padding: 0;
2050
+ margin-right: 4px;
2051
+ flex: 1;
2052
+ overflow: visible;
2053
+ }
2054
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2055
+ display: none;
2056
+ }
2057
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2058
+ width: 100%;
2059
+ min-height: unset;
2060
+ }
2061
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2062
+ height: 26px;
2063
+ line-height: 26px;
2064
+ width: 100%;
2065
+ text-align: center;
2066
+ padding: 0;
2067
+ font-size: 12px;
2068
+ font-weight: normal;
2069
+ }
2070
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2071
+ margin-right: 10px;
2072
+ }
2073
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2074
+ display: none;
2075
+ }
2076
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2077
+ border-radius: 4px 0 0 4px;
2078
+ }
2079
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2080
+ margin-right: 0;
2081
+ }
2082
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2083
+ border-radius: 0 4px 4px 0;
2084
+ }
2085
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2086
+ content: "";
2087
+ width: 0;
2088
+ height: 0;
2089
+ border: 13px solid transparent;
2090
+ position: absolute;
2091
+ top: 0;
2092
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2093
+ right: -21px;
2094
+ z-index: 2;
2095
+ }
2096
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2097
+ content: "";
2098
+ width: 0;
2099
+ height: 0;
2100
+ border: 13px solid transparent;
2101
+ position: absolute;
2102
+ top: 0;
2103
+ border-left: 8px solid #fff;
2104
+ left: 0;
2105
+ }
2106
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2107
+ background-color: rgba(0, 136, 255, 0.1);
2108
+ }
2109
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2110
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2111
+ }
2112
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2113
+ color: #005ed1;
2114
+ }
2115
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2116
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2117
+ background-color: rgba(237, 241, 250, 0.6);
2118
+ }
2119
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2120
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2121
+ color: rgba(44, 56, 82, 0.6);
2122
+ }
2123
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2124
+ padding: 0;
2125
+ }
2126
+
2127
+ .cz04yix {
2128
+ display: flex;
2129
+ flex-direction: column;
2130
+ }
2131
+
2132
+ .m1if5j39 {
2133
+ max-width: 1120px;
2134
+ width: 100%;
2135
+ margin: 0 auto;
2136
+ height: 100%;
2137
+ }
2138
+
2139
+ .w1vvwdlp {
2140
+ max-width: 1120px;
2141
+ width: 100%;
2142
+ margin: 0 auto;
2143
+ display: flex;
2144
+ }
2145
+ .w1vvwdlp .left,
2146
+ .w1vvwdlp .right {
2147
+ flex-grow: 0;
2148
+ flex-shrink: 0;
2149
+ flex-basis: 21%;
2150
+ }
2151
+ .w1vvwdlp .left {
2152
+ display: flex;
2153
+ justify-content: flex-end;
2154
+ padding-right: 44px;
2155
+ }
2156
+ .w1vvwdlp .right {
2157
+ padding-left: 44px;
2158
+ }
2159
+ .w1vvwdlp .middle {
2160
+ margin-bottom: 40px;
2161
+ flex-grow: 0;
2162
+ flex-shrink: 0;
2163
+ flex-basis: 58%;
2164
+ }
2165
+ .w1vvwdlp .middle .form-base-field {
2166
+ width: 100%;
2167
+ }
2168
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2169
+ width: auto;
2170
+ }
2171
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2172
+ flex: initial;
2173
+ }
2174
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2175
+ margin-top: 4px;
2176
+ }
2177
+ .w1vvwdlp .ant-steps-item-icon,
2178
+ .w1vvwdlp .ant-steps-item-tail {
2179
+ display: none !important;
2180
+ }
2181
+ .w1vvwdlp .ant-steps-item-container {
2182
+ padding: 0 15px;
2183
+ border-radius: 4px;
2184
+ height: 32px;
2185
+ display: flex;
2186
+ align-items: center;
2187
+ }
2188
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2189
+ min-height: auto;
2190
+ white-space: nowrap;
2191
+ }
2192
+ .w1vvwdlp .ant-steps-item-description {
2193
+ padding-bottom: 0px;
2194
+ }
2195
+ .w1vvwdlp .ant-steps-item-title {
2196
+ font-size: 13px !important;
2197
+ line-height: 20px !important;
2198
+ }
2199
+ .w1vvwdlp .ant-steps-item-title .step-index {
2200
+ display: inline-block;
2201
+ text-align: center;
2202
+ width: 13px;
2203
+ margin-right: 12px;
2204
+ }
2205
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2206
+ background: rgba(0, 128, 255, 0.1);
2207
+ }
2208
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2209
+ color: #005ed1;
2210
+ }
2211
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2212
+ background: rgba(237, 241, 250, 0.6);
2213
+ }
2214
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2215
+ color: rgba(10, 37, 85, 0.6) !important;
2216
+ }
2217
+ .w1vvwdlp .ant-steps-item-disabled {
2218
+ cursor: not-allowed;
2219
+ }
2220
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2221
+ background: rgba(237, 241, 250, 0.6);
2222
+ }
2223
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2224
+ color: #2d3a56;
2225
+ }
2226
+
2227
+ .h1cuopx7 .ant-modal-header {
2228
+ margin: 0 auto;
2229
+ width: 100%;
2230
+ max-width: 648px;
2231
+ }
2232
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2233
+ margin-left: 0;
2234
+ }
2235
+ .h1cuopx7 .ant-modal-body {
2236
+ margin: 0 auto;
2237
+ padding: 0;
2238
+ width: 100%;
2239
+ max-width: 648px;
2240
+ overflow: hidden;
2241
+ }
2242
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2243
+ margin-bottom: 40px;
2244
+ }
2245
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2246
+ height: calc(100vh - 225px);
2247
+ overflow-y: auto;
2248
+ }
2249
+ .h1cuopx7 .ant-modal-footer .footer-content {
2250
+ margin: 0 auto;
2251
+ max-width: 648px;
2252
+ }
2253
+
2254
+ .h1p6d3y3 .ant-modal-header {
2255
+ margin: 0 auto;
2256
+ width: 100%;
2257
+ max-width: 1024px;
2258
+ }
2259
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2260
+ margin-left: 0;
2261
+ }
2262
+ .h1p6d3y3 .ant-modal-body {
2263
+ margin: 0 auto;
2264
+ padding: 0;
2265
+ width: 100%;
2266
+ max-width: 1024px;
2267
+ overflow: hidden;
2268
+ }
2269
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2270
+ margin-bottom: 40px;
2271
+ }
2272
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2273
+ height: calc(100vh - 225px);
2274
+ overflow-y: auto;
2275
+ }
2276
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2277
+ margin: 0 auto;
2278
+ max-width: 1024px;
2279
+ }
2280
+
2281
+ .fxgckuk {
2282
+ flex: 1;
2283
+ }
2284
+ .fxgckuk label {
2285
+ font-size: 13px;
2286
+ line-height: 20px;
2287
+ color: rgba(44, 56, 82, 0.6);
2288
+ }
2289
+ .fxgckuk .title {
2290
+ font-size: 14px;
2291
+ line-height: 20px;
2292
+ color: #2d3a56;
2293
+ margin-bottom: 12px;
2294
+ }
2295
+ .fxgckuk.connect-cluster .title {
2296
+ padding-bottom: 26px;
2297
+ }
2298
+
2299
+ .f1d0vek1 {
2300
+ padding: 25px 0 15px 0;
2301
+ border-bottom: 1px solid #e1e5eb;
2302
+ margin-bottom: 16px;
2303
+ }
2304
+
2305
+ .f4u402y {
2306
+ display: flex;
2307
+ align-items: center;
2308
+ margin-bottom: 8px;
2309
+ }
2310
+ .f4u402y > label {
2311
+ width: 216px;
2312
+ }
2313
+ .f4u402y > label + * {
2314
+ width: 100%;
2315
+ }
2316
+ .f4u402y .ant-select {
2317
+ width: 100%;
2318
+ }
2319
+
2320
+ .e1pldf6v {
2321
+ color: #e75a3a;
2322
+ margin-right: 10px;
2323
+ }
2324
+
2325
+ .dq0gblh {
2326
+ width: 100%;
2327
+ height: 1px;
2328
+ background: rgba(213, 219, 227, 0.6);
2329
+ margin: 24px 0;
2330
+ }
2331
+
2332
+ .l1v7sr0n {
2333
+ display: flex;
2334
+ justify-content: center;
2335
+ align-items: center;
2336
+ height: 100%;
2337
+ }
2338
+
2339
+ .d1i4ou6o {
2340
+ display: inline-block;
2341
+ width: 4px;
2342
+ height: 4px;
2343
+ background: #8e9aa9;
2344
+ opacity: 0.4;
2345
+ border-radius: 50%;
2346
+ margin: 0 4px;
2347
+ }
2348
+
2349
+ .m1jy87hk .ant-modal-header,
2350
+ .m1jy87hk .ant-modal-footer .footer-content {
2351
+ width: 648px;
2352
+ margin: 0 auto;
2353
+ }
2354
+ .m1jy87hk .ant-modal-header {
2355
+ padding: 35px 0 24px;
2356
+ border: none;
2357
+ }
2358
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2359
+ font-size: 30px;
2360
+ }
2361
+ .m1jy87hk .ant-modal-body {
2362
+ padding: 4px 0 2px;
2363
+ }
2364
+ .m1jy87hk .ant-modal-footer {
2365
+ border: none;
2366
+ }
2367
+
2368
+ .ti7fpyu {
2369
+ font-size: 12px;
2370
+ line-height: 18px;
2371
+ font-weight: bold;
2372
+ color: #fff;
2373
+ padding: 0 4px;
2374
+ border-radius: 4px;
2375
+ display: inline-block;
2376
+ background: var(--ti7fpyu-0);
2377
+ }
2378
+ .ti7fpyu:not(:first-child) {
2379
+ margin-left: 4px;
2380
+ }
2381
+
2382
+ .f1rest1f {
2383
+ width: 100%;
2384
+ height: 100%;
2385
+ display: flex;
2386
+ align-items: center;
2387
+ justify-content: center;
2388
+ }
2389
+
2390
+ .n1kbdoln {
2391
+ font-size: 90%;
2392
+ font-weight: bold;
2393
+ background-color: rgba(240, 243, 247, 0.6);
2394
+ padding: 1px 4px 1px;
2395
+ margin-left: 2px;
2396
+ margin-right: 2px;
2397
+ border: 1px solid rgba(213, 219, 227, 0.6);
2398
+ border-radius: 4px;
2399
+ }
2400
+
2401
+ .f1y3gta0.form-item-general {
2402
+ width: 640px;
2403
+ }
2404
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2405
+ margin-top: 16px;
2406
+ }
2407
+ .f1y3gta0.form-item-compact {
2408
+ width: 412px;
2409
+ }
2410
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2411
+ margin-top: 8px;
2412
+ }
2413
+ .f1y3gta0 .form-item {
2414
+ width: auto;
2415
+ }
2416
+ .f1y3gta0 .form-item-main {
2417
+ position: relative;
2418
+ display: flex;
2419
+ }
2420
+ .f1y3gta0 .form-item-extra {
2421
+ margin-top: 4px;
2422
+ width: 100%;
2423
+ padding: 14px;
2424
+ background: #f2f4f6;
2425
+ font-size: 13px;
2426
+ line-height: 1.8;
2427
+ color: #8e9aa9;
2428
+ }
2429
+ .f1y3gta0 .form-item-label {
2430
+ padding-right: 12px;
2431
+ font-size: 13px;
2432
+ color: rgba(44, 56, 82, 0.6);
2433
+ }
2434
+ .f1y3gta0 .form-item-label.label-right {
2435
+ text-align: right;
2436
+ }
2437
+ .f1y3gta0 .form-item-label,
2438
+ .f1y3gta0 .form-item-control {
2439
+ line-height: 32px;
2440
+ }
2441
+ .f1y3gta0 .form-item-control .form-item-error {
2442
+ line-height: 18px;
2443
+ }
2444
+ .f1y3gta0 .form-item-children {
2445
+ width: 100%;
2446
+ }
2447
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2448
+ width: 100%;
2449
+ }
2450
+ .f1y3gta0 .form-item-error {
2451
+ color: #e75a3a;
2452
+ height: 0;
2453
+ overflow: hidden;
2454
+ }
2455
+ .f1y3gta0 .form-item-error-enter-done {
2456
+ margin-top: 4px;
2457
+ height: auto;
2458
+ overflow: auto;
2459
+ }
2460
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2461
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2462
+ border: 1px solid #e75a3a;
2463
+ color: #e75a3a;
2464
+ }
2465
+
2466
+ .fujbm7g {
2467
+ color: #2d3a56;
2468
+ font-weight: bold;
2469
+ padding-bottom: 6px;
2470
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2471
+ margin-bottom: 16px;
2472
+ }
2473
+ .fujbm7g:not(:first-of-type) {
2474
+ margin-top: 16px;
2475
+ }
2476
+
2477
+ .e5fsw5s {
2478
+ width: 8px;
2479
+ height: 24px;
2480
+ display: flex;
2481
+ justify-content: center;
2482
+ align-items: center;
2483
+ cursor: pointer;
2484
+ transition: all 200ms ease-out 40ms;
2485
+ }
2486
+ .e5fsw5s:before, .e5fsw5s:after {
2487
+ content: "";
2488
+ width: 1px;
2489
+ height: 6px;
2490
+ border-radius: 1px;
2491
+ background: #ccd4e3;
2492
+ position: relative;
2493
+ right: 2px;
2494
+ transform: rotate(-45deg);
2495
+ }
2496
+ .e5fsw5s:after {
2497
+ transform: rotate(45deg);
2498
+ left: 1px;
2499
+ }
2500
+
2501
+ .w18knsg4.ant-alert-warning {
2502
+ border: 0;
2503
+ background: rgba(255, 187, 0, 0.1);
2504
+ border-radius: 6px;
2505
+ }
2506
+ .w18knsg4.ant-alert,
2507
+ .w18knsg4 .ant-alert-message {
2508
+ color: #e07f00;
2509
+ }
2510
+ .w18knsg4.ant-alert .dashed-border-bottom,
2511
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2512
+ border-bottom-color: #e07f00;
2513
+ }
2514
+
2515
+ .ng31n2o {
2516
+ display: flex;
2517
+ flex-direction: row;
2518
+ padding: 7px 12px;
2519
+ background: rgba(255, 187, 0, 0.1);
2520
+ border-radius: 6px;
2521
+ color: #e07f00;
2522
+ font-size: 12px;
2523
+ line-height: 18px;
2524
+ }
2525
+ .ng31n2o .icon-wrapper {
2526
+ margin-right: 10px;
2527
+ height: 18px;
2528
+ }
2529
+
2530
+ .n15x5f5y {
2531
+ display: flex;
2532
+ flex-direction: row;
2533
+ padding: 7px 12px;
2534
+ background: rgba(225, 230, 241, 0.6);
2535
+ border-radius: 6px;
2536
+ color: rgba(44, 56, 82, 0.6);
2537
+ font-size: 12px;
2538
+ line-height: 18px;
2539
+ }
2540
+ .n15x5f5y .icon-wrapper {
2541
+ margin-right: 10px;
2542
+ height: 18px;
2543
+ }
2544
+
2545
+ .i16ozz3f {
2546
+ display: flex;
2547
+ flex-direction: row;
2548
+ padding: 7px 12px;
2549
+ background: rgba(0, 136, 255, 0.1);
2550
+ border-radius: 6px;
2551
+ color: #005ed1;
2552
+ font-size: 12px;
2553
+ line-height: 18px;
2554
+ }
2555
+ .i16ozz3f .icon-wrapper {
2556
+ margin-right: 10px;
2557
+ height: 18px;
2558
+ }
2559
+
2560
+ .dszu9qr {
2561
+ color: rgba(44, 56, 82, 0.6);
2562
+ margin-top: 5px;
2563
+ font-size: 12px;
2564
+ line-height: 18px;
2565
+ }
2566
+
2567
+ .snxzgx {
2568
+ color: #f0483e;
2569
+ font-size: 12px;
2570
+ white-space: pre-wrap;
2571
+ }
2572
+
2573
+ .o1i4orqw {
2574
+ display: flex;
2575
+ align-items: center;
2576
+ justify-content: flex-end;
2577
+ }
2578
+ .o1i4orqw .icon-wrapper {
2579
+ margin-right: 16px;
2580
+ }
2581
+
2582
+ .t79k8o2 {
2583
+ color: rgba(0, 21, 64, 0.3);
2584
+ }
2585
+
2586
+ .ipd9bk.ant-input {
2587
+ padding: 5px 12px;
2588
+ line-height: 20px;
2589
+ color: #2d3a56;
2590
+ border-radius: 6px;
2591
+ border-color: rgba(172, 186, 211, 0.6);
2592
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2593
+ }
2594
+ .ipd9bk.ant-input.ant-input-lg {
2595
+ padding: 8px 16px;
2596
+ line-height: 22px;
2597
+ }
2598
+ .ipd9bk.ant-input.ant-input-sm {
2599
+ padding: 2px 8px;
2600
+ line-height: 18px;
2601
+ }
2602
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2603
+ border-color: rgba(107, 128, 167, 0.6);
2604
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2605
+ }
2606
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2607
+ border-color: #0096ff;
2608
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2609
+ }
2610
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2611
+ border-color: #e75a3a;
2612
+ color: #e75a3a;
2613
+ }
2614
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2615
+ border-color: #e75a3a;
2616
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2617
+ }
2618
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2619
+ border-color: #e75a3a;
2620
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2621
+ }
2622
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2623
+ background: rgba(211, 218, 235, 0.6);
2624
+ color: rgba(0, 21, 64, 0.3);
2625
+ border-color: rgba(172, 186, 211, 0.6);
2626
+ }
2627
+ .ipd9bk.ant-input-affix-wrapper {
2628
+ padding: 5px 12px;
2629
+ border-radius: 6px;
2630
+ border-color: rgba(172, 186, 211, 0.6);
2631
+ line-height: 20px;
2632
+ color: #2d3a56;
2633
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2634
+ }
2635
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2636
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2637
+ color: rgba(44, 56, 82, 0.6);
2638
+ }
2639
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2640
+ padding: 8px 16px;
2641
+ line-height: 22px;
2642
+ }
2643
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2644
+ padding: 2px 8px;
2645
+ line-height: 18px;
2646
+ }
2647
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2648
+ border-color: rgba(107, 128, 167, 0.6);
2649
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2650
+ }
2651
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2652
+ border-color: #0096ff;
2653
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2654
+ }
2655
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2656
+ border-color: #e75a3a;
2657
+ }
2658
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2659
+ color: #e75a3a;
2660
+ }
2661
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2662
+ border-color: #e75a3a;
2663
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2664
+ }
2665
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2666
+ border-color: #e75a3a;
2667
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2668
+ }
2669
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2670
+ background: rgba(211, 218, 235, 0.6);
2671
+ color: rgba(0, 21, 64, 0.3);
2672
+ border-color: rgba(172, 186, 211, 0.6);
2673
+ }
2674
+ textarea.ipd9bk.ant-input {
2675
+ transition-property: height;
2676
+ transition-delay: 50ms;
2677
+ }
2678
+ textarea.ipd9bk.ant-input.textarea-large {
2679
+ min-height: 40px;
2680
+ height: 40px;
2681
+ }
2682
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2683
+ height: 80px;
2684
+ }
2685
+ textarea.ipd9bk.ant-input.textarea-middle {
2686
+ min-height: 32px;
2687
+ height: 32px;
2688
+ }
2689
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2690
+ height: 64px;
2691
+ }
2692
+ textarea.ipd9bk.ant-input.textarea-small {
2693
+ min-height: 24px;
2694
+ height: 24px;
2695
+ }
2696
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2697
+ height: 40px;
2698
+ }
2699
+
2700
+ .kypn5o5 input, .kypn5o5.input-tags {
2701
+ border: 1px solid rgba(213, 219, 227, 0.6);
2702
+ border-radius: 4px;
2703
+ }
2704
+ .kypn5o5.input-tags {
2705
+ position: relative;
2706
+ padding: 6px;
2707
+ height: 32px;
2708
+ cursor: pointer;
2709
+ transition: border 150ms;
2710
+ }
2711
+ .kypn5o5.input-tags:hover {
2712
+ border-color: #0080ff;
2713
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2714
+ }
2715
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2716
+ padding-right: 30px;
2717
+ }
2718
+ .kypn5o5.input-tags .input-tags-inner {
2719
+ display: flex;
2720
+ }
2721
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2722
+ display: flex;
2723
+ }
2724
+ .kypn5o5.input-tags .input-tag-suffix {
2725
+ position: absolute;
2726
+ right: 12px;
2727
+ top: 50%;
2728
+ transform: translateY(-50%);
2729
+ }
2730
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2731
+ color: rgba(0, 0, 0, 0.25);
2732
+ font-size: 12px;
2733
+ cursor: pointer;
2734
+ }
2735
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2736
+ color: rgba(0, 0, 0, 0.45);
2737
+ }
2738
+ .kypn5o5.has-focus-indicator {
2739
+ position: relative;
2740
+ overflow: hidden;
2741
+ }
2742
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2743
+ position: absolute;
2744
+ top: 50%;
2745
+ transform: translateY(-50%);
2746
+ left: -16px;
2747
+ transition: left 150ms ease;
2748
+ opacity: 0;
2749
+ }
2750
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2751
+ left: 8px;
2752
+ opacity: 1;
2753
+ }
2754
+ .kypn5o5.has-focus-indicator input {
2755
+ transition: margin-left 150ms ease;
2756
+ margin-left: 0px;
2757
+ }
2758
+ .kypn5o5.has-focus-indicator input:focus {
2759
+ margin-left: 16px;
2760
+ }
2761
+
2762
+ input.l1ki27se.ant-input {
2763
+ border-top-right-radius: 0;
2764
+ border-bottom-right-radius: 0;
2765
+ }
2766
+
2767
+ .l1ki27se.ant-input-affix-wrapper {
2768
+ border-top-right-radius: 0;
2769
+ border-bottom-right-radius: 0;
2770
+ }
2771
+
2772
+ input.rrg1fkn.ant-input {
2773
+ border-top-left-radius: 0;
2774
+ border-bottom-left-radius: 0;
2775
+ }
2776
+
2777
+ .rrg1fkn.ant-input-affix-wrapper {
2778
+ border-top-left-radius: 0;
2779
+ border-bottom-left-radius: 0;
2780
+ }
2781
+
2782
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2783
+ border-top-right-radius: 0;
2784
+ border-bottom-right-radius: 0;
2785
+ }
2786
+
2787
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2788
+ border-top-left-radius: 0;
2789
+ border-bottom-left-radius: 0;
2790
+ }
2791
+
2792
+ .s34f1qb.ant-switch {
2793
+ min-width: 40px;
2794
+ height: 24px;
2795
+ background: rgba(172, 186, 211, 0.6);
2796
+ overflow: hidden;
2797
+ }
2798
+ .s34f1qb.ant-switch:focus {
2799
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2800
+ }
2801
+ .s34f1qb.ant-switch-small {
2802
+ min-width: 26px;
2803
+ height: 16px;
2804
+ }
2805
+ .s34f1qb.ant-switch-large {
2806
+ min-width: 52px;
2807
+ height: 32px;
2808
+ }
2809
+ .s34f1qb.ant-switch .ant-switch-handle {
2810
+ height: 20px;
2811
+ width: 20px;
2812
+ }
2813
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2814
+ border-radius: 10px;
2815
+ transition-delay: 120ms;
2816
+ }
2817
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2818
+ height: 14px;
2819
+ width: 14px;
2820
+ top: 1px;
2821
+ left: 1px;
2822
+ }
2823
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2824
+ height: 28px;
2825
+ width: 28px;
2826
+ }
2827
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2828
+ border-radius: 14px;
2829
+ }
2830
+ .s34f1qb.ant-switch-checked {
2831
+ background-color: #00ba5d;
2832
+ }
2833
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2834
+ left: calc(100% - 20px - 2px);
2835
+ }
2836
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2837
+ left: calc(100% - 14px - 1px);
2838
+ }
2839
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2840
+ left: calc(100% - 28px - 2px);
2841
+ }
2842
+
2843
+ .c1to9vb9 {
2844
+ margin-left: 5px;
2845
+ }
2846
+
2847
+ .t1upn1sz {
2848
+ height: 100%;
2849
+ }
2850
+
2851
+ .tta5kd2 {
2852
+ height: 100%;
2853
+ }
2854
+ .tta5kd2.empty-table .ant-table-content {
2855
+ overflow: visible !important;
2856
+ height: 100%;
2857
+ }
2858
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2859
+ height: 100%;
2860
+ }
2861
+ .tta5kd2.empty-table .ant-table-content table {
2862
+ width: 100% !important;
2863
+ height: 100%;
2864
+ }
2865
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2866
+ padding: 15px 0;
2867
+ }
2868
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2869
+ display: none;
2870
+ }
2871
+ .tta5kd2 .active-row td:nth-child(1) {
2872
+ font-weight: 700;
2873
+ }
2874
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2875
+ font-weight: 700;
2876
+ }
2877
+ .tta5kd2 .ant-spin-nested-loading {
2878
+ height: 100%;
2879
+ }
2880
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2881
+ height: 100%;
2882
+ overflow: visible;
2883
+ }
2884
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2885
+ max-height: none;
2886
+ }
2887
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2888
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2889
+ display: none;
2890
+ }
2891
+ .tta5kd2 td.ant-table-column-sort {
2892
+ background: transparent;
2893
+ }
2894
+ .tta5kd2 td.ant-table-cell-fix-left,
2895
+ .tta5kd2 td.ant-table-cell-fix-right {
2896
+ background: #fff;
2897
+ padding: 0 !important;
2898
+ }
2899
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2900
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2901
+ display: flex;
2902
+ align-items: center;
2903
+ height: 100%;
2904
+ padding: 8px;
2905
+ }
2906
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2907
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2908
+ overflow: hidden;
2909
+ text-overflow: ellipsis;
2910
+ width: 100%;
2911
+ }
2912
+ .tta5kd2 .ant-table-container {
2913
+ height: 100%;
2914
+ }
2915
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2916
+ box-shadow: none !important;
2917
+ }
2918
+ .tta5kd2 .ant-table {
2919
+ border-radius: 0px;
2920
+ border-left: none;
2921
+ border-right: none;
2922
+ border-bottom: none;
2923
+ height: 100%;
2924
+ font-size: 12px;
2925
+ background: transparent;
2926
+ }
2927
+ .tta5kd2 .ant-table .ant-table-header {
2928
+ position: relative;
2929
+ z-index: 3;
2930
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2931
+ margin-bottom: -1px;
2932
+ }
2933
+ .tta5kd2 .ant-table .time-wrapper .data,
2934
+ .tta5kd2 .ant-table .value {
2935
+ color: #2d3a56;
2936
+ }
2937
+ .tta5kd2 .ant-table .time-wrapper .time,
2938
+ .tta5kd2 .ant-table .unit {
2939
+ color: rgba(44, 56, 82, 0.6);
2940
+ }
2941
+ .tta5kd2 .ant-table .ant-table-selection {
2942
+ text-align: center;
2943
+ }
2944
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2945
+ background: #fff;
2946
+ }
2947
+ .tta5kd2 .ant-table .anticon-setting {
2948
+ cursor: pointer;
2949
+ position: absolute;
2950
+ top: 50%;
2951
+ right: 12px;
2952
+ transform: translateY(-50%);
2953
+ }
2954
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2955
+ box-shadow: none;
2956
+ width: 1px;
2957
+ background: rgba(213, 219, 227, 0.6);
2958
+ }
2959
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2960
+ box-shadow: none;
2961
+ width: 1px;
2962
+ background: rgba(213, 219, 227, 0.6);
2963
+ }
2964
+ .tta5kd2 .ant-table .ant-table-tbody {
2965
+ position: relative;
2966
+ }
2967
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2968
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2969
+ border-bottom: 1px solid white;
2970
+ height: 40px;
2971
+ vertical-align: middle;
2972
+ transition: background 0ms;
2973
+ color: #00122e;
2974
+ }
2975
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2976
+ background: #f2f5fa;
2977
+ border-bottom-color: #f2f5fa;
2978
+ }
2979
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2980
+ height: auto;
2981
+ color: #00122e;
2982
+ font-size: 12px;
2983
+ text-align: left;
2984
+ transition: none;
2985
+ overflow: hidden;
2986
+ text-overflow: ellipsis;
2987
+ white-space: nowrap;
2988
+ }
2989
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2990
+ color: #0096ff;
2991
+ }
2992
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2993
+ overflow: hidden;
2994
+ text-overflow: ellipsis;
2995
+ width: 100%;
2996
+ vertical-align: middle;
2997
+ }
2998
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2999
+ line-height: 0px;
3000
+ }
3001
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3002
+ padding-right: 25px;
3003
+ }
3004
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3005
+ border-top-color: transparent;
3006
+ }
3007
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3008
+ background: rgba(225, 230, 241, 0.6);
3009
+ border-color: transparent transparent white;
3010
+ }
3011
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3012
+ border-radius: 8px 0 0 8px;
3013
+ }
3014
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3015
+ border-radius: 8px 0 0 8px;
3016
+ }
3017
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3018
+ content: "";
3019
+ width: 4px;
3020
+ top: -1px;
3021
+ bottom: -1px;
3022
+ background: white;
3023
+ }
3024
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3025
+ border-radius: 0 8px 8px 0;
3026
+ }
3027
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3028
+ border-radius: 0;
3029
+ background: white;
3030
+ border-top: none;
3031
+ }
3032
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3033
+ border-top: 1px solid transparent;
3034
+ border-radius: 0 8px 8px 0;
3035
+ background: rgba(225, 230, 241, 0.6);
3036
+ }
3037
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3038
+ background: white;
3039
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3040
+ }
3041
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3042
+ display: flex;
3043
+ align-items: center;
3044
+ height: 100%;
3045
+ background: rgba(225, 230, 241, 0.6);
3046
+ }
3047
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3048
+ background: white;
3049
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3050
+ }
3051
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3052
+ display: flex;
3053
+ align-items: center;
3054
+ height: 100%;
3055
+ background: rgba(225, 230, 241, 0.6);
3056
+ }
3057
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3058
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3059
+ }
3060
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3061
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3062
+ border-radius: 8px;
3063
+ }
3064
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3065
+ border-top-color: white;
3066
+ }
3067
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3068
+ background: rgba(0, 136, 255, 0.1);
3069
+ border-bottom-color: transparent;
3070
+ border-top-color: transparent;
3071
+ }
3072
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3073
+ border-radius: 8px 0 0 8px;
3074
+ }
3075
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3076
+ border-radius: 0 8px 8px 0;
3077
+ }
3078
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3079
+ background: rgba(0, 136, 255, 0.1);
3080
+ }
3081
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3082
+ background: #fff;
3083
+ font-weight: 400;
3084
+ position: relative;
3085
+ border-bottom: none;
3086
+ color: #00122e;
3087
+ transition: none;
3088
+ padding: 15px 8px 15px 8px;
3089
+ }
3090
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3091
+ content: "";
3092
+ width: 1px;
3093
+ top: 0;
3094
+ bottom: 0;
3095
+ background: rgba(211, 218, 235, 0.6);
3096
+ position: absolute;
3097
+ right: 0;
3098
+ }
3099
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3100
+ padding: unset;
3101
+ }
3102
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3103
+ display: none;
3104
+ }
3105
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3106
+ width: 100%;
3107
+ overflow: hidden;
3108
+ white-space: nowrap;
3109
+ text-overflow: ellipsis;
3110
+ }
3111
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3112
+ overflow: hidden;
3113
+ text-overflow: ellipsis;
3114
+ flex: 1;
3115
+ }
3116
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3117
+ padding: 15px 25px 15px 8px;
3118
+ }
3119
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3120
+ padding: 0;
3121
+ }
3122
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3123
+ position: absolute;
3124
+ right: 6px;
3125
+ top: 50%;
3126
+ transform: translateY(-50%);
3127
+ height: 16px;
3128
+ display: none;
3129
+ transition: transform 320ms ease;
3130
+ }
3131
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3132
+ display: block;
3133
+ transform: translateY(-50%) rotateX(180deg);
3134
+ }
3135
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3136
+ display: block;
3137
+ }
3138
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3139
+ display: none;
3140
+ }
3141
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3142
+ transform: translateY(-50%);
3143
+ }
3144
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3145
+ transform: translateY(-50%) rotateX(180deg);
3146
+ }
3147
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3148
+ background: #f2f5fa;
3149
+ }
3150
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3151
+ display: block;
3152
+ }
3153
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3154
+ padding-right: 25px;
3155
+ }
3156
+ .tta5kd2 .ant-table .ant-table-selection-column {
3157
+ padding: 0 !important;
3158
+ }
3159
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3160
+ position: absolute;
3161
+ left: 50%;
3162
+ top: 50%;
3163
+ transform: translate(-50%, -50%);
3164
+ }
3165
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3166
+ display: none;
3167
+ }
3168
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3169
+ background: #fff;
3170
+ }
3171
+ .tta5kd2 .ant-table .ant-table-placeholder {
3172
+ background: inherit;
3173
+ }
3174
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3175
+ position: static;
3176
+ border: none;
3177
+ background: inherit !important;
3178
+ height: 100px;
3179
+ vertical-align: middle;
3180
+ }
3181
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3182
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3183
+ font-weight: bold;
3184
+ font-size: 20px;
3185
+ color: rgba(10, 37, 85, 0.6);
3186
+ }
3187
+ .tta5kd2 .ant-table td.cell__action_ {
3188
+ padding: 0 !important;
3189
+ position: relative;
3190
+ background: #fff;
3191
+ }
3192
+ .tta5kd2 .ant-table td.cell__action_ > * {
3193
+ height: 100%;
3194
+ display: flex;
3195
+ align-items: center;
3196
+ justify-content: flex-end;
3197
+ padding-right: 8px;
3198
+ }
3199
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3200
+ width: 24px;
3201
+ height: 24px;
3202
+ cursor: pointer;
3203
+ justify-content: center;
3204
+ border-radius: 4px;
3205
+ }
3206
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3207
+ background: #fff;
3208
+ }
3209
+
3210
+ .s1fc623g {
3211
+ width: 430px !important;
3212
+ }
3213
+
3214
+ .da3mx0o .ant-select-item-group {
3215
+ padding: 8px 16px;
3216
+ line-height: 18px;
3217
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3218
+ height: 34px;
3219
+ min-height: 34px;
3220
+ box-sizing: border-box;
3221
+ margin-top: 8px;
3222
+ }
3223
+
3224
+ .onr9gzt {
3225
+ display: flex;
3226
+ flex-direction: column;
3227
+ margin: 1px 8px;
3228
+ padding: 8px;
3229
+ border-radius: 4px;
3230
+ }
3231
+ .onr9gzt .selected-icon {
3232
+ display: none;
3233
+ }
3234
+ .onr9gzt.ant-select-item-option-grouped {
3235
+ padding-left: 8px;
3236
+ }
3237
+ .onr9gzt.ant-select-item-option-selected {
3238
+ background-color: white;
3239
+ }
3240
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3241
+ color: #0080ff;
3242
+ }
3243
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3244
+ display: block;
3245
+ }
3246
+ .onr9gzt.ant-select-item-option-active {
3247
+ background: rgba(0, 136, 255, 0.16);
3248
+ }
3249
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3250
+ color: #0080ff;
3251
+ }
3252
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3253
+ background: rgba(0, 136, 255, 0.1);
3254
+ color: #0080ff;
3255
+ }
3256
+
3257
+ .oiy0apc {
3258
+ display: flex;
3259
+ justify-content: space-between;
3260
+ height: 20px;
3261
+ line-height: 20px;
3262
+ }
3263
+ .oiy0apc .timezone-title {
3264
+ color: #2d3a56;
3265
+ overflow: hidden;
3266
+ text-overflow: ellipsis;
3267
+ }
3268
+
3269
+ .of4y382 {
3270
+ display: flex;
3271
+ justify-content: space-between;
3272
+ color: rgba(44, 56, 82, 0.6);
3273
+ height: 18px;
3274
+ line-height: 18px;
3275
+ margin-top: 2px;
3276
+ }
3277
+
3278
+ .t19903l9 {
3279
+ border: none;
3280
+ margin-right: 0;
3281
+ background: rgba(225, 230, 241, 0.6);
3282
+ }
3283
+
3284
+ .ohwbvxu {
3285
+ pointer-events: none;
3286
+ height: 32px;
3287
+ width: 100%;
3288
+ opacity: 0;
3289
+ }
3290
+
3291
+ .i1e4sgug {
3292
+ display: inline-block;
3293
+ }
3294
+
3295
+ .d6j0lbj {
3296
+ font-family: Inter;
3297
+ font-style: normal;
3298
+ font-weight: bold;
3299
+ font-size: 32px;
3300
+ line-height: 40px;
3301
+ }
3302
+
3303
+ .d1xhvvxe {
3304
+ font-family: Inter;
3305
+ font-style: normal;
3306
+ font-weight: bold;
3307
+ font-size: 24px;
3308
+ line-height: 32px;
3309
+ }
3310
+
3311
+ .dk10mxq {
3312
+ font-family: Inter;
3313
+ font-style: normal;
3314
+ font-weight: normal;
3315
+ font-size: 32px;
3316
+ line-height: 40px;
3317
+ }
3318
+
3319
+ .dxsait {
3320
+ font-family: Inter;
3321
+ font-style: normal;
3322
+ font-weight: bold;
3323
+ font-size: 20px;
3324
+ line-height: 24px;
3325
+ }
3326
+
3327
+ .dokn0h3 {
3328
+ font-family: Inter;
3329
+ font-style: normal;
3330
+ font-weight: normal;
3331
+ font-size: 20px;
3332
+ line-height: 24px;
3333
+ }
3334
+
3335
+ .dobau4p {
3336
+ font-family: Inter;
3337
+ font-style: normal;
3338
+ font-weight: bold;
3339
+ font-size: 18px;
3340
+ line-height: 22px;
3341
+ }
3342
+
3343
+ .dvolwok {
3344
+ font-family: Inter;
3345
+ font-style: normal;
3346
+ font-weight: normal;
3347
+ font-size: 18px;
3348
+ line-height: 22px;
3349
+ }
3350
+
3351
+ .h181qhg4 {
3352
+ font-family: Inter;
3353
+ font-style: normal;
3354
+ font-weight: bold;
3355
+ font-size: 16px;
3356
+ line-height: 22px;
3357
+ }
3358
+
3359
+ .h1phgmcq {
3360
+ font-family: Inter;
3361
+ font-style: normal;
3362
+ font-weight: normal;
3363
+ font-size: 16px;
3364
+ line-height: 22px;
3365
+ }
3366
+
3367
+ .h173xnl1 {
3368
+ font-family: Inter;
3369
+ font-style: normal;
3370
+ font-weight: bold;
3371
+ font-size: 14px;
3372
+ line-height: 20px;
3373
+ }
3374
+
3375
+ .hedm4pz {
3376
+ font-family: Inter;
3377
+ font-style: normal;
3378
+ font-weight: normal;
3379
+ font-size: 14px;
3380
+ line-height: 20px;
3381
+ }
3382
+
3383
+ .h1kd8xld {
3384
+ font-family: Inter;
3385
+ font-style: normal;
3386
+ font-weight: bold;
3387
+ font-size: 12px;
3388
+ line-height: 18px;
3389
+ }
3390
+
3391
+ .hp14fr {
3392
+ font-family: Inter;
3393
+ font-style: normal;
3394
+ font-weight: normal;
3395
+ font-size: 12px;
3396
+ line-height: 18px;
3397
+ }
3398
+
3399
+ .hgrg7mn {
3400
+ font-family: Inter;
3401
+ font-style: normal;
3402
+ font-weight: bold;
3403
+ text-transform: uppercase;
3404
+ font-feature-settings: "cpsp" on;
3405
+ font-size: 12px;
3406
+ line-height: 18px;
3407
+ }
3408
+
3409
+ .h6zme9x {
3410
+ font-family: Inter;
3411
+ font-style: normal;
3412
+ font-weight: normal;
3413
+ text-transform: uppercase;
3414
+ font-feature-settings: "cpsp" on;
3415
+ font-size: 12px;
3416
+ line-height: 18px;
3417
+ }
3418
+
3419
+ .locjvsv {
3420
+ font-family: Inter;
3421
+ font-style: normal;
3422
+ font-weight: normal;
3423
+ font-size: 16px;
3424
+ line-height: 24px;
3425
+ }
3426
+
3427
+ .l13gi131 {
3428
+ font-family: Inter;
3429
+ font-style: normal;
3430
+ font-weight: bold;
3431
+ font-size: 16px;
3432
+ line-height: 24px;
3433
+ }
3434
+
3435
+ .l1ynemsu {
3436
+ font-family: Inter;
3437
+ font-style: normal;
3438
+ font-weight: normal;
3439
+ font-size: 16px;
3440
+ line-height: 24px;
3441
+ }
3442
+
3443
+ .l1cft1cx {
3444
+ font-family: Inter;
3445
+ font-style: normal;
3446
+ font-weight: bold;
3447
+ font-size: 16px;
3448
+ line-height: 24px;
3449
+ }
3450
+
3451
+ .l17tqc8p {
3452
+ font-family: Inter;
3453
+ font-style: normal;
3454
+ font-weight: normal;
3455
+ text-transform: uppercase;
3456
+ font-feature-settings: "cpsp" on;
3457
+ font-size: 16px;
3458
+ line-height: 24px;
3459
+ }
3460
+
3461
+ .l1j1e5w7 {
3462
+ font-family: Inter;
3463
+ font-style: normal;
3464
+ font-weight: bold;
3465
+ text-transform: uppercase;
3466
+ font-feature-settings: "cpsp" on;
3467
+ font-size: 16px;
3468
+ line-height: 24px;
3469
+ }
3470
+
3471
+ .l1gf91jb {
3472
+ font-family: Inter;
3473
+ font-style: normal;
3474
+ font-weight: normal;
3475
+ font-size: 14px;
3476
+ line-height: 22px;
3477
+ }
3478
+
3479
+ .lu7hlr6 {
3480
+ font-family: Inter;
3481
+ font-style: normal;
3482
+ font-weight: 500;
3483
+ font-size: 14px;
3484
+ line-height: 22px;
3485
+ }
3486
+
3487
+ .l3l3jf0 {
3488
+ font-family: Inter;
3489
+ font-style: normal;
3490
+ font-weight: bold;
3491
+ font-size: 14px;
3492
+ line-height: 22px;
3493
+ }
3494
+
3495
+ .l12j5nqp {
3496
+ font-family: Inter;
3497
+ font-style: normal;
3498
+ font-weight: normal;
3499
+ font-size: 14px;
3500
+ line-height: 22px;
3501
+ }
3502
+
3503
+ .l1tecqht {
3504
+ font-family: Inter;
3505
+ font-style: normal;
3506
+ font-weight: bold;
3507
+ font-size: 14px;
3508
+ line-height: 22px;
3509
+ }
3510
+
3511
+ .l6sa990 {
3512
+ font-family: Inter;
3513
+ font-style: normal;
3514
+ font-weight: normal;
3515
+ text-transform: uppercase;
3516
+ font-feature-settings: "cpsp" on;
3517
+ font-size: 14px;
3518
+ line-height: 22px;
3519
+ }
3520
+
3521
+ .lckqe8j {
3522
+ font-family: Inter;
3523
+ font-style: normal;
3524
+ font-weight: bold;
3525
+ text-transform: uppercase;
3526
+ font-feature-settings: "cpsp" on;
3527
+ font-size: 14px;
3528
+ line-height: 22px;
3529
+ }
3530
+
3531
+ .l1kuminb {
3532
+ font-family: Inter;
3533
+ font-style: normal;
3534
+ font-weight: normal;
3535
+ font-size: 13px;
3536
+ line-height: 20px;
3537
+ }
3538
+
3539
+ .l1pbuf5j {
3540
+ font-family: Inter;
3541
+ font-style: normal;
3542
+ font-weight: 600;
3543
+ font-size: 13px;
3544
+ line-height: 20px;
3545
+ }
3546
+
3547
+ .l1r4ztu {
3548
+ font-family: Inter;
3549
+ font-style: normal;
3550
+ font-weight: bold;
3551
+ font-size: 13px;
3552
+ line-height: 20px;
3553
+ }
3554
+
3555
+ .ly8vzok {
3556
+ font-family: Inter;
3557
+ font-style: normal;
3558
+ font-weight: normal;
3559
+ font-size: 13px;
3560
+ line-height: 20px;
3561
+ }
3562
+
3563
+ .lumfmf {
3564
+ font-family: Inter;
3565
+ font-style: normal;
3566
+ font-weight: 600;
3567
+ font-size: 13px;
3568
+ line-height: 20px;
3569
+ }
3570
+
3571
+ .l16ujwmv {
3572
+ font-family: Inter;
3573
+ font-style: normal;
3574
+ font-weight: bold;
3575
+ font-size: 13px;
3576
+ line-height: 20px;
3577
+ }
3578
+
3579
+ .l17o1ffr {
3580
+ font-family: Inter;
3581
+ font-style: normal;
3582
+ font-weight: normal;
3583
+ text-transform: uppercase;
3584
+ font-feature-settings: "cpsp" on;
3585
+ font-size: 13px;
3586
+ line-height: 20px;
3587
+ }
3588
+
3589
+ .lngllvn {
3590
+ font-family: Inter;
3591
+ font-style: normal;
3592
+ font-weight: bold;
3593
+ text-transform: uppercase;
3594
+ font-feature-settings: "cpsp" on;
3595
+ font-size: 13px;
3596
+ line-height: 20px;
3597
+ }
3598
+
3599
+ .l2i7fo9 {
3600
+ font-family: Inter;
3601
+ font-style: normal;
3602
+ font-weight: normal;
3603
+ font-size: 12px;
3604
+ line-height: 18px;
3605
+ }
3606
+
3607
+ .l1x7hscx {
3608
+ font-family: Inter;
3609
+ font-style: normal;
3610
+ font-weight: 500;
3611
+ font-size: 12px;
3612
+ line-height: 18px;
3613
+ }
3614
+
3615
+ .le1jwan {
3616
+ font-family: Inter;
3617
+ font-style: normal;
3618
+ font-weight: bold;
3619
+ font-size: 12px;
3620
+ line-height: 18px;
3621
+ }
3622
+
3623
+ .lyxynfj {
3624
+ font-family: Inter;
3625
+ font-style: normal;
3626
+ font-weight: normal;
3627
+ font-size: 12px;
3628
+ line-height: 18px;
3629
+ }
3630
+
3631
+ .lpb2nxv {
3632
+ font-family: Inter;
3633
+ font-style: normal;
3634
+ font-weight: 500;
3635
+ font-size: 12px;
3636
+ line-height: 18px;
3637
+ }
3638
+
3639
+ .l1r8o3vv {
3640
+ font-family: Inter;
3641
+ font-style: normal;
3642
+ font-weight: bold;
3643
+ font-size: 12px;
3644
+ line-height: 18px;
3645
+ }
3646
+
3647
+ .lemnjy2 {
3648
+ font-family: Inter;
3649
+ font-style: normal;
3650
+ font-weight: normal;
3651
+ text-transform: uppercase;
3652
+ font-feature-settings: "cpsp" on;
3653
+ font-size: 12px;
3654
+ line-height: 18px;
3655
+ }
3656
+
3657
+ .lrc42gb {
3658
+ font-family: Inter;
3659
+ font-style: normal;
3660
+ font-weight: bold;
3661
+ text-transform: uppercase;
3662
+ font-feature-settings: "cpsp" on;
3663
+ font-size: 12px;
3664
+ line-height: 18px;
3665
+ }
3666
+
3667
+ .fqaz4mb {
3668
+ font-family: Inter;
3669
+ font-style: normal;
3670
+ font-weight: normal;
3671
+ font-size: 13px;
3672
+ line-height: 20px;
3673
+ }
3674
+
3675
+ .f13we5o {
3676
+ font-family: Inter;
3677
+ font-style: normal;
3678
+ font-weight: normal;
3679
+ font-size: 13px;
3680
+ line-height: 20px;
3681
+ }
3682
+
3683
+ .ffmjua2 {
3684
+ font-family: Inter;
3685
+ font-style: normal;
3686
+ font-weight: normal;
3687
+ font-size: 12px;
3688
+ line-height: 18px;
3689
+ }
3690
+
3691
+ .fz2mxw0 {
3692
+ font-family: Inter;
3693
+ font-style: normal;
3694
+ font-weight: normal;
3695
+ font-size: 12px;
3696
+ line-height: 18px;
3697
+ }
3698
+
3699
+ .t1ertzoh {
3700
+ font-family: Inter;
3701
+ font-style: normal;
3702
+ font-weight: normal;
3703
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3704
+ font-size: 13px;
3705
+ line-height: 20px;
3706
+ }
3707
+
3708
+ .t19bge8r {
3709
+ font-family: Inter;
3710
+ font-style: normal;
3711
+ font-weight: normal;
3712
+ font-feature-settings: "zero" on;
3713
+ font-size: 13px;
3714
+ line-height: 20px;
3715
+ }
3716
+
3717
+ .tjrzfyl {
3718
+ font-family: Inter;
3719
+ font-style: normal;
3720
+ font-weight: normal;
3721
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3722
+ font-size: 12px;
3723
+ line-height: 18px;
3724
+ }
3725
+
3726
+ .tm6s7bo {
3727
+ font-family: Inter;
3728
+ font-style: normal;
3729
+ font-weight: 500;
3730
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3731
+ font-size: 12px;
3732
+ line-height: 18px;
3733
+ }
3734
+
3735
+ .t19zq6ic {
3736
+ font-family: Inter;
3737
+ font-style: normal;
3738
+ font-weight: normal;
3739
+ font-feature-settings: "zero" on;
3740
+ font-size: 12px;
3741
+ line-height: 18px;
3742
+ }
3743
+
3744
+ .t1gduru8 {
3745
+ font-family: Inter;
3746
+ font-style: normal;
3747
+ font-weight: 500;
3748
+ font-feature-settings: "zero" on;
3749
+ font-size: 12px;
3750
+ line-height: 18px;
3751
+ }
3752
+
3753
+ .t55raab {
3754
+ font-family: Inter;
3755
+ font-style: normal;
3756
+ font-weight: bold;
3757
+ font-feature-settings: "zero" on;
3758
+ font-size: 16px;
3759
+ line-height: 24px;
3760
+ }
3761
+
3762
+ .u1w9abfe {
3763
+ font-family: Inter;
3764
+ font-style: normal;
3765
+ font-weight: normal;
3766
+ font-size: 10px;
3767
+ line-height: 12px;
3768
+ }
3769
+
3770
+ .c198s9j3 {
3771
+ color: #2d3a56;
3772
+ line-height: 22px;
3773
+ display: inline-flex;
3774
+ }
3775
+ .c198s9j3 .ant-checkbox {
3776
+ height: 22px;
3777
+ display: flex;
3778
+ align-items: center;
3779
+ top: 0;
3780
+ }
3781
+ .c198s9j3 .ant-checkbox-checked::after {
3782
+ border: none;
3783
+ }
3784
+ .c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
3785
+ .c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
3786
+ border-color: #0080ff;
3787
+ }
3788
+ .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3789
+ border: 1px solid rgba(107, 128, 167, 0.6);
3790
+ }
3791
+ .c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
3792
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3793
+ border: 1px solid #0080ff;
3794
+ }
3795
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3796
+ background: #0080ff;
3797
+ }
3798
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3799
+ background-color: #fff;
3800
+ height: 2px;
3801
+ width: 10px;
3802
+ border-radius: 2px;
3803
+ }
3804
+ .c198s9j3.ant-checkbox-wrapper-disabled {
3805
+ opacity: 0.5;
3806
+ }
3807
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
3808
+ background: rgba(211, 218, 235, 0.6);
3809
+ border-color: rgba(107, 128, 167, 0.6) !important;
3810
+ }
3811
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3812
+ border-color: #2d3a56;
3813
+ }
3814
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3815
+ background: #2d3a56;
3816
+ }
3817
+ .c198s9j3 .ant-checkbox + span,
3818
+ .c198s9j3 .ant-checkbox-disabled + span {
3819
+ padding: 0;
3820
+ }
3821
+ .c198s9j3 .ant-checkbox + span .main,
3822
+ .c198s9j3 .ant-checkbox-disabled + span .main {
3823
+ display: inline-block;
3824
+ margin-left: 12px;
3825
+ color: #2d3a56;
3826
+ }
3827
+ .c198s9j3 .ant-checkbox + span .sub,
3828
+ .c198s9j3 .ant-checkbox-disabled + span .sub {
3829
+ margin-left: 28px;
3830
+ color: rgba(44, 56, 82, 0.6);
3831
+ }
3832
+ .c198s9j3.compact .ant-checkbox + span .main,
3833
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
3834
+ margin-left: 8px;
3835
+ }
3836
+ .c198s9j3.compact .ant-checkbox + span .sub,
3837
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3838
+ margin-left: 24px;
3839
+ }
3840
+
3841
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3842
+ border-radius: 6px;
3843
+ }
3844
+ .shq1k1g.ant-select.ant-select-single {
3845
+ width: 100%;
3846
+ height: 30px;
3847
+ color: #2d3a56;
3848
+ border-color: rgba(211, 218, 235, 0.6);
3849
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3850
+ font-size: 13px;
3851
+ }
3852
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3853
+ height: 38px;
3854
+ font-size: 13px;
3855
+ }
3856
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3857
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3858
+ transition: 160ms ease;
3859
+ }
3860
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3861
+ color: #0080ff;
3862
+ }
3863
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3864
+ border-color: rgba(107, 128, 167, 0.6);
3865
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3866
+ }
3867
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3868
+ color: #0080ff;
3869
+ }
3870
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3871
+ border-color: #0080ff;
3872
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3873
+ }
3874
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3875
+ transform: rotate(180deg);
3876
+ }
3877
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3878
+ background: rgba(211, 218, 235, 0.6);
3879
+ border-color: rgba(172, 186, 211, 0.6);
3880
+ cursor: "not-allowed";
3881
+ }
3882
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3883
+ border-color: #f0483e !important;
3884
+ }
3885
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3886
+ color: #1d326c;
3887
+ }
3888
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3889
+ border-color: #0080ff;
3890
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3891
+ }
3892
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3893
+ transform: rotate(180deg);
3894
+ }
3895
+
3896
+ .igz4le8 {
3897
+ height: 24px;
3898
+ width: 56px !important;
3899
+ margin-right: 4px;
3900
+ }
3901
+
3902
+ .c1riexje {
3903
+ color: rgba(44, 56, 82, 0.6);
3904
+ }
3905
+
3906
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3907
+ display: flex;
3908
+ }
3909
+
3910
+ .m1thnes4 {
3911
+ color: rgba(44, 56, 82, 0.6);
3912
+ text-align: center;
3913
+ display: flex;
3914
+ align-items: center;
3915
+ justify-content: center;
3916
+ flex-direction: column;
3917
+ height: 100%;
3918
+ }
3919
+ .m1thnes4 .link {
3920
+ color: #0080ff;
3921
+ cursor: pointer;
3922
+ }
3923
+
3924
+ .m1bixfdy {
3925
+ width: 100%;
3926
+ height: 100%;
3927
+ display: flex;
3928
+ flex-direction: column;
3929
+ }
3930
+ .m1bixfdy .name-toolbar {
3931
+ width: 100%;
3932
+ display: flex;
3933
+ line-height: 30px;
3934
+ padding: 0 16px;
3935
+ justify-content: space-between;
3936
+ }
3937
+ .m1bixfdy .name-toolbar .metric-extra {
3938
+ display: flex;
3939
+ font-size: 12px;
3940
+ align-items: center;
3941
+ }
3942
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
3943
+ color: #a3b4cc;
3944
+ }
3945
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
3946
+ margin-left: 10px;
3947
+ }
3948
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
3949
+ margin-left: 10px;
3950
+ cursor: pointer;
3951
+ }
3952
+ .m1bixfdy .content {
3953
+ flex: 1;
3954
+ width: 100%;
3955
+ display: flex;
3956
+ justify-content: center;
3957
+ align-items: center;
3958
+ }
3959
+ .m1bixfdy .single-content {
3960
+ height: 65px;
3961
+ }
3962
+
3963
+ .lfamfcw {
3964
+ display: flex;
3965
+ align-items: center;
3966
+ white-space: nowrap;
3967
+ overflow: hidden;
3968
+ width: 100%;
3969
+ }
3970
+ .lfamfcw .ant-dropdown-trigger {
3971
+ margin-left: auto;
3972
+ font-size: 12px;
3973
+ }
3974
+
3975
+ .la6u9b4 {
3976
+ display: flex;
3977
+ justify-content: flex-start;
3978
+ align-items: center;
3979
+ font-size: 12px;
3980
+ cursor: pointer;
3981
+ }
3982
+ .la6u9b4:not(:last-child) {
3983
+ margin-right: 20px;
3984
+ }
3985
+ .la6u9b4.deselected {
3986
+ opacity: 0.4;
3987
+ }
3988
+ .la6u9b4.deselected .color-block {
3989
+ background: #b4beca !important;
3990
+ }
3991
+
3992
+ .chhvk8b {
3993
+ display: inline-block;
3994
+ height: 8px;
3995
+ width: 8px;
3996
+ margin-right: 8px;
3997
+ }
3998
+
3999
+ .e1sdlxq1 .ant-dropdown-menu-item {
4000
+ display: flex;
4001
+ align-items: center;
4002
+ font-size: 12px;
4003
+ margin: 0;
4004
+ }
4005
+
4006
+ .m16f7gpb {
4007
+ position: relative;
4008
+ }
4009
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
4010
+ bottom: -12px;
4011
+ }
4012
+ .m16f7gpb .metric-toolbar {
4013
+ display: flex;
4014
+ justify-content: space-between;
4015
+ line-height: 30px;
4016
+ margin: 0 16px;
4017
+ }
4018
+ .m16f7gpb .metric-toolbar .metric-extra {
4019
+ display: flex;
4020
+ font-size: 12px;
4021
+ align-items: center;
4022
+ }
4023
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
4024
+ color: #a3b4cc;
4025
+ }
4026
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
4027
+ margin-left: 10px;
4028
+ }
4029
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
4030
+ margin-left: 10px;
4031
+ cursor: pointer;
4032
+ }
4033
+ .m16f7gpb .recharts-xAxis {
4034
+ font-size: 12px;
4035
+ }
4036
+ .m16f7gpb .pointer-wrapper {
4037
+ position: absolute;
4038
+ bottom: 10px;
4039
+ padding: 0 8px;
4040
+ border-radius: 4px;
4041
+ font-size: 12px;
4042
+ color: #fff;
4043
+ background: rgba(0, 0, 0, 0.75);
4044
+ transform: translateX(-50%);
4045
+ }
4046
+
4047
+ .t1ipvk51 {
4048
+ min-width: 200px;
4049
+ }
4050
+
4051
+ .t1kgldps {
4052
+ display: flex;
4053
+ align-items: center;
4054
+ justify-content: space-between;
4055
+ background-color: rgba(0, 0, 0, 0.75);
4056
+ color: #b4beca;
4057
+ font-size: 12px;
4058
+ padding: 3px 6px;
4059
+ }
4060
+ .t1kgldps:first-child {
4061
+ padding-top: 3px;
4062
+ }
4063
+ .t1kgldps:last-child {
4064
+ padding-bottom: 3px;
4065
+ }
4066
+ .t1kgldps .column-value {
4067
+ color: #fff;
4068
+ margin-left: 8px;
4069
+ }
4070
+
4071
+ .t1gz6wqf {
4072
+ height: 100%;
4073
+ }
4074
+ .t1gz6wqf .table-loading-item {
4075
+ padding: 12px 4px;
4076
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4077
+ display: flex;
4078
+ }
4079
+ .t1gz6wqf .table-loading-item > * {
4080
+ height: 16px;
4081
+ margin: 4px;
4082
+ background: rgba(204, 212, 227, 0.18);
4083
+ border-radius: 2px;
4084
+ }
4085
+ .t1gz6wqf .table-loading-item .checkbox-loading {
4086
+ width: 16px;
4087
+ }
4088
+ .t1gz6wqf .table-loading-item .td-loading {
4089
+ flex: 1;
4090
+ }
4091
+ .t1gz6wqf :nth-child(1) {
4092
+ padding: 8px 4px;
4093
+ }
4094
+ .t1gz6wqf :nth-child(1) > * {
4095
+ background: rgba(107, 125, 153, 0.18);
4096
+ }
4097
+ .t1gz6wqf :nth-child(1) > * {
4098
+ background: rgba(163, 180, 204, 0.18);
4099
+ }
4100
+
4101
+ .at4ovwe .ant-input-number-handler-wrap {
4102
+ display: var(--at4ovwe-0);
4103
+ }
4104
+ .at4ovwe .ant-input-number-input-wrap {
4105
+ padding: 5px 12px;
4106
+ display: inline-flex;
4107
+ line-height: 1.5715;
4108
+ height: 100%;
4109
+ width: 100%;
4110
+ }
4111
+ .at4ovwe .ant-input-number-input-wrap::after {
4112
+ content: var(--at4ovwe-1);
4113
+ display: var(--at4ovwe-2);
4114
+ flex: none;
4115
+ align-items: center;
4116
+ margin-left: 4px;
4117
+ color: rgba(44, 56, 82, 0.6);
4118
+ }
4119
+ .at4ovwe .ant-input-number-input-wrap::before {
4120
+ content: var(--at4ovwe-3);
4121
+ display: var(--at4ovwe-4);
4122
+ flex: none;
4123
+ align-items: center;
4124
+ margin-right: 4px;
4125
+ cursor: auto;
4126
+ color: rgba(44, 56, 82, 0.6);
4127
+ }
4128
+ .at4ovwe.ant-input-number {
4129
+ width: 100%;
4130
+ border-radius: 6px;
4131
+ }
4132
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4133
+ border-color: #0096ff;
4134
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4135
+ }
4136
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4137
+ border-color: #e75a3a;
4138
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4139
+ }
4140
+ .at4ovwe .ant-input-number-input {
4141
+ padding: 0;
4142
+ margin: 0;
4143
+ height: auto;
4144
+ font-size: inherit;
4145
+ }
4146
+
4147
+ .tc40oxa {
4148
+ margin-bottom: 4px;
4149
+ color: rgba(44, 56, 82, 0.6);
4150
+ overflow: hidden;
4151
+ text-overflow: ellipsis;
4152
+ white-space: nowrap;
4153
+ }
4154
+
4155
+ .sa410aw {
4156
+ color: rgba(44, 56, 82, 0.6);
4157
+ line-height: 32px;
4158
+ height: 32px;
4159
+ margin-bottom: 0;
4160
+ }
4161
+ .sa410aw.primary, .sa410aw.info {
4162
+ color: #0080ff;
4163
+ }
4164
+ .sa410aw.warning {
4165
+ color: #ffa500;
4166
+ }
4167
+ .sa410aw.success {
4168
+ color: #00ba5d;
4169
+ }
4170
+ .sa410aw.danger, .sa410aw.error {
4171
+ color: #f0483e;
4172
+ }
4173
+ .sa410aw.normal {
4174
+ color: rgba(44, 56, 82, 0.6);
4175
+ }
4176
+
4177
+ .b1lc7yin {
4178
+ margin-bottom: 0;
4179
+ color: #00122e;
4180
+ }
4181
+
4182
+ .bora13i {
4183
+ line-height: 32px;
4184
+ margin-right: 6px;
4185
+ }
4186
+
4187
+ .b1jhbz3e.with-description {
4188
+ height: 24px;
4189
+ flex: 1;
4190
+ position: relative;
4191
+ top: -7px;
4192
+ }
4193
+ .b1jhbz3e p {
4194
+ width: 100%;
4195
+ overflow: hidden;
4196
+ text-overflow: ellipsis;
4197
+ white-space: nowrap;
4198
+ }
4199
+
4200
+ .tyua489 {
4201
+ border: 1px solid rgba(211, 218, 235, 0.6);
4202
+ border-radius: 8px;
4203
+ overflow: auto;
4204
+ }
4205
+ .tyua489 .ant-list {
4206
+ position: relative;
4207
+ }
4208
+ .tyua489 .ant-list .eagle-table-form-header {
4209
+ position: sticky;
4210
+ top: 0;
4211
+ z-index: 2;
4212
+ display: flex;
4213
+ padding: 8px;
4214
+ flex-wrap: nowrap;
4215
+ justify-content: flex-start;
4216
+ background: #f2f5fa;
4217
+ font-size: 14px;
4218
+ color: rgba(44, 56, 82, 0.6);
4219
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
4220
+ }
4221
+ .tyua489 .ant-list .eagle-table-form-header {
4222
+ align-items: inherit;
4223
+ }
4224
+ .tyua489 .ant-list .eagle-table-form-row {
4225
+ display: flex;
4226
+ justify-content: flex-start;
4227
+ align-items: flex-start;
4228
+ flex-wrap: wrap;
4229
+ padding: 8px;
4230
+ border: none;
4231
+ }
4232
+ .tyua489 .ant-list .eagle-table-form-row .row-description {
4233
+ flex-basis: 100%;
4234
+ margin: 12px 0 0;
4235
+ order: 99;
4236
+ color: rgba(44, 56, 82, 0.6);
4237
+ }
4238
+ .tyua489 .ant-list .eagle-table-form-row .row-error-message {
4239
+ color: #f0483e;
4240
+ flex-basis: 100%;
4241
+ order: 98;
4242
+ margin: 12px 0 0;
4243
+ }
4244
+ .tyua489 .ant-list .eagle-table-form-row:hover {
4245
+ background-color: rgba(237, 241, 250, 0.6);
4246
+ }
4247
+ .tyua489 .ant-list .eagle-table-form-row.isDragging {
4248
+ background-color: rgba(0, 136, 255, 0.1);
4249
+ }
4250
+ .tyua489 .ant-list .eagle-table-form-cell {
4251
+ flex: 1 0 0;
4252
+ overflow: hidden;
4253
+ }
4254
+ .tyua489 .ant-list .eagle-table-form-cell .cell-description {
4255
+ color: rgba(44, 56, 82, 0.6);
4256
+ margin: 0;
4257
+ }
4258
+ .tyua489 .ant-list .eagle-table-form-cell.align-center > * {
4259
+ text-align: center;
4260
+ }
4261
+ .tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
4262
+ text-align: center;
4263
+ }
4264
+ .tyua489 .ant-list .eagle-table-form-cell.align-left > * {
4265
+ text-align: left;
4266
+ }
4267
+ .tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
4268
+ text-align: left;
4269
+ }
4270
+ .tyua489 .ant-list .eagle-table-form-cell.align-right > * {
4271
+ text-align: right;
4272
+ }
4273
+ .tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
4274
+ text-align: right;
4275
+ }
4276
+ .tyua489 .ant-list .eagle-table-form-cell:not(:last-of-type) {
4277
+ margin-right: 8px;
4278
+ }
4279
+ .tyua489 .ant-list .ant-list-item-action {
4280
+ padding: 4px;
4281
+ width: 24px;
4282
+ height: 24px;
4283
+ overflow: hidden;
4284
+ }
4285
+ .tyua489 .ant-list .ant-list-item-action li {
4286
+ padding: 0;
4287
+ }
4288
+ .tyua489 .ant-list .delete-row-icon.disabled {
4289
+ cursor: not-allowed;
4290
+ opacity: 0.5;
4291
+ }
4292
+ .tyua489 .ant-list.size-default .ant-list-item-action {
4293
+ margin: 0;
4294
+ }
4295
+ .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input,
4296
+ .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
4297
+ border-radius: 5px;
4298
+ font-size: 12px;
4299
+ }
4300
+ .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input {
4301
+ padding: 2px 8px;
4302
+ }
4303
+ .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
4304
+ font-size: inherit;
4305
+ }
4306
+ .tyua489 .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
4307
+ min-height: 24px;
4308
+ font-size: 12px;
4309
+ position: relative;
4310
+ }
4311
+ .tyua489.row-split-by-border .eagle-table-form-row {
4312
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
4313
+ }
4314
+ .tyua489.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
4315
+ background-color: rgba(237, 241, 250, 0.6);
4316
+ }
4317
+
4318
+ .a1ccrot9 {
4319
+ display: flex;
4320
+ align-items: center;
4321
+ margin-top: 8px;
4322
+ }
4323
+ .a1ccrot9 button.ant-btn {
4324
+ padding: 2px 8px;
4325
+ height: 24px;
4326
+ }
4327
+ .a1ccrot9 > span.maximum-desc {
4328
+ display: none;
4329
+ margin-left: 8px;
4330
+ color: rgba(44, 56, 82, 0.6);
4331
+ }
4332
+ .a1ccrot9 > span.maximum-desc.disabled {
4333
+ display: inline;
4334
+ }
4335
+
4336
+ .d8c9v9g {
4337
+ width: 24px;
4338
+ height: 24px;
4339
+ padding: 4px;
4340
+ margin-right: 8px;
4341
+ }
4342
+
4343
+ .feau332.ant-form-item {
4344
+ margin-bottom: 0;
4345
+ }
4346
+ .feau332 .ant-form-item-explain {
4347
+ display: none;
4348
+ min-height: 18px;
4349
+ margin-top: 5px;
4350
+ font-family: "Inter";
4351
+ font-weight: 400;
4352
+ font-size: 12px;
4353
+ line-height: 18px;
4354
+ }
4355
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4356
+ white-space: pre-wrap;
4357
+ }
4358
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4359
+ display: block;
4360
+ }
4361
+
4362
+ .a6dbbkm .ant-input-number-handler-wrap {
4363
+ display: var(--a6dbbkm-0);
4364
+ }
4365
+ .a6dbbkm .ant-input-number-input-wrap {
4366
+ padding: 4px 11px;
4367
+ display: inline-flex;
4368
+ line-height: 1.5715;
4369
+ height: inherit;
4370
+ }
4371
+ .a6dbbkm .ant-input-number-input-wrap::after {
4372
+ content: var(--a6dbbkm-1);
4373
+ display: var(--a6dbbkm-2);
4374
+ flex: none;
4375
+ align-items: center;
4376
+ margin-left: 4px;
4377
+ }
4378
+ .a6dbbkm .ant-input-number-input-wrap::before {
4379
+ content: var(--a6dbbkm-3);
4380
+ display: var(--a6dbbkm-4);
4381
+ flex: none;
4382
+ align-items: center;
4383
+ margin-right: 4px;
4384
+ cursor: auto;
4385
+ }
4386
+ .a6dbbkm .ant-input-number-input {
4387
+ padding: 0;
4388
+ margin: 0;
4389
+ height: auto;
4390
+ font-size: inherit;
1500
4391
  }