@cloudtower/eagle 0.22.26 → 0.22.27

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/style.css CHANGED
@@ -1597,6 +1597,254 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
+ .buj61ew.ant-btn {
1601
+ height: 32px;
1602
+ border-radius: 6px;
1603
+ line-height: 22px;
1604
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1605
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1606
+ }
1607
+ .buj61ew.ant-btn.ant-btn-lg {
1608
+ height: 40px;
1609
+ line-height: 24px;
1610
+ }
1611
+ .buj61ew.ant-btn.ant-btn-sm {
1612
+ height: 24px;
1613
+ line-height: 20px;
1614
+ }
1615
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1616
+ border-radius: 50%;
1617
+ }
1618
+ .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 {
1619
+ color: var(--color, #06101f);
1620
+ font-weight: var(--font-weight);
1621
+ background: var(--background-color, #fff);
1622
+ border-width: var(--border-width, 1px);
1623
+ border-color: var(--border-color, #d9d9d9);
1624
+ }
1625
+ .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 {
1626
+ display: none;
1627
+ }
1628
+ .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 {
1629
+ color: var(--color, inherit);
1630
+ }
1631
+ .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 {
1632
+ background: var(--background-color-hover, var(--background-color));
1633
+ border-color: var(--border-color-hover, var(--border-color, transparent));
1634
+ }
1635
+ .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 {
1636
+ --scale: 1;
1637
+ --transY: 1px;
1638
+ background: var(--background-color-active, var(--background-color));
1639
+ border-color: var(--border-color-active, var(--border-color, transparent));
1640
+ }
1641
+ .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 {
1642
+ background: var(--background-color-focus, var(--background-color));
1643
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1644
+ border-color: var(--border-color-focus, var(--border-color, transparent));
1645
+ }
1646
+ .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 {
1647
+ color: var(--color-disabled, var(--color));
1648
+ background: var(--background-color-disabled, var(--background-color));
1649
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
1650
+ opacity: 0.5;
1651
+ }
1652
+ .buj61ew.ant-btn-link[disabled] {
1653
+ color: #0080ff;
1654
+ opacity: 0.5;
1655
+ }
1656
+ .buj61ew.ant-btn-primary {
1657
+ --color: #fff;
1658
+ --font-weight: bold;
1659
+ --border-width: 0;
1660
+ --background-color: #0080ff;
1661
+ --background-color-hover: #009dff;
1662
+ --background-color-active: #005ed1;
1663
+ --background-color-focus: #0080ff;
1664
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1665
+ }
1666
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
1667
+ --background-color: #f0483e;
1668
+ --background-color-hover: #ff5252;
1669
+ --background-color-active: #c73d31;
1670
+ --background-color-focus: #ff5252;
1671
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1672
+ }
1673
+ .buj61ew.ant-btn-primary.btn-primary-orange {
1674
+ --background-color: #fea008;
1675
+ --background-color-hover: #feba33;
1676
+ --background-color-active: #e07f00;
1677
+ --background-color-focus: #fea008;
1678
+ }
1679
+ .buj61ew.ant-btn-secondary {
1680
+ --color: #0080ff;
1681
+ --font-weight: bold;
1682
+ --border-width: 0;
1683
+ --background-color: rgba(0, 136, 255, 0.1);
1684
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1685
+ --background-color-active: rgba(0, 136, 255, 0.2);
1686
+ --background-color-focus: rgba(0, 136, 255, 0.1);
1687
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1688
+ }
1689
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1690
+ --color: #f0483e;
1691
+ --background-color: rgba(255, 74, 74, 0.1);
1692
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1693
+ --background-color-active: rgba(255, 74, 74, 0.2);
1694
+ --background-color-focus: rgba(255, 74, 74, 0.1);
1695
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1696
+ }
1697
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
1698
+ --color: #fea008;
1699
+ --background-color: rgba(255, 187, 0, 0.1);
1700
+ --background-color-hover: rgba(255, 187, 0, 0.16);
1701
+ --background-color-active: rgba(255, 187, 0, 0.2);
1702
+ --background-color-focus: rgba(255, 187, 0, 0.1);
1703
+ }
1704
+ .buj61ew.ant-btn-tertiary {
1705
+ --color: #0080ff;
1706
+ --font-weight: bold;
1707
+ --border-width: 0;
1708
+ --background-color: #fff;
1709
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1710
+ box-shadow: none;
1711
+ }
1712
+ .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 {
1713
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1714
+ }
1715
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1716
+ --color: #f0483e;
1717
+ --background-color: #fff;
1718
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1719
+ }
1720
+ .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 {
1721
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1722
+ }
1723
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
1724
+ --color: #fea008;
1725
+ --background-color: #fff;
1726
+ }
1727
+ .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 {
1728
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1729
+ }
1730
+ .buj61ew.ant-btn-ordinary {
1731
+ --color: #1d326c;
1732
+ --border-color: #ccd4e3;
1733
+ --background-color: #fff;
1734
+ --background-color-hover: #edf0f7;
1735
+ --background-color-active: #e4e9f2;
1736
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1737
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1738
+ }
1739
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1740
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1741
+ }
1742
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
1743
+ --color: #0080ff;
1744
+ --border-color: #0080ff;
1745
+ --background-color: #fff;
1746
+ --background-color-hover: linear-gradient(
1747
+ 0deg,
1748
+ rgba(0, 136, 255, 0.16),
1749
+ rgba(0, 136, 255, 0.16)
1750
+ ),
1751
+ #ffffff;
1752
+ --background-color-active: linear-gradient(
1753
+ 0deg,
1754
+ rgba(0, 136, 255, 0.2),
1755
+ rgba(0, 136, 255, 0.2)
1756
+ ),
1757
+ #ffffff;
1758
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1759
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1760
+ }
1761
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1762
+ --color: #f0483e;
1763
+ --border-color: #f0483e;
1764
+ --background-color: #fff;
1765
+ --background-color-hover: linear-gradient(
1766
+ 0deg,
1767
+ rgba(255, 74, 74, 0.16),
1768
+ rgba(255, 74, 74, 0.16)
1769
+ ),
1770
+ #ffffff;
1771
+ --background-color-active: linear-gradient(
1772
+ 0deg,
1773
+ rgba(255, 74, 74, 0.2),
1774
+ rgba(255, 74, 74, 0.2)
1775
+ ),
1776
+ #ffffff;
1777
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1778
+ }
1779
+ .buj61ew.ant-btn-ordinary-onTint {
1780
+ --color: #1d326c;
1781
+ --border-color: #fff;
1782
+ --background-color: #fff;
1783
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1784
+ --background-color-active: rgba(192, 203, 224, 0.6);
1785
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1786
+ box-shadow: none;
1787
+ }
1788
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1789
+ --color: #0080ff;
1790
+ --border-color: #fff;
1791
+ --background-color: #fff;
1792
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1793
+ --background-color-active: rgba(0, 136, 255, 0.2);
1794
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1795
+ box-shadow: none;
1796
+ }
1797
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1798
+ --color: #f0483e;
1799
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1800
+ --background-color-active: rgba(255, 74, 74, 0.2);
1801
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1802
+ }
1803
+ .buj61ew.ant-btn-quiet {
1804
+ --color: rgba(44, 56, 82, 0.6);
1805
+ --border-width: 0;
1806
+ --background-color: transparent;
1807
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1808
+ --background-color-active: rgba(192, 203, 224, 0.6);
1809
+ --background-color-focus: #fff;
1810
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1811
+ box-shadow: none;
1812
+ }
1813
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1814
+ --color: #f0483e;
1815
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1816
+ --background-color-active: rgba(255, 74, 74, 0.2);
1817
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1818
+ }
1819
+ .buj61ew.ant-btn-quiet.quiet-blue {
1820
+ --color: #0080ff;
1821
+ --background-color: transparent;
1822
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1823
+ --background-color-active: rgba(0, 136, 255, 0.2);
1824
+ --background-color-focus: #fff;
1825
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1826
+ }
1827
+ .buj61ew.has-icon {
1828
+ display: inline-flex;
1829
+ align-items: center;
1830
+ }
1831
+ .buj61ew .button-prefix-icon {
1832
+ margin-right: 4px;
1833
+ display: inline-flex;
1834
+ }
1835
+ .buj61ew .button-suffix-icon {
1836
+ margin-left: 4px;
1837
+ display: inline-flex;
1838
+ }
1839
+ .buj61ew .icon-wrapper {
1840
+ display: inline-flex;
1841
+ vertical-align: bottom;
1842
+ }
1843
+
1844
+ .nchllas {
1845
+ padding: 0;
1846
+ }
1847
+
1600
1848
  .bpq0js6 {
1601
1849
  padding: 4px 11px;
1602
1850
  }
@@ -1672,1537 +1920,1289 @@ input[type=submit] {
1672
1920
  animation: rotate 680ms linear infinite;
1673
1921
  }
1674
1922
 
1675
- .s34f1qb.ant-switch {
1676
- min-width: 40px;
1677
- height: 24px;
1678
- background: rgba(172, 186, 211, 0.6);
1679
- overflow: hidden;
1923
+ .cz04yix {
1924
+ display: flex;
1925
+ flex-direction: column;
1680
1926
  }
1681
- .s34f1qb.ant-switch:focus {
1682
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1683
- }
1684
- .s34f1qb.ant-switch-small {
1685
- min-width: 26px;
1686
- height: 16px;
1687
- }
1688
- .s34f1qb.ant-switch-large {
1689
- min-width: 52px;
1690
- height: 32px;
1691
- }
1692
- .s34f1qb.ant-switch .ant-switch-handle {
1693
- height: 20px;
1694
- width: 20px;
1695
- }
1696
- .s34f1qb.ant-switch .ant-switch-handle::before {
1697
- border-radius: 10px;
1698
- transition-delay: 120ms;
1927
+
1928
+ .m1if5j39 {
1929
+ max-width: 1120px;
1930
+ width: 100%;
1931
+ margin: 0 auto;
1932
+ height: 100%;
1699
1933
  }
1700
- .s34f1qb.ant-switch-small .ant-switch-handle {
1701
- height: 14px;
1702
- width: 14px;
1703
- top: 1px;
1704
- left: 1px;
1934
+
1935
+ .w1vvwdlp {
1936
+ max-width: 1120px;
1937
+ width: 100%;
1938
+ margin: 0 auto;
1939
+ display: flex;
1705
1940
  }
1706
- .s34f1qb.ant-switch-large .ant-switch-handle {
1707
- height: 28px;
1708
- width: 28px;
1941
+ .w1vvwdlp .left,
1942
+ .w1vvwdlp .right {
1943
+ flex-grow: 0;
1944
+ flex-shrink: 0;
1945
+ flex-basis: 21%;
1709
1946
  }
1710
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
1711
- border-radius: 14px;
1947
+ .w1vvwdlp .left {
1948
+ display: flex;
1949
+ justify-content: flex-end;
1950
+ padding-right: 44px;
1712
1951
  }
1713
- .s34f1qb.ant-switch-checked {
1714
- background-color: #00ba5d;
1952
+ .w1vvwdlp .right {
1953
+ padding-left: 44px;
1715
1954
  }
1716
- .s34f1qb.ant-switch-checked .ant-switch-handle {
1717
- left: calc(100% - 20px - 2px);
1955
+ .w1vvwdlp .middle {
1956
+ margin-bottom: 40px;
1957
+ flex-grow: 0;
1958
+ flex-shrink: 0;
1959
+ flex-basis: 58%;
1718
1960
  }
1719
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1720
- left: calc(100% - 14px - 1px);
1961
+ .w1vvwdlp .middle .form-base-field {
1962
+ width: 100%;
1721
1963
  }
1722
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1723
- left: calc(100% - 28px - 2px);
1964
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1965
+ width: auto;
1724
1966
  }
1725
-
1726
- .c1to9vb9 {
1727
- margin-left: 5px;
1967
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1968
+ flex: initial;
1728
1969
  }
1729
-
1730
- .obf05yr {
1731
- display: inline-block;
1970
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1971
+ margin-top: 4px;
1732
1972
  }
1733
-
1734
- .hsms1n6 {
1735
- visibility: hidden;
1736
- position: absolute;
1973
+ .w1vvwdlp .ant-steps-item-icon,
1974
+ .w1vvwdlp .ant-steps-item-tail {
1975
+ display: none !important;
1737
1976
  }
1738
-
1739
- .p12gwtiw {
1977
+ .w1vvwdlp .ant-steps-item-container {
1978
+ padding: 0 15px;
1979
+ border-radius: 4px;
1980
+ height: 32px;
1740
1981
  display: flex;
1741
- justify-content: space-between;
1742
1982
  align-items: center;
1743
- padding: 10px 0;
1744
- color: rgba(44, 56, 82, 0.6);
1745
- font-size: 12px;
1746
- line-height: 24px;
1747
1983
  }
1748
- .p12gwtiw .pagination-left {
1749
- padding: 2px 8px;
1984
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1985
+ min-height: auto;
1986
+ white-space: nowrap;
1750
1987
  }
1751
- .p12gwtiw .dropdown-trigger {
1752
- display: flex;
1753
- align-items: center;
1754
- border-radius: 6px;
1755
- cursor: pointer;
1756
- transition: all 0.3s ease;
1988
+ .w1vvwdlp .ant-steps-item-description {
1989
+ padding-bottom: 0px;
1757
1990
  }
1758
- .p12gwtiw .dropdown-trigger:hover {
1759
- background: rgba(211, 218, 235, 0.6);
1760
- color: #0080ff;
1991
+ .w1vvwdlp .ant-steps-item-title {
1992
+ font-size: 13px !important;
1993
+ line-height: 20px !important;
1761
1994
  }
1762
- .p12gwtiw .dropdown-trigger .icon-inner {
1763
- margin-left: 4px;
1995
+ .w1vvwdlp .ant-steps-item-title .step-index {
1996
+ display: inline-block;
1997
+ text-align: center;
1998
+ width: 13px;
1999
+ margin-right: 12px;
1764
2000
  }
1765
- .p12gwtiw .pagination-right {
1766
- display: flex;
1767
- align-items: center;
1768
- color: #0080ff;
1769
- font-weight: bold;
2001
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2002
+ background: rgba(0, 128, 255, 0.1);
1770
2003
  }
1771
- .p12gwtiw .pagination-right .icon-inner {
1772
- margin-left: 4px;
2004
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2005
+ color: #005ed1;
1773
2006
  }
1774
- .p12gwtiw .pagination-right .prev-btn,
1775
- .p12gwtiw .pagination-right .next-btn {
1776
- padding: 0 8px;
2007
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2008
+ background: rgba(237, 241, 250, 0.6);
1777
2009
  }
1778
- .p12gwtiw .pagination-right .prev-btn > span,
1779
- .p12gwtiw .pagination-right .next-btn > span {
1780
- color: #0080ff;
2010
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2011
+ color: rgba(10, 37, 85, 0.6) !important;
1781
2012
  }
1782
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1783
- transform: rotate(180deg);
2013
+ .w1vvwdlp .ant-steps-item-disabled {
2014
+ cursor: not-allowed;
1784
2015
  }
1785
-
1786
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1787
- max-height: calc(100vh - 128px);
1788
- overflow-y: auto;
2016
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2017
+ background: rgba(237, 241, 250, 0.6);
1789
2018
  }
1790
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1791
- padding: 4px 20px;
1792
- font-size: 12px;
1793
- line-height: 18px;
2019
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2020
+ color: #2d3a56;
1794
2021
  }
1795
2022
 
1796
- .rxbeqvl.ant-radio-wrapper {
1797
- display: inline-flex;
1798
- align-items: baseline;
1799
- white-space: pre-wrap;
2023
+ .h1cuopx7 .ant-modal-header {
2024
+ margin: 0 auto;
2025
+ width: 100%;
2026
+ max-width: 648px;
1800
2027
  }
1801
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1802
- position: relative;
1803
- top: 3px;
2028
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2029
+ margin-left: 0;
1804
2030
  }
1805
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1806
- border-color: rgba(107, 128, 167, 0.6);
2031
+ .h1cuopx7 .ant-modal-body {
2032
+ margin: 0 auto;
2033
+ padding: 0;
2034
+ width: 100%;
2035
+ max-width: 648px;
2036
+ overflow: hidden;
1807
2037
  }
1808
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1809
- border-color: #0080ff;
2038
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2039
+ margin-bottom: 40px;
1810
2040
  }
1811
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1812
- border-color: #0080ff;
1813
- background: #0080ff;
2041
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2042
+ height: calc(100vh - 225px);
2043
+ overflow-y: auto;
1814
2044
  }
1815
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1816
- top: 4px;
1817
- left: 4px;
1818
- width: 6px;
1819
- height: 6px;
1820
- background: #fff;
2045
+ .h1cuopx7 .ant-modal-footer .footer-content {
2046
+ margin: 0 auto;
2047
+ max-width: 648px;
1821
2048
  }
1822
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1823
- opacity: 0.5;
2049
+
2050
+ .h1p6d3y3 .ant-modal-header {
2051
+ margin: 0 auto;
2052
+ width: 100%;
2053
+ max-width: 1024px;
1824
2054
  }
1825
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1826
- border-color: rgba(107, 128, 167, 0.6);
1827
- background: rgba(211, 218, 235, 0.6);
2055
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2056
+ margin-left: 0;
1828
2057
  }
1829
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1830
- background: #00122e;
2058
+ .h1p6d3y3 .ant-modal-body {
2059
+ margin: 0 auto;
2060
+ padding: 0;
2061
+ width: 100%;
2062
+ max-width: 1024px;
2063
+ overflow: hidden;
1831
2064
  }
1832
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1833
- color: #00122e;
1834
- opacity: 0.5;
2065
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2066
+ margin-bottom: 40px;
1835
2067
  }
1836
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1837
- color: #00122e;
2068
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2069
+ height: calc(100vh - 225px);
2070
+ overflow-y: auto;
1838
2071
  }
1839
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1840
- display: inline-block;
1841
- padding: 0;
1842
- padding-left: 12px;
2072
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2073
+ margin: 0 auto;
2074
+ max-width: 1024px;
1843
2075
  }
1844
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1845
- margin-bottom: 0;
1846
- white-space: pre-wrap;
2076
+
2077
+ .fxgckuk {
2078
+ flex: 1;
2079
+ }
2080
+ .fxgckuk label {
2081
+ font-size: 13px;
2082
+ line-height: 20px;
1847
2083
  color: rgba(44, 56, 82, 0.6);
1848
2084
  }
1849
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1850
- padding-left: 8px;
2085
+ .fxgckuk .title {
2086
+ font-size: 14px;
2087
+ line-height: 20px;
2088
+ color: #2d3a56;
2089
+ margin-bottom: 12px;
2090
+ }
2091
+ .fxgckuk.connect-cluster .title {
2092
+ padding-bottom: 26px;
1851
2093
  }
1852
2094
 
1853
- .r5ie79y .ant-radio-button-wrapper:first-child {
1854
- border-radius: 5px 0 0 5px;
1855
- }
1856
- .r5ie79y .ant-radio-button-wrapper:last-child {
1857
- border-radius: 0 5px 5px 0;
2095
+ .f1d0vek1 {
2096
+ padding: 25px 0 15px 0;
2097
+ border-bottom: 1px solid #e1e5eb;
2098
+ margin-bottom: 16px;
1858
2099
  }
1859
2100
 
1860
- .r1f0aqcc {
1861
- color: #00122e;
1862
- border-color: #ccd4e3;
1863
- }
1864
- .r1f0aqcc:first-child {
1865
- color: #00122e;
1866
- border-color: #a3b4cc;
1867
- }
1868
- .r1f0aqcc.ant-radio-button-wrapper {
1869
- padding: 0 12px;
1870
- line-height: 32px;
1871
- height: 32px;
1872
- }
1873
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
1874
- white-space: nowrap;
1875
- }
1876
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1877
- background: #ccd4e3;
2101
+ .f4u402y {
2102
+ display: flex;
2103
+ align-items: center;
2104
+ margin-bottom: 8px;
1878
2105
  }
1879
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1880
- background: #0080ff;
2106
+ .f4u402y > label {
2107
+ width: 216px;
1881
2108
  }
1882
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1883
- background: #ccd4e3;
1884
- opacity: 0.5;
2109
+ .f4u402y > label + * {
2110
+ width: 100%;
1885
2111
  }
1886
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1887
- border-right-color: #0080ff;
2112
+ .f4u402y .ant-select {
2113
+ width: 100%;
1888
2114
  }
1889
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1890
- border-color: #0080ff;
2115
+
2116
+ .e1pldf6v {
2117
+ color: #e75a3a;
2118
+ margin-right: 10px;
1891
2119
  }
1892
- .r1f0aqcc.ant-radio-button-wrapper-checked {
1893
- background: rgba(0, 136, 255, 0.1);
2120
+
2121
+ .dq0gblh {
2122
+ width: 100%;
2123
+ height: 1px;
2124
+ background: rgba(213, 219, 227, 0.6);
2125
+ margin: 24px 0;
1894
2126
  }
1895
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
1896
- background: rgba(211, 218, 235, 0.6);
1897
- border-color: #ccd4e3;
1898
- opacity: 0.5;
2127
+
2128
+ .l1v7sr0n {
2129
+ display: flex;
2130
+ justify-content: center;
2131
+ align-items: center;
2132
+ height: 100%;
1899
2133
  }
1900
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
1901
- color: #00122e;
1902
- border-color: #ccd4e3;
2134
+
2135
+ .d1i4ou6o {
2136
+ display: inline-block;
2137
+ width: 4px;
2138
+ height: 4px;
2139
+ background: #8e9aa9;
2140
+ opacity: 0.4;
2141
+ border-radius: 50%;
2142
+ margin: 0 4px;
1903
2143
  }
1904
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
1905
- color: #00122e;
1906
- border-color: #ccd4e3;
1907
- background: rgba(172, 186, 211, 0.6);
2144
+
2145
+ .m1jy87hk .ant-modal-header,
2146
+ .m1jy87hk .ant-modal-footer .footer-content {
2147
+ width: 648px;
2148
+ margin: 0 auto;
1908
2149
  }
1909
- .r1f0aqcc .ant-radio-button-input {
1910
- margin-right: 8px;
1911
- display: inline;
2150
+ .m1jy87hk .ant-modal-header {
2151
+ padding: 35px 0 24px;
1912
2152
  border: none;
1913
- padding: 0;
1914
- width: 36px;
1915
- background: transparent;
1916
2153
  }
1917
- .r1f0aqcc .ant-radio-button-input:focus {
1918
- box-shadow: none;
2154
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2155
+ font-size: 30px;
1919
2156
  }
1920
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
1921
- margin-right: 0;
1922
- width: initial;
1923
- box-shadow: none;
2157
+ .m1jy87hk .ant-modal-body {
2158
+ padding: 4px 0 2px;
1924
2159
  }
1925
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
1926
- display: none;
2160
+ .m1jy87hk .ant-modal-footer {
2161
+ border: none;
1927
2162
  }
1928
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
1929
- display: inline;
2163
+
2164
+ .ti7fpyu {
2165
+ font-size: 12px;
2166
+ line-height: 18px;
2167
+ font-weight: bold;
2168
+ color: #fff;
2169
+ padding: 0 4px;
2170
+ border-radius: 4px;
2171
+ display: inline-block;
2172
+ background: var(--ti7fpyu-0);
1930
2173
  }
1931
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
1932
- display: inline;
1933
- margin-right: 8px;
1934
- padding: 0;
1935
- width: 36px;
2174
+ .ti7fpyu:not(:first-child) {
2175
+ margin-left: 4px;
1936
2176
  }
1937
2177
 
1938
- .t1upn1sz {
2178
+ .f1rest1f {
2179
+ width: 100%;
1939
2180
  height: 100%;
2181
+ display: flex;
2182
+ align-items: center;
2183
+ justify-content: center;
1940
2184
  }
1941
2185
 
1942
- .tta5kd2 {
1943
- height: 100%;
1944
- }
1945
- .tta5kd2.empty-table .ant-table-content {
1946
- overflow: visible !important;
1947
- height: 100%;
1948
- }
1949
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
1950
- height: 100%;
2186
+ .n1kbdoln {
2187
+ font-size: 90%;
2188
+ font-weight: bold;
2189
+ background-color: rgba(240, 243, 247, 0.6);
2190
+ padding: 1px 4px 1px;
2191
+ margin-left: 2px;
2192
+ margin-right: 2px;
2193
+ border: 1px solid rgba(213, 219, 227, 0.6);
2194
+ border-radius: 4px;
1951
2195
  }
1952
- .tta5kd2.empty-table .ant-table-content table {
1953
- width: 100% !important;
1954
- height: 100%;
2196
+
2197
+ .f1y3gta0.form-item-general {
2198
+ width: 640px;
1955
2199
  }
1956
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
1957
- padding: 15px 0;
2200
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2201
+ margin-top: 16px;
1958
2202
  }
1959
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
1960
- display: none;
2203
+ .f1y3gta0.form-item-compact {
2204
+ width: 412px;
1961
2205
  }
1962
- .tta5kd2 .active-row td:nth-child(1) {
1963
- font-weight: 700;
2206
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2207
+ margin-top: 8px;
1964
2208
  }
1965
- .tta5kd2.has-selection .active-row td:nth-child(2) {
1966
- font-weight: 700;
2209
+ .f1y3gta0 .form-item {
2210
+ width: auto;
1967
2211
  }
1968
- .tta5kd2 .ant-spin-nested-loading {
1969
- height: 100%;
2212
+ .f1y3gta0 .form-item-main {
2213
+ position: relative;
2214
+ display: flex;
1970
2215
  }
1971
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
1972
- height: 100%;
1973
- overflow: visible;
2216
+ .f1y3gta0 .form-item-extra {
2217
+ margin-top: 4px;
2218
+ width: 100%;
2219
+ padding: 14px;
2220
+ background: #f2f4f6;
2221
+ font-size: 13px;
2222
+ line-height: 1.8;
2223
+ color: #8e9aa9;
1974
2224
  }
1975
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
1976
- max-height: none;
2225
+ .f1y3gta0 .form-item-label {
2226
+ padding-right: 12px;
2227
+ font-size: 13px;
2228
+ color: rgba(44, 56, 82, 0.6);
1977
2229
  }
1978
- .tta5kd2.table-init-loading .ant-spin-blur thead,
1979
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
1980
- display: none;
2230
+ .f1y3gta0 .form-item-label.label-right {
2231
+ text-align: right;
1981
2232
  }
1982
- .tta5kd2 td.ant-table-column-sort {
1983
- background: transparent;
2233
+ .f1y3gta0 .form-item-label,
2234
+ .f1y3gta0 .form-item-control {
2235
+ line-height: 32px;
1984
2236
  }
1985
- .tta5kd2 td.ant-table-cell-fix-left,
1986
- .tta5kd2 td.ant-table-cell-fix-right {
1987
- background: #fff;
1988
- padding: 0 !important;
2237
+ .f1y3gta0 .form-item-control .form-item-error {
2238
+ line-height: 18px;
1989
2239
  }
1990
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
1991
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
1992
- display: flex;
1993
- align-items: center;
1994
- height: 100%;
1995
- padding: 8px;
2240
+ .f1y3gta0 .form-item-children {
2241
+ width: 100%;
1996
2242
  }
1997
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
1998
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
1999
- overflow: hidden;
2000
- text-overflow: ellipsis;
2243
+ .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 {
2001
2244
  width: 100%;
2002
2245
  }
2003
- .tta5kd2 .ant-table-container {
2004
- height: 100%;
2246
+ .f1y3gta0 .form-item-error {
2247
+ color: #e75a3a;
2248
+ height: 0;
2249
+ overflow: hidden;
2005
2250
  }
2006
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2007
- box-shadow: none !important;
2251
+ .f1y3gta0 .form-item-error-enter-done {
2252
+ margin-top: 4px;
2253
+ height: auto;
2254
+ overflow: auto;
2008
2255
  }
2009
- .tta5kd2 .ant-table {
2010
- border-radius: 0px;
2011
- border-left: none;
2012
- border-right: none;
2013
- border-bottom: none;
2014
- height: 100%;
2015
- font-size: 12px;
2016
- background: transparent;
2256
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2257
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2258
+ border: 1px solid #e75a3a;
2259
+ color: #e75a3a;
2017
2260
  }
2018
- .tta5kd2 .ant-table .ant-table-header {
2019
- position: relative;
2020
- z-index: 3;
2021
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2022
- margin-bottom: -1px;
2023
- }
2024
- .tta5kd2 .ant-table .time-wrapper .data,
2025
- .tta5kd2 .ant-table .value {
2261
+
2262
+ .fujbm7g {
2026
2263
  color: #2d3a56;
2264
+ font-weight: bold;
2265
+ padding-bottom: 6px;
2266
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2267
+ margin-bottom: 16px;
2027
2268
  }
2028
- .tta5kd2 .ant-table .time-wrapper .time,
2029
- .tta5kd2 .ant-table .unit {
2030
- color: rgba(44, 56, 82, 0.6);
2031
- }
2032
- .tta5kd2 .ant-table .ant-table-selection {
2033
- text-align: center;
2034
- }
2035
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2036
- background: #fff;
2269
+ .fujbm7g:not(:first-of-type) {
2270
+ margin-top: 16px;
2037
2271
  }
2038
- .tta5kd2 .ant-table .anticon-setting {
2272
+
2273
+ .e5fsw5s {
2274
+ width: 8px;
2275
+ height: 24px;
2276
+ display: flex;
2277
+ justify-content: center;
2278
+ align-items: center;
2039
2279
  cursor: pointer;
2040
- position: absolute;
2041
- top: 50%;
2042
- right: 12px;
2043
- transform: translateY(-50%);
2044
- }
2045
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2046
- box-shadow: none;
2047
- width: 1px;
2048
- background: rgba(213, 219, 227, 0.6);
2280
+ transition: all 200ms ease-out 40ms;
2049
2281
  }
2050
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2051
- box-shadow: none;
2282
+ .e5fsw5s:before, .e5fsw5s:after {
2283
+ content: "";
2052
2284
  width: 1px;
2053
- background: rgba(213, 219, 227, 0.6);
2054
- }
2055
- .tta5kd2 .ant-table .ant-table-tbody {
2285
+ height: 6px;
2286
+ border-radius: 1px;
2287
+ background: #ccd4e3;
2056
2288
  position: relative;
2289
+ right: 2px;
2290
+ transform: rotate(-45deg);
2057
2291
  }
2058
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2059
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2060
- border-bottom: 1px solid white;
2061
- height: 40px;
2062
- vertical-align: middle;
2063
- transition: background 0ms;
2064
- color: #00122e;
2065
- }
2066
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2067
- background: #f2f5fa;
2068
- border-bottom-color: #f2f5fa;
2069
- }
2070
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2071
- height: auto;
2072
- color: #00122e;
2073
- font-size: 12px;
2074
- text-align: left;
2075
- transition: none;
2076
- overflow: hidden;
2077
- text-overflow: ellipsis;
2078
- white-space: nowrap;
2079
- }
2080
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2081
- color: #0096ff;
2082
- }
2083
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2084
- overflow: hidden;
2085
- text-overflow: ellipsis;
2086
- width: 100%;
2087
- vertical-align: middle;
2088
- }
2089
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2090
- line-height: 0px;
2091
- }
2092
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2093
- border-top-color: transparent;
2094
- }
2095
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2096
- background: rgba(225, 230, 241, 0.6);
2097
- border-color: transparent transparent white;
2098
- }
2099
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2100
- border-radius: 8px 0 0 8px;
2101
- }
2102
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2103
- border-radius: 8px 0 0 8px;
2104
- }
2105
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2106
- content: "";
2107
- width: 4px;
2108
- top: -1px;
2109
- bottom: -1px;
2110
- background: white;
2111
- }
2112
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2113
- border-radius: 0 8px 8px 0;
2292
+ .e5fsw5s:after {
2293
+ transform: rotate(45deg);
2294
+ left: 1px;
2114
2295
  }
2115
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2116
- border-radius: 0;
2117
- background: white;
2118
- border-top: none;
2296
+
2297
+ .w18knsg4.ant-alert-warning {
2298
+ border: 0;
2299
+ background: rgba(255, 187, 0, 0.1);
2300
+ border-radius: 6px;
2119
2301
  }
2120
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2121
- border-top: 1px solid transparent;
2122
- border-radius: 0 8px 8px 0;
2123
- background: rgba(225, 230, 241, 0.6);
2302
+ .w18knsg4.ant-alert,
2303
+ .w18knsg4 .ant-alert-message {
2304
+ color: #e07f00;
2124
2305
  }
2125
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2126
- background: white;
2127
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2306
+ .w18knsg4.ant-alert .dashed-border-bottom,
2307
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2308
+ border-bottom-color: #e07f00;
2128
2309
  }
2129
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2310
+
2311
+ .ng31n2o {
2130
2312
  display: flex;
2131
- align-items: center;
2132
- height: 100%;
2133
- background: rgba(225, 230, 241, 0.6);
2313
+ flex-direction: row;
2314
+ padding: 7px 12px;
2315
+ background: rgba(255, 187, 0, 0.1);
2316
+ border-radius: 6px;
2317
+ color: #e07f00;
2318
+ font-size: 12px;
2319
+ line-height: 18px;
2134
2320
  }
2135
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2136
- background: white;
2137
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2321
+ .ng31n2o .icon-wrapper {
2322
+ margin-right: 10px;
2323
+ height: 18px;
2138
2324
  }
2139
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2325
+
2326
+ .n15x5f5y {
2140
2327
  display: flex;
2141
- align-items: center;
2142
- height: 100%;
2328
+ flex-direction: row;
2329
+ padding: 7px 12px;
2143
2330
  background: rgba(225, 230, 241, 0.6);
2331
+ border-radius: 6px;
2332
+ color: rgba(44, 56, 82, 0.6);
2333
+ font-size: 12px;
2334
+ line-height: 18px;
2144
2335
  }
2145
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2146
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2147
- }
2148
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2149
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2150
- border-radius: 8px;
2151
- }
2152
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2153
- border-top-color: white;
2154
- }
2155
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2156
- background: rgba(0, 136, 255, 0.1);
2157
- border-bottom-color: transparent;
2158
- border-top-color: transparent;
2159
- }
2160
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2161
- border-radius: 8px 0 0 8px;
2162
- }
2163
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2164
- border-radius: 0 8px 8px 0;
2336
+ .n15x5f5y .icon-wrapper {
2337
+ margin-right: 10px;
2338
+ height: 18px;
2165
2339
  }
2166
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2340
+
2341
+ .i16ozz3f {
2342
+ display: flex;
2343
+ flex-direction: row;
2344
+ padding: 7px 12px;
2167
2345
  background: rgba(0, 136, 255, 0.1);
2346
+ border-radius: 6px;
2347
+ color: #005ed1;
2348
+ font-size: 12px;
2349
+ line-height: 18px;
2168
2350
  }
2169
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2170
- background: #fff;
2171
- font-weight: 400;
2172
- position: relative;
2173
- border-bottom: none;
2174
- color: #00122e;
2175
- transition: none;
2176
- padding: 15px 8px 15px 8px;
2177
- }
2178
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2179
- content: "";
2180
- width: 1px;
2181
- top: 0;
2182
- bottom: 0;
2183
- background: rgba(211, 218, 235, 0.6);
2184
- position: absolute;
2185
- right: 0;
2186
- }
2187
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2188
- padding: unset;
2189
- }
2190
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2191
- display: none;
2192
- }
2193
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2194
- width: 100%;
2195
- overflow: hidden;
2196
- white-space: nowrap;
2197
- text-overflow: ellipsis;
2198
- }
2199
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2200
- overflow: hidden;
2201
- text-overflow: ellipsis;
2202
- flex: 1;
2203
- }
2204
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2205
- padding: 15px 28px 15px 8px;
2206
- }
2207
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2208
- padding: 0;
2209
- }
2210
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2211
- position: absolute;
2212
- right: 10px;
2213
- top: 50%;
2214
- transform: translateY(-50%);
2215
- height: 16px;
2216
- display: none;
2217
- transition: transform 320ms ease;
2218
- }
2219
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2220
- display: block;
2221
- transform: translateY(-50%) rotateX(180deg);
2222
- }
2223
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2224
- display: block;
2225
- }
2226
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2227
- display: none;
2351
+ .i16ozz3f .icon-wrapper {
2352
+ margin-right: 10px;
2353
+ height: 18px;
2228
2354
  }
2229
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2230
- transform: translateY(-50%);
2355
+
2356
+ .dszu9qr {
2357
+ color: rgba(44, 56, 82, 0.6);
2358
+ margin-top: 5px;
2359
+ font-size: 12px;
2360
+ line-height: 18px;
2231
2361
  }
2232
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2233
- transform: translateY(-50%) rotateX(180deg);
2362
+
2363
+ .snxzgx {
2364
+ color: #f0483e;
2365
+ font-size: 12px;
2366
+ white-space: pre-wrap;
2234
2367
  }
2235
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2236
- background: #f2f5fa;
2368
+
2369
+ .o1i4orqw {
2370
+ display: flex;
2371
+ align-items: center;
2372
+ justify-content: flex-end;
2237
2373
  }
2238
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2239
- display: block;
2374
+ .o1i4orqw .icon-wrapper {
2375
+ margin-right: 16px;
2240
2376
  }
2241
- .tta5kd2 .ant-table .ant-table-selection-column {
2242
- padding: 0 !important;
2377
+
2378
+ .t79k8o2 {
2379
+ color: rgba(0, 21, 64, 0.3);
2243
2380
  }
2244
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2245
- position: absolute;
2246
- left: 50%;
2247
- top: 50%;
2248
- transform: translate(-50%, -50%);
2381
+
2382
+ .ipd9bk.ant-input {
2383
+ padding: 5px 12px;
2384
+ line-height: 20px;
2385
+ color: #2d3a56;
2386
+ border-radius: 6px;
2387
+ border-color: rgba(172, 186, 211, 0.6);
2388
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2249
2389
  }
2250
- .tta5kd2 .ant-table .ant-table-selection-column:after {
2251
- display: none;
2390
+ .ipd9bk.ant-input.ant-input-lg {
2391
+ padding: 8px 16px;
2392
+ line-height: 22px;
2252
2393
  }
2253
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2254
- background: #fff;
2394
+ .ipd9bk.ant-input.ant-input-sm {
2395
+ padding: 2px 8px;
2396
+ line-height: 18px;
2255
2397
  }
2256
- .tta5kd2 .ant-table .ant-table-placeholder {
2257
- background: inherit;
2398
+ .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 {
2399
+ border-color: rgba(107, 128, 167, 0.6);
2400
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2258
2401
  }
2259
- .tta5kd2 .ant-table .ant-table-placeholder td {
2260
- position: static;
2261
- border: none;
2262
- background: inherit !important;
2263
- height: 100px;
2264
- vertical-align: middle;
2402
+ .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 {
2403
+ border-color: #0096ff;
2404
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2265
2405
  }
2266
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2267
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2268
- font-weight: bold;
2269
- font-size: 20px;
2270
- color: rgba(10, 37, 85, 0.6);
2406
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2407
+ border-color: #e75a3a;
2408
+ color: #e75a3a;
2271
2409
  }
2272
- .tta5kd2 .ant-table td.cell__action_ {
2273
- padding: 0 !important;
2274
- position: relative;
2275
- background: #fff;
2410
+ .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 {
2411
+ border-color: #e75a3a;
2412
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2276
2413
  }
2277
- .tta5kd2 .ant-table td.cell__action_ > * {
2278
- height: 100%;
2279
- display: flex;
2280
- align-items: center;
2281
- justify-content: flex-end;
2282
- padding-right: 8px;
2414
+ .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 {
2415
+ border-color: #e75a3a;
2416
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2283
2417
  }
2284
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
2285
- width: 24px;
2286
- height: 24px;
2287
- cursor: pointer;
2288
- justify-content: center;
2289
- border-radius: 4px;
2418
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2419
+ background: rgba(211, 218, 235, 0.6);
2420
+ color: rgba(0, 21, 64, 0.3);
2421
+ border-color: rgba(172, 186, 211, 0.6);
2290
2422
  }
2291
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2292
- background: #fff;
2423
+ .ipd9bk.ant-input-affix-wrapper {
2424
+ padding: 5px 12px;
2425
+ border-radius: 6px;
2426
+ border-color: rgba(172, 186, 211, 0.6);
2427
+ line-height: 20px;
2428
+ color: #2d3a56;
2429
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2293
2430
  }
2294
-
2295
- .cz04yix {
2296
- display: flex;
2297
- flex-direction: column;
2431
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2432
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2433
+ color: rgba(44, 56, 82, 0.6);
2298
2434
  }
2299
-
2300
- .m1if5j39 {
2301
- max-width: 1120px;
2302
- width: 100%;
2303
- margin: 0 auto;
2304
- height: 100%;
2435
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2436
+ padding: 8px 16px;
2437
+ line-height: 22px;
2305
2438
  }
2306
-
2307
- .w1vvwdlp {
2308
- max-width: 1120px;
2309
- width: 100%;
2310
- margin: 0 auto;
2311
- display: flex;
2439
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2440
+ padding: 2px 8px;
2441
+ line-height: 18px;
2312
2442
  }
2313
- .w1vvwdlp .left,
2314
- .w1vvwdlp .right {
2315
- flex-grow: 0;
2316
- flex-shrink: 0;
2317
- flex-basis: 21%;
2443
+ .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 {
2444
+ border-color: rgba(107, 128, 167, 0.6);
2445
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2318
2446
  }
2319
- .w1vvwdlp .left {
2320
- display: flex;
2321
- justify-content: flex-end;
2322
- padding-right: 44px;
2447
+ .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 {
2448
+ border-color: #0096ff;
2449
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2323
2450
  }
2324
- .w1vvwdlp .right {
2325
- padding-left: 44px;
2451
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2452
+ border-color: #e75a3a;
2326
2453
  }
2327
- .w1vvwdlp .middle {
2328
- margin-bottom: 40px;
2329
- flex-grow: 0;
2330
- flex-shrink: 0;
2331
- flex-basis: 58%;
2454
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2455
+ color: #e75a3a;
2332
2456
  }
2333
- .w1vvwdlp .middle .form-base-field {
2334
- width: 100%;
2457
+ .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 {
2458
+ border-color: #e75a3a;
2459
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2335
2460
  }
2336
- .w1vvwdlp .middle .form-base-field .form-base-field {
2337
- width: auto;
2461
+ .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 {
2462
+ border-color: #e75a3a;
2463
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2338
2464
  }
2339
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2340
- flex: initial;
2465
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2466
+ background: rgba(211, 218, 235, 0.6);
2467
+ color: rgba(0, 21, 64, 0.3);
2468
+ border-color: rgba(172, 186, 211, 0.6);
2341
2469
  }
2342
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2343
- margin-top: 4px;
2470
+ textarea.ipd9bk.ant-input {
2471
+ transition-property: height;
2472
+ transition-delay: 50ms;
2344
2473
  }
2345
- .w1vvwdlp .ant-steps-item-icon,
2346
- .w1vvwdlp .ant-steps-item-tail {
2347
- display: none !important;
2474
+ textarea.ipd9bk.ant-input.textarea-large {
2475
+ min-height: 40px;
2476
+ height: 40px;
2348
2477
  }
2349
- .w1vvwdlp .ant-steps-item-container {
2350
- padding: 0 15px;
2351
- border-radius: 4px;
2352
- height: 32px;
2353
- display: flex;
2354
- align-items: center;
2478
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2479
+ height: 80px;
2355
2480
  }
2356
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2357
- min-height: auto;
2358
- white-space: nowrap;
2481
+ textarea.ipd9bk.ant-input.textarea-middle {
2482
+ min-height: 32px;
2483
+ height: 32px;
2359
2484
  }
2360
- .w1vvwdlp .ant-steps-item-description {
2361
- padding-bottom: 0px;
2485
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2486
+ height: 64px;
2362
2487
  }
2363
- .w1vvwdlp .ant-steps-item-title {
2364
- font-size: 13px !important;
2365
- line-height: 20px !important;
2488
+ textarea.ipd9bk.ant-input.textarea-small {
2489
+ min-height: 24px;
2490
+ height: 24px;
2366
2491
  }
2367
- .w1vvwdlp .ant-steps-item-title .step-index {
2368
- display: inline-block;
2369
- text-align: center;
2370
- width: 13px;
2371
- margin-right: 12px;
2492
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2493
+ height: 40px;
2372
2494
  }
2373
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2374
- background: rgba(0, 128, 255, 0.1);
2495
+
2496
+ .kypn5o5 input, .kypn5o5.input-tags {
2497
+ border: 1px solid rgba(213, 219, 227, 0.6);
2498
+ border-radius: 4px;
2375
2499
  }
2376
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2377
- color: #005ed1;
2500
+ .kypn5o5.input-tags {
2501
+ position: relative;
2502
+ padding: 6px;
2503
+ height: 32px;
2504
+ cursor: pointer;
2505
+ transition: border 150ms;
2378
2506
  }
2379
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2380
- background: rgba(237, 241, 250, 0.6);
2507
+ .kypn5o5.input-tags:hover {
2508
+ border-color: #0080ff;
2509
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2381
2510
  }
2382
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2383
- color: rgba(10, 37, 85, 0.6) !important;
2511
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2512
+ padding-right: 30px;
2384
2513
  }
2385
- .w1vvwdlp .ant-steps-item-disabled {
2386
- cursor: not-allowed;
2514
+ .kypn5o5.input-tags .input-tags-inner {
2515
+ display: flex;
2387
2516
  }
2388
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2389
- background: rgba(237, 241, 250, 0.6);
2517
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2518
+ display: flex;
2390
2519
  }
2391
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2392
- color: #2d3a56;
2520
+ .kypn5o5.input-tags .input-tag-suffix {
2521
+ position: absolute;
2522
+ right: 12px;
2523
+ top: 50%;
2524
+ transform: translateY(-50%);
2393
2525
  }
2394
-
2395
- .h1cuopx7 .ant-modal-header {
2396
- margin: 0 auto;
2397
- width: 100%;
2398
- max-width: 648px;
2526
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2527
+ color: rgba(0, 0, 0, 0.25);
2528
+ font-size: 12px;
2529
+ cursor: pointer;
2399
2530
  }
2400
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2401
- margin-left: 0;
2531
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2532
+ color: rgba(0, 0, 0, 0.45);
2402
2533
  }
2403
- .h1cuopx7 .ant-modal-body {
2404
- margin: 0 auto;
2405
- padding: 0;
2406
- width: 100%;
2407
- max-width: 648px;
2534
+ .kypn5o5.has-focus-indicator {
2535
+ position: relative;
2408
2536
  overflow: hidden;
2409
2537
  }
2410
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2411
- margin-bottom: 40px;
2538
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2539
+ position: absolute;
2540
+ top: 50%;
2541
+ transform: translateY(-50%);
2542
+ left: -16px;
2543
+ transition: left 150ms ease;
2544
+ opacity: 0;
2412
2545
  }
2413
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2414
- height: calc(100vh - 225px);
2415
- overflow-y: auto;
2546
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2547
+ left: 8px;
2548
+ opacity: 1;
2416
2549
  }
2417
- .h1cuopx7 .ant-modal-footer .footer-content {
2418
- margin: 0 auto;
2419
- max-width: 648px;
2550
+ .kypn5o5.has-focus-indicator input {
2551
+ transition: margin-left 150ms ease;
2552
+ margin-left: 0px;
2420
2553
  }
2421
-
2422
- .h1p6d3y3 .ant-modal-header {
2423
- margin: 0 auto;
2424
- width: 100%;
2425
- max-width: 1024px;
2554
+ .kypn5o5.has-focus-indicator input:focus {
2555
+ margin-left: 16px;
2426
2556
  }
2427
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2428
- margin-left: 0;
2557
+
2558
+ input.l1ki27se.ant-input {
2559
+ border-top-right-radius: 0;
2560
+ border-bottom-right-radius: 0;
2429
2561
  }
2430
- .h1p6d3y3 .ant-modal-body {
2431
- margin: 0 auto;
2432
- padding: 0;
2433
- width: 100%;
2434
- max-width: 1024px;
2435
- overflow: hidden;
2562
+
2563
+ .l1ki27se.ant-input-affix-wrapper {
2564
+ border-top-right-radius: 0;
2565
+ border-bottom-right-radius: 0;
2436
2566
  }
2437
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2438
- margin-bottom: 40px;
2567
+
2568
+ input.rrg1fkn.ant-input {
2569
+ border-top-left-radius: 0;
2570
+ border-bottom-left-radius: 0;
2439
2571
  }
2440
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2441
- height: calc(100vh - 225px);
2442
- overflow-y: auto;
2572
+
2573
+ .rrg1fkn.ant-input-affix-wrapper {
2574
+ border-top-left-radius: 0;
2575
+ border-bottom-left-radius: 0;
2443
2576
  }
2444
- .h1p6d3y3 .ant-modal-footer .footer-content {
2445
- margin: 0 auto;
2446
- max-width: 1024px;
2577
+
2578
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2579
+ border-top-right-radius: 0;
2580
+ border-bottom-right-radius: 0;
2447
2581
  }
2448
2582
 
2449
- .fxgckuk {
2450
- flex: 1;
2583
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2584
+ border-top-left-radius: 0;
2585
+ border-bottom-left-radius: 0;
2451
2586
  }
2452
- .fxgckuk label {
2453
- font-size: 13px;
2454
- line-height: 20px;
2587
+
2588
+ .p12gwtiw {
2589
+ display: flex;
2590
+ justify-content: space-between;
2591
+ align-items: center;
2592
+ padding: 10px 0;
2455
2593
  color: rgba(44, 56, 82, 0.6);
2594
+ font-size: 12px;
2595
+ line-height: 24px;
2456
2596
  }
2457
- .fxgckuk .title {
2458
- font-size: 14px;
2459
- line-height: 20px;
2460
- color: #2d3a56;
2461
- margin-bottom: 12px;
2597
+ .p12gwtiw .pagination-left {
2598
+ padding: 2px 8px;
2462
2599
  }
2463
- .fxgckuk.connect-cluster .title {
2464
- padding-bottom: 26px;
2600
+ .p12gwtiw .dropdown-trigger {
2601
+ display: flex;
2602
+ align-items: center;
2603
+ border-radius: 6px;
2604
+ cursor: pointer;
2605
+ transition: all 0.3s ease;
2465
2606
  }
2466
-
2467
- .f1d0vek1 {
2468
- padding: 25px 0 15px 0;
2469
- border-bottom: 1px solid #e1e5eb;
2470
- margin-bottom: 16px;
2607
+ .p12gwtiw .dropdown-trigger:hover {
2608
+ background: rgba(211, 218, 235, 0.6);
2609
+ color: #0080ff;
2471
2610
  }
2472
-
2473
- .f4u402y {
2611
+ .p12gwtiw .dropdown-trigger .icon-inner {
2612
+ margin-left: 4px;
2613
+ }
2614
+ .p12gwtiw .pagination-right {
2474
2615
  display: flex;
2475
2616
  align-items: center;
2476
- margin-bottom: 8px;
2477
- }
2478
- .f4u402y > label {
2479
- width: 216px;
2617
+ color: #0080ff;
2618
+ font-weight: bold;
2480
2619
  }
2481
- .f4u402y > label + * {
2482
- width: 100%;
2620
+ .p12gwtiw .pagination-right .icon-inner {
2621
+ margin-left: 4px;
2483
2622
  }
2484
- .f4u402y .ant-select {
2485
- width: 100%;
2623
+ .p12gwtiw .pagination-right .prev-btn,
2624
+ .p12gwtiw .pagination-right .next-btn {
2625
+ padding: 0 8px;
2486
2626
  }
2487
-
2488
- .e1pldf6v {
2489
- color: #e75a3a;
2490
- margin-right: 10px;
2627
+ .p12gwtiw .pagination-right .prev-btn > span,
2628
+ .p12gwtiw .pagination-right .next-btn > span {
2629
+ color: #0080ff;
2491
2630
  }
2492
-
2493
- .dq0gblh {
2494
- width: 100%;
2495
- height: 1px;
2496
- background: rgba(213, 219, 227, 0.6);
2497
- margin: 24px 0;
2631
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2632
+ transform: rotate(180deg);
2498
2633
  }
2499
2634
 
2500
- .l1v7sr0n {
2501
- display: flex;
2502
- justify-content: center;
2503
- align-items: center;
2504
- height: 100%;
2635
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2636
+ max-height: calc(100vh - 128px);
2637
+ overflow-y: auto;
2505
2638
  }
2506
-
2507
- .d1i4ou6o {
2508
- display: inline-block;
2509
- width: 4px;
2510
- height: 4px;
2511
- background: #8e9aa9;
2512
- opacity: 0.4;
2513
- border-radius: 50%;
2514
- margin: 0 4px;
2639
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2640
+ padding: 4px 20px;
2641
+ font-size: 12px;
2642
+ line-height: 18px;
2515
2643
  }
2516
2644
 
2517
- .m1jy87hk .ant-modal-header,
2518
- .m1jy87hk .ant-modal-footer .footer-content {
2519
- width: 648px;
2520
- margin: 0 auto;
2645
+ .rxbeqvl.ant-radio-wrapper {
2646
+ display: inline-flex;
2647
+ align-items: baseline;
2648
+ white-space: pre-wrap;
2521
2649
  }
2522
- .m1jy87hk .ant-modal-header {
2523
- padding: 35px 0 24px;
2524
- border: none;
2650
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2651
+ position: relative;
2652
+ top: 3px;
2525
2653
  }
2526
- .m1jy87hk .ant-modal-header .ant-modal-title {
2527
- font-size: 30px;
2654
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2655
+ border-color: rgba(107, 128, 167, 0.6);
2528
2656
  }
2529
- .m1jy87hk .ant-modal-body {
2530
- padding: 4px 0 2px;
2657
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2658
+ border-color: #0080ff;
2531
2659
  }
2532
- .m1jy87hk .ant-modal-footer {
2533
- border: none;
2660
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2661
+ border-color: #0080ff;
2662
+ background: #0080ff;
2534
2663
  }
2535
-
2536
- .ti7fpyu {
2537
- font-size: 12px;
2538
- line-height: 18px;
2539
- font-weight: bold;
2540
- color: #fff;
2541
- padding: 0 4px;
2542
- border-radius: 4px;
2543
- display: inline-block;
2544
- background: var(--ti7fpyu-0);
2664
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2665
+ top: 4px;
2666
+ left: 4px;
2667
+ width: 6px;
2668
+ height: 6px;
2669
+ background: #fff;
2545
2670
  }
2546
- .ti7fpyu:not(:first-child) {
2547
- margin-left: 4px;
2671
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2672
+ opacity: 0.5;
2548
2673
  }
2549
-
2550
- .f1rest1f {
2551
- width: 100%;
2552
- height: 100%;
2553
- display: flex;
2554
- align-items: center;
2555
- justify-content: center;
2674
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2675
+ border-color: rgba(107, 128, 167, 0.6);
2676
+ background: rgba(211, 218, 235, 0.6);
2556
2677
  }
2557
-
2558
- .n1kbdoln {
2559
- font-size: 90%;
2560
- font-weight: bold;
2561
- background-color: rgba(240, 243, 247, 0.6);
2562
- padding: 1px 4px 1px;
2563
- margin-left: 2px;
2564
- margin-right: 2px;
2565
- border: 1px solid rgba(213, 219, 227, 0.6);
2566
- border-radius: 4px;
2678
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2679
+ background: #00122e;
2567
2680
  }
2568
-
2569
- .f1y3gta0.form-item-general {
2570
- width: 640px;
2681
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2682
+ color: #00122e;
2683
+ opacity: 0.5;
2571
2684
  }
2572
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2573
- margin-top: 16px;
2685
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2686
+ color: #00122e;
2574
2687
  }
2575
- .f1y3gta0.form-item-compact {
2576
- width: 412px;
2688
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2689
+ display: inline-block;
2690
+ padding: 0;
2691
+ padding-left: 12px;
2577
2692
  }
2578
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2579
- margin-top: 8px;
2693
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2694
+ margin-bottom: 0;
2695
+ white-space: pre-wrap;
2696
+ color: rgba(44, 56, 82, 0.6);
2580
2697
  }
2581
- .f1y3gta0 .form-item {
2582
- width: auto;
2698
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2699
+ padding-left: 8px;
2583
2700
  }
2584
- .f1y3gta0 .form-item-main {
2585
- position: relative;
2586
- display: flex;
2701
+
2702
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2703
+ border-radius: 5px 0 0 5px;
2587
2704
  }
2588
- .f1y3gta0 .form-item-extra {
2589
- margin-top: 4px;
2590
- width: 100%;
2591
- padding: 14px;
2592
- background: #f2f4f6;
2593
- font-size: 13px;
2594
- line-height: 1.8;
2595
- color: #8e9aa9;
2705
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2706
+ border-radius: 0 5px 5px 0;
2596
2707
  }
2597
- .f1y3gta0 .form-item-label {
2598
- padding-right: 12px;
2599
- font-size: 13px;
2600
- color: rgba(44, 56, 82, 0.6);
2708
+
2709
+ .r1f0aqcc {
2710
+ color: #00122e;
2711
+ border-color: #ccd4e3;
2601
2712
  }
2602
- .f1y3gta0 .form-item-label.label-right {
2603
- text-align: right;
2713
+ .r1f0aqcc:first-child {
2714
+ color: #00122e;
2715
+ border-color: #a3b4cc;
2604
2716
  }
2605
- .f1y3gta0 .form-item-label,
2606
- .f1y3gta0 .form-item-control {
2717
+ .r1f0aqcc.ant-radio-button-wrapper {
2718
+ padding: 0 12px;
2607
2719
  line-height: 32px;
2720
+ height: 32px;
2608
2721
  }
2609
- .f1y3gta0 .form-item-control .form-item-error {
2610
- line-height: 18px;
2722
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2723
+ white-space: nowrap;
2611
2724
  }
2612
- .f1y3gta0 .form-item-children {
2613
- width: 100%;
2725
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2726
+ background: #ccd4e3;
2614
2727
  }
2615
- .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 {
2616
- width: 100%;
2728
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2729
+ background: #0080ff;
2617
2730
  }
2618
- .f1y3gta0 .form-item-error {
2619
- color: #e75a3a;
2620
- height: 0;
2621
- overflow: hidden;
2731
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2732
+ background: #ccd4e3;
2733
+ opacity: 0.5;
2622
2734
  }
2623
- .f1y3gta0 .form-item-error-enter-done {
2624
- margin-top: 4px;
2625
- height: auto;
2626
- overflow: auto;
2735
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2736
+ border-right-color: #0080ff;
2627
2737
  }
2628
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2629
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2630
- border: 1px solid #e75a3a;
2631
- color: #e75a3a;
2738
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2739
+ border-color: #0080ff;
2632
2740
  }
2633
-
2634
- .fujbm7g {
2635
- color: #2d3a56;
2636
- font-weight: bold;
2637
- padding-bottom: 6px;
2638
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2639
- margin-bottom: 16px;
2741
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2742
+ background: rgba(0, 136, 255, 0.1);
2640
2743
  }
2641
- .fujbm7g:not(:first-of-type) {
2642
- margin-top: 16px;
2744
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2745
+ background: rgba(211, 218, 235, 0.6);
2746
+ border-color: #ccd4e3;
2747
+ opacity: 0.5;
2643
2748
  }
2644
-
2645
- .e5fsw5s {
2646
- width: 8px;
2647
- height: 24px;
2648
- display: flex;
2649
- justify-content: center;
2650
- align-items: center;
2651
- cursor: pointer;
2652
- transition: all 200ms ease-out 40ms;
2749
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2750
+ color: #00122e;
2751
+ border-color: #ccd4e3;
2653
2752
  }
2654
- .e5fsw5s:before, .e5fsw5s:after {
2655
- content: "";
2656
- width: 1px;
2657
- height: 6px;
2658
- border-radius: 1px;
2659
- background: #ccd4e3;
2660
- position: relative;
2661
- right: 2px;
2662
- transform: rotate(-45deg);
2753
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2754
+ color: #00122e;
2755
+ border-color: #ccd4e3;
2756
+ background: rgba(172, 186, 211, 0.6);
2663
2757
  }
2664
- .e5fsw5s:after {
2665
- transform: rotate(45deg);
2666
- left: 1px;
2758
+ .r1f0aqcc .ant-radio-button-input {
2759
+ margin-right: 8px;
2760
+ display: inline;
2761
+ border: none;
2762
+ padding: 0;
2763
+ width: 36px;
2764
+ background: transparent;
2667
2765
  }
2668
-
2669
- .w18knsg4.ant-alert-warning {
2670
- border: 0;
2671
- background: rgba(255, 187, 0, 0.1);
2672
- border-radius: 6px;
2766
+ .r1f0aqcc .ant-radio-button-input:focus {
2767
+ box-shadow: none;
2673
2768
  }
2674
- .w18knsg4.ant-alert,
2675
- .w18knsg4 .ant-alert-message {
2676
- color: #e07f00;
2769
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2770
+ margin-right: 0;
2771
+ width: initial;
2772
+ box-shadow: none;
2773
+ }
2774
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2775
+ display: none;
2776
+ }
2777
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2778
+ display: inline;
2779
+ }
2780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2781
+ display: inline;
2782
+ margin-right: 8px;
2783
+ padding: 0;
2784
+ width: 36px;
2677
2785
  }
2678
- .w18knsg4.ant-alert .dashed-border-bottom,
2679
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2680
- border-bottom-color: #e07f00;
2786
+
2787
+ .t1upn1sz {
2788
+ height: 100%;
2681
2789
  }
2682
2790
 
2683
- .ng31n2o {
2684
- display: flex;
2685
- flex-direction: row;
2686
- padding: 7px 12px;
2687
- background: rgba(255, 187, 0, 0.1);
2688
- border-radius: 6px;
2689
- color: #e07f00;
2690
- font-size: 12px;
2691
- line-height: 18px;
2791
+ .tta5kd2 {
2792
+ height: 100%;
2692
2793
  }
2693
- .ng31n2o .icon-wrapper {
2694
- margin-right: 10px;
2695
- height: 18px;
2794
+ .tta5kd2.empty-table .ant-table-content {
2795
+ overflow: visible !important;
2796
+ height: 100%;
2696
2797
  }
2697
-
2698
- .n15x5f5y {
2699
- display: flex;
2700
- flex-direction: row;
2701
- padding: 7px 12px;
2702
- background: rgba(225, 230, 241, 0.6);
2703
- border-radius: 6px;
2704
- color: rgba(44, 56, 82, 0.6);
2705
- font-size: 12px;
2706
- line-height: 18px;
2798
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2799
+ height: 100%;
2707
2800
  }
2708
- .n15x5f5y .icon-wrapper {
2709
- margin-right: 10px;
2710
- height: 18px;
2801
+ .tta5kd2.empty-table .ant-table-content table {
2802
+ width: 100% !important;
2803
+ height: 100%;
2711
2804
  }
2712
-
2713
- .i16ozz3f {
2714
- display: flex;
2715
- flex-direction: row;
2716
- padding: 7px 12px;
2717
- background: rgba(0, 136, 255, 0.1);
2718
- border-radius: 6px;
2719
- color: #005ed1;
2720
- font-size: 12px;
2721
- line-height: 18px;
2805
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2806
+ padding: 15px 0;
2722
2807
  }
2723
- .i16ozz3f .icon-wrapper {
2724
- margin-right: 10px;
2725
- height: 18px;
2808
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2809
+ display: none;
2726
2810
  }
2727
-
2728
- .dszu9qr {
2729
- color: rgba(44, 56, 82, 0.6);
2730
- margin-top: 5px;
2731
- font-size: 12px;
2732
- line-height: 18px;
2811
+ .tta5kd2 .active-row td:nth-child(1) {
2812
+ font-weight: 700;
2733
2813
  }
2734
-
2735
- .snxzgx {
2736
- color: #f0483e;
2737
- font-size: 12px;
2738
- white-space: pre-wrap;
2814
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2815
+ font-weight: 700;
2739
2816
  }
2740
-
2741
- .o1i4orqw {
2742
- display: flex;
2743
- align-items: center;
2744
- justify-content: flex-end;
2817
+ .tta5kd2 .ant-spin-nested-loading {
2818
+ height: 100%;
2745
2819
  }
2746
- .o1i4orqw .icon-wrapper {
2747
- margin-right: 16px;
2820
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2821
+ height: 100%;
2822
+ overflow: visible;
2748
2823
  }
2749
-
2750
- .t79k8o2 {
2751
- color: rgba(0, 21, 64, 0.3);
2824
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2825
+ max-height: none;
2752
2826
  }
2753
-
2754
- .ipd9bk.ant-input {
2755
- padding: 5px 12px;
2756
- line-height: 20px;
2757
- color: #2d3a56;
2758
- border-radius: 6px;
2759
- border-color: rgba(172, 186, 211, 0.6);
2760
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2827
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2828
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2829
+ display: none;
2761
2830
  }
2762
- .ipd9bk.ant-input.ant-input-lg {
2763
- padding: 8px 16px;
2764
- line-height: 22px;
2831
+ .tta5kd2 td.ant-table-column-sort {
2832
+ background: transparent;
2765
2833
  }
2766
- .ipd9bk.ant-input.ant-input-sm {
2767
- padding: 2px 8px;
2768
- line-height: 18px;
2834
+ .tta5kd2 td.ant-table-cell-fix-left,
2835
+ .tta5kd2 td.ant-table-cell-fix-right {
2836
+ background: #fff;
2837
+ padding: 0 !important;
2769
2838
  }
2770
- .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 {
2771
- border-color: rgba(107, 128, 167, 0.6);
2772
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2839
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2840
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2841
+ display: flex;
2842
+ align-items: center;
2843
+ height: 100%;
2844
+ padding: 8px;
2773
2845
  }
2774
- .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 {
2775
- border-color: #0096ff;
2776
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2846
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2847
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2848
+ overflow: hidden;
2849
+ text-overflow: ellipsis;
2850
+ width: 100%;
2777
2851
  }
2778
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2779
- border-color: #e75a3a;
2780
- color: #e75a3a;
2852
+ .tta5kd2 .ant-table-container {
2853
+ height: 100%;
2781
2854
  }
2782
- .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 {
2783
- border-color: #e75a3a;
2784
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2855
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
2856
+ box-shadow: none !important;
2785
2857
  }
2786
- .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 {
2787
- border-color: #e75a3a;
2788
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2858
+ .tta5kd2 .ant-table {
2859
+ border-radius: 0px;
2860
+ border-left: none;
2861
+ border-right: none;
2862
+ border-bottom: none;
2863
+ height: 100%;
2864
+ font-size: 12px;
2865
+ background: transparent;
2789
2866
  }
2790
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2791
- background: rgba(211, 218, 235, 0.6);
2792
- color: rgba(0, 21, 64, 0.3);
2793
- border-color: rgba(172, 186, 211, 0.6);
2867
+ .tta5kd2 .ant-table .ant-table-header {
2868
+ position: relative;
2869
+ z-index: 3;
2870
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2871
+ margin-bottom: -1px;
2794
2872
  }
2795
- .ipd9bk.ant-input-affix-wrapper {
2796
- padding: 5px 12px;
2797
- border-radius: 6px;
2798
- border-color: rgba(172, 186, 211, 0.6);
2799
- line-height: 20px;
2873
+ .tta5kd2 .ant-table .time-wrapper .data,
2874
+ .tta5kd2 .ant-table .value {
2800
2875
  color: #2d3a56;
2801
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2802
2876
  }
2803
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2804
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2877
+ .tta5kd2 .ant-table .time-wrapper .time,
2878
+ .tta5kd2 .ant-table .unit {
2805
2879
  color: rgba(44, 56, 82, 0.6);
2806
2880
  }
2807
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2808
- padding: 8px 16px;
2809
- line-height: 22px;
2810
- }
2811
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2812
- padding: 2px 8px;
2813
- line-height: 18px;
2814
- }
2815
- .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 {
2816
- border-color: rgba(107, 128, 167, 0.6);
2817
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2881
+ .tta5kd2 .ant-table .ant-table-selection {
2882
+ text-align: center;
2818
2883
  }
2819
- .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 {
2820
- border-color: #0096ff;
2821
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2884
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2885
+ background: #fff;
2822
2886
  }
2823
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2824
- border-color: #e75a3a;
2887
+ .tta5kd2 .ant-table .anticon-setting {
2888
+ cursor: pointer;
2889
+ position: absolute;
2890
+ top: 50%;
2891
+ right: 12px;
2892
+ transform: translateY(-50%);
2825
2893
  }
2826
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2827
- color: #e75a3a;
2894
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
2895
+ box-shadow: none;
2896
+ width: 1px;
2897
+ background: rgba(213, 219, 227, 0.6);
2828
2898
  }
2829
- .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 {
2830
- border-color: #e75a3a;
2831
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2899
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
2900
+ box-shadow: none;
2901
+ width: 1px;
2902
+ background: rgba(213, 219, 227, 0.6);
2832
2903
  }
2833
- .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 {
2834
- border-color: #e75a3a;
2835
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2904
+ .tta5kd2 .ant-table .ant-table-tbody {
2905
+ position: relative;
2836
2906
  }
2837
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2838
- background: rgba(211, 218, 235, 0.6);
2839
- color: rgba(0, 21, 64, 0.3);
2840
- border-color: rgba(172, 186, 211, 0.6);
2907
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
2908
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2909
+ border-bottom: 1px solid white;
2910
+ height: 40px;
2911
+ vertical-align: middle;
2912
+ transition: background 0ms;
2913
+ color: #00122e;
2841
2914
  }
2842
- textarea.ipd9bk.ant-input {
2843
- transition-property: height;
2844
- transition-delay: 50ms;
2915
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
2916
+ background: #f2f5fa;
2917
+ border-bottom-color: #f2f5fa;
2845
2918
  }
2846
- textarea.ipd9bk.ant-input.textarea-large {
2847
- min-height: 40px;
2848
- height: 40px;
2919
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
2920
+ height: auto;
2921
+ color: #00122e;
2922
+ font-size: 12px;
2923
+ text-align: left;
2924
+ transition: none;
2925
+ overflow: hidden;
2926
+ text-overflow: ellipsis;
2927
+ white-space: nowrap;
2849
2928
  }
2850
- textarea.ipd9bk.ant-input.textarea-large:focus {
2851
- height: 80px;
2929
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
2930
+ color: #0096ff;
2852
2931
  }
2853
- textarea.ipd9bk.ant-input.textarea-middle {
2854
- min-height: 32px;
2855
- height: 32px;
2932
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
2933
+ overflow: hidden;
2934
+ text-overflow: ellipsis;
2935
+ width: 100%;
2936
+ vertical-align: middle;
2856
2937
  }
2857
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2858
- height: 64px;
2938
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
2939
+ line-height: 0px;
2859
2940
  }
2860
- textarea.ipd9bk.ant-input.textarea-small {
2861
- min-height: 24px;
2862
- height: 24px;
2941
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
2942
+ border-top-color: transparent;
2863
2943
  }
2864
- textarea.ipd9bk.ant-input.textarea-small:focus {
2865
- height: 40px;
2944
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
2945
+ background: rgba(225, 230, 241, 0.6);
2946
+ border-color: transparent transparent white;
2866
2947
  }
2867
-
2868
- .kypn5o5 input, .kypn5o5.input-tags {
2869
- border: 1px solid rgba(213, 219, 227, 0.6);
2870
- border-radius: 4px;
2948
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
2949
+ border-radius: 8px 0 0 8px;
2871
2950
  }
2872
- .kypn5o5.input-tags {
2873
- position: relative;
2874
- padding: 6px;
2875
- height: 32px;
2876
- cursor: pointer;
2877
- transition: border 150ms;
2951
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2952
+ border-radius: 8px 0 0 8px;
2878
2953
  }
2879
- .kypn5o5.input-tags:hover {
2880
- border-color: #0080ff;
2881
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2954
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2955
+ content: "";
2956
+ width: 4px;
2957
+ top: -1px;
2958
+ bottom: -1px;
2959
+ background: white;
2882
2960
  }
2883
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2884
- padding-right: 30px;
2961
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2962
+ border-radius: 0 8px 8px 0;
2885
2963
  }
2886
- .kypn5o5.input-tags .input-tags-inner {
2887
- display: flex;
2964
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2965
+ border-radius: 0;
2966
+ background: white;
2967
+ border-top: none;
2888
2968
  }
2889
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2890
- display: flex;
2969
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2970
+ border-top: 1px solid transparent;
2971
+ border-radius: 0 8px 8px 0;
2972
+ background: rgba(225, 230, 241, 0.6);
2891
2973
  }
2892
- .kypn5o5.input-tags .input-tag-suffix {
2893
- position: absolute;
2894
- right: 12px;
2895
- top: 50%;
2896
- transform: translateY(-50%);
2974
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2975
+ background: white;
2976
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2897
2977
  }
2898
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2899
- color: rgba(0, 0, 0, 0.25);
2900
- font-size: 12px;
2901
- cursor: pointer;
2978
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2979
+ display: flex;
2980
+ align-items: center;
2981
+ height: 100%;
2982
+ background: rgba(225, 230, 241, 0.6);
2902
2983
  }
2903
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2904
- color: rgba(0, 0, 0, 0.45);
2984
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2985
+ background: white;
2986
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2905
2987
  }
2906
- .kypn5o5.has-focus-indicator {
2907
- position: relative;
2908
- overflow: hidden;
2988
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2989
+ display: flex;
2990
+ align-items: center;
2991
+ height: 100%;
2992
+ background: rgba(225, 230, 241, 0.6);
2909
2993
  }
2910
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2911
- position: absolute;
2912
- top: 50%;
2913
- transform: translateY(-50%);
2914
- left: -16px;
2915
- transition: left 150ms ease;
2916
- opacity: 0;
2994
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2995
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2917
2996
  }
2918
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2919
- left: 8px;
2920
- opacity: 1;
2997
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2998
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2999
+ border-radius: 8px;
2921
3000
  }
2922
- .kypn5o5.has-focus-indicator input {
2923
- transition: margin-left 150ms ease;
2924
- margin-left: 0px;
3001
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3002
+ border-top-color: white;
2925
3003
  }
2926
- .kypn5o5.has-focus-indicator input:focus {
2927
- margin-left: 16px;
3004
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3005
+ background: rgba(0, 136, 255, 0.1);
3006
+ border-bottom-color: transparent;
3007
+ border-top-color: transparent;
2928
3008
  }
2929
-
2930
- input.l1ki27se.ant-input {
2931
- border-top-right-radius: 0;
2932
- border-bottom-right-radius: 0;
3009
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3010
+ border-radius: 8px 0 0 8px;
2933
3011
  }
2934
-
2935
- .l1ki27se.ant-input-affix-wrapper {
2936
- border-top-right-radius: 0;
2937
- border-bottom-right-radius: 0;
3012
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3013
+ border-radius: 0 8px 8px 0;
2938
3014
  }
2939
-
2940
- input.rrg1fkn.ant-input {
2941
- border-top-left-radius: 0;
2942
- border-bottom-left-radius: 0;
3015
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3016
+ background: rgba(0, 136, 255, 0.1);
2943
3017
  }
2944
-
2945
- .rrg1fkn.ant-input-affix-wrapper {
2946
- border-top-left-radius: 0;
2947
- border-bottom-left-radius: 0;
3018
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3019
+ background: #fff;
3020
+ font-weight: 400;
3021
+ position: relative;
3022
+ border-bottom: none;
3023
+ color: #00122e;
3024
+ transition: none;
3025
+ padding: 15px 8px 15px 8px;
2948
3026
  }
2949
-
2950
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2951
- border-top-right-radius: 0;
2952
- border-bottom-right-radius: 0;
3027
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3028
+ content: "";
3029
+ width: 1px;
3030
+ top: 0;
3031
+ bottom: 0;
3032
+ background: rgba(211, 218, 235, 0.6);
3033
+ position: absolute;
3034
+ right: 0;
2953
3035
  }
2954
-
2955
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2956
- border-top-left-radius: 0;
2957
- border-bottom-left-radius: 0;
3036
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3037
+ padding: unset;
2958
3038
  }
2959
-
2960
- .buj61ew.ant-btn {
2961
- height: 32px;
2962
- border-radius: 6px;
2963
- line-height: 22px;
2964
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
2965
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
3039
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3040
+ display: none;
2966
3041
  }
2967
- .buj61ew.ant-btn.ant-btn-lg {
2968
- height: 40px;
2969
- line-height: 24px;
3042
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3043
+ width: 100%;
3044
+ overflow: hidden;
3045
+ white-space: nowrap;
3046
+ text-overflow: ellipsis;
2970
3047
  }
2971
- .buj61ew.ant-btn.ant-btn-sm {
2972
- height: 24px;
2973
- line-height: 20px;
3048
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3049
+ overflow: hidden;
3050
+ text-overflow: ellipsis;
3051
+ flex: 1;
2974
3052
  }
2975
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2976
- border-radius: 50%;
3053
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3054
+ padding: 15px 28px 15px 8px;
2977
3055
  }
2978
- .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 {
2979
- color: var(--color, #06101f);
2980
- font-weight: var(--font-weight);
2981
- background: var(--background-color, #fff);
2982
- border-width: var(--border-width, 1px);
2983
- border-color: var(--border-color, #d9d9d9);
3056
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3057
+ padding: 0;
2984
3058
  }
2985
- .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 {
3059
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3060
+ position: absolute;
3061
+ right: 10px;
3062
+ top: 50%;
3063
+ transform: translateY(-50%);
3064
+ height: 16px;
2986
3065
  display: none;
3066
+ transition: transform 320ms ease;
2987
3067
  }
2988
- .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 {
2989
- color: var(--color, inherit);
2990
- }
2991
- .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 {
2992
- background: var(--background-color-hover, var(--background-color));
2993
- border-color: var(--border-color-hover, var(--border-color, transparent));
3068
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3069
+ display: block;
3070
+ transform: translateY(-50%) rotateX(180deg);
2994
3071
  }
2995
- .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 {
2996
- --scale: 1;
2997
- --transY: 1px;
2998
- background: var(--background-color-active, var(--background-color));
2999
- border-color: var(--border-color-active, var(--border-color, transparent));
3072
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3073
+ display: block;
3000
3074
  }
3001
- .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 {
3002
- background: var(--background-color-focus, var(--background-color));
3003
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
3004
- border-color: var(--border-color-focus, var(--border-color, transparent));
3075
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3076
+ display: none;
3005
3077
  }
3006
- .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 {
3007
- color: var(--color-disabled, var(--color));
3008
- background: var(--background-color-disabled, var(--background-color));
3009
- border-color: var(--border-color-disabled, var(--border-color, transparent));
3010
- opacity: 0.5;
3078
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3079
+ transform: translateY(-50%);
3011
3080
  }
3012
- .buj61ew.ant-btn-link[disabled] {
3013
- color: #0080ff;
3014
- opacity: 0.5;
3081
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3082
+ transform: translateY(-50%) rotateX(180deg);
3015
3083
  }
3016
- .buj61ew.ant-btn-primary {
3017
- --color: #fff;
3018
- --font-weight: bold;
3019
- --border-width: 0;
3020
- --background-color: #0080ff;
3021
- --background-color-hover: #009dff;
3022
- --background-color-active: #005ed1;
3023
- --background-color-focus: #0080ff;
3024
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3084
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3085
+ background: #f2f5fa;
3025
3086
  }
3026
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
3027
- --background-color: #f0483e;
3028
- --background-color-hover: #ff5252;
3029
- --background-color-active: #c73d31;
3030
- --background-color-focus: #ff5252;
3031
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3087
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3088
+ display: block;
3032
3089
  }
3033
- .buj61ew.ant-btn-primary.btn-primary-orange {
3034
- --background-color: #fea008;
3035
- --background-color-hover: #feba33;
3036
- --background-color-active: #e07f00;
3037
- --background-color-focus: #fea008;
3090
+ .tta5kd2 .ant-table .ant-table-selection-column {
3091
+ padding: 0 !important;
3038
3092
  }
3039
- .buj61ew.ant-btn-secondary {
3040
- --color: #0080ff;
3041
- --font-weight: bold;
3042
- --border-width: 0;
3043
- --background-color: rgba(0, 136, 255, 0.1);
3044
- --background-color-hover: rgba(0, 136, 255, 0.16);
3045
- --background-color-active: rgba(0, 136, 255, 0.2);
3046
- --background-color-focus: rgba(0, 136, 255, 0.1);
3047
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3093
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3094
+ position: absolute;
3095
+ left: 50%;
3096
+ top: 50%;
3097
+ transform: translate(-50%, -50%);
3048
3098
  }
3049
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
3050
- --color: #f0483e;
3051
- --background-color: rgba(255, 74, 74, 0.1);
3052
- --background-color-hover: rgba(255, 74, 74, 0.16);
3053
- --background-color-active: rgba(255, 74, 74, 0.2);
3054
- --background-color-focus: rgba(255, 74, 74, 0.1);
3055
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3099
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3100
+ display: none;
3056
3101
  }
3057
- .buj61ew.ant-btn-secondary.btn-primary-orange {
3058
- --color: #fea008;
3059
- --background-color: rgba(255, 187, 0, 0.1);
3060
- --background-color-hover: rgba(255, 187, 0, 0.16);
3061
- --background-color-active: rgba(255, 187, 0, 0.2);
3062
- --background-color-focus: rgba(255, 187, 0, 0.1);
3102
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3103
+ background: #fff;
3063
3104
  }
3064
- .buj61ew.ant-btn-tertiary {
3065
- --color: #0080ff;
3066
- --font-weight: bold;
3067
- --border-width: 0;
3068
- --background-color: #fff;
3069
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3070
- box-shadow: none;
3105
+ .tta5kd2 .ant-table .ant-table-placeholder {
3106
+ background: inherit;
3071
3107
  }
3072
- .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 {
3073
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
3108
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3109
+ position: static;
3110
+ border: none;
3111
+ background: inherit !important;
3112
+ height: 100px;
3113
+ vertical-align: middle;
3074
3114
  }
3075
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
3076
- --color: #f0483e;
3077
- --background-color: #fff;
3078
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3115
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3116
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3117
+ font-weight: bold;
3118
+ font-size: 20px;
3119
+ color: rgba(10, 37, 85, 0.6);
3079
3120
  }
3080
- .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 {
3081
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
3121
+ .tta5kd2 .ant-table td.cell__action_ {
3122
+ padding: 0 !important;
3123
+ position: relative;
3124
+ background: #fff;
3082
3125
  }
3083
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
3084
- --color: #fea008;
3085
- --background-color: #fff;
3126
+ .tta5kd2 .ant-table td.cell__action_ > * {
3127
+ height: 100%;
3128
+ display: flex;
3129
+ align-items: center;
3130
+ justify-content: flex-end;
3131
+ padding-right: 8px;
3086
3132
  }
3087
- .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 {
3088
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
3133
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3134
+ width: 24px;
3135
+ height: 24px;
3136
+ cursor: pointer;
3137
+ justify-content: center;
3138
+ border-radius: 4px;
3089
3139
  }
3090
- .buj61ew.ant-btn-ordinary {
3091
- --color: #1d326c;
3092
- --border-color: #ccd4e3;
3093
- --background-color: #fff;
3094
- --background-color-hover: #edf0f7;
3095
- --background-color-active: #e4e9f2;
3096
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3097
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
3140
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3141
+ background: #fff;
3098
3142
  }
3099
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
3100
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
3143
+
3144
+ .obf05yr {
3145
+ display: inline-block;
3101
3146
  }
3102
- .buj61ew.ant-btn-ordinary.ordinary-blue {
3103
- --color: #0080ff;
3104
- --border-color: #0080ff;
3105
- --background-color: #fff;
3106
- --background-color-hover: linear-gradient(
3107
- 0deg,
3108
- rgba(0, 136, 255, 0.16),
3109
- rgba(0, 136, 255, 0.16)
3110
- ),
3111
- #ffffff;
3112
- --background-color-active: linear-gradient(
3113
- 0deg,
3114
- rgba(0, 136, 255, 0.2),
3115
- rgba(0, 136, 255, 0.2)
3116
- ),
3117
- #ffffff;
3118
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3119
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
3147
+
3148
+ .hsms1n6 {
3149
+ visibility: hidden;
3150
+ position: absolute;
3120
3151
  }
3121
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
3122
- --color: #f0483e;
3123
- --border-color: #f0483e;
3124
- --background-color: #fff;
3125
- --background-color-hover: linear-gradient(
3126
- 0deg,
3127
- rgba(255, 74, 74, 0.16),
3128
- rgba(255, 74, 74, 0.16)
3129
- ),
3130
- #ffffff;
3131
- --background-color-active: linear-gradient(
3132
- 0deg,
3133
- rgba(255, 74, 74, 0.2),
3134
- rgba(255, 74, 74, 0.2)
3135
- ),
3136
- #ffffff;
3137
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3152
+
3153
+ .s34f1qb.ant-switch {
3154
+ min-width: 40px;
3155
+ height: 24px;
3156
+ background: rgba(172, 186, 211, 0.6);
3157
+ overflow: hidden;
3138
3158
  }
3139
- .buj61ew.ant-btn-ordinary-onTint {
3140
- --color: #1d326c;
3141
- --border-color: #fff;
3142
- --background-color: #fff;
3143
- --background-color-hover: rgba(211, 218, 235, 0.6);
3144
- --background-color-active: rgba(192, 203, 224, 0.6);
3145
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3146
- box-shadow: none;
3159
+ .s34f1qb.ant-switch:focus {
3160
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3147
3161
  }
3148
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
3149
- --color: #0080ff;
3150
- --border-color: #fff;
3151
- --background-color: #fff;
3152
- --background-color-hover: rgba(0, 136, 255, 0.16);
3153
- --background-color-active: rgba(0, 136, 255, 0.2);
3154
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3155
- box-shadow: none;
3162
+ .s34f1qb.ant-switch-small {
3163
+ min-width: 26px;
3164
+ height: 16px;
3156
3165
  }
3157
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
3158
- --color: #f0483e;
3159
- --background-color-hover: rgba(255, 74, 74, 0.16);
3160
- --background-color-active: rgba(255, 74, 74, 0.2);
3161
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3166
+ .s34f1qb.ant-switch-large {
3167
+ min-width: 52px;
3168
+ height: 32px;
3162
3169
  }
3163
- .buj61ew.ant-btn-quiet {
3164
- --color: rgba(44, 56, 82, 0.6);
3165
- --border-width: 0;
3166
- --background-color: transparent;
3167
- --background-color-hover: rgba(211, 218, 235, 0.6);
3168
- --background-color-active: rgba(192, 203, 224, 0.6);
3169
- --background-color-focus: #fff;
3170
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3171
- box-shadow: none;
3170
+ .s34f1qb.ant-switch .ant-switch-handle {
3171
+ height: 20px;
3172
+ width: 20px;
3172
3173
  }
3173
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
3174
- --color: #f0483e;
3175
- --background-color-hover: rgba(255, 74, 74, 0.16);
3176
- --background-color-active: rgba(255, 74, 74, 0.2);
3177
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3174
+ .s34f1qb.ant-switch .ant-switch-handle::before {
3175
+ border-radius: 10px;
3176
+ transition-delay: 120ms;
3178
3177
  }
3179
- .buj61ew.ant-btn-quiet.quiet-blue {
3180
- --color: #0080ff;
3181
- --background-color: transparent;
3182
- --background-color-hover: rgba(0, 136, 255, 0.16);
3183
- --background-color-active: rgba(0, 136, 255, 0.2);
3184
- --background-color-focus: #fff;
3185
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3178
+ .s34f1qb.ant-switch-small .ant-switch-handle {
3179
+ height: 14px;
3180
+ width: 14px;
3181
+ top: 1px;
3182
+ left: 1px;
3186
3183
  }
3187
- .buj61ew.has-icon {
3188
- display: inline-flex;
3189
- align-items: center;
3184
+ .s34f1qb.ant-switch-large .ant-switch-handle {
3185
+ height: 28px;
3186
+ width: 28px;
3190
3187
  }
3191
- .buj61ew .button-prefix-icon {
3192
- margin-right: 4px;
3193
- display: inline-flex;
3188
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
3189
+ border-radius: 14px;
3194
3190
  }
3195
- .buj61ew .button-suffix-icon {
3196
- margin-left: 4px;
3197
- display: inline-flex;
3191
+ .s34f1qb.ant-switch-checked {
3192
+ background-color: #00ba5d;
3198
3193
  }
3199
- .buj61ew .icon-wrapper {
3200
- display: inline-flex;
3201
- vertical-align: bottom;
3194
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
3195
+ left: calc(100% - 20px - 2px);
3196
+ }
3197
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3198
+ left: calc(100% - 14px - 1px);
3199
+ }
3200
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3201
+ left: calc(100% - 28px - 2px);
3202
3202
  }
3203
3203
 
3204
- .nchllas {
3205
- padding: 0;
3204
+ .c1to9vb9 {
3205
+ margin-left: 5px;
3206
3206
  }
3207
3207
 
3208
3208
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
@@ -3307,10 +3307,6 @@ input.rrg1fkn.ant-input {
3307
3307
  color: rgba(44, 56, 82, 0.6);
3308
3308
  }
3309
3309
 
3310
- .i1e4sgug {
3311
- display: inline-block;
3312
- }
3313
-
3314
3310
  .d6j0lbj {
3315
3311
  font-family: Inter;
3316
3312
  font-style: normal;
@@ -3786,6 +3782,10 @@ input.rrg1fkn.ant-input {
3786
3782
  line-height: 12px;
3787
3783
  }
3788
3784
 
3785
+ .i1e4sgug {
3786
+ display: inline-block;
3787
+ }
3788
+
3789
3789
  .c198s9j3 {
3790
3790
  color: #2d3a56;
3791
3791
  line-height: 22px;
@@ -3912,6 +3912,10 @@ input.rrg1fkn.ant-input {
3912
3912
  transform: rotate(180deg);
3913
3913
  }
3914
3914
 
3915
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3916
+ display: flex;
3917
+ }
3918
+
3915
3919
  .igz4le8 {
3916
3920
  height: 24px;
3917
3921
  width: 56px !important;
@@ -3922,10 +3926,6 @@ input.rrg1fkn.ant-input {
3922
3926
  color: rgba(44, 56, 82, 0.6);
3923
3927
  }
3924
3928
 
3925
- .iiqau4c.ant-input-group.ant-input-group-compact {
3926
- display: flex;
3927
- }
3928
-
3929
3929
  .m1thnes4 {
3930
3930
  color: rgba(44, 56, 82, 0.6);
3931
3931
  text-align: center;