@cloudtower/eagle 0.26.1 → 0.26.2

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