@cloudtower/eagle 0.25.6 → 0.25.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.
- package/dist/UIKitProvider/index.d.ts +3 -0
- package/dist/components.css +448 -424
- package/dist/esm/index.js +24 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1884 -1860
- package/dist/umd/index.js +24 -3
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -421,6 +421,15 @@
|
|
|
421
421
|
display: none;
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
+
.ant-message-notice-content {
|
|
425
|
+
max-width: 800px;
|
|
426
|
+
}
|
|
427
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
white-space: nowrap;
|
|
430
|
+
text-overflow: ellipsis;
|
|
431
|
+
}
|
|
432
|
+
|
|
424
433
|
#top_bar {
|
|
425
434
|
display: flex;
|
|
426
435
|
align-items: center;
|
|
@@ -633,6 +642,15 @@
|
|
|
633
642
|
display: none;
|
|
634
643
|
}
|
|
635
644
|
|
|
645
|
+
.ant-message-notice-content {
|
|
646
|
+
max-width: 800px;
|
|
647
|
+
}
|
|
648
|
+
.ant-message-notice-content .ant-message-custom-content {
|
|
649
|
+
overflow: hidden;
|
|
650
|
+
white-space: nowrap;
|
|
651
|
+
text-overflow: ellipsis;
|
|
652
|
+
}
|
|
653
|
+
|
|
636
654
|
body {
|
|
637
655
|
font-feature-settings: normal;
|
|
638
656
|
-webkit-font-feature-settings: normal;
|
|
@@ -1618,2257 +1636,2261 @@ body {
|
|
|
1618
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1619
1637
|
}
|
|
1620
1638
|
}
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1639
|
+
.fde5mpd {
|
|
1640
|
+
width: 100%;
|
|
1641
|
+
height: 100%;
|
|
1642
|
+
min-height: 124px;
|
|
1643
|
+
display: flex;
|
|
1644
|
+
flex-direction: column;
|
|
1645
|
+
justify-content: center;
|
|
1646
|
+
align-items: center;
|
|
1627
1647
|
}
|
|
1628
|
-
.
|
|
1629
|
-
|
|
1630
|
-
|
|
1648
|
+
.fde5mpd .error-text {
|
|
1649
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1650
|
+
margin-bottom: 16px;
|
|
1651
|
+
font-size: 18px;
|
|
1631
1652
|
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1653
|
+
|
|
1654
|
+
.iap75of {
|
|
1655
|
+
height: 18px;
|
|
1656
|
+
line-height: 18px;
|
|
1657
|
+
padding: 0 4px;
|
|
1658
|
+
border-radius: 4px;
|
|
1659
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1660
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1661
|
+
display: flex;
|
|
1662
|
+
align-items: center;
|
|
1663
|
+
white-space: nowrap;
|
|
1664
|
+
margin-right: 4px;
|
|
1635
1665
|
}
|
|
1636
|
-
|
|
1637
|
-
|
|
1666
|
+
|
|
1667
|
+
.bpq0js6 {
|
|
1668
|
+
padding: 4px 11px;
|
|
1638
1669
|
}
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
border-width: var(--border-width, 1px);
|
|
1644
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1670
|
+
|
|
1671
|
+
.b15sn34c {
|
|
1672
|
+
white-space: nowrap;
|
|
1673
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1645
1674
|
}
|
|
1646
|
-
.
|
|
1647
|
-
|
|
1675
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1676
|
+
--color: #0080ff;
|
|
1648
1677
|
}
|
|
1649
|
-
.
|
|
1650
|
-
color:
|
|
1678
|
+
.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] {
|
|
1679
|
+
--color: #0080ff;
|
|
1651
1680
|
}
|
|
1652
|
-
.
|
|
1653
|
-
|
|
1654
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1681
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1682
|
+
margin-left: 1px;
|
|
1655
1683
|
}
|
|
1656
|
-
.
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
background: var(--background-color-active, var(--background-color));
|
|
1660
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1684
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1685
|
+
border-top-right-radius: 0;
|
|
1686
|
+
border-bottom-right-radius: 0;
|
|
1661
1687
|
}
|
|
1662
|
-
.
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1688
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1689
|
+
border-top-left-radius: 0;
|
|
1690
|
+
border-bottom-left-radius: 0;
|
|
1666
1691
|
}
|
|
1667
|
-
.
|
|
1668
|
-
|
|
1669
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
1670
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1671
|
-
opacity: 0.5;
|
|
1692
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1693
|
+
border-radius: unset;
|
|
1672
1694
|
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1695
|
+
|
|
1696
|
+
.i1mrf09m {
|
|
1697
|
+
display: inline-flex;
|
|
1698
|
+
align-items: center;
|
|
1676
1699
|
}
|
|
1677
|
-
.
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
--background-color: #0080ff;
|
|
1682
|
-
--background-color-hover: #009dff;
|
|
1683
|
-
--background-color-active: #005ed1;
|
|
1684
|
-
--background-color-focus: #0080ff;
|
|
1685
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1700
|
+
.i1mrf09m .icon-inner {
|
|
1701
|
+
display: inline-flex;
|
|
1702
|
+
align-items: center;
|
|
1703
|
+
justify-content: center;
|
|
1686
1704
|
}
|
|
1687
|
-
.
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
--background-color-active: #c73d31;
|
|
1691
|
-
--background-color-focus: #ff5252;
|
|
1692
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1705
|
+
.i1mrf09m .icon-inner + span,
|
|
1706
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1707
|
+
margin-left: 4px;
|
|
1693
1708
|
}
|
|
1694
|
-
.
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
--background-color-active: #e07f00;
|
|
1698
|
-
--background-color-focus: #fea008;
|
|
1709
|
+
.i1mrf09m.is-rotate img,
|
|
1710
|
+
.i1mrf09m.is-rotate svg {
|
|
1711
|
+
animation: rotate 680ms linear infinite;
|
|
1699
1712
|
}
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1705
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1706
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1707
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1708
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1713
|
+
|
|
1714
|
+
.cz04yix {
|
|
1715
|
+
display: flex;
|
|
1716
|
+
flex-direction: column;
|
|
1709
1717
|
}
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1718
|
+
|
|
1719
|
+
.m1if5j39 {
|
|
1720
|
+
max-width: 1120px;
|
|
1721
|
+
width: 100%;
|
|
1722
|
+
margin: 0 auto;
|
|
1723
|
+
height: 100%;
|
|
1717
1724
|
}
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1725
|
+
|
|
1726
|
+
.w1vvwdlp {
|
|
1727
|
+
max-width: 1120px;
|
|
1728
|
+
width: 100%;
|
|
1729
|
+
margin: 0 auto;
|
|
1730
|
+
display: flex;
|
|
1724
1731
|
}
|
|
1725
|
-
.
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1731
|
-
box-shadow: none;
|
|
1732
|
+
.w1vvwdlp .left,
|
|
1733
|
+
.w1vvwdlp .right {
|
|
1734
|
+
flex-grow: 0;
|
|
1735
|
+
flex-shrink: 0;
|
|
1736
|
+
flex-basis: 21%;
|
|
1732
1737
|
}
|
|
1733
|
-
.
|
|
1734
|
-
|
|
1738
|
+
.w1vvwdlp .left {
|
|
1739
|
+
display: flex;
|
|
1740
|
+
justify-content: flex-end;
|
|
1741
|
+
padding-right: 44px;
|
|
1735
1742
|
}
|
|
1736
|
-
.
|
|
1737
|
-
|
|
1738
|
-
--background-color: #fff;
|
|
1739
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1743
|
+
.w1vvwdlp .right {
|
|
1744
|
+
padding-left: 44px;
|
|
1740
1745
|
}
|
|
1741
|
-
.
|
|
1742
|
-
|
|
1746
|
+
.w1vvwdlp .middle {
|
|
1747
|
+
margin-bottom: 40px;
|
|
1748
|
+
flex-grow: 0;
|
|
1749
|
+
flex-shrink: 0;
|
|
1750
|
+
flex-basis: 58%;
|
|
1743
1751
|
}
|
|
1744
|
-
.
|
|
1745
|
-
|
|
1746
|
-
--background-color: #fff;
|
|
1752
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1753
|
+
width: 100%;
|
|
1747
1754
|
}
|
|
1748
|
-
.
|
|
1749
|
-
|
|
1755
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1756
|
+
width: auto;
|
|
1750
1757
|
}
|
|
1751
|
-
.
|
|
1752
|
-
|
|
1753
|
-
--border-color: #ccd4e3;
|
|
1754
|
-
--background-color: #fff;
|
|
1755
|
-
--background-color-hover: #edf0f7;
|
|
1756
|
-
--background-color-active: #e4e9f2;
|
|
1757
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1758
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1758
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1759
|
+
flex: initial;
|
|
1759
1760
|
}
|
|
1760
|
-
.
|
|
1761
|
-
|
|
1761
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1762
|
+
margin-top: 4px;
|
|
1762
1763
|
}
|
|
1763
|
-
.
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
--background-color: #fff;
|
|
1767
|
-
--background-color-hover: linear-gradient(
|
|
1768
|
-
0deg,
|
|
1769
|
-
rgba(0, 136, 255, 0.16),
|
|
1770
|
-
rgba(0, 136, 255, 0.16)
|
|
1771
|
-
),
|
|
1772
|
-
#ffffff;
|
|
1773
|
-
--background-color-active: linear-gradient(
|
|
1774
|
-
0deg,
|
|
1775
|
-
rgba(0, 136, 255, 0.2),
|
|
1776
|
-
rgba(0, 136, 255, 0.2)
|
|
1777
|
-
),
|
|
1778
|
-
#ffffff;
|
|
1779
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1780
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1764
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1765
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1766
|
+
display: none !important;
|
|
1781
1767
|
}
|
|
1782
|
-
.
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
rgba(255, 74, 74, 0.16),
|
|
1789
|
-
rgba(255, 74, 74, 0.16)
|
|
1790
|
-
),
|
|
1791
|
-
#ffffff;
|
|
1792
|
-
--background-color-active: linear-gradient(
|
|
1793
|
-
0deg,
|
|
1794
|
-
rgba(255, 74, 74, 0.2),
|
|
1795
|
-
rgba(255, 74, 74, 0.2)
|
|
1796
|
-
),
|
|
1797
|
-
#ffffff;
|
|
1798
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1768
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1769
|
+
padding: 0 15px;
|
|
1770
|
+
border-radius: 4px;
|
|
1771
|
+
height: 32px;
|
|
1772
|
+
display: flex;
|
|
1773
|
+
align-items: center;
|
|
1799
1774
|
}
|
|
1800
|
-
.
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
--background-color: #fff;
|
|
1804
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1805
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1806
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1807
|
-
box-shadow: none;
|
|
1775
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1776
|
+
min-height: auto;
|
|
1777
|
+
white-space: nowrap;
|
|
1808
1778
|
}
|
|
1809
|
-
.
|
|
1810
|
-
|
|
1811
|
-
--border-color: #fff;
|
|
1812
|
-
--background-color: #fff;
|
|
1813
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1814
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1815
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1816
|
-
box-shadow: none;
|
|
1779
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1780
|
+
padding-bottom: 0px;
|
|
1817
1781
|
}
|
|
1818
|
-
.
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1822
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1782
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1783
|
+
font-size: 13px !important;
|
|
1784
|
+
line-height: 20px !important;
|
|
1823
1785
|
}
|
|
1824
|
-
.
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1830
|
-
--background-color-focus: #fff;
|
|
1831
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1832
|
-
box-shadow: none;
|
|
1786
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
1787
|
+
display: inline-block;
|
|
1788
|
+
text-align: center;
|
|
1789
|
+
width: 13px;
|
|
1790
|
+
margin-right: 12px;
|
|
1833
1791
|
}
|
|
1834
|
-
.
|
|
1835
|
-
|
|
1836
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1837
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1838
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1792
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
1793
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1839
1794
|
}
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1842
|
-
--background-color: transparent;
|
|
1843
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1844
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1845
|
-
--background-color-focus: #fff;
|
|
1846
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1795
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1796
|
+
color: #005ed1;
|
|
1847
1797
|
}
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
align-items: center;
|
|
1798
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
1799
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1851
1800
|
}
|
|
1852
|
-
.
|
|
1853
|
-
|
|
1854
|
-
display: inline-flex;
|
|
1801
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1802
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
1855
1803
|
}
|
|
1856
|
-
.
|
|
1857
|
-
|
|
1858
|
-
display: inline-flex;
|
|
1804
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
1805
|
+
cursor: not-allowed;
|
|
1859
1806
|
}
|
|
1860
|
-
.
|
|
1861
|
-
|
|
1862
|
-
vertical-align: bottom;
|
|
1807
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
1808
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1863
1809
|
}
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
padding: 0;
|
|
1810
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1811
|
+
color: #2d3a56;
|
|
1867
1812
|
}
|
|
1868
1813
|
|
|
1869
|
-
.
|
|
1870
|
-
|
|
1814
|
+
.h1cuopx7 .ant-modal-header {
|
|
1815
|
+
margin: 0 auto;
|
|
1816
|
+
width: 100%;
|
|
1817
|
+
max-width: 648px;
|
|
1871
1818
|
}
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
white-space: nowrap;
|
|
1875
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1819
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
1820
|
+
margin-left: 0;
|
|
1876
1821
|
}
|
|
1877
|
-
.
|
|
1878
|
-
|
|
1822
|
+
.h1cuopx7 .ant-modal-body {
|
|
1823
|
+
margin: 0 auto;
|
|
1824
|
+
padding: 0;
|
|
1825
|
+
width: 100%;
|
|
1826
|
+
max-width: 648px;
|
|
1827
|
+
overflow: hidden;
|
|
1879
1828
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1829
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
1830
|
+
margin-bottom: 40px;
|
|
1882
1831
|
}
|
|
1883
|
-
.
|
|
1884
|
-
|
|
1832
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
1833
|
+
height: calc(100vh - 225px);
|
|
1834
|
+
overflow-y: auto;
|
|
1885
1835
|
}
|
|
1886
|
-
.
|
|
1887
|
-
|
|
1888
|
-
|
|
1836
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
1837
|
+
margin: 0 auto;
|
|
1838
|
+
max-width: 648px;
|
|
1889
1839
|
}
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1840
|
+
|
|
1841
|
+
.h1p6d3y3 .ant-modal-header {
|
|
1842
|
+
margin: 0 auto;
|
|
1843
|
+
width: 100%;
|
|
1844
|
+
max-width: 1024px;
|
|
1893
1845
|
}
|
|
1894
|
-
.
|
|
1895
|
-
|
|
1846
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
1847
|
+
margin-left: 0;
|
|
1896
1848
|
}
|
|
1897
|
-
|
|
1898
|
-
|
|
1849
|
+
.h1p6d3y3 .ant-modal-body {
|
|
1850
|
+
margin: 0 auto;
|
|
1851
|
+
padding: 0;
|
|
1899
1852
|
width: 100%;
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
display: flex;
|
|
1903
|
-
flex-direction: column;
|
|
1904
|
-
justify-content: center;
|
|
1905
|
-
align-items: center;
|
|
1853
|
+
max-width: 1024px;
|
|
1854
|
+
overflow: hidden;
|
|
1906
1855
|
}
|
|
1907
|
-
.
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1856
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
1857
|
+
margin-bottom: 40px;
|
|
1858
|
+
}
|
|
1859
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
1860
|
+
height: calc(100vh - 225px);
|
|
1861
|
+
overflow-y: auto;
|
|
1862
|
+
}
|
|
1863
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
1864
|
+
margin: 0 auto;
|
|
1865
|
+
max-width: 1024px;
|
|
1911
1866
|
}
|
|
1912
1867
|
|
|
1913
|
-
.
|
|
1914
|
-
|
|
1915
|
-
align-items: center;
|
|
1868
|
+
.fxgckuk {
|
|
1869
|
+
flex: 1;
|
|
1916
1870
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1871
|
+
.fxgckuk label {
|
|
1872
|
+
font-size: 13px;
|
|
1873
|
+
line-height: 20px;
|
|
1874
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1921
1875
|
}
|
|
1922
|
-
.
|
|
1923
|
-
|
|
1924
|
-
|
|
1876
|
+
.fxgckuk .title {
|
|
1877
|
+
font-size: 14px;
|
|
1878
|
+
line-height: 20px;
|
|
1879
|
+
color: #2d3a56;
|
|
1880
|
+
margin-bottom: 12px;
|
|
1925
1881
|
}
|
|
1926
|
-
.
|
|
1927
|
-
|
|
1928
|
-
animation: rotate 680ms linear infinite;
|
|
1882
|
+
.fxgckuk.connect-cluster .title {
|
|
1883
|
+
padding-bottom: 26px;
|
|
1929
1884
|
}
|
|
1930
1885
|
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
border-radius: 4px;
|
|
1936
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1937
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1938
|
-
display: flex;
|
|
1939
|
-
align-items: center;
|
|
1940
|
-
white-space: nowrap;
|
|
1941
|
-
margin-right: 4px;
|
|
1886
|
+
.f1d0vek1 {
|
|
1887
|
+
padding: 25px 0 15px 0;
|
|
1888
|
+
border-bottom: 1px solid #e1e5eb;
|
|
1889
|
+
margin-bottom: 16px;
|
|
1942
1890
|
}
|
|
1943
1891
|
|
|
1944
|
-
.
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
overflow: hidden;
|
|
1892
|
+
.f4u402y {
|
|
1893
|
+
display: flex;
|
|
1894
|
+
align-items: center;
|
|
1895
|
+
margin-bottom: 8px;
|
|
1949
1896
|
}
|
|
1950
|
-
.
|
|
1951
|
-
|
|
1897
|
+
.f4u402y > label {
|
|
1898
|
+
width: 216px;
|
|
1952
1899
|
}
|
|
1953
|
-
.
|
|
1954
|
-
|
|
1955
|
-
height: 16px;
|
|
1900
|
+
.f4u402y > label + * {
|
|
1901
|
+
width: 100%;
|
|
1956
1902
|
}
|
|
1957
|
-
.
|
|
1958
|
-
|
|
1959
|
-
height: 32px;
|
|
1903
|
+
.f4u402y .ant-select {
|
|
1904
|
+
width: 100%;
|
|
1960
1905
|
}
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1906
|
+
|
|
1907
|
+
.e1pldf6v {
|
|
1908
|
+
color: #e75a3a;
|
|
1909
|
+
margin-right: 10px;
|
|
1964
1910
|
}
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1911
|
+
|
|
1912
|
+
.dq0gblh {
|
|
1913
|
+
width: 100%;
|
|
1914
|
+
height: 1px;
|
|
1915
|
+
background: rgba(213, 219, 227, 0.6);
|
|
1916
|
+
margin: 24px 0;
|
|
1968
1917
|
}
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1918
|
+
|
|
1919
|
+
.l1v7sr0n {
|
|
1920
|
+
display: flex;
|
|
1921
|
+
justify-content: center;
|
|
1922
|
+
align-items: center;
|
|
1923
|
+
height: 100%;
|
|
1974
1924
|
}
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1925
|
+
|
|
1926
|
+
.d1i4ou6o {
|
|
1927
|
+
display: inline-block;
|
|
1928
|
+
width: 4px;
|
|
1929
|
+
height: 4px;
|
|
1930
|
+
background: #8e9aa9;
|
|
1931
|
+
opacity: 0.4;
|
|
1932
|
+
border-radius: 50%;
|
|
1933
|
+
margin: 0 4px;
|
|
1978
1934
|
}
|
|
1979
|
-
|
|
1980
|
-
|
|
1935
|
+
|
|
1936
|
+
.m1jy87hk .ant-modal-header,
|
|
1937
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
1938
|
+
width: 648px;
|
|
1939
|
+
margin: 0 auto;
|
|
1981
1940
|
}
|
|
1982
|
-
.
|
|
1983
|
-
|
|
1941
|
+
.m1jy87hk .ant-modal-header {
|
|
1942
|
+
padding: 35px 0 24px;
|
|
1943
|
+
border: none;
|
|
1984
1944
|
}
|
|
1985
|
-
.
|
|
1986
|
-
|
|
1945
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
1946
|
+
font-size: 30px;
|
|
1987
1947
|
}
|
|
1988
|
-
.
|
|
1989
|
-
|
|
1948
|
+
.m1jy87hk .ant-modal-body {
|
|
1949
|
+
padding: 4px 0 2px;
|
|
1990
1950
|
}
|
|
1991
|
-
.
|
|
1992
|
-
|
|
1951
|
+
.m1jy87hk .ant-modal-footer {
|
|
1952
|
+
border: none;
|
|
1993
1953
|
}
|
|
1994
1954
|
|
|
1995
|
-
.
|
|
1996
|
-
|
|
1955
|
+
.ti7fpyu {
|
|
1956
|
+
font-size: 12px;
|
|
1957
|
+
line-height: 18px;
|
|
1958
|
+
font-weight: bold;
|
|
1959
|
+
color: #fff;
|
|
1960
|
+
padding: 0 4px;
|
|
1961
|
+
border-radius: 4px;
|
|
1962
|
+
display: inline-block;
|
|
1963
|
+
background: var(--ti7fpyu-0);
|
|
1964
|
+
}
|
|
1965
|
+
.ti7fpyu:not(:first-child) {
|
|
1966
|
+
margin-left: 4px;
|
|
1997
1967
|
}
|
|
1998
1968
|
|
|
1999
|
-
.
|
|
2000
|
-
|
|
1969
|
+
.f1rest1f {
|
|
1970
|
+
width: 100%;
|
|
1971
|
+
height: 100%;
|
|
1972
|
+
display: flex;
|
|
1973
|
+
align-items: center;
|
|
1974
|
+
justify-content: center;
|
|
2001
1975
|
}
|
|
2002
1976
|
|
|
2003
|
-
.
|
|
2004
|
-
|
|
2005
|
-
|
|
1977
|
+
.n1kbdoln {
|
|
1978
|
+
font-size: 90%;
|
|
1979
|
+
font-weight: bold;
|
|
1980
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
1981
|
+
padding: 1px 4px 1px;
|
|
1982
|
+
margin-left: 2px;
|
|
1983
|
+
margin-right: 2px;
|
|
1984
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
1985
|
+
border-radius: 4px;
|
|
2006
1986
|
}
|
|
2007
1987
|
|
|
2008
|
-
.
|
|
2009
|
-
|
|
2010
|
-
align-items: baseline;
|
|
2011
|
-
white-space: pre-wrap;
|
|
1988
|
+
.f1y3gta0.form-item-general {
|
|
1989
|
+
width: 640px;
|
|
2012
1990
|
}
|
|
2013
|
-
.
|
|
2014
|
-
|
|
2015
|
-
top: 3px;
|
|
1991
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
1992
|
+
margin-top: 16px;
|
|
2016
1993
|
}
|
|
2017
|
-
.
|
|
2018
|
-
|
|
1994
|
+
.f1y3gta0.form-item-compact {
|
|
1995
|
+
width: 412px;
|
|
2019
1996
|
}
|
|
2020
|
-
.
|
|
2021
|
-
|
|
1997
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
1998
|
+
margin-top: 8px;
|
|
2022
1999
|
}
|
|
2023
|
-
.
|
|
2024
|
-
|
|
2025
|
-
background: #0080ff;
|
|
2000
|
+
.f1y3gta0 .form-item {
|
|
2001
|
+
width: auto;
|
|
2026
2002
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
width: 6px;
|
|
2031
|
-
height: 6px;
|
|
2032
|
-
background: #fff;
|
|
2003
|
+
.f1y3gta0 .form-item-main {
|
|
2004
|
+
position: relative;
|
|
2005
|
+
display: flex;
|
|
2033
2006
|
}
|
|
2034
|
-
.
|
|
2035
|
-
|
|
2007
|
+
.f1y3gta0 .form-item-extra {
|
|
2008
|
+
margin-top: 4px;
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
padding: 14px;
|
|
2011
|
+
background: #f2f4f6;
|
|
2012
|
+
font-size: 13px;
|
|
2013
|
+
line-height: 1.8;
|
|
2014
|
+
color: #8e9aa9;
|
|
2036
2015
|
}
|
|
2037
|
-
.
|
|
2038
|
-
|
|
2039
|
-
|
|
2016
|
+
.f1y3gta0 .form-item-label {
|
|
2017
|
+
padding-right: 12px;
|
|
2018
|
+
font-size: 13px;
|
|
2019
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2040
2020
|
}
|
|
2041
|
-
.
|
|
2042
|
-
|
|
2021
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2022
|
+
text-align: right;
|
|
2043
2023
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2046
|
-
|
|
2024
|
+
.f1y3gta0 .form-item-label,
|
|
2025
|
+
.f1y3gta0 .form-item-control {
|
|
2026
|
+
line-height: 32px;
|
|
2047
2027
|
}
|
|
2048
|
-
.
|
|
2049
|
-
|
|
2028
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2029
|
+
line-height: 18px;
|
|
2050
2030
|
}
|
|
2051
|
-
.
|
|
2052
|
-
|
|
2053
|
-
padding: 0;
|
|
2054
|
-
padding-left: 12px;
|
|
2031
|
+
.f1y3gta0 .form-item-children {
|
|
2032
|
+
width: 100%;
|
|
2055
2033
|
}
|
|
2056
|
-
.
|
|
2057
|
-
|
|
2058
|
-
white-space: pre-wrap;
|
|
2059
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2034
|
+
.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 {
|
|
2035
|
+
width: 100%;
|
|
2060
2036
|
}
|
|
2061
|
-
.
|
|
2062
|
-
|
|
2037
|
+
.f1y3gta0 .form-item-error {
|
|
2038
|
+
color: #e75a3a;
|
|
2039
|
+
height: 0;
|
|
2040
|
+
overflow: hidden;
|
|
2063
2041
|
}
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2042
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2043
|
+
margin-top: 4px;
|
|
2044
|
+
height: auto;
|
|
2045
|
+
overflow: auto;
|
|
2067
2046
|
}
|
|
2068
|
-
.
|
|
2069
|
-
|
|
2047
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2048
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2049
|
+
border: 1px solid #e75a3a;
|
|
2050
|
+
color: #e75a3a;
|
|
2070
2051
|
}
|
|
2071
2052
|
|
|
2072
|
-
.
|
|
2073
|
-
color: #
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
border-color: #a3b4cc;
|
|
2053
|
+
.fujbm7g {
|
|
2054
|
+
color: #2d3a56;
|
|
2055
|
+
font-weight: bold;
|
|
2056
|
+
padding-bottom: 6px;
|
|
2057
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2058
|
+
margin-bottom: 16px;
|
|
2079
2059
|
}
|
|
2080
|
-
.
|
|
2081
|
-
|
|
2082
|
-
line-height: 32px;
|
|
2083
|
-
height: 32px;
|
|
2060
|
+
.fujbm7g:not(:first-of-type) {
|
|
2061
|
+
margin-top: 16px;
|
|
2084
2062
|
}
|
|
2085
|
-
|
|
2086
|
-
|
|
2063
|
+
|
|
2064
|
+
.e5fsw5s {
|
|
2065
|
+
width: 8px;
|
|
2066
|
+
height: 24px;
|
|
2067
|
+
display: flex;
|
|
2068
|
+
justify-content: center;
|
|
2069
|
+
align-items: center;
|
|
2070
|
+
cursor: pointer;
|
|
2071
|
+
transition: all 200ms ease-out 40ms;
|
|
2087
2072
|
}
|
|
2088
|
-
.
|
|
2073
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2074
|
+
content: "";
|
|
2075
|
+
width: 1px;
|
|
2076
|
+
height: 6px;
|
|
2077
|
+
border-radius: 1px;
|
|
2089
2078
|
background: #ccd4e3;
|
|
2079
|
+
position: relative;
|
|
2080
|
+
right: 2px;
|
|
2081
|
+
transform: rotate(-45deg);
|
|
2090
2082
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2083
|
+
.e5fsw5s:after {
|
|
2084
|
+
transform: rotate(45deg);
|
|
2085
|
+
left: 1px;
|
|
2093
2086
|
}
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2087
|
+
|
|
2088
|
+
.w18knsg4.ant-alert-warning {
|
|
2089
|
+
border: 0;
|
|
2090
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2091
|
+
border-radius: 6px;
|
|
2097
2092
|
}
|
|
2098
|
-
.
|
|
2099
|
-
|
|
2093
|
+
.w18knsg4.ant-alert,
|
|
2094
|
+
.w18knsg4 .ant-alert-message {
|
|
2095
|
+
color: #e07f00;
|
|
2100
2096
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
2097
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2098
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2099
|
+
border-bottom-color: #e07f00;
|
|
2103
2100
|
}
|
|
2104
|
-
|
|
2105
|
-
|
|
2101
|
+
|
|
2102
|
+
.ng31n2o {
|
|
2103
|
+
display: flex;
|
|
2104
|
+
flex-direction: row;
|
|
2105
|
+
padding: 7px 12px;
|
|
2106
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2107
|
+
border-radius: 6px;
|
|
2108
|
+
color: #e07f00;
|
|
2109
|
+
font-size: 12px;
|
|
2110
|
+
line-height: 18px;
|
|
2106
2111
|
}
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
opacity: 0.5;
|
|
2112
|
+
.ng31n2o .icon-wrapper {
|
|
2113
|
+
margin-right: 10px;
|
|
2114
|
+
height: 18px;
|
|
2111
2115
|
}
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
border-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
margin-right: 8px;
|
|
2123
|
-
display: inline;
|
|
2124
|
-
border: none;
|
|
2125
|
-
padding: 0;
|
|
2126
|
-
width: 36px;
|
|
2127
|
-
background: transparent;
|
|
2116
|
+
|
|
2117
|
+
.n15x5f5y {
|
|
2118
|
+
display: flex;
|
|
2119
|
+
flex-direction: row;
|
|
2120
|
+
padding: 7px 12px;
|
|
2121
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2122
|
+
border-radius: 6px;
|
|
2123
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2124
|
+
font-size: 12px;
|
|
2125
|
+
line-height: 18px;
|
|
2128
2126
|
}
|
|
2129
|
-
.
|
|
2130
|
-
|
|
2127
|
+
.n15x5f5y .icon-wrapper {
|
|
2128
|
+
margin-right: 10px;
|
|
2129
|
+
height: 18px;
|
|
2131
2130
|
}
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2131
|
+
|
|
2132
|
+
.i16ozz3f {
|
|
2133
|
+
display: flex;
|
|
2134
|
+
flex-direction: row;
|
|
2135
|
+
padding: 7px 12px;
|
|
2136
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2137
|
+
border-radius: 6px;
|
|
2138
|
+
color: #005ed1;
|
|
2139
|
+
font-size: 12px;
|
|
2140
|
+
line-height: 18px;
|
|
2136
2141
|
}
|
|
2137
|
-
.
|
|
2138
|
-
|
|
2142
|
+
.i16ozz3f .icon-wrapper {
|
|
2143
|
+
margin-right: 10px;
|
|
2144
|
+
height: 18px;
|
|
2139
2145
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2146
|
+
|
|
2147
|
+
.dszu9qr {
|
|
2148
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2149
|
+
margin-top: 5px;
|
|
2150
|
+
font-size: 12px;
|
|
2151
|
+
line-height: 18px;
|
|
2142
2152
|
}
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2153
|
+
|
|
2154
|
+
.snxzgx {
|
|
2155
|
+
color: #f0483e;
|
|
2156
|
+
font-size: 12px;
|
|
2157
|
+
white-space: pre-wrap;
|
|
2148
2158
|
}
|
|
2149
2159
|
|
|
2150
|
-
.
|
|
2160
|
+
.o1i4orqw {
|
|
2151
2161
|
display: flex;
|
|
2152
|
-
|
|
2162
|
+
align-items: center;
|
|
2163
|
+
justify-content: flex-end;
|
|
2153
2164
|
}
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
max-width: 1120px;
|
|
2157
|
-
width: 100%;
|
|
2158
|
-
margin: 0 auto;
|
|
2159
|
-
height: 100%;
|
|
2165
|
+
.o1i4orqw .icon-wrapper {
|
|
2166
|
+
margin-right: 16px;
|
|
2160
2167
|
}
|
|
2161
2168
|
|
|
2162
|
-
.
|
|
2163
|
-
|
|
2164
|
-
width: 100%;
|
|
2165
|
-
margin: 0 auto;
|
|
2166
|
-
display: flex;
|
|
2169
|
+
.t79k8o2 {
|
|
2170
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2167
2171
|
}
|
|
2168
|
-
|
|
2169
|
-
.
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2172
|
+
|
|
2173
|
+
.ipd9bk.ant-input {
|
|
2174
|
+
padding: 5px 12px;
|
|
2175
|
+
line-height: 20px;
|
|
2176
|
+
color: #2d3a56;
|
|
2177
|
+
border-radius: 6px;
|
|
2178
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2179
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2173
2180
|
}
|
|
2174
|
-
.
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
padding-right: 44px;
|
|
2181
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2182
|
+
padding: 8px 16px;
|
|
2183
|
+
line-height: 22px;
|
|
2178
2184
|
}
|
|
2179
|
-
.
|
|
2180
|
-
padding
|
|
2185
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2186
|
+
padding: 2px 8px;
|
|
2187
|
+
line-height: 18px;
|
|
2181
2188
|
}
|
|
2182
|
-
.
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
flex-shrink: 0;
|
|
2186
|
-
flex-basis: 58%;
|
|
2189
|
+
.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 {
|
|
2190
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2191
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2187
2192
|
}
|
|
2188
|
-
.
|
|
2189
|
-
|
|
2193
|
+
.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 {
|
|
2194
|
+
border-color: #0096ff;
|
|
2195
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2190
2196
|
}
|
|
2191
|
-
.
|
|
2192
|
-
|
|
2197
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2198
|
+
border-color: #e75a3a;
|
|
2199
|
+
color: #e75a3a;
|
|
2193
2200
|
}
|
|
2194
|
-
.
|
|
2195
|
-
|
|
2201
|
+
.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 {
|
|
2202
|
+
border-color: #e75a3a;
|
|
2203
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2196
2204
|
}
|
|
2197
|
-
.
|
|
2198
|
-
|
|
2205
|
+
.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 {
|
|
2206
|
+
border-color: #e75a3a;
|
|
2207
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2199
2208
|
}
|
|
2200
|
-
.
|
|
2201
|
-
|
|
2202
|
-
|
|
2209
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2210
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2211
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2212
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2203
2213
|
}
|
|
2204
|
-
.
|
|
2205
|
-
padding:
|
|
2206
|
-
border-radius:
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2214
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2215
|
+
padding: 5px 12px;
|
|
2216
|
+
border-radius: 6px;
|
|
2217
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2218
|
+
line-height: 20px;
|
|
2219
|
+
color: #2d3a56;
|
|
2220
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2210
2221
|
}
|
|
2211
|
-
.
|
|
2212
|
-
|
|
2213
|
-
|
|
2222
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2223
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2224
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2214
2225
|
}
|
|
2215
|
-
.
|
|
2216
|
-
padding
|
|
2226
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2227
|
+
padding: 8px 16px;
|
|
2228
|
+
line-height: 22px;
|
|
2217
2229
|
}
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
line-height:
|
|
2230
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2231
|
+
padding: 2px 8px;
|
|
2232
|
+
line-height: 18px;
|
|
2221
2233
|
}
|
|
2222
|
-
.
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
width: 13px;
|
|
2226
|
-
margin-right: 12px;
|
|
2234
|
+
.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 {
|
|
2235
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2236
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2227
2237
|
}
|
|
2228
|
-
.
|
|
2229
|
-
|
|
2238
|
+
.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 {
|
|
2239
|
+
border-color: #0096ff;
|
|
2240
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2230
2241
|
}
|
|
2231
|
-
.
|
|
2232
|
-
color: #
|
|
2242
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2243
|
+
border-color: #e75a3a;
|
|
2233
2244
|
}
|
|
2234
|
-
.
|
|
2235
|
-
|
|
2245
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2246
|
+
color: #e75a3a;
|
|
2236
2247
|
}
|
|
2237
|
-
.
|
|
2238
|
-
color:
|
|
2248
|
+
.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 {
|
|
2249
|
+
border-color: #e75a3a;
|
|
2250
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2239
2251
|
}
|
|
2240
|
-
.
|
|
2241
|
-
|
|
2252
|
+
.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 {
|
|
2253
|
+
border-color: #e75a3a;
|
|
2254
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2242
2255
|
}
|
|
2243
|
-
.
|
|
2244
|
-
background: rgba(
|
|
2256
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2257
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2258
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2259
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2245
2260
|
}
|
|
2246
|
-
.
|
|
2247
|
-
|
|
2261
|
+
textarea.ipd9bk.ant-input {
|
|
2262
|
+
transition-property: height;
|
|
2263
|
+
transition-delay: 50ms;
|
|
2248
2264
|
}
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
width: 100%;
|
|
2253
|
-
max-width: 648px;
|
|
2265
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2266
|
+
min-height: 40px;
|
|
2267
|
+
height: 40px;
|
|
2254
2268
|
}
|
|
2255
|
-
.
|
|
2256
|
-
|
|
2269
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2270
|
+
height: 80px;
|
|
2257
2271
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
width: 100%;
|
|
2262
|
-
max-width: 648px;
|
|
2263
|
-
overflow: hidden;
|
|
2272
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2273
|
+
min-height: 32px;
|
|
2274
|
+
height: 32px;
|
|
2264
2275
|
}
|
|
2265
|
-
.
|
|
2266
|
-
|
|
2276
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2277
|
+
height: 64px;
|
|
2267
2278
|
}
|
|
2268
|
-
.
|
|
2269
|
-
height:
|
|
2270
|
-
|
|
2279
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2280
|
+
min-height: 24px;
|
|
2281
|
+
height: 24px;
|
|
2271
2282
|
}
|
|
2272
|
-
.
|
|
2273
|
-
|
|
2274
|
-
max-width: 648px;
|
|
2283
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2284
|
+
height: 40px;
|
|
2275
2285
|
}
|
|
2276
2286
|
|
|
2277
|
-
.
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
max-width: 1024px;
|
|
2281
|
-
}
|
|
2282
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2283
|
-
margin-left: 0;
|
|
2287
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2288
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2289
|
+
border-radius: 4px;
|
|
2284
2290
|
}
|
|
2285
|
-
.
|
|
2286
|
-
|
|
2287
|
-
padding:
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
+
.kypn5o5.input-tags {
|
|
2292
|
+
position: relative;
|
|
2293
|
+
padding: 6px;
|
|
2294
|
+
height: 32px;
|
|
2295
|
+
cursor: pointer;
|
|
2296
|
+
transition: border 150ms;
|
|
2291
2297
|
}
|
|
2292
|
-
.
|
|
2293
|
-
|
|
2298
|
+
.kypn5o5.input-tags:hover {
|
|
2299
|
+
border-color: #0080ff;
|
|
2300
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2294
2301
|
}
|
|
2295
|
-
.
|
|
2296
|
-
|
|
2297
|
-
overflow-y: auto;
|
|
2302
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2303
|
+
padding-right: 30px;
|
|
2298
2304
|
}
|
|
2299
|
-
.
|
|
2300
|
-
|
|
2301
|
-
max-width: 1024px;
|
|
2305
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2306
|
+
display: flex;
|
|
2302
2307
|
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
flex: 1;
|
|
2308
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2309
|
+
display: flex;
|
|
2306
2310
|
}
|
|
2307
|
-
.
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2312
|
+
position: absolute;
|
|
2313
|
+
right: 12px;
|
|
2314
|
+
top: 50%;
|
|
2315
|
+
transform: translateY(-50%);
|
|
2311
2316
|
}
|
|
2312
|
-
.
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
margin-bottom: 12px;
|
|
2317
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2318
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2319
|
+
font-size: 12px;
|
|
2320
|
+
cursor: pointer;
|
|
2317
2321
|
}
|
|
2318
|
-
.
|
|
2319
|
-
|
|
2322
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2323
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2320
2324
|
}
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2325
|
-
margin-bottom: 16px;
|
|
2325
|
+
.kypn5o5.has-focus-indicator {
|
|
2326
|
+
position: relative;
|
|
2327
|
+
overflow: hidden;
|
|
2326
2328
|
}
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2329
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2330
|
+
position: absolute;
|
|
2331
|
+
top: 50%;
|
|
2332
|
+
transform: translateY(-50%);
|
|
2333
|
+
left: -16px;
|
|
2334
|
+
transition: left 150ms ease;
|
|
2335
|
+
opacity: 0;
|
|
2332
2336
|
}
|
|
2333
|
-
.
|
|
2334
|
-
|
|
2337
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2338
|
+
left: 8px;
|
|
2339
|
+
opacity: 1;
|
|
2335
2340
|
}
|
|
2336
|
-
.
|
|
2337
|
-
|
|
2341
|
+
.kypn5o5.has-focus-indicator input {
|
|
2342
|
+
transition: margin-left 150ms ease;
|
|
2343
|
+
margin-left: 0px;
|
|
2338
2344
|
}
|
|
2339
|
-
.
|
|
2340
|
-
|
|
2345
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2346
|
+
margin-left: 16px;
|
|
2341
2347
|
}
|
|
2342
2348
|
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2345
|
-
|
|
2349
|
+
input.l1ki27se.ant-input {
|
|
2350
|
+
border-top-right-radius: 0;
|
|
2351
|
+
border-bottom-right-radius: 0;
|
|
2346
2352
|
}
|
|
2347
2353
|
|
|
2348
|
-
.
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2352
|
-
margin: 24px 0;
|
|
2354
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2355
|
+
border-top-right-radius: 0;
|
|
2356
|
+
border-bottom-right-radius: 0;
|
|
2353
2357
|
}
|
|
2354
2358
|
|
|
2355
|
-
.
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
align-items: center;
|
|
2359
|
-
height: 100%;
|
|
2359
|
+
input.rrg1fkn.ant-input {
|
|
2360
|
+
border-top-left-radius: 0;
|
|
2361
|
+
border-bottom-left-radius: 0;
|
|
2360
2362
|
}
|
|
2361
2363
|
|
|
2362
|
-
.
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
height: 4px;
|
|
2366
|
-
background: #8e9aa9;
|
|
2367
|
-
opacity: 0.4;
|
|
2368
|
-
border-radius: 50%;
|
|
2369
|
-
margin: 0 4px;
|
|
2364
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2365
|
+
border-top-left-radius: 0;
|
|
2366
|
+
border-bottom-left-radius: 0;
|
|
2370
2367
|
}
|
|
2371
2368
|
|
|
2372
|
-
.
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
margin: 0 auto;
|
|
2376
|
-
}
|
|
2377
|
-
.m1jy87hk .ant-modal-header {
|
|
2378
|
-
padding: 35px 0 24px;
|
|
2379
|
-
border: none;
|
|
2380
|
-
}
|
|
2381
|
-
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2382
|
-
font-size: 30px;
|
|
2383
|
-
}
|
|
2384
|
-
.m1jy87hk .ant-modal-body {
|
|
2385
|
-
padding: 4px 0 2px;
|
|
2386
|
-
}
|
|
2387
|
-
.m1jy87hk .ant-modal-footer {
|
|
2388
|
-
border: none;
|
|
2369
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2370
|
+
border-top-right-radius: 0;
|
|
2371
|
+
border-bottom-right-radius: 0;
|
|
2389
2372
|
}
|
|
2390
2373
|
|
|
2391
|
-
.
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
font-weight: bold;
|
|
2395
|
-
color: #fff;
|
|
2396
|
-
padding: 0 4px;
|
|
2397
|
-
border-radius: 4px;
|
|
2398
|
-
display: inline-block;
|
|
2399
|
-
background: var(--ti7fpyu-0);
|
|
2400
|
-
}
|
|
2401
|
-
.ti7fpyu:not(:first-child) {
|
|
2402
|
-
margin-left: 4px;
|
|
2374
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2375
|
+
border-top-left-radius: 0;
|
|
2376
|
+
border-bottom-left-radius: 0;
|
|
2403
2377
|
}
|
|
2404
2378
|
|
|
2405
|
-
.
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2379
|
+
.buj61ew.ant-btn {
|
|
2380
|
+
height: 32px;
|
|
2381
|
+
border-radius: 6px;
|
|
2382
|
+
line-height: 22px;
|
|
2383
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
2384
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
2411
2385
|
}
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
font-weight: bold;
|
|
2416
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2417
|
-
padding: 1px 4px 1px;
|
|
2418
|
-
margin-left: 2px;
|
|
2419
|
-
margin-right: 2px;
|
|
2420
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2421
|
-
border-radius: 4px;
|
|
2386
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
2387
|
+
height: 40px;
|
|
2388
|
+
line-height: 24px;
|
|
2422
2389
|
}
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2390
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
2391
|
+
height: 24px;
|
|
2392
|
+
line-height: 20px;
|
|
2426
2393
|
}
|
|
2427
|
-
.
|
|
2428
|
-
|
|
2394
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
2395
|
+
border-radius: 50%;
|
|
2429
2396
|
}
|
|
2430
|
-
.
|
|
2431
|
-
|
|
2397
|
+
.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 {
|
|
2398
|
+
color: var(--color, #06101f);
|
|
2399
|
+
font-weight: var(--font-weight);
|
|
2400
|
+
background: var(--background-color, #fff);
|
|
2401
|
+
border-width: var(--border-width, 1px);
|
|
2402
|
+
border-color: var(--border-color, #d9d9d9);
|
|
2432
2403
|
}
|
|
2433
|
-
.
|
|
2434
|
-
|
|
2404
|
+
.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 {
|
|
2405
|
+
display: none;
|
|
2435
2406
|
}
|
|
2436
|
-
.
|
|
2437
|
-
|
|
2407
|
+
.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 {
|
|
2408
|
+
color: var(--color, inherit);
|
|
2438
2409
|
}
|
|
2439
|
-
.
|
|
2440
|
-
|
|
2441
|
-
|
|
2410
|
+
.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 {
|
|
2411
|
+
background: var(--background-color-hover, var(--background-color));
|
|
2412
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
2442
2413
|
}
|
|
2443
|
-
.
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
font-size: 13px;
|
|
2449
|
-
line-height: 1.8;
|
|
2450
|
-
color: #8e9aa9;
|
|
2414
|
+
.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 {
|
|
2415
|
+
--scale: 1;
|
|
2416
|
+
--transY: 1px;
|
|
2417
|
+
background: var(--background-color-active, var(--background-color));
|
|
2418
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
2451
2419
|
}
|
|
2452
|
-
.
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
color:
|
|
2420
|
+
.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 {
|
|
2421
|
+
background: var(--background-color-focus, var(--background-color));
|
|
2422
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2423
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
2456
2424
|
}
|
|
2457
|
-
.
|
|
2458
|
-
|
|
2425
|
+
.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 {
|
|
2426
|
+
color: var(--color-disabled, var(--color));
|
|
2427
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
2428
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
2429
|
+
opacity: 0.5;
|
|
2459
2430
|
}
|
|
2460
|
-
.
|
|
2461
|
-
|
|
2462
|
-
|
|
2431
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
2432
|
+
color: #0080ff;
|
|
2433
|
+
opacity: 0.5;
|
|
2463
2434
|
}
|
|
2464
|
-
.
|
|
2465
|
-
|
|
2435
|
+
.buj61ew.ant-btn-primary {
|
|
2436
|
+
--color: #fff;
|
|
2437
|
+
--font-weight: bold;
|
|
2438
|
+
--border-width: 0;
|
|
2439
|
+
--background-color: #0080ff;
|
|
2440
|
+
--background-color-hover: #009dff;
|
|
2441
|
+
--background-color-active: #005ed1;
|
|
2442
|
+
--background-color-focus: #0080ff;
|
|
2443
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2466
2444
|
}
|
|
2467
|
-
.
|
|
2468
|
-
|
|
2445
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
2446
|
+
--background-color: #f0483e;
|
|
2447
|
+
--background-color-hover: #ff5252;
|
|
2448
|
+
--background-color-active: #c73d31;
|
|
2449
|
+
--background-color-focus: #ff5252;
|
|
2450
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2469
2451
|
}
|
|
2470
|
-
.
|
|
2471
|
-
|
|
2452
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
2453
|
+
--background-color: #fea008;
|
|
2454
|
+
--background-color-hover: #feba33;
|
|
2455
|
+
--background-color-active: #e07f00;
|
|
2456
|
+
--background-color-focus: #fea008;
|
|
2472
2457
|
}
|
|
2473
|
-
.
|
|
2474
|
-
color: #
|
|
2475
|
-
|
|
2476
|
-
|
|
2458
|
+
.buj61ew.ant-btn-secondary {
|
|
2459
|
+
--color: #0080ff;
|
|
2460
|
+
--font-weight: bold;
|
|
2461
|
+
--border-width: 0;
|
|
2462
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
2463
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2464
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2465
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
2466
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2477
2467
|
}
|
|
2478
|
-
.
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2468
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
2469
|
+
--color: #f0483e;
|
|
2470
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
2471
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2472
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2473
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
2474
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2482
2475
|
}
|
|
2483
|
-
.
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
color:
|
|
2476
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
2477
|
+
--color: #fea008;
|
|
2478
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
2479
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
2480
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
2481
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
2487
2482
|
}
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2483
|
+
.buj61ew.ant-btn-tertiary {
|
|
2484
|
+
--color: #0080ff;
|
|
2485
|
+
--font-weight: bold;
|
|
2486
|
+
--border-width: 0;
|
|
2487
|
+
--background-color: #fff;
|
|
2488
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2489
|
+
box-shadow: none;
|
|
2495
2490
|
}
|
|
2496
|
-
.
|
|
2497
|
-
|
|
2491
|
+
.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 {
|
|
2492
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2498
2493
|
}
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
display: flex;
|
|
2504
|
-
justify-content: center;
|
|
2505
|
-
align-items: center;
|
|
2506
|
-
cursor: pointer;
|
|
2507
|
-
transition: all 200ms ease-out 40ms;
|
|
2494
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
2495
|
+
--color: #f0483e;
|
|
2496
|
+
--background-color: #fff;
|
|
2497
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2508
2498
|
}
|
|
2509
|
-
.
|
|
2510
|
-
|
|
2511
|
-
width: 1px;
|
|
2512
|
-
height: 6px;
|
|
2513
|
-
border-radius: 1px;
|
|
2514
|
-
background: #ccd4e3;
|
|
2515
|
-
position: relative;
|
|
2516
|
-
right: 2px;
|
|
2517
|
-
transform: rotate(-45deg);
|
|
2499
|
+
.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 {
|
|
2500
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
2518
2501
|
}
|
|
2519
|
-
.
|
|
2520
|
-
|
|
2521
|
-
|
|
2502
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
2503
|
+
--color: #fea008;
|
|
2504
|
+
--background-color: #fff;
|
|
2522
2505
|
}
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
border: 0;
|
|
2526
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2527
|
-
border-radius: 6px;
|
|
2506
|
+
.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 {
|
|
2507
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
2528
2508
|
}
|
|
2529
|
-
.
|
|
2530
|
-
|
|
2531
|
-
color: #
|
|
2509
|
+
.buj61ew.ant-btn-ordinary {
|
|
2510
|
+
--color: #1d326c;
|
|
2511
|
+
--border-color: #ccd4e3;
|
|
2512
|
+
--background-color: #fff;
|
|
2513
|
+
--background-color-hover: #edf0f7;
|
|
2514
|
+
--background-color-active: #e4e9f2;
|
|
2515
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2516
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2532
2517
|
}
|
|
2533
|
-
.
|
|
2534
|
-
|
|
2535
|
-
border-bottom-color: #e07f00;
|
|
2518
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2519
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2536
2520
|
}
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2521
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2522
|
+
--color: #0080ff;
|
|
2523
|
+
--border-color: #0080ff;
|
|
2524
|
+
--background-color: #fff;
|
|
2525
|
+
--background-color-hover: linear-gradient(
|
|
2526
|
+
0deg,
|
|
2527
|
+
rgba(0, 136, 255, 0.16),
|
|
2528
|
+
rgba(0, 136, 255, 0.16)
|
|
2529
|
+
),
|
|
2530
|
+
#ffffff;
|
|
2531
|
+
--background-color-active: linear-gradient(
|
|
2532
|
+
0deg,
|
|
2533
|
+
rgba(0, 136, 255, 0.2),
|
|
2534
|
+
rgba(0, 136, 255, 0.2)
|
|
2535
|
+
),
|
|
2536
|
+
#ffffff;
|
|
2537
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2538
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2547
2539
|
}
|
|
2548
|
-
.
|
|
2549
|
-
|
|
2550
|
-
|
|
2540
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2541
|
+
--color: #f0483e;
|
|
2542
|
+
--border-color: #f0483e;
|
|
2543
|
+
--background-color: #fff;
|
|
2544
|
+
--background-color-hover: linear-gradient(
|
|
2545
|
+
0deg,
|
|
2546
|
+
rgba(255, 74, 74, 0.16),
|
|
2547
|
+
rgba(255, 74, 74, 0.16)
|
|
2548
|
+
),
|
|
2549
|
+
#ffffff;
|
|
2550
|
+
--background-color-active: linear-gradient(
|
|
2551
|
+
0deg,
|
|
2552
|
+
rgba(255, 74, 74, 0.2),
|
|
2553
|
+
rgba(255, 74, 74, 0.2)
|
|
2554
|
+
),
|
|
2555
|
+
#ffffff;
|
|
2556
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2551
2557
|
}
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
background: rgba(
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
font-size: 12px;
|
|
2561
|
-
line-height: 18px;
|
|
2558
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2559
|
+
--color: #1d326c;
|
|
2560
|
+
--border-color: #fff;
|
|
2561
|
+
--background-color: #fff;
|
|
2562
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2563
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2564
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2565
|
+
box-shadow: none;
|
|
2562
2566
|
}
|
|
2563
|
-
.
|
|
2564
|
-
|
|
2565
|
-
|
|
2567
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2568
|
+
--color: #0080ff;
|
|
2569
|
+
--border-color: #fff;
|
|
2570
|
+
--background-color: #fff;
|
|
2571
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2572
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2573
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2574
|
+
box-shadow: none;
|
|
2566
2575
|
}
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2573
|
-
border-radius: 6px;
|
|
2574
|
-
color: #005ed1;
|
|
2575
|
-
font-size: 12px;
|
|
2576
|
-
line-height: 18px;
|
|
2576
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2577
|
+
--color: #f0483e;
|
|
2578
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2579
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2580
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2577
2581
|
}
|
|
2578
|
-
.
|
|
2579
|
-
|
|
2580
|
-
|
|
2582
|
+
.buj61ew.ant-btn-quiet {
|
|
2583
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2584
|
+
--border-width: 0;
|
|
2585
|
+
--background-color: transparent;
|
|
2586
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2587
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2588
|
+
--background-color-focus: #fff;
|
|
2589
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2590
|
+
box-shadow: none;
|
|
2581
2591
|
}
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
color: rgba(
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
line-height: 18px;
|
|
2592
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2593
|
+
--color: #f0483e;
|
|
2594
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2595
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2596
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2588
2597
|
}
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
color:
|
|
2592
|
-
|
|
2593
|
-
|
|
2598
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2599
|
+
--color: #0080ff;
|
|
2600
|
+
--background-color: transparent;
|
|
2601
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2602
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2603
|
+
--background-color-focus: #fff;
|
|
2604
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2594
2605
|
}
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
display: flex;
|
|
2606
|
+
.buj61ew.has-icon {
|
|
2607
|
+
display: inline-flex;
|
|
2598
2608
|
align-items: center;
|
|
2599
|
-
justify-content: flex-end;
|
|
2600
|
-
}
|
|
2601
|
-
.o1i4orqw .icon-wrapper {
|
|
2602
|
-
margin-right: 16px;
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
.t79k8o2 {
|
|
2606
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2607
|
-
}
|
|
2608
|
-
|
|
2609
|
-
.ipd9bk.ant-input {
|
|
2610
|
-
padding: 5px 12px;
|
|
2611
|
-
line-height: 20px;
|
|
2612
|
-
color: #2d3a56;
|
|
2613
|
-
border-radius: 6px;
|
|
2614
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2615
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2616
2609
|
}
|
|
2617
|
-
.
|
|
2618
|
-
|
|
2619
|
-
|
|
2610
|
+
.buj61ew .button-prefix-icon {
|
|
2611
|
+
margin-right: 4px;
|
|
2612
|
+
display: inline-flex;
|
|
2620
2613
|
}
|
|
2621
|
-
.
|
|
2622
|
-
|
|
2623
|
-
|
|
2614
|
+
.buj61ew .button-suffix-icon {
|
|
2615
|
+
margin-left: 4px;
|
|
2616
|
+
display: inline-flex;
|
|
2624
2617
|
}
|
|
2625
|
-
.
|
|
2626
|
-
|
|
2627
|
-
|
|
2618
|
+
.buj61ew .icon-wrapper {
|
|
2619
|
+
display: inline-flex;
|
|
2620
|
+
vertical-align: bottom;
|
|
2628
2621
|
}
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2622
|
+
|
|
2623
|
+
.nchllas {
|
|
2624
|
+
padding: 0;
|
|
2632
2625
|
}
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2626
|
+
|
|
2627
|
+
.i1e4sgug {
|
|
2628
|
+
display: inline-block;
|
|
2636
2629
|
}
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2630
|
+
|
|
2631
|
+
.d6j0lbj {
|
|
2632
|
+
font-family: Inter;
|
|
2633
|
+
font-style: normal;
|
|
2634
|
+
font-weight: bold;
|
|
2635
|
+
font-size: 32px;
|
|
2636
|
+
line-height: 40px;
|
|
2640
2637
|
}
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2638
|
+
|
|
2639
|
+
.d1xhvvxe {
|
|
2640
|
+
font-family: Inter;
|
|
2641
|
+
font-style: normal;
|
|
2642
|
+
font-weight: bold;
|
|
2643
|
+
font-size: 24px;
|
|
2644
|
+
line-height: 32px;
|
|
2644
2645
|
}
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2646
|
+
|
|
2647
|
+
.dk10mxq {
|
|
2648
|
+
font-family: Inter;
|
|
2649
|
+
font-style: normal;
|
|
2650
|
+
font-weight: normal;
|
|
2651
|
+
font-size: 32px;
|
|
2652
|
+
line-height: 40px;
|
|
2649
2653
|
}
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2654
|
+
|
|
2655
|
+
.dxsait {
|
|
2656
|
+
font-family: Inter;
|
|
2657
|
+
font-style: normal;
|
|
2658
|
+
font-weight: bold;
|
|
2659
|
+
font-size: 20px;
|
|
2660
|
+
line-height: 24px;
|
|
2657
2661
|
}
|
|
2658
|
-
|
|
2659
|
-
.
|
|
2660
|
-
|
|
2662
|
+
|
|
2663
|
+
.dokn0h3 {
|
|
2664
|
+
font-family: Inter;
|
|
2665
|
+
font-style: normal;
|
|
2666
|
+
font-weight: normal;
|
|
2667
|
+
font-size: 20px;
|
|
2668
|
+
line-height: 24px;
|
|
2661
2669
|
}
|
|
2662
|
-
|
|
2663
|
-
|
|
2670
|
+
|
|
2671
|
+
.dobau4p {
|
|
2672
|
+
font-family: Inter;
|
|
2673
|
+
font-style: normal;
|
|
2674
|
+
font-weight: bold;
|
|
2675
|
+
font-size: 18px;
|
|
2664
2676
|
line-height: 22px;
|
|
2665
2677
|
}
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
}
|
|
2674
|
-
.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 {
|
|
2675
|
-
border-color: #0096ff;
|
|
2676
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2678
|
+
|
|
2679
|
+
.dvolwok {
|
|
2680
|
+
font-family: Inter;
|
|
2681
|
+
font-style: normal;
|
|
2682
|
+
font-weight: normal;
|
|
2683
|
+
font-size: 18px;
|
|
2684
|
+
line-height: 22px;
|
|
2677
2685
|
}
|
|
2678
|
-
|
|
2679
|
-
|
|
2686
|
+
|
|
2687
|
+
.h181qhg4 {
|
|
2688
|
+
font-family: Inter;
|
|
2689
|
+
font-style: normal;
|
|
2690
|
+
font-weight: bold;
|
|
2691
|
+
font-size: 16px;
|
|
2692
|
+
line-height: 22px;
|
|
2680
2693
|
}
|
|
2681
|
-
|
|
2682
|
-
|
|
2694
|
+
|
|
2695
|
+
.h1phgmcq {
|
|
2696
|
+
font-family: Inter;
|
|
2697
|
+
font-style: normal;
|
|
2698
|
+
font-weight: normal;
|
|
2699
|
+
font-size: 16px;
|
|
2700
|
+
line-height: 22px;
|
|
2683
2701
|
}
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2702
|
+
|
|
2703
|
+
.h173xnl1 {
|
|
2704
|
+
font-family: Inter;
|
|
2705
|
+
font-style: normal;
|
|
2706
|
+
font-weight: bold;
|
|
2707
|
+
font-size: 14px;
|
|
2708
|
+
line-height: 20px;
|
|
2687
2709
|
}
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2710
|
+
|
|
2711
|
+
.hedm4pz {
|
|
2712
|
+
font-family: Inter;
|
|
2713
|
+
font-style: normal;
|
|
2714
|
+
font-weight: normal;
|
|
2715
|
+
font-size: 14px;
|
|
2716
|
+
line-height: 20px;
|
|
2691
2717
|
}
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2718
|
+
|
|
2719
|
+
.h1kd8xld {
|
|
2720
|
+
font-family: Inter;
|
|
2721
|
+
font-style: normal;
|
|
2722
|
+
font-weight: bold;
|
|
2723
|
+
font-size: 12px;
|
|
2724
|
+
line-height: 18px;
|
|
2696
2725
|
}
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2726
|
+
|
|
2727
|
+
.hp14fr {
|
|
2728
|
+
font-family: Inter;
|
|
2729
|
+
font-style: normal;
|
|
2730
|
+
font-weight: normal;
|
|
2731
|
+
font-size: 12px;
|
|
2732
|
+
line-height: 18px;
|
|
2700
2733
|
}
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2734
|
+
|
|
2735
|
+
.hgrg7mn {
|
|
2736
|
+
font-family: Inter;
|
|
2737
|
+
font-style: normal;
|
|
2738
|
+
font-weight: bold;
|
|
2739
|
+
text-transform: uppercase;
|
|
2740
|
+
font-feature-settings: "cpsp" on;
|
|
2741
|
+
font-size: 12px;
|
|
2742
|
+
line-height: 18px;
|
|
2704
2743
|
}
|
|
2705
|
-
|
|
2706
|
-
|
|
2744
|
+
|
|
2745
|
+
.h6zme9x {
|
|
2746
|
+
font-family: Inter;
|
|
2747
|
+
font-style: normal;
|
|
2748
|
+
font-weight: normal;
|
|
2749
|
+
text-transform: uppercase;
|
|
2750
|
+
font-feature-settings: "cpsp" on;
|
|
2751
|
+
font-size: 12px;
|
|
2752
|
+
line-height: 18px;
|
|
2707
2753
|
}
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2754
|
+
|
|
2755
|
+
.locjvsv {
|
|
2756
|
+
font-family: Inter;
|
|
2757
|
+
font-style: normal;
|
|
2758
|
+
font-weight: normal;
|
|
2759
|
+
font-size: 16px;
|
|
2760
|
+
line-height: 24px;
|
|
2711
2761
|
}
|
|
2712
|
-
|
|
2713
|
-
|
|
2762
|
+
|
|
2763
|
+
.l13gi131 {
|
|
2764
|
+
font-family: Inter;
|
|
2765
|
+
font-style: normal;
|
|
2766
|
+
font-weight: bold;
|
|
2767
|
+
font-size: 16px;
|
|
2768
|
+
line-height: 24px;
|
|
2714
2769
|
}
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2770
|
+
|
|
2771
|
+
.l1ynemsu {
|
|
2772
|
+
font-family: Inter;
|
|
2773
|
+
font-style: normal;
|
|
2774
|
+
font-weight: normal;
|
|
2775
|
+
font-size: 16px;
|
|
2776
|
+
line-height: 24px;
|
|
2718
2777
|
}
|
|
2719
|
-
|
|
2720
|
-
|
|
2778
|
+
|
|
2779
|
+
.l1cft1cx {
|
|
2780
|
+
font-family: Inter;
|
|
2781
|
+
font-style: normal;
|
|
2782
|
+
font-weight: bold;
|
|
2783
|
+
font-size: 16px;
|
|
2784
|
+
line-height: 24px;
|
|
2721
2785
|
}
|
|
2722
2786
|
|
|
2723
|
-
.
|
|
2724
|
-
|
|
2725
|
-
|
|
2787
|
+
.l17tqc8p {
|
|
2788
|
+
font-family: Inter;
|
|
2789
|
+
font-style: normal;
|
|
2790
|
+
font-weight: normal;
|
|
2791
|
+
text-transform: uppercase;
|
|
2792
|
+
font-feature-settings: "cpsp" on;
|
|
2793
|
+
font-size: 16px;
|
|
2794
|
+
line-height: 24px;
|
|
2726
2795
|
}
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2796
|
+
|
|
2797
|
+
.l1j1e5w7 {
|
|
2798
|
+
font-family: Inter;
|
|
2799
|
+
font-style: normal;
|
|
2800
|
+
font-weight: bold;
|
|
2801
|
+
text-transform: uppercase;
|
|
2802
|
+
font-feature-settings: "cpsp" on;
|
|
2803
|
+
font-size: 16px;
|
|
2804
|
+
line-height: 24px;
|
|
2733
2805
|
}
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2806
|
+
|
|
2807
|
+
.l1gf91jb {
|
|
2808
|
+
font-family: Inter;
|
|
2809
|
+
font-style: normal;
|
|
2810
|
+
font-weight: normal;
|
|
2811
|
+
font-size: 14px;
|
|
2812
|
+
line-height: 22px;
|
|
2737
2813
|
}
|
|
2738
|
-
|
|
2739
|
-
|
|
2814
|
+
|
|
2815
|
+
.lu7hlr6 {
|
|
2816
|
+
font-family: Inter;
|
|
2817
|
+
font-style: normal;
|
|
2818
|
+
font-weight: 500;
|
|
2819
|
+
font-size: 14px;
|
|
2820
|
+
line-height: 22px;
|
|
2740
2821
|
}
|
|
2741
|
-
|
|
2742
|
-
|
|
2822
|
+
|
|
2823
|
+
.l3l3jf0 {
|
|
2824
|
+
font-family: Inter;
|
|
2825
|
+
font-style: normal;
|
|
2826
|
+
font-weight: bold;
|
|
2827
|
+
font-size: 14px;
|
|
2828
|
+
line-height: 22px;
|
|
2743
2829
|
}
|
|
2744
|
-
|
|
2745
|
-
|
|
2830
|
+
|
|
2831
|
+
.l12j5nqp {
|
|
2832
|
+
font-family: Inter;
|
|
2833
|
+
font-style: normal;
|
|
2834
|
+
font-weight: normal;
|
|
2835
|
+
font-size: 14px;
|
|
2836
|
+
line-height: 22px;
|
|
2746
2837
|
}
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2838
|
+
|
|
2839
|
+
.l1tecqht {
|
|
2840
|
+
font-family: Inter;
|
|
2841
|
+
font-style: normal;
|
|
2842
|
+
font-weight: bold;
|
|
2843
|
+
font-size: 14px;
|
|
2844
|
+
line-height: 22px;
|
|
2752
2845
|
}
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
font-
|
|
2756
|
-
|
|
2846
|
+
|
|
2847
|
+
.l6sa990 {
|
|
2848
|
+
font-family: Inter;
|
|
2849
|
+
font-style: normal;
|
|
2850
|
+
font-weight: normal;
|
|
2851
|
+
text-transform: uppercase;
|
|
2852
|
+
font-feature-settings: "cpsp" on;
|
|
2853
|
+
font-size: 14px;
|
|
2854
|
+
line-height: 22px;
|
|
2757
2855
|
}
|
|
2758
|
-
|
|
2759
|
-
|
|
2856
|
+
|
|
2857
|
+
.lckqe8j {
|
|
2858
|
+
font-family: Inter;
|
|
2859
|
+
font-style: normal;
|
|
2860
|
+
font-weight: bold;
|
|
2861
|
+
text-transform: uppercase;
|
|
2862
|
+
font-feature-settings: "cpsp" on;
|
|
2863
|
+
font-size: 14px;
|
|
2864
|
+
line-height: 22px;
|
|
2760
2865
|
}
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2866
|
+
|
|
2867
|
+
.l1kuminb {
|
|
2868
|
+
font-family: Inter;
|
|
2869
|
+
font-style: normal;
|
|
2870
|
+
font-weight: normal;
|
|
2871
|
+
font-size: 13px;
|
|
2872
|
+
line-height: 20px;
|
|
2764
2873
|
}
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2874
|
+
|
|
2875
|
+
.l1pbuf5j {
|
|
2876
|
+
font-family: Inter;
|
|
2877
|
+
font-style: normal;
|
|
2878
|
+
font-weight: 600;
|
|
2879
|
+
font-size: 13px;
|
|
2880
|
+
line-height: 20px;
|
|
2772
2881
|
}
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2882
|
+
|
|
2883
|
+
.l1r4ztu {
|
|
2884
|
+
font-family: Inter;
|
|
2885
|
+
font-style: normal;
|
|
2886
|
+
font-weight: bold;
|
|
2887
|
+
font-size: 13px;
|
|
2888
|
+
line-height: 20px;
|
|
2776
2889
|
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2890
|
+
|
|
2891
|
+
.ly8vzok {
|
|
2892
|
+
font-family: Inter;
|
|
2893
|
+
font-style: normal;
|
|
2894
|
+
font-weight: normal;
|
|
2895
|
+
font-size: 13px;
|
|
2896
|
+
line-height: 20px;
|
|
2780
2897
|
}
|
|
2781
|
-
|
|
2782
|
-
|
|
2898
|
+
|
|
2899
|
+
.lumfmf {
|
|
2900
|
+
font-family: Inter;
|
|
2901
|
+
font-style: normal;
|
|
2902
|
+
font-weight: 600;
|
|
2903
|
+
font-size: 13px;
|
|
2904
|
+
line-height: 20px;
|
|
2783
2905
|
}
|
|
2784
2906
|
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2907
|
+
.l16ujwmv {
|
|
2908
|
+
font-family: Inter;
|
|
2909
|
+
font-style: normal;
|
|
2910
|
+
font-weight: bold;
|
|
2911
|
+
font-size: 13px;
|
|
2912
|
+
line-height: 20px;
|
|
2788
2913
|
}
|
|
2789
2914
|
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2792
|
-
|
|
2915
|
+
.l17o1ffr {
|
|
2916
|
+
font-family: Inter;
|
|
2917
|
+
font-style: normal;
|
|
2918
|
+
font-weight: normal;
|
|
2919
|
+
text-transform: uppercase;
|
|
2920
|
+
font-feature-settings: "cpsp" on;
|
|
2921
|
+
font-size: 13px;
|
|
2922
|
+
line-height: 20px;
|
|
2793
2923
|
}
|
|
2794
2924
|
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2925
|
+
.lngllvn {
|
|
2926
|
+
font-family: Inter;
|
|
2927
|
+
font-style: normal;
|
|
2928
|
+
font-weight: bold;
|
|
2929
|
+
text-transform: uppercase;
|
|
2930
|
+
font-feature-settings: "cpsp" on;
|
|
2931
|
+
font-size: 13px;
|
|
2932
|
+
line-height: 20px;
|
|
2798
2933
|
}
|
|
2799
2934
|
|
|
2800
|
-
.
|
|
2801
|
-
|
|
2802
|
-
|
|
2935
|
+
.l2i7fo9 {
|
|
2936
|
+
font-family: Inter;
|
|
2937
|
+
font-style: normal;
|
|
2938
|
+
font-weight: normal;
|
|
2939
|
+
font-size: 12px;
|
|
2940
|
+
line-height: 18px;
|
|
2803
2941
|
}
|
|
2804
2942
|
|
|
2805
|
-
.
|
|
2806
|
-
|
|
2807
|
-
|
|
2943
|
+
.l1x7hscx {
|
|
2944
|
+
font-family: Inter;
|
|
2945
|
+
font-style: normal;
|
|
2946
|
+
font-weight: 500;
|
|
2947
|
+
font-size: 12px;
|
|
2948
|
+
line-height: 18px;
|
|
2808
2949
|
}
|
|
2809
2950
|
|
|
2810
|
-
.
|
|
2811
|
-
|
|
2812
|
-
|
|
2951
|
+
.le1jwan {
|
|
2952
|
+
font-family: Inter;
|
|
2953
|
+
font-style: normal;
|
|
2954
|
+
font-weight: bold;
|
|
2955
|
+
font-size: 12px;
|
|
2956
|
+
line-height: 18px;
|
|
2813
2957
|
}
|
|
2814
2958
|
|
|
2815
|
-
.
|
|
2816
|
-
|
|
2817
|
-
|
|
2959
|
+
.lyxynfj {
|
|
2960
|
+
font-family: Inter;
|
|
2961
|
+
font-style: normal;
|
|
2962
|
+
font-weight: normal;
|
|
2963
|
+
font-size: 12px;
|
|
2964
|
+
line-height: 18px;
|
|
2818
2965
|
}
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2966
|
+
|
|
2967
|
+
.lpb2nxv {
|
|
2968
|
+
font-family: Inter;
|
|
2969
|
+
font-style: normal;
|
|
2970
|
+
font-weight: 500;
|
|
2971
|
+
font-size: 12px;
|
|
2972
|
+
line-height: 18px;
|
|
2824
2973
|
}
|
|
2825
|
-
|
|
2826
|
-
|
|
2974
|
+
|
|
2975
|
+
.l1r8o3vv {
|
|
2976
|
+
font-family: Inter;
|
|
2977
|
+
font-style: normal;
|
|
2978
|
+
font-weight: bold;
|
|
2979
|
+
font-size: 12px;
|
|
2980
|
+
line-height: 18px;
|
|
2827
2981
|
}
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2982
|
+
|
|
2983
|
+
.lemnjy2 {
|
|
2984
|
+
font-family: Inter;
|
|
2985
|
+
font-style: normal;
|
|
2986
|
+
font-weight: normal;
|
|
2987
|
+
text-transform: uppercase;
|
|
2988
|
+
font-feature-settings: "cpsp" on;
|
|
2989
|
+
font-size: 12px;
|
|
2990
|
+
line-height: 18px;
|
|
2831
2991
|
}
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2992
|
+
|
|
2993
|
+
.lrc42gb {
|
|
2994
|
+
font-family: Inter;
|
|
2995
|
+
font-style: normal;
|
|
2996
|
+
font-weight: bold;
|
|
2997
|
+
text-transform: uppercase;
|
|
2998
|
+
font-feature-settings: "cpsp" on;
|
|
2838
2999
|
font-size: 12px;
|
|
3000
|
+
line-height: 18px;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
.fqaz4mb {
|
|
3004
|
+
font-family: Inter;
|
|
3005
|
+
font-style: normal;
|
|
2839
3006
|
font-weight: normal;
|
|
3007
|
+
font-size: 13px;
|
|
3008
|
+
line-height: 20px;
|
|
2840
3009
|
}
|
|
2841
|
-
|
|
2842
|
-
|
|
3010
|
+
|
|
3011
|
+
.f13we5o {
|
|
3012
|
+
font-family: Inter;
|
|
3013
|
+
font-style: normal;
|
|
3014
|
+
font-weight: normal;
|
|
3015
|
+
font-size: 13px;
|
|
3016
|
+
line-height: 20px;
|
|
2843
3017
|
}
|
|
2844
|
-
|
|
2845
|
-
|
|
3018
|
+
|
|
3019
|
+
.ffmjua2 {
|
|
3020
|
+
font-family: Inter;
|
|
3021
|
+
font-style: normal;
|
|
3022
|
+
font-weight: normal;
|
|
3023
|
+
font-size: 12px;
|
|
3024
|
+
line-height: 18px;
|
|
2846
3025
|
}
|
|
2847
|
-
|
|
2848
|
-
|
|
3026
|
+
|
|
3027
|
+
.fz2mxw0 {
|
|
3028
|
+
font-family: Inter;
|
|
3029
|
+
font-style: normal;
|
|
3030
|
+
font-weight: normal;
|
|
3031
|
+
font-size: 12px;
|
|
3032
|
+
line-height: 18px;
|
|
2849
3033
|
}
|
|
2850
|
-
|
|
2851
|
-
|
|
3034
|
+
|
|
3035
|
+
.t1ertzoh {
|
|
3036
|
+
font-family: Inter;
|
|
3037
|
+
font-style: normal;
|
|
3038
|
+
font-weight: normal;
|
|
3039
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3040
|
+
font-size: 13px;
|
|
3041
|
+
line-height: 20px;
|
|
2852
3042
|
}
|
|
2853
|
-
|
|
2854
|
-
|
|
3043
|
+
|
|
3044
|
+
.t19bge8r {
|
|
3045
|
+
font-family: Inter;
|
|
3046
|
+
font-style: normal;
|
|
3047
|
+
font-weight: normal;
|
|
3048
|
+
font-feature-settings: "zero" on;
|
|
3049
|
+
font-size: 13px;
|
|
3050
|
+
line-height: 20px;
|
|
2855
3051
|
}
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
right: -21px;
|
|
2865
|
-
z-index: 2;
|
|
3052
|
+
|
|
3053
|
+
.tjrzfyl {
|
|
3054
|
+
font-family: Inter;
|
|
3055
|
+
font-style: normal;
|
|
3056
|
+
font-weight: normal;
|
|
3057
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3058
|
+
font-size: 12px;
|
|
3059
|
+
line-height: 18px;
|
|
2866
3060
|
}
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
left: 0;
|
|
3061
|
+
|
|
3062
|
+
.tm6s7bo {
|
|
3063
|
+
font-family: Inter;
|
|
3064
|
+
font-style: normal;
|
|
3065
|
+
font-weight: 500;
|
|
3066
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3067
|
+
font-size: 12px;
|
|
3068
|
+
line-height: 18px;
|
|
2876
3069
|
}
|
|
2877
|
-
|
|
2878
|
-
|
|
3070
|
+
|
|
3071
|
+
.t19zq6ic {
|
|
3072
|
+
font-family: Inter;
|
|
3073
|
+
font-style: normal;
|
|
3074
|
+
font-weight: normal;
|
|
3075
|
+
font-feature-settings: "zero" on;
|
|
3076
|
+
font-size: 12px;
|
|
3077
|
+
line-height: 18px;
|
|
2879
3078
|
}
|
|
2880
|
-
|
|
2881
|
-
|
|
3079
|
+
|
|
3080
|
+
.t1gduru8 {
|
|
3081
|
+
font-family: Inter;
|
|
3082
|
+
font-style: normal;
|
|
3083
|
+
font-weight: 500;
|
|
3084
|
+
font-feature-settings: "zero" on;
|
|
3085
|
+
font-size: 12px;
|
|
3086
|
+
line-height: 18px;
|
|
2882
3087
|
}
|
|
2883
|
-
|
|
2884
|
-
|
|
3088
|
+
|
|
3089
|
+
.t55raab {
|
|
3090
|
+
font-family: Inter;
|
|
3091
|
+
font-style: normal;
|
|
3092
|
+
font-weight: bold;
|
|
3093
|
+
font-feature-settings: "zero" on;
|
|
3094
|
+
font-size: 16px;
|
|
3095
|
+
line-height: 24px;
|
|
2885
3096
|
}
|
|
2886
|
-
|
|
2887
|
-
.
|
|
2888
|
-
|
|
3097
|
+
|
|
3098
|
+
.u1w9abfe {
|
|
3099
|
+
font-family: Inter;
|
|
3100
|
+
font-style: normal;
|
|
3101
|
+
font-weight: normal;
|
|
3102
|
+
font-size: 10px;
|
|
3103
|
+
line-height: 12px;
|
|
2889
3104
|
}
|
|
2890
|
-
|
|
2891
|
-
.
|
|
2892
|
-
|
|
3105
|
+
|
|
3106
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
3107
|
+
display: inline-flex;
|
|
3108
|
+
align-items: baseline;
|
|
3109
|
+
white-space: pre-wrap;
|
|
3110
|
+
}
|
|
3111
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
3112
|
+
position: relative;
|
|
3113
|
+
top: 3px;
|
|
2893
3114
|
}
|
|
2894
|
-
.
|
|
2895
|
-
|
|
3115
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
3116
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2896
3117
|
}
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
display: flex;
|
|
2900
|
-
justify-content: space-between;
|
|
2901
|
-
align-items: center;
|
|
2902
|
-
padding: 10px 0;
|
|
2903
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2904
|
-
font-size: 12px;
|
|
2905
|
-
line-height: 24px;
|
|
3118
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
3119
|
+
border-color: #0080ff;
|
|
2906
3120
|
}
|
|
2907
|
-
.
|
|
2908
|
-
|
|
3121
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
3122
|
+
border-color: #0080ff;
|
|
3123
|
+
background: #0080ff;
|
|
2909
3124
|
}
|
|
2910
|
-
.
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
3125
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
3126
|
+
top: 4px;
|
|
3127
|
+
left: 4px;
|
|
3128
|
+
width: 6px;
|
|
3129
|
+
height: 6px;
|
|
3130
|
+
background: #fff;
|
|
2916
3131
|
}
|
|
2917
|
-
.
|
|
3132
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
3133
|
+
opacity: 0.5;
|
|
3134
|
+
}
|
|
3135
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
3136
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2918
3137
|
background: rgba(211, 218, 235, 0.6);
|
|
2919
|
-
color: #0080ff;
|
|
2920
3138
|
}
|
|
2921
|
-
.
|
|
2922
|
-
|
|
3139
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
3140
|
+
background: #00122e;
|
|
2923
3141
|
}
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
color: #0080ff;
|
|
2928
|
-
font-weight: bold;
|
|
3142
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
3143
|
+
color: #00122e;
|
|
3144
|
+
opacity: 0.5;
|
|
2929
3145
|
}
|
|
2930
|
-
.
|
|
2931
|
-
|
|
3146
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
3147
|
+
color: #00122e;
|
|
2932
3148
|
}
|
|
2933
|
-
.
|
|
2934
|
-
|
|
2935
|
-
padding: 0
|
|
3149
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
3150
|
+
display: inline-block;
|
|
3151
|
+
padding: 0;
|
|
3152
|
+
padding-left: 12px;
|
|
2936
3153
|
}
|
|
2937
|
-
.
|
|
2938
|
-
|
|
2939
|
-
|
|
3154
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
3155
|
+
margin-bottom: 0;
|
|
3156
|
+
white-space: pre-wrap;
|
|
3157
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2940
3158
|
}
|
|
2941
|
-
.
|
|
2942
|
-
|
|
3159
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
3160
|
+
padding-left: 8px;
|
|
2943
3161
|
}
|
|
2944
3162
|
|
|
2945
|
-
.
|
|
2946
|
-
|
|
2947
|
-
overflow-y: auto;
|
|
3163
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
3164
|
+
border-radius: 5px 0 0 5px;
|
|
2948
3165
|
}
|
|
2949
|
-
.
|
|
2950
|
-
|
|
2951
|
-
font-size: 12px;
|
|
2952
|
-
line-height: 18px;
|
|
3166
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
3167
|
+
border-radius: 0 5px 5px 0;
|
|
2953
3168
|
}
|
|
2954
3169
|
|
|
2955
|
-
.
|
|
2956
|
-
|
|
3170
|
+
.r1f0aqcc {
|
|
3171
|
+
color: #00122e;
|
|
3172
|
+
border-color: #ccd4e3;
|
|
2957
3173
|
}
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
3174
|
+
.r1f0aqcc:first-child {
|
|
3175
|
+
color: #00122e;
|
|
3176
|
+
border-color: #a3b4cc;
|
|
2961
3177
|
}
|
|
2962
|
-
.
|
|
2963
|
-
|
|
2964
|
-
height:
|
|
3178
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
3179
|
+
padding: 0 12px;
|
|
3180
|
+
line-height: 32px;
|
|
3181
|
+
height: 32px;
|
|
2965
3182
|
}
|
|
2966
|
-
.
|
|
2967
|
-
|
|
3183
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
3184
|
+
white-space: nowrap;
|
|
2968
3185
|
}
|
|
2969
|
-
.
|
|
2970
|
-
|
|
2971
|
-
height: 100%;
|
|
3186
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
3187
|
+
background: #ccd4e3;
|
|
2972
3188
|
}
|
|
2973
|
-
.
|
|
2974
|
-
|
|
3189
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
3190
|
+
background: #0080ff;
|
|
2975
3191
|
}
|
|
2976
|
-
.
|
|
2977
|
-
|
|
3192
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
3193
|
+
background: #ccd4e3;
|
|
3194
|
+
opacity: 0.5;
|
|
2978
3195
|
}
|
|
2979
|
-
.
|
|
2980
|
-
|
|
3196
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
3197
|
+
border-right-color: #0080ff;
|
|
2981
3198
|
}
|
|
2982
|
-
.
|
|
2983
|
-
|
|
3199
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
3200
|
+
border-color: #0080ff;
|
|
2984
3201
|
}
|
|
2985
|
-
.
|
|
2986
|
-
|
|
3202
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
3203
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2987
3204
|
}
|
|
2988
|
-
.
|
|
2989
|
-
|
|
2990
|
-
|
|
3205
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
3206
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3207
|
+
border-color: #ccd4e3;
|
|
3208
|
+
opacity: 0.5;
|
|
2991
3209
|
}
|
|
2992
|
-
.
|
|
2993
|
-
|
|
3210
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
3211
|
+
color: #00122e;
|
|
3212
|
+
border-color: #ccd4e3;
|
|
2994
3213
|
}
|
|
2995
|
-
.
|
|
2996
|
-
|
|
2997
|
-
|
|
3214
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
3215
|
+
color: #00122e;
|
|
3216
|
+
border-color: #ccd4e3;
|
|
3217
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2998
3218
|
}
|
|
2999
|
-
.
|
|
3219
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
3220
|
+
margin-right: 8px;
|
|
3221
|
+
display: inline;
|
|
3222
|
+
border: none;
|
|
3223
|
+
padding: 0;
|
|
3224
|
+
width: 36px;
|
|
3000
3225
|
background: transparent;
|
|
3001
3226
|
}
|
|
3002
|
-
.
|
|
3003
|
-
|
|
3004
|
-
background: #fff;
|
|
3005
|
-
padding: 0 !important;
|
|
3006
|
-
}
|
|
3007
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3008
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3009
|
-
display: flex;
|
|
3010
|
-
align-items: center;
|
|
3011
|
-
height: 100%;
|
|
3012
|
-
padding: 8px;
|
|
3227
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
3228
|
+
box-shadow: none;
|
|
3013
3229
|
}
|
|
3014
|
-
.
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
width: 100%;
|
|
3230
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
3231
|
+
margin-right: 0;
|
|
3232
|
+
width: initial;
|
|
3233
|
+
box-shadow: none;
|
|
3019
3234
|
}
|
|
3020
|
-
.
|
|
3021
|
-
|
|
3235
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
3236
|
+
display: none;
|
|
3022
3237
|
}
|
|
3023
|
-
.
|
|
3024
|
-
|
|
3238
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
3239
|
+
display: inline;
|
|
3025
3240
|
}
|
|
3026
|
-
.
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
height: 100%;
|
|
3032
|
-
font-size: 12px;
|
|
3033
|
-
background: transparent;
|
|
3241
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
3242
|
+
display: inline;
|
|
3243
|
+
margin-right: 8px;
|
|
3244
|
+
padding: 0;
|
|
3245
|
+
width: 36px;
|
|
3034
3246
|
}
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3039
|
-
margin-bottom: -1px;
|
|
3247
|
+
|
|
3248
|
+
.obf05yr {
|
|
3249
|
+
display: inline-block;
|
|
3040
3250
|
}
|
|
3041
|
-
|
|
3042
|
-
.
|
|
3043
|
-
|
|
3251
|
+
|
|
3252
|
+
.hsms1n6 {
|
|
3253
|
+
visibility: hidden;
|
|
3254
|
+
position: absolute;
|
|
3044
3255
|
}
|
|
3045
|
-
|
|
3046
|
-
.
|
|
3256
|
+
|
|
3257
|
+
.p12gwtiw {
|
|
3258
|
+
display: flex;
|
|
3259
|
+
justify-content: space-between;
|
|
3260
|
+
align-items: center;
|
|
3261
|
+
padding: 10px 0;
|
|
3047
3262
|
color: rgba(44, 56, 82, 0.6);
|
|
3263
|
+
font-size: 12px;
|
|
3264
|
+
line-height: 24px;
|
|
3048
3265
|
}
|
|
3049
|
-
.
|
|
3050
|
-
|
|
3051
|
-
}
|
|
3052
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3053
|
-
background: #fff;
|
|
3266
|
+
.p12gwtiw .pagination-left {
|
|
3267
|
+
padding: 2px 8px;
|
|
3054
3268
|
}
|
|
3055
|
-
.
|
|
3269
|
+
.p12gwtiw .dropdown-trigger {
|
|
3270
|
+
display: flex;
|
|
3271
|
+
align-items: center;
|
|
3272
|
+
border-radius: 6px;
|
|
3056
3273
|
cursor: pointer;
|
|
3057
|
-
|
|
3058
|
-
top: 50%;
|
|
3059
|
-
right: 12px;
|
|
3060
|
-
transform: translateY(-50%);
|
|
3061
|
-
}
|
|
3062
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3063
|
-
box-shadow: none;
|
|
3064
|
-
width: 1px;
|
|
3065
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3066
|
-
}
|
|
3067
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3068
|
-
box-shadow: none;
|
|
3069
|
-
width: 1px;
|
|
3070
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3071
|
-
}
|
|
3072
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3073
|
-
position: relative;
|
|
3274
|
+
transition: all 0.3s ease;
|
|
3074
3275
|
}
|
|
3075
|
-
.
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
height: 40px;
|
|
3079
|
-
vertical-align: middle;
|
|
3080
|
-
transition: background 0ms;
|
|
3081
|
-
color: #00122e;
|
|
3276
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
3277
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3278
|
+
color: #0080ff;
|
|
3082
3279
|
}
|
|
3083
|
-
.
|
|
3084
|
-
|
|
3085
|
-
border-bottom-color: #f2f5fa;
|
|
3280
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3281
|
+
margin-left: 4px;
|
|
3086
3282
|
}
|
|
3087
|
-
.
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
transition: none;
|
|
3093
|
-
overflow: hidden;
|
|
3094
|
-
text-overflow: ellipsis;
|
|
3095
|
-
white-space: nowrap;
|
|
3283
|
+
.p12gwtiw .pagination-right {
|
|
3284
|
+
display: flex;
|
|
3285
|
+
align-items: center;
|
|
3286
|
+
color: #0080ff;
|
|
3287
|
+
font-weight: bold;
|
|
3096
3288
|
}
|
|
3097
|
-
.
|
|
3098
|
-
|
|
3289
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
3290
|
+
margin-left: 4px;
|
|
3099
3291
|
}
|
|
3100
|
-
.
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
width: 100%;
|
|
3104
|
-
vertical-align: middle;
|
|
3292
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
3293
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
3294
|
+
padding: 0 8px;
|
|
3105
3295
|
}
|
|
3106
|
-
.
|
|
3107
|
-
|
|
3296
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3297
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
3298
|
+
color: #0080ff;
|
|
3108
3299
|
}
|
|
3109
|
-
.
|
|
3110
|
-
|
|
3300
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3301
|
+
transform: rotate(180deg);
|
|
3111
3302
|
}
|
|
3112
|
-
|
|
3113
|
-
|
|
3303
|
+
|
|
3304
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3305
|
+
max-height: calc(100vh - 128px);
|
|
3306
|
+
overflow-y: auto;
|
|
3114
3307
|
}
|
|
3115
|
-
.
|
|
3116
|
-
|
|
3117
|
-
|
|
3308
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3309
|
+
padding: 4px 20px;
|
|
3310
|
+
font-size: 12px;
|
|
3311
|
+
line-height: 18px;
|
|
3118
3312
|
}
|
|
3119
|
-
|
|
3120
|
-
|
|
3313
|
+
|
|
3314
|
+
.s34f1qb.ant-switch {
|
|
3315
|
+
min-width: 40px;
|
|
3316
|
+
height: 24px;
|
|
3317
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3318
|
+
overflow: hidden;
|
|
3121
3319
|
}
|
|
3122
|
-
.
|
|
3123
|
-
|
|
3320
|
+
.s34f1qb.ant-switch:focus {
|
|
3321
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3124
3322
|
}
|
|
3125
|
-
.
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
top: -1px;
|
|
3129
|
-
bottom: -1px;
|
|
3130
|
-
background: white;
|
|
3323
|
+
.s34f1qb.ant-switch-small {
|
|
3324
|
+
min-width: 26px;
|
|
3325
|
+
height: 16px;
|
|
3131
3326
|
}
|
|
3132
|
-
.
|
|
3133
|
-
|
|
3327
|
+
.s34f1qb.ant-switch-large {
|
|
3328
|
+
min-width: 52px;
|
|
3329
|
+
height: 32px;
|
|
3134
3330
|
}
|
|
3135
|
-
.
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
border-top: none;
|
|
3331
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
3332
|
+
height: 20px;
|
|
3333
|
+
width: 20px;
|
|
3139
3334
|
}
|
|
3140
|
-
.
|
|
3141
|
-
border-
|
|
3142
|
-
|
|
3143
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3335
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3336
|
+
border-radius: 10px;
|
|
3337
|
+
transition-delay: 120ms;
|
|
3144
3338
|
}
|
|
3145
|
-
.
|
|
3146
|
-
|
|
3147
|
-
|
|
3339
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3340
|
+
height: 14px;
|
|
3341
|
+
width: 14px;
|
|
3342
|
+
top: 1px;
|
|
3343
|
+
left: 1px;
|
|
3148
3344
|
}
|
|
3149
|
-
.
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
height: 100%;
|
|
3153
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3345
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3346
|
+
height: 28px;
|
|
3347
|
+
width: 28px;
|
|
3154
3348
|
}
|
|
3155
|
-
.
|
|
3156
|
-
|
|
3157
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3349
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3350
|
+
border-radius: 14px;
|
|
3158
3351
|
}
|
|
3159
|
-
.
|
|
3160
|
-
|
|
3161
|
-
align-items: center;
|
|
3162
|
-
height: 100%;
|
|
3163
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3352
|
+
.s34f1qb.ant-switch-checked {
|
|
3353
|
+
background-color: #00ba5d;
|
|
3164
3354
|
}
|
|
3165
|
-
.
|
|
3166
|
-
|
|
3355
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3356
|
+
left: calc(100% - 20px - 2px);
|
|
3167
3357
|
}
|
|
3168
|
-
.
|
|
3169
|
-
|
|
3170
|
-
border-radius: 8px;
|
|
3358
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3359
|
+
left: calc(100% - 14px - 1px);
|
|
3171
3360
|
}
|
|
3172
|
-
.
|
|
3173
|
-
|
|
3361
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3362
|
+
left: calc(100% - 28px - 2px);
|
|
3174
3363
|
}
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
border-top-color: transparent;
|
|
3364
|
+
|
|
3365
|
+
.c1to9vb9 {
|
|
3366
|
+
margin-left: 5px;
|
|
3179
3367
|
}
|
|
3180
|
-
|
|
3181
|
-
|
|
3368
|
+
|
|
3369
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3370
|
+
flex-direction: row;
|
|
3371
|
+
justify-content: stretch;
|
|
3182
3372
|
}
|
|
3183
|
-
.
|
|
3184
|
-
|
|
3373
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3374
|
+
padding: 0;
|
|
3375
|
+
margin-right: 4px;
|
|
3376
|
+
flex: 1;
|
|
3377
|
+
overflow: visible;
|
|
3185
3378
|
}
|
|
3186
|
-
.
|
|
3187
|
-
|
|
3379
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3380
|
+
display: none;
|
|
3188
3381
|
}
|
|
3189
|
-
.
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
position: relative;
|
|
3193
|
-
border-bottom: none;
|
|
3194
|
-
color: #00122e;
|
|
3195
|
-
transition: none;
|
|
3196
|
-
padding: 15px 8px 15px 8px;
|
|
3382
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3383
|
+
width: 100%;
|
|
3384
|
+
min-height: unset;
|
|
3197
3385
|
}
|
|
3198
|
-
.
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3386
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3387
|
+
height: 26px;
|
|
3388
|
+
line-height: 26px;
|
|
3389
|
+
width: 100%;
|
|
3390
|
+
text-align: center;
|
|
3391
|
+
padding: 0;
|
|
3392
|
+
font-size: 12px;
|
|
3393
|
+
font-weight: normal;
|
|
3206
3394
|
}
|
|
3207
|
-
.
|
|
3208
|
-
|
|
3395
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3396
|
+
margin-right: 10px;
|
|
3209
3397
|
}
|
|
3210
|
-
.
|
|
3398
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3211
3399
|
display: none;
|
|
3212
3400
|
}
|
|
3213
|
-
.
|
|
3214
|
-
|
|
3215
|
-
overflow: hidden;
|
|
3216
|
-
white-space: nowrap;
|
|
3217
|
-
text-overflow: ellipsis;
|
|
3401
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3402
|
+
border-radius: 4px 0 0 4px;
|
|
3218
3403
|
}
|
|
3219
|
-
.
|
|
3220
|
-
|
|
3221
|
-
text-overflow: ellipsis;
|
|
3222
|
-
flex: 1;
|
|
3404
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3405
|
+
margin-right: 0;
|
|
3223
3406
|
}
|
|
3224
|
-
.
|
|
3225
|
-
|
|
3407
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3408
|
+
border-radius: 0 4px 4px 0;
|
|
3226
3409
|
}
|
|
3227
|
-
.
|
|
3228
|
-
|
|
3410
|
+
.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 {
|
|
3411
|
+
content: "";
|
|
3412
|
+
width: 0;
|
|
3413
|
+
height: 0;
|
|
3414
|
+
border: 13px solid transparent;
|
|
3415
|
+
position: absolute;
|
|
3416
|
+
top: 0;
|
|
3417
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3418
|
+
right: -21px;
|
|
3419
|
+
z-index: 2;
|
|
3229
3420
|
}
|
|
3230
|
-
.
|
|
3421
|
+
.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 {
|
|
3422
|
+
content: "";
|
|
3423
|
+
width: 0;
|
|
3424
|
+
height: 0;
|
|
3425
|
+
border: 13px solid transparent;
|
|
3231
3426
|
position: absolute;
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
height: 16px;
|
|
3236
|
-
display: none;
|
|
3237
|
-
transition: transform 320ms ease;
|
|
3427
|
+
top: 0;
|
|
3428
|
+
border-left: 8px solid #fff;
|
|
3429
|
+
left: 0;
|
|
3238
3430
|
}
|
|
3239
|
-
.
|
|
3240
|
-
|
|
3241
|
-
|
|
3431
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3432
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3433
|
+
}
|
|
3434
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3435
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3436
|
+
}
|
|
3437
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3438
|
+
color: #005ed1;
|
|
3242
3439
|
}
|
|
3243
|
-
.
|
|
3244
|
-
|
|
3440
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3441
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3442
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3245
3443
|
}
|
|
3246
|
-
.
|
|
3247
|
-
|
|
3444
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3445
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3446
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3248
3447
|
}
|
|
3249
|
-
.
|
|
3250
|
-
|
|
3448
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3449
|
+
padding: 0;
|
|
3251
3450
|
}
|
|
3252
|
-
|
|
3253
|
-
|
|
3451
|
+
|
|
3452
|
+
.t1upn1sz {
|
|
3453
|
+
height: 100%;
|
|
3254
3454
|
}
|
|
3255
|
-
|
|
3256
|
-
|
|
3455
|
+
|
|
3456
|
+
.tta5kd2 {
|
|
3457
|
+
height: 100%;
|
|
3257
3458
|
}
|
|
3258
|
-
.tta5kd2
|
|
3259
|
-
|
|
3459
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3460
|
+
overflow: visible !important;
|
|
3461
|
+
height: 100%;
|
|
3260
3462
|
}
|
|
3261
|
-
.tta5kd2 .ant-table .ant-table-
|
|
3262
|
-
|
|
3463
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3464
|
+
height: 100%;
|
|
3263
3465
|
}
|
|
3264
|
-
.tta5kd2
|
|
3265
|
-
|
|
3466
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3467
|
+
width: 100% !important;
|
|
3468
|
+
height: 100%;
|
|
3266
3469
|
}
|
|
3267
|
-
.tta5kd2 .ant-table .ant-table-
|
|
3268
|
-
|
|
3269
|
-
left: 50%;
|
|
3270
|
-
top: 50%;
|
|
3271
|
-
transform: translate(-50%, -50%);
|
|
3470
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3471
|
+
padding: 15px 0;
|
|
3272
3472
|
}
|
|
3273
|
-
.tta5kd2 .ant-table .ant-table-
|
|
3473
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3274
3474
|
display: none;
|
|
3275
3475
|
}
|
|
3276
|
-
.tta5kd2 .
|
|
3277
|
-
|
|
3476
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3477
|
+
font-weight: 700;
|
|
3278
3478
|
}
|
|
3279
|
-
.tta5kd2
|
|
3280
|
-
|
|
3479
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3480
|
+
font-weight: 700;
|
|
3281
3481
|
}
|
|
3282
|
-
.tta5kd2 .ant-
|
|
3283
|
-
|
|
3284
|
-
border: none;
|
|
3285
|
-
background: inherit !important;
|
|
3286
|
-
height: 100px;
|
|
3287
|
-
vertical-align: middle;
|
|
3482
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3483
|
+
height: 100%;
|
|
3288
3484
|
}
|
|
3289
|
-
.tta5kd2 .ant-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
font-size: 20px;
|
|
3293
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3485
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3486
|
+
height: 100%;
|
|
3487
|
+
overflow: visible;
|
|
3294
3488
|
}
|
|
3295
|
-
.tta5kd2 .ant-
|
|
3296
|
-
|
|
3297
|
-
|
|
3489
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3490
|
+
max-height: none;
|
|
3491
|
+
}
|
|
3492
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3493
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3494
|
+
display: none;
|
|
3495
|
+
}
|
|
3496
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3497
|
+
background: transparent;
|
|
3498
|
+
}
|
|
3499
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3500
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3298
3501
|
background: #fff;
|
|
3502
|
+
padding: 0 !important;
|
|
3299
3503
|
}
|
|
3300
|
-
.tta5kd2 .ant-table
|
|
3301
|
-
|
|
3504
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3505
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3302
3506
|
display: flex;
|
|
3303
3507
|
align-items: center;
|
|
3304
|
-
|
|
3305
|
-
padding
|
|
3508
|
+
height: 100%;
|
|
3509
|
+
padding: 8px;
|
|
3306
3510
|
}
|
|
3307
|
-
.tta5kd2 .ant-table
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
border-radius: 4px;
|
|
3511
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3512
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3513
|
+
overflow: hidden;
|
|
3514
|
+
text-overflow: ellipsis;
|
|
3515
|
+
width: 100%;
|
|
3313
3516
|
}
|
|
3314
|
-
.tta5kd2 .ant-table
|
|
3315
|
-
|
|
3517
|
+
.tta5kd2 .ant-table-container {
|
|
3518
|
+
height: 100%;
|
|
3316
3519
|
}
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
width: 430px !important;
|
|
3520
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3521
|
+
box-shadow: none !important;
|
|
3320
3522
|
}
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
border-
|
|
3326
|
-
height:
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
margin-top: 8px;
|
|
3523
|
+
.tta5kd2 .ant-table {
|
|
3524
|
+
border-radius: 0px;
|
|
3525
|
+
border-left: none;
|
|
3526
|
+
border-right: none;
|
|
3527
|
+
border-bottom: none;
|
|
3528
|
+
height: 100%;
|
|
3529
|
+
font-size: 12px;
|
|
3530
|
+
background: transparent;
|
|
3330
3531
|
}
|
|
3331
|
-
.
|
|
3332
|
-
|
|
3532
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3533
|
+
position: relative;
|
|
3534
|
+
z-index: 3;
|
|
3535
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3536
|
+
margin-bottom: -1px;
|
|
3333
3537
|
}
|
|
3334
|
-
|
|
3335
|
-
.
|
|
3336
|
-
|
|
3337
|
-
flex-direction: column;
|
|
3338
|
-
margin: 1px 8px;
|
|
3339
|
-
padding: 8px;
|
|
3340
|
-
border-radius: 4px;
|
|
3538
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3539
|
+
.tta5kd2 .ant-table .value {
|
|
3540
|
+
color: #2d3a56;
|
|
3341
3541
|
}
|
|
3342
|
-
.
|
|
3343
|
-
|
|
3542
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3543
|
+
.tta5kd2 .ant-table .unit {
|
|
3544
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3344
3545
|
}
|
|
3345
|
-
.
|
|
3346
|
-
|
|
3546
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3547
|
+
text-align: center;
|
|
3347
3548
|
}
|
|
3348
|
-
.
|
|
3349
|
-
background
|
|
3549
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3550
|
+
background: #fff;
|
|
3350
3551
|
}
|
|
3351
|
-
.
|
|
3352
|
-
|
|
3552
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3553
|
+
cursor: pointer;
|
|
3554
|
+
position: absolute;
|
|
3555
|
+
top: 50%;
|
|
3556
|
+
right: 12px;
|
|
3557
|
+
transform: translateY(-50%);
|
|
3353
3558
|
}
|
|
3354
|
-
.
|
|
3355
|
-
|
|
3559
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3560
|
+
box-shadow: none;
|
|
3561
|
+
width: 1px;
|
|
3562
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3356
3563
|
}
|
|
3357
|
-
.
|
|
3358
|
-
|
|
3564
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3565
|
+
box-shadow: none;
|
|
3566
|
+
width: 1px;
|
|
3567
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3359
3568
|
}
|
|
3360
|
-
.
|
|
3361
|
-
|
|
3569
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3570
|
+
position: relative;
|
|
3362
3571
|
}
|
|
3363
|
-
.
|
|
3364
|
-
|
|
3365
|
-
|
|
3572
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3573
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3574
|
+
border-bottom: 1px solid white;
|
|
3575
|
+
height: 40px;
|
|
3576
|
+
vertical-align: middle;
|
|
3577
|
+
transition: background 0ms;
|
|
3578
|
+
color: #00122e;
|
|
3366
3579
|
}
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
justify-content: space-between;
|
|
3371
|
-
height: 20px;
|
|
3372
|
-
line-height: 20px;
|
|
3580
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3581
|
+
background: #f2f5fa;
|
|
3582
|
+
border-bottom-color: #f2f5fa;
|
|
3373
3583
|
}
|
|
3374
|
-
.
|
|
3375
|
-
|
|
3584
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3585
|
+
height: auto;
|
|
3586
|
+
color: #00122e;
|
|
3587
|
+
font-size: 12px;
|
|
3588
|
+
text-align: left;
|
|
3589
|
+
transition: none;
|
|
3376
3590
|
overflow: hidden;
|
|
3377
3591
|
text-overflow: ellipsis;
|
|
3592
|
+
white-space: nowrap;
|
|
3378
3593
|
}
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
display: flex;
|
|
3382
|
-
justify-content: space-between;
|
|
3383
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3384
|
-
height: 18px;
|
|
3385
|
-
line-height: 18px;
|
|
3386
|
-
margin-top: 2px;
|
|
3594
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3595
|
+
color: #0096ff;
|
|
3387
3596
|
}
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3597
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3598
|
+
overflow: hidden;
|
|
3599
|
+
text-overflow: ellipsis;
|
|
3600
|
+
width: 100%;
|
|
3601
|
+
vertical-align: middle;
|
|
3602
|
+
}
|
|
3603
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3604
|
+
line-height: 0px;
|
|
3605
|
+
}
|
|
3606
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3607
|
+
padding-right: 25px;
|
|
3608
|
+
}
|
|
3609
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3610
|
+
border-top-color: transparent;
|
|
3611
|
+
}
|
|
3612
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3392
3613
|
background: rgba(225, 230, 241, 0.6);
|
|
3614
|
+
border-color: transparent transparent white;
|
|
3615
|
+
}
|
|
3616
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3617
|
+
border-radius: 8px 0 0 8px;
|
|
3618
|
+
}
|
|
3619
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3620
|
+
border-radius: 8px 0 0 8px;
|
|
3621
|
+
}
|
|
3622
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3623
|
+
content: "";
|
|
3624
|
+
width: 4px;
|
|
3625
|
+
top: -1px;
|
|
3626
|
+
bottom: -1px;
|
|
3627
|
+
background: white;
|
|
3393
3628
|
}
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
display: inline-block;
|
|
3629
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3630
|
+
border-radius: 0 8px 8px 0;
|
|
3397
3631
|
}
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
font-weight: bold;
|
|
3403
|
-
font-size: 32px;
|
|
3404
|
-
line-height: 40px;
|
|
3632
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3633
|
+
border-radius: 0;
|
|
3634
|
+
background: white;
|
|
3635
|
+
border-top: none;
|
|
3405
3636
|
}
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
font-weight: bold;
|
|
3411
|
-
font-size: 24px;
|
|
3412
|
-
line-height: 32px;
|
|
3637
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3638
|
+
border-top: 1px solid transparent;
|
|
3639
|
+
border-radius: 0 8px 8px 0;
|
|
3640
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3413
3641
|
}
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
font-style: normal;
|
|
3418
|
-
font-weight: normal;
|
|
3419
|
-
font-size: 32px;
|
|
3420
|
-
line-height: 40px;
|
|
3642
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3643
|
+
background: white;
|
|
3644
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3421
3645
|
}
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
font-size: 20px;
|
|
3428
|
-
line-height: 24px;
|
|
3646
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3647
|
+
display: flex;
|
|
3648
|
+
align-items: center;
|
|
3649
|
+
height: 100%;
|
|
3650
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3429
3651
|
}
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
font-style: normal;
|
|
3434
|
-
font-weight: normal;
|
|
3435
|
-
font-size: 20px;
|
|
3436
|
-
line-height: 24px;
|
|
3652
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3653
|
+
background: white;
|
|
3654
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3437
3655
|
}
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
font-size: 18px;
|
|
3444
|
-
line-height: 22px;
|
|
3656
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3657
|
+
display: flex;
|
|
3658
|
+
align-items: center;
|
|
3659
|
+
height: 100%;
|
|
3660
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3445
3661
|
}
|
|
3446
|
-
|
|
3447
|
-
.
|
|
3448
|
-
font-family: Inter;
|
|
3449
|
-
font-style: normal;
|
|
3450
|
-
font-weight: normal;
|
|
3451
|
-
font-size: 18px;
|
|
3452
|
-
line-height: 22px;
|
|
3662
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3663
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3453
3664
|
}
|
|
3454
|
-
|
|
3455
|
-
.
|
|
3456
|
-
|
|
3457
|
-
font-style: normal;
|
|
3458
|
-
font-weight: bold;
|
|
3459
|
-
font-size: 16px;
|
|
3460
|
-
line-height: 22px;
|
|
3665
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3666
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3667
|
+
border-radius: 8px;
|
|
3461
3668
|
}
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
font-family: Inter;
|
|
3465
|
-
font-style: normal;
|
|
3466
|
-
font-weight: normal;
|
|
3467
|
-
font-size: 16px;
|
|
3468
|
-
line-height: 22px;
|
|
3669
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3670
|
+
border-top-color: white;
|
|
3469
3671
|
}
|
|
3470
|
-
|
|
3471
|
-
.
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
font-weight: bold;
|
|
3475
|
-
font-size: 14px;
|
|
3476
|
-
line-height: 20px;
|
|
3672
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3673
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3674
|
+
border-bottom-color: transparent;
|
|
3675
|
+
border-top-color: transparent;
|
|
3477
3676
|
}
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
font-family: Inter;
|
|
3481
|
-
font-style: normal;
|
|
3482
|
-
font-weight: normal;
|
|
3483
|
-
font-size: 14px;
|
|
3484
|
-
line-height: 20px;
|
|
3677
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3678
|
+
border-radius: 8px 0 0 8px;
|
|
3485
3679
|
}
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
font-family: Inter;
|
|
3489
|
-
font-style: normal;
|
|
3490
|
-
font-weight: bold;
|
|
3491
|
-
font-size: 12px;
|
|
3492
|
-
line-height: 18px;
|
|
3680
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3681
|
+
border-radius: 0 8px 8px 0;
|
|
3493
3682
|
}
|
|
3494
|
-
|
|
3495
|
-
.
|
|
3496
|
-
font-family: Inter;
|
|
3497
|
-
font-style: normal;
|
|
3498
|
-
font-weight: normal;
|
|
3499
|
-
font-size: 12px;
|
|
3500
|
-
line-height: 18px;
|
|
3683
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3684
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3501
3685
|
}
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
font-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
line-height: 18px;
|
|
3686
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3687
|
+
background: #fff;
|
|
3688
|
+
font-weight: 400;
|
|
3689
|
+
position: relative;
|
|
3690
|
+
border-bottom: none;
|
|
3691
|
+
color: #00122e;
|
|
3692
|
+
transition: none;
|
|
3693
|
+
padding: 15px 8px 15px 8px;
|
|
3511
3694
|
}
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
line-height: 18px;
|
|
3695
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3696
|
+
content: "";
|
|
3697
|
+
width: 1px;
|
|
3698
|
+
top: 0;
|
|
3699
|
+
bottom: 0;
|
|
3700
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3701
|
+
position: absolute;
|
|
3702
|
+
right: 0;
|
|
3521
3703
|
}
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
font-family: Inter;
|
|
3525
|
-
font-style: normal;
|
|
3526
|
-
font-weight: normal;
|
|
3527
|
-
font-size: 16px;
|
|
3528
|
-
line-height: 24px;
|
|
3704
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3705
|
+
padding: unset;
|
|
3529
3706
|
}
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
font-family: Inter;
|
|
3533
|
-
font-style: normal;
|
|
3534
|
-
font-weight: bold;
|
|
3535
|
-
font-size: 16px;
|
|
3536
|
-
line-height: 24px;
|
|
3707
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3708
|
+
display: none;
|
|
3537
3709
|
}
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
font-size: 16px;
|
|
3544
|
-
line-height: 24px;
|
|
3710
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3711
|
+
width: 100%;
|
|
3712
|
+
overflow: hidden;
|
|
3713
|
+
white-space: nowrap;
|
|
3714
|
+
text-overflow: ellipsis;
|
|
3545
3715
|
}
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
font-weight: bold;
|
|
3551
|
-
font-size: 16px;
|
|
3552
|
-
line-height: 24px;
|
|
3716
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3717
|
+
overflow: hidden;
|
|
3718
|
+
text-overflow: ellipsis;
|
|
3719
|
+
flex: 1;
|
|
3553
3720
|
}
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
font-family: Inter;
|
|
3557
|
-
font-style: normal;
|
|
3558
|
-
font-weight: normal;
|
|
3559
|
-
text-transform: uppercase;
|
|
3560
|
-
font-feature-settings: "cpsp" on;
|
|
3561
|
-
font-size: 16px;
|
|
3562
|
-
line-height: 24px;
|
|
3721
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3722
|
+
padding: 15px 25px 15px 8px;
|
|
3563
3723
|
}
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
font-family: Inter;
|
|
3567
|
-
font-style: normal;
|
|
3568
|
-
font-weight: bold;
|
|
3569
|
-
text-transform: uppercase;
|
|
3570
|
-
font-feature-settings: "cpsp" on;
|
|
3571
|
-
font-size: 16px;
|
|
3572
|
-
line-height: 24px;
|
|
3724
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3725
|
+
padding: 0;
|
|
3573
3726
|
}
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3727
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3728
|
+
position: absolute;
|
|
3729
|
+
right: 6px;
|
|
3730
|
+
top: 50%;
|
|
3731
|
+
transform: translateY(-50%);
|
|
3732
|
+
height: 16px;
|
|
3733
|
+
display: none;
|
|
3734
|
+
transition: transform 320ms ease;
|
|
3581
3735
|
}
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
font-style: normal;
|
|
3586
|
-
font-weight: 500;
|
|
3587
|
-
font-size: 14px;
|
|
3588
|
-
line-height: 22px;
|
|
3736
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3737
|
+
display: block;
|
|
3738
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3589
3739
|
}
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
font-family: Inter;
|
|
3593
|
-
font-style: normal;
|
|
3594
|
-
font-weight: bold;
|
|
3595
|
-
font-size: 14px;
|
|
3596
|
-
line-height: 22px;
|
|
3740
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3741
|
+
display: block;
|
|
3597
3742
|
}
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
font-family: Inter;
|
|
3601
|
-
font-style: normal;
|
|
3602
|
-
font-weight: normal;
|
|
3603
|
-
font-size: 14px;
|
|
3604
|
-
line-height: 22px;
|
|
3743
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3744
|
+
display: none;
|
|
3605
3745
|
}
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
font-family: Inter;
|
|
3609
|
-
font-style: normal;
|
|
3610
|
-
font-weight: bold;
|
|
3611
|
-
font-size: 14px;
|
|
3612
|
-
line-height: 22px;
|
|
3746
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3747
|
+
transform: translateY(-50%);
|
|
3613
3748
|
}
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
font-family: Inter;
|
|
3617
|
-
font-style: normal;
|
|
3618
|
-
font-weight: normal;
|
|
3619
|
-
text-transform: uppercase;
|
|
3620
|
-
font-feature-settings: "cpsp" on;
|
|
3621
|
-
font-size: 14px;
|
|
3622
|
-
line-height: 22px;
|
|
3749
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3750
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3623
3751
|
}
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
font-family: Inter;
|
|
3627
|
-
font-style: normal;
|
|
3628
|
-
font-weight: bold;
|
|
3629
|
-
text-transform: uppercase;
|
|
3630
|
-
font-feature-settings: "cpsp" on;
|
|
3631
|
-
font-size: 14px;
|
|
3632
|
-
line-height: 22px;
|
|
3752
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3753
|
+
background: #f2f5fa;
|
|
3633
3754
|
}
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
font-family: Inter;
|
|
3637
|
-
font-style: normal;
|
|
3638
|
-
font-weight: normal;
|
|
3639
|
-
font-size: 13px;
|
|
3640
|
-
line-height: 20px;
|
|
3755
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3756
|
+
display: block;
|
|
3641
3757
|
}
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
font-family: Inter;
|
|
3645
|
-
font-style: normal;
|
|
3646
|
-
font-weight: 600;
|
|
3647
|
-
font-size: 13px;
|
|
3648
|
-
line-height: 20px;
|
|
3758
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3759
|
+
padding-right: 25px;
|
|
3649
3760
|
}
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
font-family: Inter;
|
|
3653
|
-
font-style: normal;
|
|
3654
|
-
font-weight: bold;
|
|
3655
|
-
font-size: 13px;
|
|
3656
|
-
line-height: 20px;
|
|
3761
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3762
|
+
padding: 0 !important;
|
|
3657
3763
|
}
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
font-size: 13px;
|
|
3664
|
-
line-height: 20px;
|
|
3764
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3765
|
+
position: absolute;
|
|
3766
|
+
left: 50%;
|
|
3767
|
+
top: 50%;
|
|
3768
|
+
transform: translate(-50%, -50%);
|
|
3665
3769
|
}
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
font-family: Inter;
|
|
3669
|
-
font-style: normal;
|
|
3670
|
-
font-weight: 600;
|
|
3671
|
-
font-size: 13px;
|
|
3672
|
-
line-height: 20px;
|
|
3770
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3771
|
+
display: none;
|
|
3673
3772
|
}
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
font-family: Inter;
|
|
3677
|
-
font-style: normal;
|
|
3678
|
-
font-weight: bold;
|
|
3679
|
-
font-size: 13px;
|
|
3680
|
-
line-height: 20px;
|
|
3773
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3774
|
+
background: #fff;
|
|
3681
3775
|
}
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
font-family: Inter;
|
|
3685
|
-
font-style: normal;
|
|
3686
|
-
font-weight: normal;
|
|
3687
|
-
text-transform: uppercase;
|
|
3688
|
-
font-feature-settings: "cpsp" on;
|
|
3689
|
-
font-size: 13px;
|
|
3690
|
-
line-height: 20px;
|
|
3776
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3777
|
+
background: inherit;
|
|
3691
3778
|
}
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3779
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3780
|
+
position: static;
|
|
3781
|
+
border: none;
|
|
3782
|
+
background: inherit !important;
|
|
3783
|
+
height: 100px;
|
|
3784
|
+
vertical-align: middle;
|
|
3785
|
+
}
|
|
3786
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3787
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3696
3788
|
font-weight: bold;
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
font-size: 13px;
|
|
3700
|
-
line-height: 20px;
|
|
3789
|
+
font-size: 20px;
|
|
3790
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3701
3791
|
}
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
font-weight: normal;
|
|
3707
|
-
font-size: 12px;
|
|
3708
|
-
line-height: 18px;
|
|
3792
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3793
|
+
padding: 0 !important;
|
|
3794
|
+
position: relative;
|
|
3795
|
+
background: #fff;
|
|
3709
3796
|
}
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
line-height: 18px;
|
|
3797
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3798
|
+
height: 100%;
|
|
3799
|
+
display: flex;
|
|
3800
|
+
align-items: center;
|
|
3801
|
+
justify-content: flex-end;
|
|
3802
|
+
padding-right: 8px;
|
|
3717
3803
|
}
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
line-height: 18px;
|
|
3804
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3805
|
+
width: 24px;
|
|
3806
|
+
height: 24px;
|
|
3807
|
+
cursor: pointer;
|
|
3808
|
+
justify-content: center;
|
|
3809
|
+
border-radius: 4px;
|
|
3725
3810
|
}
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
font-family: Inter;
|
|
3729
|
-
font-style: normal;
|
|
3730
|
-
font-weight: normal;
|
|
3731
|
-
font-size: 12px;
|
|
3732
|
-
line-height: 18px;
|
|
3811
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3812
|
+
background: #fff;
|
|
3733
3813
|
}
|
|
3734
3814
|
|
|
3735
|
-
.
|
|
3736
|
-
|
|
3737
|
-
font-style: normal;
|
|
3738
|
-
font-weight: 500;
|
|
3739
|
-
font-size: 12px;
|
|
3740
|
-
line-height: 18px;
|
|
3815
|
+
.s1fc623g {
|
|
3816
|
+
width: 430px !important;
|
|
3741
3817
|
}
|
|
3742
3818
|
|
|
3743
|
-
.
|
|
3744
|
-
|
|
3745
|
-
font-style: normal;
|
|
3746
|
-
font-weight: bold;
|
|
3747
|
-
font-size: 12px;
|
|
3819
|
+
.da3mx0o .ant-select-item-group {
|
|
3820
|
+
padding: 8px 16px;
|
|
3748
3821
|
line-height: 18px;
|
|
3822
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3823
|
+
height: 34px;
|
|
3824
|
+
min-height: 34px;
|
|
3825
|
+
box-sizing: border-box;
|
|
3826
|
+
margin-top: 8px;
|
|
3749
3827
|
}
|
|
3750
3828
|
|
|
3751
|
-
.
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
font-size: 12px;
|
|
3758
|
-
line-height: 18px;
|
|
3829
|
+
.onr9gzt {
|
|
3830
|
+
display: flex;
|
|
3831
|
+
flex-direction: column;
|
|
3832
|
+
margin: 1px 8px;
|
|
3833
|
+
padding: 8px;
|
|
3834
|
+
border-radius: 4px;
|
|
3759
3835
|
}
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
font-family: Inter;
|
|
3763
|
-
font-style: normal;
|
|
3764
|
-
font-weight: bold;
|
|
3765
|
-
text-transform: uppercase;
|
|
3766
|
-
font-feature-settings: "cpsp" on;
|
|
3767
|
-
font-size: 12px;
|
|
3768
|
-
line-height: 18px;
|
|
3836
|
+
.onr9gzt .selected-icon {
|
|
3837
|
+
display: none;
|
|
3769
3838
|
}
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
font-family: Inter;
|
|
3773
|
-
font-style: normal;
|
|
3774
|
-
font-weight: normal;
|
|
3775
|
-
font-size: 13px;
|
|
3776
|
-
line-height: 20px;
|
|
3839
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3840
|
+
padding-left: 8px;
|
|
3777
3841
|
}
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
font-family: Inter;
|
|
3781
|
-
font-style: normal;
|
|
3782
|
-
font-weight: normal;
|
|
3783
|
-
font-size: 13px;
|
|
3784
|
-
line-height: 20px;
|
|
3842
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3843
|
+
background-color: white;
|
|
3785
3844
|
}
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
font-family: Inter;
|
|
3789
|
-
font-style: normal;
|
|
3790
|
-
font-weight: normal;
|
|
3791
|
-
font-size: 12px;
|
|
3792
|
-
line-height: 18px;
|
|
3845
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3846
|
+
color: #0080ff;
|
|
3793
3847
|
}
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
font-family: Inter;
|
|
3797
|
-
font-style: normal;
|
|
3798
|
-
font-weight: normal;
|
|
3799
|
-
font-size: 12px;
|
|
3800
|
-
line-height: 18px;
|
|
3848
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3849
|
+
display: block;
|
|
3801
3850
|
}
|
|
3802
|
-
|
|
3803
|
-
.
|
|
3804
|
-
font-family: Inter;
|
|
3805
|
-
font-style: normal;
|
|
3806
|
-
font-weight: normal;
|
|
3807
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3808
|
-
font-size: 13px;
|
|
3809
|
-
line-height: 20px;
|
|
3851
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3852
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3810
3853
|
}
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
font-family: Inter;
|
|
3814
|
-
font-style: normal;
|
|
3815
|
-
font-weight: normal;
|
|
3816
|
-
font-feature-settings: "zero" on;
|
|
3817
|
-
font-size: 13px;
|
|
3818
|
-
line-height: 20px;
|
|
3854
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3855
|
+
color: #0080ff;
|
|
3819
3856
|
}
|
|
3820
|
-
|
|
3821
|
-
.
|
|
3822
|
-
|
|
3823
|
-
font-style: normal;
|
|
3824
|
-
font-weight: normal;
|
|
3825
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3826
|
-
font-size: 12px;
|
|
3827
|
-
line-height: 18px;
|
|
3857
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3858
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3859
|
+
color: #0080ff;
|
|
3828
3860
|
}
|
|
3829
3861
|
|
|
3830
|
-
.
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
font-size: 12px;
|
|
3836
|
-
line-height: 18px;
|
|
3862
|
+
.oiy0apc {
|
|
3863
|
+
display: flex;
|
|
3864
|
+
justify-content: space-between;
|
|
3865
|
+
height: 20px;
|
|
3866
|
+
line-height: 20px;
|
|
3837
3867
|
}
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
font-weight: normal;
|
|
3843
|
-
font-feature-settings: "zero" on;
|
|
3844
|
-
font-size: 12px;
|
|
3845
|
-
line-height: 18px;
|
|
3868
|
+
.oiy0apc .timezone-title {
|
|
3869
|
+
color: #2d3a56;
|
|
3870
|
+
overflow: hidden;
|
|
3871
|
+
text-overflow: ellipsis;
|
|
3846
3872
|
}
|
|
3847
3873
|
|
|
3848
|
-
.
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
font-size: 12px;
|
|
3874
|
+
.of4y382 {
|
|
3875
|
+
display: flex;
|
|
3876
|
+
justify-content: space-between;
|
|
3877
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3878
|
+
height: 18px;
|
|
3854
3879
|
line-height: 18px;
|
|
3880
|
+
margin-top: 2px;
|
|
3855
3881
|
}
|
|
3856
3882
|
|
|
3857
|
-
.
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
font-feature-settings: "zero" on;
|
|
3862
|
-
font-size: 16px;
|
|
3863
|
-
line-height: 24px;
|
|
3883
|
+
.t19903l9 {
|
|
3884
|
+
border: none;
|
|
3885
|
+
margin-right: 0;
|
|
3886
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3864
3887
|
}
|
|
3865
3888
|
|
|
3866
|
-
.
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
line-height: 12px;
|
|
3889
|
+
.ohwbvxu {
|
|
3890
|
+
pointer-events: none;
|
|
3891
|
+
height: 32px;
|
|
3892
|
+
width: 100%;
|
|
3893
|
+
opacity: 0;
|
|
3872
3894
|
}
|
|
3873
3895
|
|
|
3874
3896
|
.c198s9j3 {
|
|
@@ -3997,6 +4019,10 @@ input.rrg1fkn.ant-input {
|
|
|
3997
4019
|
transform: rotate(180deg);
|
|
3998
4020
|
}
|
|
3999
4021
|
|
|
4022
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4023
|
+
display: flex;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4000
4026
|
.igz4le8 {
|
|
4001
4027
|
height: 24px;
|
|
4002
4028
|
width: 56px !important;
|
|
@@ -4007,10 +4033,6 @@ input.rrg1fkn.ant-input {
|
|
|
4007
4033
|
color: rgba(44, 56, 82, 0.6);
|
|
4008
4034
|
}
|
|
4009
4035
|
|
|
4010
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4011
|
-
display: flex;
|
|
4012
|
-
}
|
|
4013
|
-
|
|
4014
4036
|
.m1thnes4 {
|
|
4015
4037
|
color: rgba(44, 56, 82, 0.6);
|
|
4016
4038
|
text-align: center;
|
|
@@ -4202,50 +4224,35 @@ input.rrg1fkn.ant-input {
|
|
|
4202
4224
|
background: rgba(163, 180, 204, 0.18);
|
|
4203
4225
|
}
|
|
4204
4226
|
|
|
4205
|
-
.
|
|
4206
|
-
display: var(--at4ovwe-0);
|
|
4207
|
-
}
|
|
4208
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4209
|
-
padding: 5px 12px;
|
|
4210
|
-
display: inline-flex;
|
|
4211
|
-
line-height: 1.5715;
|
|
4212
|
-
height: 100%;
|
|
4227
|
+
.f1p9ti6d {
|
|
4213
4228
|
width: 100%;
|
|
4229
|
+
margin-bottom: 0 !important;
|
|
4230
|
+
flex-flow: nowrap !important;
|
|
4231
|
+
line-break: auto;
|
|
4214
4232
|
}
|
|
4215
|
-
.
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
flex: none;
|
|
4219
|
-
align-items: center;
|
|
4220
|
-
margin-left: 4px;
|
|
4221
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4233
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4234
|
+
text-align: left !important;
|
|
4235
|
+
padding-bottom: 0 !important;
|
|
4222
4236
|
}
|
|
4223
|
-
.
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
align-items: center;
|
|
4228
|
-
margin-right: 4px;
|
|
4229
|
-
cursor: auto;
|
|
4237
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4238
|
+
min-height: 32px;
|
|
4239
|
+
height: auto;
|
|
4240
|
+
font-size: 13px;
|
|
4230
4241
|
color: rgba(44, 56, 82, 0.6);
|
|
4242
|
+
white-space: normal;
|
|
4231
4243
|
}
|
|
4232
|
-
.
|
|
4233
|
-
|
|
4234
|
-
border-radius: 6px;
|
|
4235
|
-
}
|
|
4236
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4237
|
-
border-color: #0096ff;
|
|
4238
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4244
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4245
|
+
border-color: #ff4d4f !important;
|
|
4239
4246
|
}
|
|
4240
|
-
.
|
|
4241
|
-
|
|
4242
|
-
|
|
4247
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4248
|
+
margin-top: 4px;
|
|
4249
|
+
font-size: 12px;
|
|
4250
|
+
min-height: 0px;
|
|
4243
4251
|
}
|
|
4244
|
-
.
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
height:
|
|
4248
|
-
font-size: inherit;
|
|
4252
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4253
|
+
font-size: 12px;
|
|
4254
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4255
|
+
min-height: 0px;
|
|
4249
4256
|
}
|
|
4250
4257
|
|
|
4251
4258
|
.tc40oxa {
|
|
@@ -4444,33 +4451,69 @@ input.rrg1fkn.ant-input {
|
|
|
4444
4451
|
margin-right: 8px;
|
|
4445
4452
|
}
|
|
4446
4453
|
|
|
4447
|
-
.
|
|
4454
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4455
|
+
display: var(--at4ovwe-0);
|
|
4456
|
+
}
|
|
4457
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4458
|
+
padding: 5px 12px;
|
|
4459
|
+
display: inline-flex;
|
|
4460
|
+
line-height: 1.5715;
|
|
4461
|
+
height: 100%;
|
|
4448
4462
|
width: 100%;
|
|
4449
|
-
margin-bottom: 0 !important;
|
|
4450
|
-
flex-flow: nowrap !important;
|
|
4451
|
-
line-break: auto;
|
|
4452
4463
|
}
|
|
4453
|
-
.
|
|
4454
|
-
|
|
4455
|
-
|
|
4464
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4465
|
+
content: var(--at4ovwe-1);
|
|
4466
|
+
display: var(--at4ovwe-2);
|
|
4467
|
+
flex: none;
|
|
4468
|
+
align-items: center;
|
|
4469
|
+
margin-left: 4px;
|
|
4470
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4456
4471
|
}
|
|
4457
|
-
.
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4472
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4473
|
+
content: var(--at4ovwe-3);
|
|
4474
|
+
display: var(--at4ovwe-4);
|
|
4475
|
+
flex: none;
|
|
4476
|
+
align-items: center;
|
|
4477
|
+
margin-right: 4px;
|
|
4478
|
+
cursor: auto;
|
|
4461
4479
|
color: rgba(44, 56, 82, 0.6);
|
|
4462
|
-
white-space: normal;
|
|
4463
4480
|
}
|
|
4464
|
-
.
|
|
4465
|
-
|
|
4481
|
+
.at4ovwe.ant-input-number {
|
|
4482
|
+
width: 100%;
|
|
4483
|
+
border-radius: 6px;
|
|
4466
4484
|
}
|
|
4467
|
-
.
|
|
4468
|
-
|
|
4469
|
-
|
|
4485
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4486
|
+
border-color: #0096ff;
|
|
4487
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4470
4488
|
}
|
|
4471
|
-
.
|
|
4489
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4490
|
+
border-color: #e75a3a;
|
|
4491
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4492
|
+
}
|
|
4493
|
+
.at4ovwe .ant-input-number-input {
|
|
4494
|
+
padding: 0;
|
|
4495
|
+
margin: 0;
|
|
4496
|
+
height: auto;
|
|
4497
|
+
font-size: inherit;
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
.feau332.ant-form-item {
|
|
4501
|
+
margin-bottom: 0;
|
|
4502
|
+
}
|
|
4503
|
+
.feau332 .ant-form-item-explain {
|
|
4504
|
+
display: none;
|
|
4505
|
+
min-height: 18px;
|
|
4506
|
+
margin-top: 5px;
|
|
4507
|
+
font-family: "Inter";
|
|
4508
|
+
font-weight: 400;
|
|
4472
4509
|
font-size: 12px;
|
|
4473
|
-
|
|
4510
|
+
line-height: 18px;
|
|
4511
|
+
}
|
|
4512
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4513
|
+
white-space: pre-wrap;
|
|
4514
|
+
}
|
|
4515
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4516
|
+
display: block;
|
|
4474
4517
|
}
|
|
4475
4518
|
|
|
4476
4519
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -4502,23 +4545,4 @@ input.rrg1fkn.ant-input {
|
|
|
4502
4545
|
margin: 0;
|
|
4503
4546
|
height: auto;
|
|
4504
4547
|
font-size: inherit;
|
|
4505
|
-
}
|
|
4506
|
-
|
|
4507
|
-
.feau332.ant-form-item {
|
|
4508
|
-
margin-bottom: 0;
|
|
4509
|
-
}
|
|
4510
|
-
.feau332 .ant-form-item-explain {
|
|
4511
|
-
display: none;
|
|
4512
|
-
min-height: 18px;
|
|
4513
|
-
margin-top: 5px;
|
|
4514
|
-
font-family: "Inter";
|
|
4515
|
-
font-weight: 400;
|
|
4516
|
-
font-size: 12px;
|
|
4517
|
-
line-height: 18px;
|
|
4518
|
-
}
|
|
4519
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4520
|
-
white-space: pre-wrap;
|
|
4521
|
-
}
|
|
4522
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4523
|
-
display: block;
|
|
4524
4548
|
}
|