@cloudtower/eagle 0.26.6 → 0.26.7

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