@cloudtower/eagle 0.26.5 → 0.26.6

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