@cloudtower/eagle 0.22.32 → 0.22.34

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