@cloudtower/eagle 0.22.24 → 0.22.26

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