@cloudtower/eagle 0.22.40 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1597,1338 +1597,1338 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
- .buj61ew.ant-btn {
1601
- height: 32px;
1602
- border-radius: 6px;
1603
- line-height: 22px;
1604
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1605
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1606
- }
1607
- .buj61ew.ant-btn.ant-btn-lg {
1608
- height: 40px;
1600
+ .p12gwtiw {
1601
+ display: flex;
1602
+ justify-content: space-between;
1603
+ align-items: center;
1604
+ padding: 10px 0;
1605
+ color: rgba(44, 56, 82, 0.6);
1606
+ font-size: 12px;
1609
1607
  line-height: 24px;
1610
1608
  }
1611
- .buj61ew.ant-btn.ant-btn-sm {
1612
- height: 24px;
1613
- line-height: 20px;
1614
- }
1615
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1616
- border-radius: 50%;
1617
- }
1618
- .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
1619
- color: var(--color, #06101f);
1620
- font-weight: var(--font-weight);
1621
- background: var(--background-color, #fff);
1622
- border-width: var(--border-width, 1px);
1623
- border-color: var(--border-color, #d9d9d9);
1624
- }
1625
- .buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
1626
- display: none;
1627
- }
1628
- .buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
1629
- color: var(--color, inherit);
1630
- }
1631
- .buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
1632
- background: var(--background-color-hover, var(--background-color));
1633
- border-color: var(--border-color-hover, var(--border-color, transparent));
1634
- }
1635
- .buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
1636
- --scale: 1;
1637
- --transY: 1px;
1638
- background: var(--background-color-active, var(--background-color));
1639
- border-color: var(--border-color-active, var(--border-color, transparent));
1640
- }
1641
- .buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
1642
- background: var(--background-color-focus, var(--background-color));
1643
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1644
- border-color: var(--border-color-focus, var(--border-color, transparent));
1609
+ .p12gwtiw .pagination-left {
1610
+ padding: 2px 8px;
1645
1611
  }
1646
- .buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
1647
- color: var(--color-disabled, var(--color));
1648
- background: var(--background-color-disabled, var(--background-color));
1649
- border-color: var(--border-color-disabled, var(--border-color, transparent));
1650
- opacity: 0.5;
1612
+ .p12gwtiw .dropdown-trigger {
1613
+ display: flex;
1614
+ align-items: center;
1615
+ border-radius: 6px;
1616
+ cursor: pointer;
1617
+ transition: all 0.3s ease;
1651
1618
  }
1652
- .buj61ew.ant-btn-link[disabled] {
1619
+ .p12gwtiw .dropdown-trigger:hover {
1620
+ background: rgba(211, 218, 235, 0.6);
1653
1621
  color: #0080ff;
1654
- opacity: 0.5;
1655
- }
1656
- .buj61ew.ant-btn-primary {
1657
- --color: #fff;
1658
- --font-weight: bold;
1659
- --border-width: 0;
1660
- --background-color: #0080ff;
1661
- --background-color-hover: #009dff;
1662
- --background-color-active: #005ed1;
1663
- --background-color-focus: #0080ff;
1664
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1665
- }
1666
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
1667
- --background-color: #f0483e;
1668
- --background-color-hover: #ff5252;
1669
- --background-color-active: #c73d31;
1670
- --background-color-focus: #ff5252;
1671
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1672
- }
1673
- .buj61ew.ant-btn-primary.btn-primary-orange {
1674
- --background-color: #fea008;
1675
- --background-color-hover: #feba33;
1676
- --background-color-active: #e07f00;
1677
- --background-color-focus: #fea008;
1678
- }
1679
- .buj61ew.ant-btn-secondary {
1680
- --color: #0080ff;
1681
- --font-weight: bold;
1682
- --border-width: 0;
1683
- --background-color: rgba(0, 136, 255, 0.1);
1684
- --background-color-hover: rgba(0, 136, 255, 0.16);
1685
- --background-color-active: rgba(0, 136, 255, 0.2);
1686
- --background-color-focus: rgba(0, 136, 255, 0.1);
1687
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1688
- }
1689
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1690
- --color: #f0483e;
1691
- --background-color: rgba(255, 74, 74, 0.1);
1692
- --background-color-hover: rgba(255, 74, 74, 0.16);
1693
- --background-color-active: rgba(255, 74, 74, 0.2);
1694
- --background-color-focus: rgba(255, 74, 74, 0.1);
1695
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1696
- }
1697
- .buj61ew.ant-btn-secondary.btn-primary-orange {
1698
- --color: #fea008;
1699
- --background-color: rgba(255, 187, 0, 0.1);
1700
- --background-color-hover: rgba(255, 187, 0, 0.16);
1701
- --background-color-active: rgba(255, 187, 0, 0.2);
1702
- --background-color-focus: rgba(255, 187, 0, 0.1);
1703
- }
1704
- .buj61ew.ant-btn-tertiary {
1705
- --color: #0080ff;
1706
- --font-weight: bold;
1707
- --border-width: 0;
1708
- --background-color: #fff;
1709
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1710
- box-shadow: none;
1711
1622
  }
1712
- .buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
1713
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1623
+ .p12gwtiw .dropdown-trigger .icon-inner {
1624
+ margin-left: 4px;
1714
1625
  }
1715
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1716
- --color: #f0483e;
1717
- --background-color: #fff;
1718
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1626
+ .p12gwtiw .pagination-right {
1627
+ display: flex;
1628
+ align-items: center;
1629
+ color: #0080ff;
1630
+ font-weight: bold;
1719
1631
  }
1720
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
1721
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1632
+ .p12gwtiw .pagination-right .icon-inner {
1633
+ margin-left: 4px;
1722
1634
  }
1723
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
1724
- --color: #fea008;
1725
- --background-color: #fff;
1635
+ .p12gwtiw .pagination-right .prev-btn,
1636
+ .p12gwtiw .pagination-right .next-btn {
1637
+ padding: 0 8px;
1726
1638
  }
1727
- .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
1728
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1639
+ .p12gwtiw .pagination-right .prev-btn > span,
1640
+ .p12gwtiw .pagination-right .next-btn > span {
1641
+ color: #0080ff;
1729
1642
  }
1730
- .buj61ew.ant-btn-ordinary {
1731
- --color: #1d326c;
1732
- --border-color: #ccd4e3;
1733
- --background-color: #fff;
1734
- --background-color-hover: #edf0f7;
1735
- --background-color-active: #e4e9f2;
1736
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1737
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1643
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1644
+ transform: rotate(180deg);
1738
1645
  }
1739
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1740
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1646
+
1647
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1648
+ max-height: calc(100vh - 128px);
1649
+ overflow-y: auto;
1741
1650
  }
1742
- .buj61ew.ant-btn-ordinary.ordinary-blue {
1743
- --color: #0080ff;
1744
- --border-color: #0080ff;
1745
- --background-color: #fff;
1746
- --background-color-hover: linear-gradient(
1747
- 0deg,
1748
- rgba(0, 136, 255, 0.16),
1749
- rgba(0, 136, 255, 0.16)
1750
- ),
1751
- #ffffff;
1752
- --background-color-active: linear-gradient(
1753
- 0deg,
1754
- rgba(0, 136, 255, 0.2),
1755
- rgba(0, 136, 255, 0.2)
1756
- ),
1757
- #ffffff;
1758
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1759
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1651
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1652
+ padding: 4px 20px;
1653
+ font-size: 12px;
1654
+ line-height: 18px;
1760
1655
  }
1761
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1762
- --color: #f0483e;
1763
- --border-color: #f0483e;
1764
- --background-color: #fff;
1765
- --background-color-hover: linear-gradient(
1766
- 0deg,
1767
- rgba(255, 74, 74, 0.16),
1768
- rgba(255, 74, 74, 0.16)
1769
- ),
1770
- #ffffff;
1771
- --background-color-active: linear-gradient(
1772
- 0deg,
1773
- rgba(255, 74, 74, 0.2),
1774
- rgba(255, 74, 74, 0.2)
1775
- ),
1776
- #ffffff;
1777
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1656
+
1657
+ .cz04yix {
1658
+ display: flex;
1659
+ flex-direction: column;
1778
1660
  }
1779
- .buj61ew.ant-btn-ordinary-onTint {
1780
- --color: #1d326c;
1781
- --border-color: #fff;
1782
- --background-color: #fff;
1783
- --background-color-hover: rgba(211, 218, 235, 0.6);
1784
- --background-color-active: rgba(192, 203, 224, 0.6);
1785
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1786
- box-shadow: none;
1661
+
1662
+ .m1if5j39 {
1663
+ max-width: 1120px;
1664
+ width: 100%;
1665
+ margin: 0 auto;
1666
+ height: 100%;
1787
1667
  }
1788
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1789
- --color: #0080ff;
1790
- --border-color: #fff;
1791
- --background-color: #fff;
1792
- --background-color-hover: rgba(0, 136, 255, 0.16);
1793
- --background-color-active: rgba(0, 136, 255, 0.2);
1794
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1795
- box-shadow: none;
1668
+
1669
+ .w1vvwdlp {
1670
+ max-width: 1120px;
1671
+ width: 100%;
1672
+ margin: 0 auto;
1673
+ display: flex;
1796
1674
  }
1797
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1798
- --color: #f0483e;
1799
- --background-color-hover: rgba(255, 74, 74, 0.16);
1800
- --background-color-active: rgba(255, 74, 74, 0.2);
1801
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1675
+ .w1vvwdlp .left,
1676
+ .w1vvwdlp .right {
1677
+ flex-grow: 0;
1678
+ flex-shrink: 0;
1679
+ flex-basis: 21%;
1802
1680
  }
1803
- .buj61ew.ant-btn-quiet {
1804
- --color: rgba(44, 56, 82, 0.6);
1805
- --border-width: 0;
1806
- --background-color: transparent;
1807
- --background-color-hover: rgba(211, 218, 235, 0.6);
1808
- --background-color-active: rgba(192, 203, 224, 0.6);
1809
- --background-color-focus: #fff;
1810
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1811
- box-shadow: none;
1681
+ .w1vvwdlp .left {
1682
+ display: flex;
1683
+ justify-content: flex-end;
1684
+ padding-right: 44px;
1812
1685
  }
1813
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1814
- --color: #f0483e;
1815
- --background-color-hover: rgba(255, 74, 74, 0.16);
1816
- --background-color-active: rgba(255, 74, 74, 0.2);
1817
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1686
+ .w1vvwdlp .right {
1687
+ padding-left: 44px;
1818
1688
  }
1819
- .buj61ew.ant-btn-quiet.quiet-blue {
1820
- --color: #0080ff;
1821
- --background-color: transparent;
1822
- --background-color-hover: rgba(0, 136, 255, 0.16);
1823
- --background-color-active: rgba(0, 136, 255, 0.2);
1824
- --background-color-focus: #fff;
1825
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1689
+ .w1vvwdlp .middle {
1690
+ margin-bottom: 40px;
1691
+ flex-grow: 0;
1692
+ flex-shrink: 0;
1693
+ flex-basis: 58%;
1826
1694
  }
1827
- .buj61ew.has-icon {
1828
- display: inline-flex;
1829
- align-items: center;
1695
+ .w1vvwdlp .middle .form-base-field {
1696
+ width: 100%;
1830
1697
  }
1831
- .buj61ew .button-prefix-icon {
1832
- margin-right: 4px;
1833
- display: inline-flex;
1698
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1699
+ width: auto;
1834
1700
  }
1835
- .buj61ew .button-suffix-icon {
1836
- margin-left: 4px;
1837
- display: inline-flex;
1701
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1702
+ flex: initial;
1838
1703
  }
1839
- .buj61ew .icon-wrapper {
1840
- display: inline-flex;
1841
- vertical-align: bottom;
1704
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1705
+ margin-top: 4px;
1842
1706
  }
1843
-
1844
- .nchllas {
1845
- padding: 0;
1707
+ .w1vvwdlp .ant-steps-item-icon,
1708
+ .w1vvwdlp .ant-steps-item-tail {
1709
+ display: none !important;
1846
1710
  }
1847
-
1848
- .fde5mpd {
1849
- width: 100%;
1850
- height: 100%;
1851
- min-height: 124px;
1711
+ .w1vvwdlp .ant-steps-item-container {
1712
+ padding: 0 15px;
1713
+ border-radius: 4px;
1714
+ height: 32px;
1852
1715
  display: flex;
1853
- flex-direction: column;
1854
- justify-content: center;
1855
1716
  align-items: center;
1856
1717
  }
1857
- .fde5mpd .error-text {
1858
- color: rgba(10, 37, 85, 0.6);
1859
- margin-bottom: 16px;
1860
- font-size: 18px;
1861
- }
1862
-
1863
- .bpq0js6 {
1864
- padding: 4px 11px;
1865
- }
1866
-
1867
- .b15sn34c {
1718
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1719
+ min-height: auto;
1868
1720
  white-space: nowrap;
1869
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1870
- }
1871
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1872
- --color: #0080ff;
1873
1721
  }
1874
- .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] {
1875
- --color: #0080ff;
1722
+ .w1vvwdlp .ant-steps-item-description {
1723
+ padding-bottom: 0px;
1876
1724
  }
1877
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1878
- margin-left: 1px;
1725
+ .w1vvwdlp .ant-steps-item-title {
1726
+ font-size: 13px !important;
1727
+ line-height: 20px !important;
1879
1728
  }
1880
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1881
- border-top-right-radius: 0;
1882
- border-bottom-right-radius: 0;
1729
+ .w1vvwdlp .ant-steps-item-title .step-index {
1730
+ display: inline-block;
1731
+ text-align: center;
1732
+ width: 13px;
1733
+ margin-right: 12px;
1883
1734
  }
1884
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1885
- border-top-left-radius: 0;
1886
- border-bottom-left-radius: 0;
1735
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
1736
+ background: rgba(0, 128, 255, 0.1);
1887
1737
  }
1888
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1889
- border-radius: unset;
1738
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1739
+ color: #005ed1;
1890
1740
  }
1891
-
1892
- .i1mrf09m {
1893
- display: inline-flex;
1894
- align-items: center;
1741
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
1742
+ background: rgba(237, 241, 250, 0.6);
1895
1743
  }
1896
- .i1mrf09m .icon-inner {
1897
- display: inline-flex;
1898
- align-items: center;
1899
- justify-content: center;
1744
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1745
+ color: rgba(10, 37, 85, 0.6) !important;
1900
1746
  }
1901
- .i1mrf09m .icon-inner + span,
1902
- .i1mrf09m span + .icon-inner.suffix {
1903
- margin-left: 4px;
1747
+ .w1vvwdlp .ant-steps-item-disabled {
1748
+ cursor: not-allowed;
1904
1749
  }
1905
- .i1mrf09m.is-rotate img,
1906
- .i1mrf09m.is-rotate svg {
1907
- animation: rotate 680ms linear infinite;
1750
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
1751
+ background: rgba(237, 241, 250, 0.6);
1908
1752
  }
1909
-
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1753
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1754
+ color: #2d3a56;
1921
1755
  }
1922
1756
 
1923
- .obf05yr {
1924
- display: inline-block;
1757
+ .h1cuopx7 .ant-modal-header {
1758
+ margin: 0 auto;
1759
+ width: 100%;
1760
+ max-width: 648px;
1925
1761
  }
1926
-
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1762
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
1763
+ margin-left: 0;
1930
1764
  }
1931
-
1932
- .p12gwtiw {
1933
- display: flex;
1934
- justify-content: space-between;
1935
- align-items: center;
1936
- padding: 10px 0;
1937
- color: rgba(44, 56, 82, 0.6);
1938
- font-size: 12px;
1939
- line-height: 24px;
1765
+ .h1cuopx7 .ant-modal-body {
1766
+ margin: 0 auto;
1767
+ padding: 0;
1768
+ width: 100%;
1769
+ max-width: 648px;
1770
+ overflow: hidden;
1940
1771
  }
1941
- .p12gwtiw .pagination-left {
1942
- padding: 2px 8px;
1772
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
1773
+ margin-bottom: 40px;
1943
1774
  }
1944
- .p12gwtiw .dropdown-trigger {
1945
- display: flex;
1946
- align-items: center;
1947
- border-radius: 6px;
1948
- cursor: pointer;
1949
- transition: all 0.3s ease;
1775
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
1776
+ height: calc(100vh - 225px);
1777
+ overflow-y: auto;
1950
1778
  }
1951
- .p12gwtiw .dropdown-trigger:hover {
1952
- background: rgba(211, 218, 235, 0.6);
1953
- color: #0080ff;
1779
+ .h1cuopx7 .ant-modal-footer .footer-content {
1780
+ margin: 0 auto;
1781
+ max-width: 648px;
1954
1782
  }
1955
- .p12gwtiw .dropdown-trigger .icon-inner {
1956
- margin-left: 4px;
1783
+
1784
+ .h1p6d3y3 .ant-modal-header {
1785
+ margin: 0 auto;
1786
+ width: 100%;
1787
+ max-width: 1024px;
1957
1788
  }
1958
- .p12gwtiw .pagination-right {
1959
- display: flex;
1960
- align-items: center;
1961
- color: #0080ff;
1962
- font-weight: bold;
1789
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
1790
+ margin-left: 0;
1963
1791
  }
1964
- .p12gwtiw .pagination-right .icon-inner {
1965
- margin-left: 4px;
1792
+ .h1p6d3y3 .ant-modal-body {
1793
+ margin: 0 auto;
1794
+ padding: 0;
1795
+ width: 100%;
1796
+ max-width: 1024px;
1797
+ overflow: hidden;
1966
1798
  }
1967
- .p12gwtiw .pagination-right .prev-btn,
1968
- .p12gwtiw .pagination-right .next-btn {
1969
- padding: 0 8px;
1799
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
1800
+ margin-bottom: 40px;
1970
1801
  }
1971
- .p12gwtiw .pagination-right .prev-btn > span,
1972
- .p12gwtiw .pagination-right .next-btn > span {
1973
- color: #0080ff;
1802
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
1803
+ height: calc(100vh - 225px);
1804
+ overflow-y: auto;
1974
1805
  }
1975
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
- transform: rotate(180deg);
1806
+ .h1p6d3y3 .ant-modal-footer .footer-content {
1807
+ margin: 0 auto;
1808
+ max-width: 1024px;
1977
1809
  }
1978
1810
 
1979
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
- max-height: calc(100vh - 128px);
1981
- overflow-y: auto;
1811
+ .fxgckuk {
1812
+ flex: 1;
1982
1813
  }
1983
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
- padding: 4px 20px;
1985
- font-size: 12px;
1986
- line-height: 18px;
1814
+ .fxgckuk label {
1815
+ font-size: 13px;
1816
+ line-height: 20px;
1817
+ color: rgba(44, 56, 82, 0.6);
1818
+ }
1819
+ .fxgckuk .title {
1820
+ font-size: 14px;
1821
+ line-height: 20px;
1822
+ color: #2d3a56;
1823
+ margin-bottom: 12px;
1824
+ }
1825
+ .fxgckuk.connect-cluster .title {
1826
+ padding-bottom: 26px;
1987
1827
  }
1988
1828
 
1989
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1990
- flex-direction: row;
1991
- justify-content: stretch;
1829
+ .f1d0vek1 {
1830
+ padding: 25px 0 15px 0;
1831
+ border-bottom: 1px solid #e1e5eb;
1832
+ margin-bottom: 16px;
1992
1833
  }
1993
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1994
- padding: 0;
1995
- margin-right: 4px;
1996
- flex: 1;
1997
- overflow: visible;
1834
+
1835
+ .f4u402y {
1836
+ display: flex;
1837
+ align-items: center;
1838
+ margin-bottom: 8px;
1998
1839
  }
1999
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2000
- display: none;
1840
+ .f4u402y > label {
1841
+ width: 216px;
2001
1842
  }
2002
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1843
+ .f4u402y > label + * {
2003
1844
  width: 100%;
2004
- min-height: unset;
2005
1845
  }
2006
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2007
- height: 26px;
2008
- line-height: 26px;
1846
+ .f4u402y .ant-select {
2009
1847
  width: 100%;
2010
- text-align: center;
2011
- padding: 0;
2012
- font-size: 12px;
2013
- font-weight: normal;
2014
1848
  }
2015
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
1849
+
1850
+ .e1pldf6v {
1851
+ color: #e75a3a;
2016
1852
  margin-right: 10px;
2017
1853
  }
2018
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2019
- display: none;
1854
+
1855
+ .dq0gblh {
1856
+ width: 100%;
1857
+ height: 1px;
1858
+ background: rgba(213, 219, 227, 0.6);
1859
+ margin: 24px 0;
2020
1860
  }
2021
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2022
- border-radius: 4px 0 0 4px;
1861
+
1862
+ .l1v7sr0n {
1863
+ display: flex;
1864
+ justify-content: center;
1865
+ align-items: center;
1866
+ height: 100%;
2023
1867
  }
2024
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2025
- margin-right: 0;
1868
+
1869
+ .d1i4ou6o {
1870
+ display: inline-block;
1871
+ width: 4px;
1872
+ height: 4px;
1873
+ background: #8e9aa9;
1874
+ opacity: 0.4;
1875
+ border-radius: 50%;
1876
+ margin: 0 4px;
2026
1877
  }
2027
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2028
- border-radius: 0 4px 4px 0;
1878
+
1879
+ .m1jy87hk .ant-modal-header,
1880
+ .m1jy87hk .ant-modal-footer .footer-content {
1881
+ width: 648px;
1882
+ margin: 0 auto;
2029
1883
  }
2030
- .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 {
2031
- content: "";
2032
- width: 0;
2033
- height: 0;
2034
- border: 13px solid transparent;
2035
- position: absolute;
2036
- top: 0;
2037
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2038
- right: -21px;
2039
- z-index: 2;
1884
+ .m1jy87hk .ant-modal-header {
1885
+ padding: 35px 0 24px;
1886
+ border: none;
2040
1887
  }
2041
- .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 {
2042
- content: "";
2043
- width: 0;
2044
- height: 0;
2045
- border: 13px solid transparent;
2046
- position: absolute;
2047
- top: 0;
2048
- border-left: 8px solid #fff;
2049
- left: 0;
1888
+ .m1jy87hk .ant-modal-header .ant-modal-title {
1889
+ font-size: 30px;
2050
1890
  }
2051
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2052
- background-color: rgba(0, 136, 255, 0.1);
1891
+ .m1jy87hk .ant-modal-body {
1892
+ padding: 4px 0 2px;
2053
1893
  }
2054
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2055
- border-left-color: rgba(0, 136, 255, 0.1) !important;
1894
+ .m1jy87hk .ant-modal-footer {
1895
+ border: none;
2056
1896
  }
2057
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2058
- color: #005ed1;
1897
+
1898
+ .ti7fpyu {
1899
+ font-size: 12px;
1900
+ line-height: 18px;
1901
+ font-weight: bold;
1902
+ color: #fff;
1903
+ padding: 0 4px;
1904
+ border-radius: 4px;
1905
+ display: inline-block;
1906
+ background: var(--ti7fpyu-0);
2059
1907
  }
2060
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2061
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2062
- background-color: rgba(237, 241, 250, 0.6);
1908
+ .ti7fpyu:not(:first-child) {
1909
+ margin-left: 4px;
2063
1910
  }
2064
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2065
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2066
- color: rgba(44, 56, 82, 0.6);
1911
+
1912
+ .f1rest1f {
1913
+ width: 100%;
1914
+ height: 100%;
1915
+ display: flex;
1916
+ align-items: center;
1917
+ justify-content: center;
2067
1918
  }
2068
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2069
- padding: 0;
1919
+
1920
+ .n1kbdoln {
1921
+ font-size: 90%;
1922
+ font-weight: bold;
1923
+ background-color: rgba(240, 243, 247, 0.6);
1924
+ padding: 1px 4px 1px;
1925
+ margin-left: 2px;
1926
+ margin-right: 2px;
1927
+ border: 1px solid rgba(213, 219, 227, 0.6);
1928
+ border-radius: 4px;
2070
1929
  }
2071
1930
 
2072
- .rxbeqvl.ant-radio-wrapper {
2073
- display: inline-flex;
2074
- align-items: baseline;
2075
- white-space: pre-wrap;
1931
+ .f1y3gta0.form-item-general {
1932
+ width: 640px;
2076
1933
  }
2077
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2078
- position: relative;
2079
- top: 3px;
1934
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
1935
+ margin-top: 16px;
2080
1936
  }
2081
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2082
- border-color: rgba(107, 128, 167, 0.6);
1937
+ .f1y3gta0.form-item-compact {
1938
+ width: 412px;
2083
1939
  }
2084
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2085
- border-color: #0080ff;
1940
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
1941
+ margin-top: 8px;
2086
1942
  }
2087
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2088
- border-color: #0080ff;
2089
- background: #0080ff;
1943
+ .f1y3gta0 .form-item {
1944
+ width: auto;
2090
1945
  }
2091
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2092
- top: 4px;
2093
- left: 4px;
2094
- width: 6px;
2095
- height: 6px;
2096
- background: #fff;
1946
+ .f1y3gta0 .form-item-main {
1947
+ position: relative;
1948
+ display: flex;
2097
1949
  }
2098
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2099
- opacity: 0.5;
1950
+ .f1y3gta0 .form-item-extra {
1951
+ margin-top: 4px;
1952
+ width: 100%;
1953
+ padding: 14px;
1954
+ background: #f2f4f6;
1955
+ font-size: 13px;
1956
+ line-height: 1.8;
1957
+ color: #8e9aa9;
2100
1958
  }
2101
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2102
- border-color: rgba(107, 128, 167, 0.6);
2103
- background: rgba(211, 218, 235, 0.6);
1959
+ .f1y3gta0 .form-item-label {
1960
+ padding-right: 12px;
1961
+ font-size: 13px;
1962
+ color: rgba(44, 56, 82, 0.6);
2104
1963
  }
2105
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2106
- background: #00122e;
1964
+ .f1y3gta0 .form-item-label.label-right {
1965
+ text-align: right;
2107
1966
  }
2108
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2109
- color: #00122e;
2110
- opacity: 0.5;
1967
+ .f1y3gta0 .form-item-label,
1968
+ .f1y3gta0 .form-item-control {
1969
+ line-height: 32px;
2111
1970
  }
2112
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2113
- color: #00122e;
1971
+ .f1y3gta0 .form-item-control .form-item-error {
1972
+ line-height: 18px;
2114
1973
  }
2115
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2116
- display: inline-block;
2117
- padding: 0;
2118
- padding-left: 12px;
1974
+ .f1y3gta0 .form-item-children {
1975
+ width: 100%;
1976
+ }
1977
+ .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 {
1978
+ width: 100%;
1979
+ }
1980
+ .f1y3gta0 .form-item-error {
1981
+ color: #e75a3a;
1982
+ height: 0;
1983
+ overflow: hidden;
2119
1984
  }
2120
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2121
- margin-bottom: 0;
2122
- white-space: pre-wrap;
2123
- color: rgba(44, 56, 82, 0.6);
1985
+ .f1y3gta0 .form-item-error-enter-done {
1986
+ margin-top: 4px;
1987
+ height: auto;
1988
+ overflow: auto;
2124
1989
  }
2125
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2126
- padding-left: 8px;
1990
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
1991
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
1992
+ border: 1px solid #e75a3a;
1993
+ color: #e75a3a;
2127
1994
  }
2128
1995
 
2129
- .r5ie79y .ant-radio-button-wrapper:first-child {
2130
- border-radius: 5px 0 0 5px;
1996
+ .fujbm7g {
1997
+ color: #2d3a56;
1998
+ font-weight: bold;
1999
+ padding-bottom: 6px;
2000
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2001
+ margin-bottom: 16px;
2131
2002
  }
2132
- .r5ie79y .ant-radio-button-wrapper:last-child {
2133
- border-radius: 0 5px 5px 0;
2003
+ .fujbm7g:not(:first-of-type) {
2004
+ margin-top: 16px;
2134
2005
  }
2135
2006
 
2136
- .r1f0aqcc {
2137
- color: #00122e;
2138
- border-color: #ccd4e3;
2007
+ .e5fsw5s {
2008
+ width: 8px;
2009
+ height: 24px;
2010
+ display: flex;
2011
+ justify-content: center;
2012
+ align-items: center;
2013
+ cursor: pointer;
2014
+ transition: all 200ms ease-out 40ms;
2139
2015
  }
2140
- .r1f0aqcc:first-child {
2141
- color: #00122e;
2142
- border-color: #a3b4cc;
2016
+ .e5fsw5s:before, .e5fsw5s:after {
2017
+ content: "";
2018
+ width: 1px;
2019
+ height: 6px;
2020
+ border-radius: 1px;
2021
+ background: #ccd4e3;
2022
+ position: relative;
2023
+ right: 2px;
2024
+ transform: rotate(-45deg);
2143
2025
  }
2144
- .r1f0aqcc.ant-radio-button-wrapper {
2145
- padding: 0 12px;
2146
- line-height: 32px;
2147
- height: 32px;
2026
+ .e5fsw5s:after {
2027
+ transform: rotate(45deg);
2028
+ left: 1px;
2148
2029
  }
2149
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2150
- white-space: nowrap;
2030
+
2031
+ .w18knsg4.ant-alert-warning {
2032
+ border: 0;
2033
+ background: rgba(255, 187, 0, 0.1);
2034
+ border-radius: 6px;
2151
2035
  }
2152
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2153
- background: #ccd4e3;
2036
+ .w18knsg4.ant-alert,
2037
+ .w18knsg4 .ant-alert-message {
2038
+ color: #e07f00;
2154
2039
  }
2155
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2156
- background: #0080ff;
2040
+ .w18knsg4.ant-alert .dashed-border-bottom,
2041
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2042
+ border-bottom-color: #e07f00;
2157
2043
  }
2158
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2159
- background: #ccd4e3;
2160
- opacity: 0.5;
2044
+
2045
+ .ng31n2o {
2046
+ display: flex;
2047
+ flex-direction: row;
2048
+ padding: 7px 12px;
2049
+ background: rgba(255, 187, 0, 0.1);
2050
+ border-radius: 6px;
2051
+ color: #e07f00;
2052
+ font-size: 12px;
2053
+ line-height: 18px;
2161
2054
  }
2162
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2163
- border-right-color: #0080ff;
2055
+ .ng31n2o .icon-wrapper {
2056
+ margin-right: 10px;
2057
+ height: 18px;
2164
2058
  }
2165
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2166
- border-color: #0080ff;
2059
+
2060
+ .n15x5f5y {
2061
+ display: flex;
2062
+ flex-direction: row;
2063
+ padding: 7px 12px;
2064
+ background: rgba(225, 230, 241, 0.6);
2065
+ border-radius: 6px;
2066
+ color: rgba(44, 56, 82, 0.6);
2067
+ font-size: 12px;
2068
+ line-height: 18px;
2167
2069
  }
2168
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2070
+ .n15x5f5y .icon-wrapper {
2071
+ margin-right: 10px;
2072
+ height: 18px;
2073
+ }
2074
+
2075
+ .i16ozz3f {
2076
+ display: flex;
2077
+ flex-direction: row;
2078
+ padding: 7px 12px;
2169
2079
  background: rgba(0, 136, 255, 0.1);
2080
+ border-radius: 6px;
2081
+ color: #005ed1;
2082
+ font-size: 12px;
2083
+ line-height: 18px;
2170
2084
  }
2171
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2172
- background: rgba(211, 218, 235, 0.6);
2173
- border-color: #ccd4e3;
2174
- opacity: 0.5;
2085
+ .i16ozz3f .icon-wrapper {
2086
+ margin-right: 10px;
2087
+ height: 18px;
2175
2088
  }
2176
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2177
- color: #00122e;
2178
- border-color: #ccd4e3;
2089
+
2090
+ .dszu9qr {
2091
+ color: rgba(44, 56, 82, 0.6);
2092
+ margin-top: 5px;
2093
+ font-size: 12px;
2094
+ line-height: 18px;
2179
2095
  }
2180
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2181
- color: #00122e;
2182
- border-color: #ccd4e3;
2183
- background: rgba(172, 186, 211, 0.6);
2096
+
2097
+ .snxzgx {
2098
+ color: #f0483e;
2099
+ font-size: 12px;
2100
+ white-space: pre-wrap;
2184
2101
  }
2185
- .r1f0aqcc .ant-radio-button-input {
2186
- margin-right: 8px;
2187
- display: inline;
2188
- border: none;
2189
- padding: 0;
2190
- width: 36px;
2191
- background: transparent;
2102
+
2103
+ .o1i4orqw {
2104
+ display: flex;
2105
+ align-items: center;
2106
+ justify-content: flex-end;
2192
2107
  }
2193
- .r1f0aqcc .ant-radio-button-input:focus {
2194
- box-shadow: none;
2108
+ .o1i4orqw .icon-wrapper {
2109
+ margin-right: 16px;
2195
2110
  }
2196
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2197
- margin-right: 0;
2198
- width: initial;
2199
- box-shadow: none;
2111
+
2112
+ .t79k8o2 {
2113
+ color: rgba(0, 21, 64, 0.3);
2200
2114
  }
2201
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2202
- display: none;
2115
+
2116
+ .ipd9bk.ant-input {
2117
+ padding: 5px 12px;
2118
+ line-height: 20px;
2119
+ color: #2d3a56;
2120
+ border-radius: 6px;
2121
+ border-color: rgba(172, 186, 211, 0.6);
2122
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2203
2123
  }
2204
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2205
- display: inline;
2124
+ .ipd9bk.ant-input.ant-input-lg {
2125
+ padding: 8px 16px;
2126
+ line-height: 22px;
2206
2127
  }
2207
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2208
- display: inline;
2209
- margin-right: 8px;
2210
- padding: 0;
2211
- width: 36px;
2128
+ .ipd9bk.ant-input.ant-input-sm {
2129
+ padding: 2px 8px;
2130
+ line-height: 18px;
2212
2131
  }
2213
-
2214
- .s34f1qb.ant-switch {
2215
- min-width: 40px;
2216
- height: 24px;
2217
- background: rgba(172, 186, 211, 0.6);
2218
- overflow: hidden;
2132
+ .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 {
2133
+ border-color: rgba(107, 128, 167, 0.6);
2134
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2219
2135
  }
2220
- .s34f1qb.ant-switch:focus {
2221
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2136
+ .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 {
2137
+ border-color: #0096ff;
2138
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2222
2139
  }
2223
- .s34f1qb.ant-switch-small {
2224
- min-width: 26px;
2225
- height: 16px;
2140
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2141
+ border-color: #e75a3a;
2142
+ color: #e75a3a;
2226
2143
  }
2227
- .s34f1qb.ant-switch-large {
2228
- min-width: 52px;
2229
- height: 32px;
2144
+ .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 {
2145
+ border-color: #e75a3a;
2146
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2230
2147
  }
2231
- .s34f1qb.ant-switch .ant-switch-handle {
2232
- height: 20px;
2233
- width: 20px;
2148
+ .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 {
2149
+ border-color: #e75a3a;
2150
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2234
2151
  }
2235
- .s34f1qb.ant-switch .ant-switch-handle::before {
2236
- border-radius: 10px;
2237
- transition-delay: 120ms;
2152
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2153
+ background: rgba(211, 218, 235, 0.6);
2154
+ color: rgba(0, 21, 64, 0.3);
2155
+ border-color: rgba(172, 186, 211, 0.6);
2238
2156
  }
2239
- .s34f1qb.ant-switch-small .ant-switch-handle {
2240
- height: 14px;
2241
- width: 14px;
2242
- top: 1px;
2243
- left: 1px;
2157
+ .ipd9bk.ant-input-affix-wrapper {
2158
+ padding: 5px 12px;
2159
+ border-radius: 6px;
2160
+ border-color: rgba(172, 186, 211, 0.6);
2161
+ line-height: 20px;
2162
+ color: #2d3a56;
2163
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2244
2164
  }
2245
- .s34f1qb.ant-switch-large .ant-switch-handle {
2246
- height: 28px;
2247
- width: 28px;
2165
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2166
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2167
+ color: rgba(44, 56, 82, 0.6);
2168
+ }
2169
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2170
+ padding: 8px 16px;
2171
+ line-height: 22px;
2172
+ }
2173
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2174
+ padding: 2px 8px;
2175
+ line-height: 18px;
2176
+ }
2177
+ .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 {
2178
+ border-color: rgba(107, 128, 167, 0.6);
2179
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2248
2180
  }
2249
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2250
- border-radius: 14px;
2181
+ .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 {
2182
+ border-color: #0096ff;
2183
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2251
2184
  }
2252
- .s34f1qb.ant-switch-checked {
2253
- background-color: #00ba5d;
2185
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2186
+ border-color: #e75a3a;
2254
2187
  }
2255
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2256
- left: calc(100% - 20px - 2px);
2188
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2189
+ color: #e75a3a;
2257
2190
  }
2258
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2259
- left: calc(100% - 14px - 1px);
2191
+ .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 {
2192
+ border-color: #e75a3a;
2193
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2260
2194
  }
2261
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2262
- left: calc(100% - 28px - 2px);
2195
+ .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 {
2196
+ border-color: #e75a3a;
2197
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2263
2198
  }
2264
-
2265
- .c1to9vb9 {
2266
- margin-left: 5px;
2199
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2200
+ background: rgba(211, 218, 235, 0.6);
2201
+ color: rgba(0, 21, 64, 0.3);
2202
+ border-color: rgba(172, 186, 211, 0.6);
2267
2203
  }
2268
-
2269
- .cz04yix {
2270
- display: flex;
2271
- flex-direction: column;
2204
+ textarea.ipd9bk.ant-input {
2205
+ transition-property: height;
2206
+ transition-delay: 50ms;
2272
2207
  }
2273
-
2274
- .m1if5j39 {
2275
- max-width: 1120px;
2276
- width: 100%;
2277
- margin: 0 auto;
2278
- height: 100%;
2208
+ textarea.ipd9bk.ant-input.textarea-large {
2209
+ min-height: 40px;
2210
+ height: 40px;
2279
2211
  }
2280
-
2281
- .w1vvwdlp {
2282
- max-width: 1120px;
2283
- width: 100%;
2284
- margin: 0 auto;
2285
- display: flex;
2212
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2213
+ height: 80px;
2286
2214
  }
2287
- .w1vvwdlp .left,
2288
- .w1vvwdlp .right {
2289
- flex-grow: 0;
2290
- flex-shrink: 0;
2291
- flex-basis: 21%;
2215
+ textarea.ipd9bk.ant-input.textarea-middle {
2216
+ min-height: 32px;
2217
+ height: 32px;
2292
2218
  }
2293
- .w1vvwdlp .left {
2294
- display: flex;
2295
- justify-content: flex-end;
2296
- padding-right: 44px;
2219
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2220
+ height: 64px;
2297
2221
  }
2298
- .w1vvwdlp .right {
2299
- padding-left: 44px;
2222
+ textarea.ipd9bk.ant-input.textarea-small {
2223
+ min-height: 24px;
2224
+ height: 24px;
2300
2225
  }
2301
- .w1vvwdlp .middle {
2302
- margin-bottom: 40px;
2303
- flex-grow: 0;
2304
- flex-shrink: 0;
2305
- flex-basis: 58%;
2226
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2227
+ height: 40px;
2306
2228
  }
2307
- .w1vvwdlp .middle .form-base-field {
2308
- width: 100%;
2229
+
2230
+ .kypn5o5 input, .kypn5o5.input-tags {
2231
+ border: 1px solid rgba(213, 219, 227, 0.6);
2232
+ border-radius: 4px;
2309
2233
  }
2310
- .w1vvwdlp .middle .form-base-field .form-base-field {
2311
- width: auto;
2234
+ .kypn5o5.input-tags {
2235
+ position: relative;
2236
+ padding: 6px;
2237
+ height: 32px;
2238
+ cursor: pointer;
2239
+ transition: border 150ms;
2312
2240
  }
2313
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2314
- flex: initial;
2241
+ .kypn5o5.input-tags:hover {
2242
+ border-color: #0080ff;
2243
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2315
2244
  }
2316
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2317
- margin-top: 4px;
2245
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2246
+ padding-right: 30px;
2318
2247
  }
2319
- .w1vvwdlp .ant-steps-item-icon,
2320
- .w1vvwdlp .ant-steps-item-tail {
2321
- display: none !important;
2248
+ .kypn5o5.input-tags .input-tags-inner {
2249
+ display: flex;
2322
2250
  }
2323
- .w1vvwdlp .ant-steps-item-container {
2324
- padding: 0 15px;
2325
- border-radius: 4px;
2326
- height: 32px;
2251
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2327
2252
  display: flex;
2328
- align-items: center;
2329
2253
  }
2330
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2331
- min-height: auto;
2332
- white-space: nowrap;
2254
+ .kypn5o5.input-tags .input-tag-suffix {
2255
+ position: absolute;
2256
+ right: 12px;
2257
+ top: 50%;
2258
+ transform: translateY(-50%);
2333
2259
  }
2334
- .w1vvwdlp .ant-steps-item-description {
2335
- padding-bottom: 0px;
2260
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2261
+ color: rgba(0, 0, 0, 0.25);
2262
+ font-size: 12px;
2263
+ cursor: pointer;
2336
2264
  }
2337
- .w1vvwdlp .ant-steps-item-title {
2338
- font-size: 13px !important;
2339
- line-height: 20px !important;
2265
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2266
+ color: rgba(0, 0, 0, 0.45);
2340
2267
  }
2341
- .w1vvwdlp .ant-steps-item-title .step-index {
2342
- display: inline-block;
2343
- text-align: center;
2344
- width: 13px;
2345
- margin-right: 12px;
2268
+ .kypn5o5.has-focus-indicator {
2269
+ position: relative;
2270
+ overflow: hidden;
2346
2271
  }
2347
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2348
- background: rgba(0, 128, 255, 0.1);
2272
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2273
+ position: absolute;
2274
+ top: 50%;
2275
+ transform: translateY(-50%);
2276
+ left: -16px;
2277
+ transition: left 150ms ease;
2278
+ opacity: 0;
2349
2279
  }
2350
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2351
- color: #005ed1;
2280
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2281
+ left: 8px;
2282
+ opacity: 1;
2352
2283
  }
2353
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2354
- background: rgba(237, 241, 250, 0.6);
2284
+ .kypn5o5.has-focus-indicator input {
2285
+ transition: margin-left 150ms ease;
2286
+ margin-left: 0px;
2355
2287
  }
2356
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2357
- color: rgba(10, 37, 85, 0.6) !important;
2288
+ .kypn5o5.has-focus-indicator input:focus {
2289
+ margin-left: 16px;
2358
2290
  }
2359
- .w1vvwdlp .ant-steps-item-disabled {
2360
- cursor: not-allowed;
2291
+
2292
+ input.l1ki27se.ant-input {
2293
+ border-top-right-radius: 0;
2294
+ border-bottom-right-radius: 0;
2361
2295
  }
2362
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2363
- background: rgba(237, 241, 250, 0.6);
2296
+
2297
+ .l1ki27se.ant-input-affix-wrapper {
2298
+ border-top-right-radius: 0;
2299
+ border-bottom-right-radius: 0;
2364
2300
  }
2365
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2366
- color: #2d3a56;
2301
+
2302
+ input.rrg1fkn.ant-input {
2303
+ border-top-left-radius: 0;
2304
+ border-bottom-left-radius: 0;
2367
2305
  }
2368
2306
 
2369
- .h1cuopx7 .ant-modal-header {
2370
- margin: 0 auto;
2371
- width: 100%;
2372
- max-width: 648px;
2307
+ .rrg1fkn.ant-input-affix-wrapper {
2308
+ border-top-left-radius: 0;
2309
+ border-bottom-left-radius: 0;
2373
2310
  }
2374
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2375
- margin-left: 0;
2311
+
2312
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2313
+ border-top-right-radius: 0;
2314
+ border-bottom-right-radius: 0;
2376
2315
  }
2377
- .h1cuopx7 .ant-modal-body {
2378
- margin: 0 auto;
2379
- padding: 0;
2380
- width: 100%;
2381
- max-width: 648px;
2382
- overflow: hidden;
2316
+
2317
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2318
+ border-top-left-radius: 0;
2319
+ border-bottom-left-radius: 0;
2383
2320
  }
2384
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2385
- margin-bottom: 40px;
2321
+
2322
+ .rxbeqvl.ant-radio-wrapper {
2323
+ display: inline-flex;
2324
+ align-items: baseline;
2325
+ white-space: pre-wrap;
2386
2326
  }
2387
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2388
- height: calc(100vh - 225px);
2389
- overflow-y: auto;
2327
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2328
+ position: relative;
2329
+ top: 3px;
2390
2330
  }
2391
- .h1cuopx7 .ant-modal-footer .footer-content {
2392
- margin: 0 auto;
2393
- max-width: 648px;
2331
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2332
+ border-color: rgba(107, 128, 167, 0.6);
2394
2333
  }
2395
-
2396
- .h1p6d3y3 .ant-modal-header {
2397
- margin: 0 auto;
2398
- width: 100%;
2399
- max-width: 1024px;
2334
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2335
+ border-color: #0080ff;
2400
2336
  }
2401
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2402
- margin-left: 0;
2337
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2338
+ border-color: #0080ff;
2339
+ background: #0080ff;
2403
2340
  }
2404
- .h1p6d3y3 .ant-modal-body {
2405
- margin: 0 auto;
2406
- padding: 0;
2407
- width: 100%;
2408
- max-width: 1024px;
2409
- overflow: hidden;
2341
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2342
+ top: 4px;
2343
+ left: 4px;
2344
+ width: 6px;
2345
+ height: 6px;
2346
+ background: #fff;
2347
+ }
2348
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2349
+ opacity: 0.5;
2350
+ }
2351
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2352
+ border-color: rgba(107, 128, 167, 0.6);
2353
+ background: rgba(211, 218, 235, 0.6);
2410
2354
  }
2411
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2412
- margin-bottom: 40px;
2355
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2356
+ background: #00122e;
2413
2357
  }
2414
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2415
- height: calc(100vh - 225px);
2416
- overflow-y: auto;
2358
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2359
+ color: #00122e;
2360
+ opacity: 0.5;
2417
2361
  }
2418
- .h1p6d3y3 .ant-modal-footer .footer-content {
2419
- margin: 0 auto;
2420
- max-width: 1024px;
2362
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2363
+ color: #00122e;
2421
2364
  }
2422
-
2423
- .fxgckuk {
2424
- flex: 1;
2365
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2366
+ display: inline-block;
2367
+ padding: 0;
2368
+ padding-left: 12px;
2425
2369
  }
2426
- .fxgckuk label {
2427
- font-size: 13px;
2428
- line-height: 20px;
2370
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2371
+ margin-bottom: 0;
2372
+ white-space: pre-wrap;
2429
2373
  color: rgba(44, 56, 82, 0.6);
2430
2374
  }
2431
- .fxgckuk .title {
2432
- font-size: 14px;
2433
- line-height: 20px;
2434
- color: #2d3a56;
2435
- margin-bottom: 12px;
2436
- }
2437
- .fxgckuk.connect-cluster .title {
2438
- padding-bottom: 26px;
2375
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2376
+ padding-left: 8px;
2439
2377
  }
2440
2378
 
2441
- .f1d0vek1 {
2442
- padding: 25px 0 15px 0;
2443
- border-bottom: 1px solid #e1e5eb;
2444
- margin-bottom: 16px;
2379
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2380
+ border-radius: 5px 0 0 5px;
2381
+ }
2382
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2383
+ border-radius: 0 5px 5px 0;
2445
2384
  }
2446
2385
 
2447
- .f4u402y {
2448
- display: flex;
2449
- align-items: center;
2450
- margin-bottom: 8px;
2386
+ .r1f0aqcc {
2387
+ color: #00122e;
2388
+ border-color: #ccd4e3;
2451
2389
  }
2452
- .f4u402y > label {
2453
- width: 216px;
2390
+ .r1f0aqcc:first-child {
2391
+ color: #00122e;
2392
+ border-color: #a3b4cc;
2454
2393
  }
2455
- .f4u402y > label + * {
2456
- width: 100%;
2394
+ .r1f0aqcc.ant-radio-button-wrapper {
2395
+ padding: 0 12px;
2396
+ line-height: 32px;
2397
+ height: 32px;
2457
2398
  }
2458
- .f4u402y .ant-select {
2459
- width: 100%;
2399
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2400
+ white-space: nowrap;
2460
2401
  }
2461
-
2462
- .e1pldf6v {
2463
- color: #e75a3a;
2464
- margin-right: 10px;
2402
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2403
+ background: #ccd4e3;
2465
2404
  }
2466
-
2467
- .dq0gblh {
2468
- width: 100%;
2469
- height: 1px;
2470
- background: rgba(213, 219, 227, 0.6);
2471
- margin: 24px 0;
2405
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2406
+ background: #0080ff;
2472
2407
  }
2473
-
2474
- .l1v7sr0n {
2475
- display: flex;
2476
- justify-content: center;
2477
- align-items: center;
2478
- height: 100%;
2408
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2409
+ background: #ccd4e3;
2410
+ opacity: 0.5;
2479
2411
  }
2480
-
2481
- .d1i4ou6o {
2482
- display: inline-block;
2483
- width: 4px;
2484
- height: 4px;
2485
- background: #8e9aa9;
2486
- opacity: 0.4;
2487
- border-radius: 50%;
2488
- margin: 0 4px;
2412
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2413
+ border-right-color: #0080ff;
2489
2414
  }
2490
-
2491
- .m1jy87hk .ant-modal-header,
2492
- .m1jy87hk .ant-modal-footer .footer-content {
2493
- width: 648px;
2494
- margin: 0 auto;
2415
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2416
+ border-color: #0080ff;
2495
2417
  }
2496
- .m1jy87hk .ant-modal-header {
2497
- padding: 35px 0 24px;
2498
- border: none;
2418
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2419
+ background: rgba(0, 136, 255, 0.1);
2499
2420
  }
2500
- .m1jy87hk .ant-modal-header .ant-modal-title {
2501
- font-size: 30px;
2421
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2422
+ background: rgba(211, 218, 235, 0.6);
2423
+ border-color: #ccd4e3;
2424
+ opacity: 0.5;
2502
2425
  }
2503
- .m1jy87hk .ant-modal-body {
2504
- padding: 4px 0 2px;
2426
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2427
+ color: #00122e;
2428
+ border-color: #ccd4e3;
2505
2429
  }
2506
- .m1jy87hk .ant-modal-footer {
2430
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2431
+ color: #00122e;
2432
+ border-color: #ccd4e3;
2433
+ background: rgba(172, 186, 211, 0.6);
2434
+ }
2435
+ .r1f0aqcc .ant-radio-button-input {
2436
+ margin-right: 8px;
2437
+ display: inline;
2507
2438
  border: none;
2439
+ padding: 0;
2440
+ width: 36px;
2441
+ background: transparent;
2442
+ }
2443
+ .r1f0aqcc .ant-radio-button-input:focus {
2444
+ box-shadow: none;
2445
+ }
2446
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2447
+ margin-right: 0;
2448
+ width: initial;
2449
+ box-shadow: none;
2450
+ }
2451
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2452
+ display: none;
2453
+ }
2454
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2455
+ display: inline;
2456
+ }
2457
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2458
+ display: inline;
2459
+ margin-right: 8px;
2460
+ padding: 0;
2461
+ width: 36px;
2508
2462
  }
2509
2463
 
2510
- .ti7fpyu {
2511
- font-size: 12px;
2512
- line-height: 18px;
2513
- font-weight: bold;
2514
- color: #fff;
2515
- padding: 0 4px;
2516
- border-radius: 4px;
2464
+ .obf05yr {
2517
2465
  display: inline-block;
2518
- background: var(--ti7fpyu-0);
2519
2466
  }
2520
- .ti7fpyu:not(:first-child) {
2521
- margin-left: 4px;
2467
+
2468
+ .hsms1n6 {
2469
+ visibility: hidden;
2470
+ position: absolute;
2522
2471
  }
2523
2472
 
2524
- .f1rest1f {
2473
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2474
+ flex-direction: row;
2475
+ justify-content: stretch;
2476
+ }
2477
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2478
+ padding: 0;
2479
+ margin-right: 4px;
2480
+ flex: 1;
2481
+ overflow: visible;
2482
+ }
2483
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2484
+ display: none;
2485
+ }
2486
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2525
2487
  width: 100%;
2526
- height: 100%;
2527
- display: flex;
2528
- align-items: center;
2529
- justify-content: center;
2488
+ min-height: unset;
2530
2489
  }
2531
-
2532
- .n1kbdoln {
2533
- font-size: 90%;
2534
- font-weight: bold;
2535
- background-color: rgba(240, 243, 247, 0.6);
2536
- padding: 1px 4px 1px;
2537
- margin-left: 2px;
2538
- margin-right: 2px;
2539
- border: 1px solid rgba(213, 219, 227, 0.6);
2540
- border-radius: 4px;
2490
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2491
+ height: 26px;
2492
+ line-height: 26px;
2493
+ width: 100%;
2494
+ text-align: center;
2495
+ padding: 0;
2496
+ font-size: 12px;
2497
+ font-weight: normal;
2541
2498
  }
2542
-
2543
- .f1y3gta0.form-item-general {
2544
- width: 640px;
2499
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2500
+ margin-right: 10px;
2545
2501
  }
2546
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2547
- margin-top: 16px;
2502
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2503
+ display: none;
2548
2504
  }
2549
- .f1y3gta0.form-item-compact {
2550
- width: 412px;
2505
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2506
+ border-radius: 4px 0 0 4px;
2551
2507
  }
2552
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2553
- margin-top: 8px;
2508
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2509
+ margin-right: 0;
2554
2510
  }
2555
- .f1y3gta0 .form-item {
2556
- width: auto;
2511
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2512
+ border-radius: 0 4px 4px 0;
2557
2513
  }
2558
- .f1y3gta0 .form-item-main {
2559
- position: relative;
2560
- display: flex;
2514
+ .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 {
2515
+ content: "";
2516
+ width: 0;
2517
+ height: 0;
2518
+ border: 13px solid transparent;
2519
+ position: absolute;
2520
+ top: 0;
2521
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2522
+ right: -21px;
2523
+ z-index: 2;
2561
2524
  }
2562
- .f1y3gta0 .form-item-extra {
2563
- margin-top: 4px;
2564
- width: 100%;
2565
- padding: 14px;
2566
- background: #f2f4f6;
2567
- font-size: 13px;
2568
- line-height: 1.8;
2569
- color: #8e9aa9;
2525
+ .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 {
2526
+ content: "";
2527
+ width: 0;
2528
+ height: 0;
2529
+ border: 13px solid transparent;
2530
+ position: absolute;
2531
+ top: 0;
2532
+ border-left: 8px solid #fff;
2533
+ left: 0;
2570
2534
  }
2571
- .f1y3gta0 .form-item-label {
2572
- padding-right: 12px;
2573
- font-size: 13px;
2574
- color: rgba(44, 56, 82, 0.6);
2535
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2536
+ background-color: rgba(0, 136, 255, 0.1);
2575
2537
  }
2576
- .f1y3gta0 .form-item-label.label-right {
2577
- text-align: right;
2538
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2539
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2578
2540
  }
2579
- .f1y3gta0 .form-item-label,
2580
- .f1y3gta0 .form-item-control {
2581
- line-height: 32px;
2541
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2542
+ color: #005ed1;
2582
2543
  }
2583
- .f1y3gta0 .form-item-control .form-item-error {
2584
- line-height: 18px;
2544
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2545
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2546
+ background-color: rgba(237, 241, 250, 0.6);
2585
2547
  }
2586
- .f1y3gta0 .form-item-children {
2587
- width: 100%;
2548
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2549
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2550
+ color: rgba(44, 56, 82, 0.6);
2588
2551
  }
2589
- .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 {
2590
- width: 100%;
2552
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2553
+ padding: 0;
2591
2554
  }
2592
- .f1y3gta0 .form-item-error {
2593
- color: #e75a3a;
2594
- height: 0;
2555
+
2556
+ .s34f1qb.ant-switch {
2557
+ min-width: 40px;
2558
+ height: 24px;
2559
+ background: rgba(172, 186, 211, 0.6);
2595
2560
  overflow: hidden;
2596
2561
  }
2597
- .f1y3gta0 .form-item-error-enter-done {
2598
- margin-top: 4px;
2599
- height: auto;
2600
- overflow: auto;
2601
- }
2602
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2603
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2604
- border: 1px solid #e75a3a;
2605
- color: #e75a3a;
2562
+ .s34f1qb.ant-switch:focus {
2563
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2606
2564
  }
2607
-
2608
- .fujbm7g {
2609
- color: #2d3a56;
2610
- font-weight: bold;
2611
- padding-bottom: 6px;
2612
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2613
- margin-bottom: 16px;
2565
+ .s34f1qb.ant-switch-small {
2566
+ min-width: 26px;
2567
+ height: 16px;
2614
2568
  }
2615
- .fujbm7g:not(:first-of-type) {
2616
- margin-top: 16px;
2569
+ .s34f1qb.ant-switch-large {
2570
+ min-width: 52px;
2571
+ height: 32px;
2617
2572
  }
2618
-
2619
- .e5fsw5s {
2620
- width: 8px;
2621
- height: 24px;
2622
- display: flex;
2623
- justify-content: center;
2624
- align-items: center;
2625
- cursor: pointer;
2626
- transition: all 200ms ease-out 40ms;
2573
+ .s34f1qb.ant-switch .ant-switch-handle {
2574
+ height: 20px;
2575
+ width: 20px;
2627
2576
  }
2628
- .e5fsw5s:before, .e5fsw5s:after {
2629
- content: "";
2630
- width: 1px;
2631
- height: 6px;
2632
- border-radius: 1px;
2633
- background: #ccd4e3;
2634
- position: relative;
2635
- right: 2px;
2636
- transform: rotate(-45deg);
2577
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2578
+ border-radius: 10px;
2579
+ transition-delay: 120ms;
2637
2580
  }
2638
- .e5fsw5s:after {
2639
- transform: rotate(45deg);
2581
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2582
+ height: 14px;
2583
+ width: 14px;
2584
+ top: 1px;
2640
2585
  left: 1px;
2641
2586
  }
2642
-
2643
- .w18knsg4.ant-alert-warning {
2644
- border: 0;
2645
- background: rgba(255, 187, 0, 0.1);
2646
- border-radius: 6px;
2587
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2588
+ height: 28px;
2589
+ width: 28px;
2647
2590
  }
2648
- .w18knsg4.ant-alert,
2649
- .w18knsg4 .ant-alert-message {
2650
- color: #e07f00;
2591
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2592
+ border-radius: 14px;
2651
2593
  }
2652
- .w18knsg4.ant-alert .dashed-border-bottom,
2653
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2654
- border-bottom-color: #e07f00;
2594
+ .s34f1qb.ant-switch-checked {
2595
+ background-color: #00ba5d;
2655
2596
  }
2656
-
2657
- .ng31n2o {
2658
- display: flex;
2659
- flex-direction: row;
2660
- padding: 7px 12px;
2661
- background: rgba(255, 187, 0, 0.1);
2662
- border-radius: 6px;
2663
- color: #e07f00;
2664
- font-size: 12px;
2665
- line-height: 18px;
2597
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2598
+ left: calc(100% - 20px - 2px);
2666
2599
  }
2667
- .ng31n2o .icon-wrapper {
2668
- margin-right: 10px;
2669
- height: 18px;
2600
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2601
+ left: calc(100% - 14px - 1px);
2602
+ }
2603
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2604
+ left: calc(100% - 28px - 2px);
2670
2605
  }
2671
2606
 
2672
- .n15x5f5y {
2673
- display: flex;
2674
- flex-direction: row;
2675
- padding: 7px 12px;
2676
- background: rgba(225, 230, 241, 0.6);
2677
- border-radius: 6px;
2678
- color: rgba(44, 56, 82, 0.6);
2679
- font-size: 12px;
2680
- line-height: 18px;
2607
+ .c1to9vb9 {
2608
+ margin-left: 5px;
2681
2609
  }
2682
- .n15x5f5y .icon-wrapper {
2683
- margin-right: 10px;
2684
- height: 18px;
2610
+
2611
+ .bpq0js6 {
2612
+ padding: 4px 11px;
2685
2613
  }
2686
2614
 
2687
- .i16ozz3f {
2688
- display: flex;
2689
- flex-direction: row;
2690
- padding: 7px 12px;
2691
- background: rgba(0, 136, 255, 0.1);
2692
- border-radius: 6px;
2693
- color: #005ed1;
2694
- font-size: 12px;
2695
- line-height: 18px;
2615
+ .b15sn34c {
2616
+ white-space: nowrap;
2617
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2696
2618
  }
2697
- .i16ozz3f .icon-wrapper {
2698
- margin-right: 10px;
2699
- height: 18px;
2619
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2620
+ --color: #0080ff;
2700
2621
  }
2701
-
2702
- .dszu9qr {
2703
- color: rgba(44, 56, 82, 0.6);
2704
- margin-top: 5px;
2705
- font-size: 12px;
2706
- line-height: 18px;
2622
+ .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] {
2623
+ --color: #0080ff;
2707
2624
  }
2708
-
2709
- .snxzgx {
2710
- color: #f0483e;
2711
- font-size: 12px;
2712
- white-space: pre-wrap;
2625
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2626
+ margin-left: 1px;
2627
+ }
2628
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
2629
+ border-top-right-radius: 0;
2630
+ border-bottom-right-radius: 0;
2631
+ }
2632
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
2633
+ border-top-left-radius: 0;
2634
+ border-bottom-left-radius: 0;
2635
+ }
2636
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2637
+ border-radius: unset;
2713
2638
  }
2714
2639
 
2715
- .o1i4orqw {
2640
+ .fde5mpd {
2641
+ width: 100%;
2642
+ height: 100%;
2643
+ min-height: 124px;
2716
2644
  display: flex;
2645
+ flex-direction: column;
2646
+ justify-content: center;
2717
2647
  align-items: center;
2718
- justify-content: flex-end;
2719
- }
2720
- .o1i4orqw .icon-wrapper {
2721
- margin-right: 16px;
2722
2648
  }
2723
-
2724
- .t79k8o2 {
2725
- color: rgba(0, 21, 64, 0.3);
2649
+ .fde5mpd .error-text {
2650
+ color: rgba(10, 37, 85, 0.6);
2651
+ margin-bottom: 16px;
2652
+ font-size: 18px;
2726
2653
  }
2727
2654
 
2728
- .ipd9bk.ant-input {
2729
- padding: 5px 12px;
2730
- line-height: 20px;
2731
- color: #2d3a56;
2655
+ .buj61ew.ant-btn {
2656
+ height: 32px;
2732
2657
  border-radius: 6px;
2733
- border-color: rgba(172, 186, 211, 0.6);
2734
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2735
- }
2736
- .ipd9bk.ant-input.ant-input-lg {
2737
- padding: 8px 16px;
2738
2658
  line-height: 22px;
2659
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
2660
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
2739
2661
  }
2740
- .ipd9bk.ant-input.ant-input-sm {
2741
- padding: 2px 8px;
2742
- line-height: 18px;
2743
- }
2744
- .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 {
2745
- border-color: rgba(107, 128, 167, 0.6);
2746
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2747
- }
2748
- .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 {
2749
- border-color: #0096ff;
2750
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2662
+ .buj61ew.ant-btn.ant-btn-lg {
2663
+ height: 40px;
2664
+ line-height: 24px;
2751
2665
  }
2752
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2753
- border-color: #e75a3a;
2754
- color: #e75a3a;
2666
+ .buj61ew.ant-btn.ant-btn-sm {
2667
+ height: 24px;
2668
+ line-height: 20px;
2755
2669
  }
2756
- .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 {
2757
- border-color: #e75a3a;
2758
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2670
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2671
+ border-radius: 50%;
2759
2672
  }
2760
- .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 {
2761
- border-color: #e75a3a;
2762
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2673
+ .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 {
2674
+ color: var(--color, #06101f);
2675
+ font-weight: var(--font-weight);
2676
+ background: var(--background-color, #fff);
2677
+ border-width: var(--border-width, 1px);
2678
+ border-color: var(--border-color, #d9d9d9);
2763
2679
  }
2764
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2765
- background: rgba(211, 218, 235, 0.6);
2766
- color: rgba(0, 21, 64, 0.3);
2767
- border-color: rgba(172, 186, 211, 0.6);
2680
+ .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 {
2681
+ display: none;
2768
2682
  }
2769
- .ipd9bk.ant-input-affix-wrapper {
2770
- padding: 5px 12px;
2771
- border-radius: 6px;
2772
- border-color: rgba(172, 186, 211, 0.6);
2773
- line-height: 20px;
2774
- color: #2d3a56;
2775
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2683
+ .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 {
2684
+ color: var(--color, inherit);
2776
2685
  }
2777
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2778
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2779
- color: rgba(44, 56, 82, 0.6);
2686
+ .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 {
2687
+ background: var(--background-color-hover, var(--background-color));
2688
+ border-color: var(--border-color-hover, var(--border-color, transparent));
2780
2689
  }
2781
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2782
- padding: 8px 16px;
2783
- line-height: 22px;
2690
+ .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 {
2691
+ --scale: 1;
2692
+ --transY: 1px;
2693
+ background: var(--background-color-active, var(--background-color));
2694
+ border-color: var(--border-color-active, var(--border-color, transparent));
2784
2695
  }
2785
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2786
- padding: 2px 8px;
2787
- line-height: 18px;
2696
+ .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 {
2697
+ background: var(--background-color-focus, var(--background-color));
2698
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2699
+ border-color: var(--border-color-focus, var(--border-color, transparent));
2788
2700
  }
2789
- .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 {
2790
- border-color: rgba(107, 128, 167, 0.6);
2791
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2701
+ .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 {
2702
+ color: var(--color-disabled, var(--color));
2703
+ background: var(--background-color-disabled, var(--background-color));
2704
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
2705
+ opacity: 0.5;
2792
2706
  }
2793
- .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 {
2794
- border-color: #0096ff;
2795
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2707
+ .buj61ew.ant-btn-link[disabled] {
2708
+ color: #0080ff;
2709
+ opacity: 0.5;
2796
2710
  }
2797
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2798
- border-color: #e75a3a;
2711
+ .buj61ew.ant-btn-primary {
2712
+ --color: #fff;
2713
+ --font-weight: bold;
2714
+ --border-width: 0;
2715
+ --background-color: #0080ff;
2716
+ --background-color-hover: #009dff;
2717
+ --background-color-active: #005ed1;
2718
+ --background-color-focus: #0080ff;
2719
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2799
2720
  }
2800
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2801
- color: #e75a3a;
2721
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
2722
+ --background-color: #f0483e;
2723
+ --background-color-hover: #ff5252;
2724
+ --background-color-active: #c73d31;
2725
+ --background-color-focus: #ff5252;
2726
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2802
2727
  }
2803
- .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 {
2804
- border-color: #e75a3a;
2805
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2728
+ .buj61ew.ant-btn-primary.btn-primary-orange {
2729
+ --background-color: #fea008;
2730
+ --background-color-hover: #feba33;
2731
+ --background-color-active: #e07f00;
2732
+ --background-color-focus: #fea008;
2806
2733
  }
2807
- .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 {
2808
- border-color: #e75a3a;
2809
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2734
+ .buj61ew.ant-btn-secondary {
2735
+ --color: #0080ff;
2736
+ --font-weight: bold;
2737
+ --border-width: 0;
2738
+ --background-color: rgba(0, 136, 255, 0.1);
2739
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2740
+ --background-color-active: rgba(0, 136, 255, 0.2);
2741
+ --background-color-focus: rgba(0, 136, 255, 0.1);
2742
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2810
2743
  }
2811
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2812
- background: rgba(211, 218, 235, 0.6);
2813
- color: rgba(0, 21, 64, 0.3);
2814
- border-color: rgba(172, 186, 211, 0.6);
2744
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
2745
+ --color: #f0483e;
2746
+ --background-color: rgba(255, 74, 74, 0.1);
2747
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2748
+ --background-color-active: rgba(255, 74, 74, 0.2);
2749
+ --background-color-focus: rgba(255, 74, 74, 0.1);
2750
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2815
2751
  }
2816
- textarea.ipd9bk.ant-input {
2817
- transition-property: height;
2818
- transition-delay: 50ms;
2752
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
2753
+ --color: #fea008;
2754
+ --background-color: rgba(255, 187, 0, 0.1);
2755
+ --background-color-hover: rgba(255, 187, 0, 0.16);
2756
+ --background-color-active: rgba(255, 187, 0, 0.2);
2757
+ --background-color-focus: rgba(255, 187, 0, 0.1);
2819
2758
  }
2820
- textarea.ipd9bk.ant-input.textarea-large {
2821
- min-height: 40px;
2822
- height: 40px;
2759
+ .buj61ew.ant-btn-tertiary {
2760
+ --color: #0080ff;
2761
+ --font-weight: bold;
2762
+ --border-width: 0;
2763
+ --background-color: #fff;
2764
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2765
+ box-shadow: none;
2823
2766
  }
2824
- textarea.ipd9bk.ant-input.textarea-large:focus {
2825
- height: 80px;
2767
+ .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 {
2768
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2826
2769
  }
2827
- textarea.ipd9bk.ant-input.textarea-middle {
2828
- min-height: 32px;
2829
- height: 32px;
2770
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
2771
+ --color: #f0483e;
2772
+ --background-color: #fff;
2773
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2830
2774
  }
2831
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2832
- height: 64px;
2775
+ .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 {
2776
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
2833
2777
  }
2834
- textarea.ipd9bk.ant-input.textarea-small {
2835
- min-height: 24px;
2836
- height: 24px;
2778
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
2779
+ --color: #fea008;
2780
+ --background-color: #fff;
2837
2781
  }
2838
- textarea.ipd9bk.ant-input.textarea-small:focus {
2839
- height: 40px;
2782
+ .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 {
2783
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
2840
2784
  }
2841
-
2842
- .kypn5o5 input, .kypn5o5.input-tags {
2843
- border: 1px solid rgba(213, 219, 227, 0.6);
2844
- border-radius: 4px;
2785
+ .buj61ew.ant-btn-ordinary {
2786
+ --color: #1d326c;
2787
+ --border-color: #ccd4e3;
2788
+ --background-color: #fff;
2789
+ --background-color-hover: #edf0f7;
2790
+ --background-color-active: #e4e9f2;
2791
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2792
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2845
2793
  }
2846
- .kypn5o5.input-tags {
2847
- position: relative;
2848
- padding: 6px;
2849
- height: 32px;
2850
- cursor: pointer;
2851
- transition: border 150ms;
2794
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
2795
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2852
2796
  }
2853
- .kypn5o5.input-tags:hover {
2854
- border-color: #0080ff;
2855
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2797
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
2798
+ --color: #0080ff;
2799
+ --border-color: #0080ff;
2800
+ --background-color: #fff;
2801
+ --background-color-hover: linear-gradient(
2802
+ 0deg,
2803
+ rgba(0, 136, 255, 0.16),
2804
+ rgba(0, 136, 255, 0.16)
2805
+ ),
2806
+ #ffffff;
2807
+ --background-color-active: linear-gradient(
2808
+ 0deg,
2809
+ rgba(0, 136, 255, 0.2),
2810
+ rgba(0, 136, 255, 0.2)
2811
+ ),
2812
+ #ffffff;
2813
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2814
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2856
2815
  }
2857
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2858
- padding-right: 30px;
2816
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
2817
+ --color: #f0483e;
2818
+ --border-color: #f0483e;
2819
+ --background-color: #fff;
2820
+ --background-color-hover: linear-gradient(
2821
+ 0deg,
2822
+ rgba(255, 74, 74, 0.16),
2823
+ rgba(255, 74, 74, 0.16)
2824
+ ),
2825
+ #ffffff;
2826
+ --background-color-active: linear-gradient(
2827
+ 0deg,
2828
+ rgba(255, 74, 74, 0.2),
2829
+ rgba(255, 74, 74, 0.2)
2830
+ ),
2831
+ #ffffff;
2832
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2859
2833
  }
2860
- .kypn5o5.input-tags .input-tags-inner {
2861
- display: flex;
2834
+ .buj61ew.ant-btn-ordinary-onTint {
2835
+ --color: #1d326c;
2836
+ --border-color: #fff;
2837
+ --background-color: #fff;
2838
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2839
+ --background-color-active: rgba(192, 203, 224, 0.6);
2840
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2841
+ box-shadow: none;
2862
2842
  }
2863
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2864
- display: flex;
2843
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
2844
+ --color: #0080ff;
2845
+ --border-color: #fff;
2846
+ --background-color: #fff;
2847
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2848
+ --background-color-active: rgba(0, 136, 255, 0.2);
2849
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2850
+ box-shadow: none;
2865
2851
  }
2866
- .kypn5o5.input-tags .input-tag-suffix {
2867
- position: absolute;
2868
- right: 12px;
2869
- top: 50%;
2870
- transform: translateY(-50%);
2852
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
2853
+ --color: #f0483e;
2854
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2855
+ --background-color-active: rgba(255, 74, 74, 0.2);
2856
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2871
2857
  }
2872
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2873
- color: rgba(0, 0, 0, 0.25);
2874
- font-size: 12px;
2875
- cursor: pointer;
2858
+ .buj61ew.ant-btn-quiet {
2859
+ --color: rgba(44, 56, 82, 0.6);
2860
+ --border-width: 0;
2861
+ --background-color: transparent;
2862
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2863
+ --background-color-active: rgba(192, 203, 224, 0.6);
2864
+ --background-color-focus: #fff;
2865
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2866
+ box-shadow: none;
2876
2867
  }
2877
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2878
- color: rgba(0, 0, 0, 0.45);
2868
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
2869
+ --color: #f0483e;
2870
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2871
+ --background-color-active: rgba(255, 74, 74, 0.2);
2872
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2879
2873
  }
2880
- .kypn5o5.has-focus-indicator {
2881
- position: relative;
2882
- overflow: hidden;
2874
+ .buj61ew.ant-btn-quiet.quiet-blue {
2875
+ --color: #0080ff;
2876
+ --background-color: transparent;
2877
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2878
+ --background-color-active: rgba(0, 136, 255, 0.2);
2879
+ --background-color-focus: #fff;
2880
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2883
2881
  }
2884
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2885
- position: absolute;
2886
- top: 50%;
2887
- transform: translateY(-50%);
2888
- left: -16px;
2889
- transition: left 150ms ease;
2890
- opacity: 0;
2882
+ .buj61ew.has-icon {
2883
+ display: inline-flex;
2884
+ align-items: center;
2891
2885
  }
2892
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2893
- left: 8px;
2894
- opacity: 1;
2886
+ .buj61ew .button-prefix-icon {
2887
+ margin-right: 4px;
2888
+ display: inline-flex;
2895
2889
  }
2896
- .kypn5o5.has-focus-indicator input {
2897
- transition: margin-left 150ms ease;
2898
- margin-left: 0px;
2890
+ .buj61ew .button-suffix-icon {
2891
+ margin-left: 4px;
2892
+ display: inline-flex;
2899
2893
  }
2900
- .kypn5o5.has-focus-indicator input:focus {
2901
- margin-left: 16px;
2894
+ .buj61ew .icon-wrapper {
2895
+ display: inline-flex;
2896
+ vertical-align: bottom;
2902
2897
  }
2903
2898
 
2904
- input.l1ki27se.ant-input {
2905
- border-top-right-radius: 0;
2906
- border-bottom-right-radius: 0;
2899
+ .nchllas {
2900
+ padding: 0;
2907
2901
  }
2908
2902
 
2909
- .l1ki27se.ant-input-affix-wrapper {
2910
- border-top-right-radius: 0;
2911
- border-bottom-right-radius: 0;
2903
+ .iap75of {
2904
+ height: 18px;
2905
+ line-height: 18px;
2906
+ padding: 0 4px;
2907
+ border-radius: 4px;
2908
+ background: rgba(235, 239, 245, 0.6);
2909
+ border: 1px solid rgba(223, 228, 235, 0.6);
2910
+ display: flex;
2911
+ align-items: center;
2912
+ white-space: nowrap;
2913
+ margin-right: 4px;
2912
2914
  }
2913
2915
 
2914
- input.rrg1fkn.ant-input {
2915
- border-top-left-radius: 0;
2916
- border-bottom-left-radius: 0;
2916
+ .i1mrf09m {
2917
+ display: inline-flex;
2918
+ align-items: center;
2917
2919
  }
2918
-
2919
- .rrg1fkn.ant-input-affix-wrapper {
2920
- border-top-left-radius: 0;
2921
- border-bottom-left-radius: 0;
2920
+ .i1mrf09m .icon-inner {
2921
+ display: inline-flex;
2922
+ align-items: center;
2923
+ justify-content: center;
2922
2924
  }
2923
-
2924
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2925
- border-top-right-radius: 0;
2926
- border-bottom-right-radius: 0;
2925
+ .i1mrf09m .icon-inner + span,
2926
+ .i1mrf09m span + .icon-inner.suffix {
2927
+ margin-left: 4px;
2927
2928
  }
2928
-
2929
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2930
- border-top-left-radius: 0;
2931
- border-bottom-left-radius: 0;
2929
+ .i1mrf09m.is-rotate img,
2930
+ .i1mrf09m.is-rotate svg {
2931
+ animation: rotate 680ms linear infinite;
2932
2932
  }
2933
2933
 
2934
2934
  .t1upn1sz {
@@ -3347,6 +3347,11 @@ input.rrg1fkn.ant-input {
3347
3347
  height: 20px;
3348
3348
  line-height: 20px;
3349
3349
  }
3350
+ .oiy0apc .timezone-title {
3351
+ color: #2d3a56;
3352
+ overflow: hidden;
3353
+ text-overflow: ellipsis;
3354
+ }
3350
3355
 
3351
3356
  .of4y382 {
3352
3357
  display: flex;
@@ -3913,6 +3918,20 @@ input.rrg1fkn.ant-input {
3913
3918
  margin-left: 24px;
3914
3919
  }
3915
3920
 
3921
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3922
+ display: flex;
3923
+ }
3924
+
3925
+ .igz4le8 {
3926
+ height: 24px;
3927
+ width: 56px !important;
3928
+ margin-right: 4px;
3929
+ }
3930
+
3931
+ .c1riexje {
3932
+ color: rgba(44, 56, 82, 0.6);
3933
+ }
3934
+
3916
3935
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3917
3936
  border-radius: 6px;
3918
3937
  }
@@ -3968,20 +3987,6 @@ input.rrg1fkn.ant-input {
3968
3987
  transform: rotate(180deg);
3969
3988
  }
3970
3989
 
3971
- .igz4le8 {
3972
- height: 24px;
3973
- width: 56px !important;
3974
- margin-right: 4px;
3975
- }
3976
-
3977
- .c1riexje {
3978
- color: rgba(44, 56, 82, 0.6);
3979
- }
3980
-
3981
- .iiqau4c.ant-input-group.ant-input-group-compact {
3982
- display: flex;
3983
- }
3984
-
3985
3990
  .m1thnes4 {
3986
3991
  color: rgba(44, 56, 82, 0.6);
3987
3992
  text-align: center;
@@ -4173,55 +4178,12 @@ input.rrg1fkn.ant-input {
4173
4178
  background: rgba(163, 180, 204, 0.18);
4174
4179
  }
4175
4180
 
4176
- .at4ovwe .ant-input-number-handler-wrap {
4177
- display: var(--at4ovwe-0);
4178
- }
4179
- .at4ovwe .ant-input-number-input-wrap {
4180
- padding: 5px 12px;
4181
- display: inline-flex;
4182
- line-height: 1.5715;
4183
- height: 100%;
4184
- width: 100%;
4185
- }
4186
- .at4ovwe .ant-input-number-input-wrap::after {
4187
- content: var(--at4ovwe-1);
4188
- display: var(--at4ovwe-2);
4189
- flex: none;
4190
- align-items: center;
4191
- margin-left: 4px;
4192
- color: rgba(44, 56, 82, 0.6);
4193
- }
4194
- .at4ovwe .ant-input-number-input-wrap::before {
4195
- content: var(--at4ovwe-3);
4196
- display: var(--at4ovwe-4);
4197
- flex: none;
4198
- align-items: center;
4199
- margin-right: 4px;
4200
- cursor: auto;
4201
- color: rgba(44, 56, 82, 0.6);
4202
- }
4203
- .at4ovwe.ant-input-number {
4204
- width: 100%;
4205
- border-radius: 6px;
4206
- }
4207
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4208
- border-color: #0096ff;
4209
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4210
- }
4211
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4212
- border-color: #e75a3a;
4213
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4214
- }
4215
- .at4ovwe .ant-input-number-input {
4216
- padding: 0;
4217
- margin: 0;
4218
- height: auto;
4219
- font-size: inherit;
4220
- }
4221
-
4222
4181
  .tc40oxa {
4223
4182
  margin-bottom: 4px;
4224
4183
  color: rgba(44, 56, 82, 0.6);
4184
+ overflow: hidden;
4185
+ text-overflow: ellipsis;
4186
+ white-space: nowrap;
4225
4187
  }
4226
4188
 
4227
4189
  .sa410aw {
@@ -4272,8 +4234,15 @@ input.rrg1fkn.ant-input {
4272
4234
  .tyua489 {
4273
4235
  border: 1px solid rgba(211, 218, 235, 0.6);
4274
4236
  border-radius: 8px;
4237
+ overflow: auto;
4238
+ }
4239
+ .tyua489 .ant-list {
4240
+ position: relative;
4275
4241
  }
4276
4242
  .tyua489 .ant-list .eagle-table-form-header {
4243
+ position: sticky;
4244
+ top: 0;
4245
+ z-index: 2;
4277
4246
  display: flex;
4278
4247
  padding: 8px;
4279
4248
  flex-wrap: nowrap;
@@ -4314,18 +4283,28 @@ input.rrg1fkn.ant-input {
4314
4283
  }
4315
4284
  .tyua489 .ant-list .eagle-table-form-cell {
4316
4285
  flex: 1 0 0;
4286
+ overflow: hidden;
4317
4287
  }
4318
4288
  .tyua489 .ant-list .eagle-table-form-cell .cell-description {
4319
4289
  color: rgba(44, 56, 82, 0.6);
4320
4290
  margin: 0;
4321
4291
  }
4292
+ .tyua489 .ant-list .eagle-table-form-cell.align-center > * {
4293
+ text-align: center;
4294
+ }
4322
4295
  .tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
4323
4296
  text-align: center;
4324
4297
  }
4325
- .tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content p {
4298
+ .tyua489 .ant-list .eagle-table-form-cell.align-left > * {
4299
+ text-align: left;
4300
+ }
4301
+ .tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
4326
4302
  text-align: left;
4327
4303
  }
4328
- .tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content p {
4304
+ .tyua489 .ant-list .eagle-table-form-cell.align-right > * {
4305
+ text-align: right;
4306
+ }
4307
+ .tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
4329
4308
  text-align: right;
4330
4309
  }
4331
4310
  .tyua489 .ant-list .eagle-table-form-cell:not(:last-of-type) {
@@ -4395,23 +4374,50 @@ input.rrg1fkn.ant-input {
4395
4374
  margin-right: 8px;
4396
4375
  }
4397
4376
 
4398
- .feau332.ant-form-item {
4399
- margin-bottom: 0;
4377
+ .at4ovwe .ant-input-number-handler-wrap {
4378
+ display: var(--at4ovwe-0);
4400
4379
  }
4401
- .feau332 .ant-form-item-explain {
4402
- display: none;
4403
- min-height: 18px;
4404
- margin-top: 5px;
4405
- font-family: "Inter";
4406
- font-weight: 400;
4407
- font-size: 12px;
4408
- line-height: 18px;
4380
+ .at4ovwe .ant-input-number-input-wrap {
4381
+ padding: 5px 12px;
4382
+ display: inline-flex;
4383
+ line-height: 1.5715;
4384
+ height: 100%;
4385
+ width: 100%;
4409
4386
  }
4410
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4411
- white-space: pre-wrap;
4387
+ .at4ovwe .ant-input-number-input-wrap::after {
4388
+ content: var(--at4ovwe-1);
4389
+ display: var(--at4ovwe-2);
4390
+ flex: none;
4391
+ align-items: center;
4392
+ margin-left: 4px;
4393
+ color: rgba(44, 56, 82, 0.6);
4412
4394
  }
4413
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4414
- display: block;
4395
+ .at4ovwe .ant-input-number-input-wrap::before {
4396
+ content: var(--at4ovwe-3);
4397
+ display: var(--at4ovwe-4);
4398
+ flex: none;
4399
+ align-items: center;
4400
+ margin-right: 4px;
4401
+ cursor: auto;
4402
+ color: rgba(44, 56, 82, 0.6);
4403
+ }
4404
+ .at4ovwe.ant-input-number {
4405
+ width: 100%;
4406
+ border-radius: 6px;
4407
+ }
4408
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4409
+ border-color: #0096ff;
4410
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4411
+ }
4412
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4413
+ border-color: #e75a3a;
4414
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4415
+ }
4416
+ .at4ovwe .ant-input-number-input {
4417
+ padding: 0;
4418
+ margin: 0;
4419
+ height: auto;
4420
+ font-size: inherit;
4415
4421
  }
4416
4422
 
4417
4423
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -4443,4 +4449,23 @@ input.rrg1fkn.ant-input {
4443
4449
  margin: 0;
4444
4450
  height: auto;
4445
4451
  font-size: inherit;
4452
+ }
4453
+
4454
+ .feau332.ant-form-item {
4455
+ margin-bottom: 0;
4456
+ }
4457
+ .feau332 .ant-form-item-explain {
4458
+ display: none;
4459
+ min-height: 18px;
4460
+ margin-top: 5px;
4461
+ font-family: "Inter";
4462
+ font-weight: 400;
4463
+ font-size: 12px;
4464
+ line-height: 18px;
4465
+ }
4466
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4467
+ white-space: pre-wrap;
4468
+ }
4469
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4470
+ display: block;
4446
4471
  }