@cloudtower/eagle 0.25.7 → 0.25.8

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
@@ -1664,254 +1664,6 @@ body {
1664
1664
  margin-right: 4px;
1665
1665
  }
1666
1666
 
1667
- .buj61ew.ant-btn {
1668
- height: 32px;
1669
- border-radius: 6px;
1670
- line-height: 22px;
1671
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1672
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1673
- }
1674
- .buj61ew.ant-btn.ant-btn-lg {
1675
- height: 40px;
1676
- line-height: 24px;
1677
- }
1678
- .buj61ew.ant-btn.ant-btn-sm {
1679
- height: 24px;
1680
- line-height: 20px;
1681
- }
1682
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1683
- border-radius: 50%;
1684
- }
1685
- .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 {
1686
- color: var(--color, #06101f);
1687
- font-weight: var(--font-weight);
1688
- background: var(--background-color, #fff);
1689
- border-width: var(--border-width, 1px);
1690
- border-color: var(--border-color, #d9d9d9);
1691
- }
1692
- .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 {
1693
- display: none;
1694
- }
1695
- .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 {
1696
- color: var(--color, inherit);
1697
- }
1698
- .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 {
1699
- background: var(--background-color-hover, var(--background-color));
1700
- border-color: var(--border-color-hover, var(--border-color, transparent));
1701
- }
1702
- .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 {
1703
- --scale: 1;
1704
- --transY: 1px;
1705
- background: var(--background-color-active, var(--background-color));
1706
- border-color: var(--border-color-active, var(--border-color, transparent));
1707
- }
1708
- .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 {
1709
- background: var(--background-color-focus, var(--background-color));
1710
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1711
- border-color: var(--border-color-focus, var(--border-color, transparent));
1712
- }
1713
- .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 {
1714
- color: var(--color-disabled, var(--color));
1715
- background: var(--background-color-disabled, var(--background-color));
1716
- border-color: var(--border-color-disabled, var(--border-color, transparent));
1717
- opacity: 0.5;
1718
- }
1719
- .buj61ew.ant-btn-link[disabled] {
1720
- color: #0080ff;
1721
- opacity: 0.5;
1722
- }
1723
- .buj61ew.ant-btn-primary {
1724
- --color: #fff;
1725
- --font-weight: bold;
1726
- --border-width: 0;
1727
- --background-color: #0080ff;
1728
- --background-color-hover: #009dff;
1729
- --background-color-active: #005ed1;
1730
- --background-color-focus: #0080ff;
1731
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1732
- }
1733
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
1734
- --background-color: #f0483e;
1735
- --background-color-hover: #ff5252;
1736
- --background-color-active: #c73d31;
1737
- --background-color-focus: #ff5252;
1738
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1739
- }
1740
- .buj61ew.ant-btn-primary.btn-primary-orange {
1741
- --background-color: #fea008;
1742
- --background-color-hover: #feba33;
1743
- --background-color-active: #e07f00;
1744
- --background-color-focus: #fea008;
1745
- }
1746
- .buj61ew.ant-btn-secondary {
1747
- --color: #0080ff;
1748
- --font-weight: bold;
1749
- --border-width: 0;
1750
- --background-color: rgba(0, 136, 255, 0.1);
1751
- --background-color-hover: rgba(0, 136, 255, 0.16);
1752
- --background-color-active: rgba(0, 136, 255, 0.2);
1753
- --background-color-focus: rgba(0, 136, 255, 0.1);
1754
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1755
- }
1756
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1757
- --color: #f0483e;
1758
- --background-color: rgba(255, 74, 74, 0.1);
1759
- --background-color-hover: rgba(255, 74, 74, 0.16);
1760
- --background-color-active: rgba(255, 74, 74, 0.2);
1761
- --background-color-focus: rgba(255, 74, 74, 0.1);
1762
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1763
- }
1764
- .buj61ew.ant-btn-secondary.btn-primary-orange {
1765
- --color: #fea008;
1766
- --background-color: rgba(255, 187, 0, 0.1);
1767
- --background-color-hover: rgba(255, 187, 0, 0.16);
1768
- --background-color-active: rgba(255, 187, 0, 0.2);
1769
- --background-color-focus: rgba(255, 187, 0, 0.1);
1770
- }
1771
- .buj61ew.ant-btn-tertiary {
1772
- --color: #0080ff;
1773
- --font-weight: bold;
1774
- --border-width: 0;
1775
- --background-color: #fff;
1776
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1777
- box-shadow: none;
1778
- }
1779
- .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 {
1780
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1781
- }
1782
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1783
- --color: #f0483e;
1784
- --background-color: #fff;
1785
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1786
- }
1787
- .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 {
1788
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1789
- }
1790
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
1791
- --color: #fea008;
1792
- --background-color: #fff;
1793
- }
1794
- .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 {
1795
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1796
- }
1797
- .buj61ew.ant-btn-ordinary {
1798
- --color: #1d326c;
1799
- --border-color: #ccd4e3;
1800
- --background-color: #fff;
1801
- --background-color-hover: #edf0f7;
1802
- --background-color-active: #e4e9f2;
1803
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1804
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1805
- }
1806
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1807
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1808
- }
1809
- .buj61ew.ant-btn-ordinary.ordinary-blue {
1810
- --color: #0080ff;
1811
- --border-color: #0080ff;
1812
- --background-color: #fff;
1813
- --background-color-hover: linear-gradient(
1814
- 0deg,
1815
- rgba(0, 136, 255, 0.16),
1816
- rgba(0, 136, 255, 0.16)
1817
- ),
1818
- #ffffff;
1819
- --background-color-active: linear-gradient(
1820
- 0deg,
1821
- rgba(0, 136, 255, 0.2),
1822
- rgba(0, 136, 255, 0.2)
1823
- ),
1824
- #ffffff;
1825
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1826
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1827
- }
1828
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1829
- --color: #f0483e;
1830
- --border-color: #f0483e;
1831
- --background-color: #fff;
1832
- --background-color-hover: linear-gradient(
1833
- 0deg,
1834
- rgba(255, 74, 74, 0.16),
1835
- rgba(255, 74, 74, 0.16)
1836
- ),
1837
- #ffffff;
1838
- --background-color-active: linear-gradient(
1839
- 0deg,
1840
- rgba(255, 74, 74, 0.2),
1841
- rgba(255, 74, 74, 0.2)
1842
- ),
1843
- #ffffff;
1844
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1845
- }
1846
- .buj61ew.ant-btn-ordinary-onTint {
1847
- --color: #1d326c;
1848
- --border-color: #fff;
1849
- --background-color: #fff;
1850
- --background-color-hover: rgba(211, 218, 235, 0.6);
1851
- --background-color-active: rgba(192, 203, 224, 0.6);
1852
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1853
- box-shadow: none;
1854
- }
1855
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1856
- --color: #0080ff;
1857
- --border-color: #fff;
1858
- --background-color: #fff;
1859
- --background-color-hover: rgba(0, 136, 255, 0.16);
1860
- --background-color-active: rgba(0, 136, 255, 0.2);
1861
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1862
- box-shadow: none;
1863
- }
1864
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1865
- --color: #f0483e;
1866
- --background-color-hover: rgba(255, 74, 74, 0.16);
1867
- --background-color-active: rgba(255, 74, 74, 0.2);
1868
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1869
- }
1870
- .buj61ew.ant-btn-quiet {
1871
- --color: rgba(44, 56, 82, 0.6);
1872
- --border-width: 0;
1873
- --background-color: transparent;
1874
- --background-color-hover: rgba(211, 218, 235, 0.6);
1875
- --background-color-active: rgba(192, 203, 224, 0.6);
1876
- --background-color-focus: #fff;
1877
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1878
- box-shadow: none;
1879
- }
1880
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1881
- --color: #f0483e;
1882
- --background-color-hover: rgba(255, 74, 74, 0.16);
1883
- --background-color-active: rgba(255, 74, 74, 0.2);
1884
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1885
- }
1886
- .buj61ew.ant-btn-quiet.quiet-blue {
1887
- --color: #0080ff;
1888
- --background-color: transparent;
1889
- --background-color-hover: rgba(0, 136, 255, 0.16);
1890
- --background-color-active: rgba(0, 136, 255, 0.2);
1891
- --background-color-focus: #fff;
1892
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1893
- }
1894
- .buj61ew.has-icon {
1895
- display: inline-flex;
1896
- align-items: center;
1897
- }
1898
- .buj61ew .button-prefix-icon {
1899
- margin-right: 4px;
1900
- display: inline-flex;
1901
- }
1902
- .buj61ew .button-suffix-icon {
1903
- margin-left: 4px;
1904
- display: inline-flex;
1905
- }
1906
- .buj61ew .icon-wrapper {
1907
- display: inline-flex;
1908
- vertical-align: bottom;
1909
- }
1910
-
1911
- .nchllas {
1912
- padding: 0;
1913
- }
1914
-
1915
1667
  .bpq0js6 {
1916
1668
  padding: 4px 11px;
1917
1669
  }
@@ -1959,1934 +1711,2186 @@ body {
1959
1711
  animation: rotate 680ms linear infinite;
1960
1712
  }
1961
1713
 
1962
- .rxbeqvl.ant-radio-wrapper {
1963
- display: inline-flex;
1964
- align-items: baseline;
1965
- white-space: pre-wrap;
1714
+ .cz04yix {
1715
+ display: flex;
1716
+ flex-direction: column;
1966
1717
  }
1967
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1968
- position: relative;
1969
- top: 3px;
1970
- }
1971
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1972
- border-color: rgba(107, 128, 167, 0.6);
1973
- }
1974
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1975
- border-color: #0080ff;
1976
- }
1977
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1978
- border-color: #0080ff;
1979
- background: #0080ff;
1980
- }
1981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1982
- top: 4px;
1983
- left: 4px;
1984
- width: 6px;
1985
- height: 6px;
1986
- background: #fff;
1987
- }
1988
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1989
- opacity: 0.5;
1990
- }
1991
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1992
- border-color: rgba(107, 128, 167, 0.6);
1993
- background: rgba(211, 218, 235, 0.6);
1718
+
1719
+ .m1if5j39 {
1720
+ max-width: 1120px;
1721
+ width: 100%;
1722
+ margin: 0 auto;
1723
+ height: 100%;
1994
1724
  }
1995
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1996
- background: #00122e;
1725
+
1726
+ .w1vvwdlp {
1727
+ max-width: 1120px;
1728
+ width: 100%;
1729
+ margin: 0 auto;
1730
+ display: flex;
1997
1731
  }
1998
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1999
- color: #00122e;
2000
- opacity: 0.5;
1732
+ .w1vvwdlp .left,
1733
+ .w1vvwdlp .right {
1734
+ flex-grow: 0;
1735
+ flex-shrink: 0;
1736
+ flex-basis: 21%;
2001
1737
  }
2002
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2003
- color: #00122e;
1738
+ .w1vvwdlp .left {
1739
+ display: flex;
1740
+ justify-content: flex-end;
1741
+ padding-right: 44px;
2004
1742
  }
2005
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2006
- display: inline-block;
2007
- padding: 0;
2008
- padding-left: 12px;
1743
+ .w1vvwdlp .right {
1744
+ padding-left: 44px;
2009
1745
  }
2010
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2011
- margin-bottom: 0;
2012
- white-space: pre-wrap;
2013
- color: rgba(44, 56, 82, 0.6);
1746
+ .w1vvwdlp .middle {
1747
+ margin-bottom: 40px;
1748
+ flex-grow: 0;
1749
+ flex-shrink: 0;
1750
+ flex-basis: 58%;
2014
1751
  }
2015
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2016
- padding-left: 8px;
1752
+ .w1vvwdlp .middle .form-base-field {
1753
+ width: 100%;
2017
1754
  }
2018
-
2019
- .r5ie79y .ant-radio-button-wrapper:first-child {
2020
- border-radius: 5px 0 0 5px;
1755
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1756
+ width: auto;
2021
1757
  }
2022
- .r5ie79y .ant-radio-button-wrapper:last-child {
2023
- border-radius: 0 5px 5px 0;
1758
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1759
+ flex: initial;
2024
1760
  }
2025
-
2026
- .r1f0aqcc {
2027
- color: #00122e;
2028
- border-color: #ccd4e3;
1761
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1762
+ margin-top: 4px;
2029
1763
  }
2030
- .r1f0aqcc:first-child {
2031
- color: #00122e;
2032
- border-color: #a3b4cc;
1764
+ .w1vvwdlp .ant-steps-item-icon,
1765
+ .w1vvwdlp .ant-steps-item-tail {
1766
+ display: none !important;
2033
1767
  }
2034
- .r1f0aqcc.ant-radio-button-wrapper {
2035
- padding: 0 12px;
2036
- line-height: 32px;
1768
+ .w1vvwdlp .ant-steps-item-container {
1769
+ padding: 0 15px;
1770
+ border-radius: 4px;
2037
1771
  height: 32px;
1772
+ display: flex;
1773
+ align-items: center;
2038
1774
  }
2039
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
1775
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1776
+ min-height: auto;
2040
1777
  white-space: nowrap;
2041
1778
  }
2042
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2043
- background: #ccd4e3;
2044
- }
2045
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2046
- background: #0080ff;
2047
- }
2048
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2049
- background: #ccd4e3;
2050
- opacity: 0.5;
1779
+ .w1vvwdlp .ant-steps-item-description {
1780
+ padding-bottom: 0px;
2051
1781
  }
2052
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2053
- border-right-color: #0080ff;
1782
+ .w1vvwdlp .ant-steps-item-title {
1783
+ font-size: 13px !important;
1784
+ line-height: 20px !important;
2054
1785
  }
2055
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2056
- border-color: #0080ff;
1786
+ .w1vvwdlp .ant-steps-item-title .step-index {
1787
+ display: inline-block;
1788
+ text-align: center;
1789
+ width: 13px;
1790
+ margin-right: 12px;
2057
1791
  }
2058
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2059
- background: rgba(0, 136, 255, 0.1);
1792
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
1793
+ background: rgba(0, 128, 255, 0.1);
2060
1794
  }
2061
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2062
- background: rgba(211, 218, 235, 0.6);
2063
- border-color: #ccd4e3;
2064
- opacity: 0.5;
1795
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1796
+ color: #005ed1;
2065
1797
  }
2066
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2067
- color: #00122e;
2068
- border-color: #ccd4e3;
1798
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
1799
+ background: rgba(237, 241, 250, 0.6);
2069
1800
  }
2070
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2071
- color: #00122e;
2072
- border-color: #ccd4e3;
2073
- background: rgba(172, 186, 211, 0.6);
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;
2074
1803
  }
2075
- .r1f0aqcc .ant-radio-button-input {
2076
- margin-right: 8px;
2077
- display: inline;
2078
- border: none;
2079
- padding: 0;
2080
- width: 36px;
2081
- background: transparent;
1804
+ .w1vvwdlp .ant-steps-item-disabled {
1805
+ cursor: not-allowed;
2082
1806
  }
2083
- .r1f0aqcc .ant-radio-button-input:focus {
2084
- box-shadow: none;
1807
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
1808
+ background: rgba(237, 241, 250, 0.6);
2085
1809
  }
2086
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2087
- margin-right: 0;
2088
- width: initial;
2089
- box-shadow: none;
1810
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1811
+ color: #2d3a56;
2090
1812
  }
2091
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2092
- display: none;
1813
+
1814
+ .h1cuopx7 .ant-modal-header {
1815
+ margin: 0 auto;
1816
+ width: 100%;
1817
+ max-width: 648px;
2093
1818
  }
2094
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2095
- display: inline;
1819
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
1820
+ margin-left: 0;
2096
1821
  }
2097
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2098
- display: inline;
2099
- margin-right: 8px;
1822
+ .h1cuopx7 .ant-modal-body {
1823
+ margin: 0 auto;
2100
1824
  padding: 0;
2101
- width: 36px;
1825
+ width: 100%;
1826
+ max-width: 648px;
1827
+ overflow: hidden;
2102
1828
  }
2103
-
2104
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2105
- flex-direction: row;
2106
- justify-content: stretch;
1829
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
1830
+ margin-bottom: 40px;
2107
1831
  }
2108
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2109
- padding: 0;
2110
- margin-right: 4px;
2111
- flex: 1;
2112
- overflow: visible;
1832
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
1833
+ height: calc(100vh - 225px);
1834
+ overflow-y: auto;
2113
1835
  }
2114
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2115
- display: none;
1836
+ .h1cuopx7 .ant-modal-footer .footer-content {
1837
+ margin: 0 auto;
1838
+ max-width: 648px;
2116
1839
  }
2117
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1840
+
1841
+ .h1p6d3y3 .ant-modal-header {
1842
+ margin: 0 auto;
2118
1843
  width: 100%;
2119
- min-height: unset;
1844
+ max-width: 1024px;
2120
1845
  }
2121
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2122
- height: 26px;
2123
- line-height: 26px;
2124
- width: 100%;
2125
- text-align: center;
1846
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
1847
+ margin-left: 0;
1848
+ }
1849
+ .h1p6d3y3 .ant-modal-body {
1850
+ margin: 0 auto;
2126
1851
  padding: 0;
2127
- font-size: 12px;
2128
- font-weight: normal;
1852
+ width: 100%;
1853
+ max-width: 1024px;
1854
+ overflow: hidden;
2129
1855
  }
2130
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2131
- margin-right: 10px;
1856
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
1857
+ margin-bottom: 40px;
2132
1858
  }
2133
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2134
- display: none;
1859
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
1860
+ height: calc(100vh - 225px);
1861
+ overflow-y: auto;
2135
1862
  }
2136
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2137
- border-radius: 4px 0 0 4px;
1863
+ .h1p6d3y3 .ant-modal-footer .footer-content {
1864
+ margin: 0 auto;
1865
+ max-width: 1024px;
2138
1866
  }
2139
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2140
- margin-right: 0;
1867
+
1868
+ .fxgckuk {
1869
+ flex: 1;
2141
1870
  }
2142
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2143
- border-radius: 0 4px 4px 0;
1871
+ .fxgckuk label {
1872
+ font-size: 13px;
1873
+ line-height: 20px;
1874
+ color: rgba(44, 56, 82, 0.6);
2144
1875
  }
2145
- .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 {
2146
- content: "";
2147
- width: 0;
2148
- height: 0;
2149
- border: 13px solid transparent;
2150
- position: absolute;
2151
- top: 0;
2152
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2153
- right: -21px;
2154
- z-index: 2;
2155
- }
2156
- .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 {
2157
- content: "";
2158
- width: 0;
2159
- height: 0;
2160
- border: 13px solid transparent;
2161
- position: absolute;
2162
- top: 0;
2163
- border-left: 8px solid #fff;
2164
- left: 0;
1876
+ .fxgckuk .title {
1877
+ font-size: 14px;
1878
+ line-height: 20px;
1879
+ color: #2d3a56;
1880
+ margin-bottom: 12px;
2165
1881
  }
2166
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2167
- background-color: rgba(0, 136, 255, 0.1);
1882
+ .fxgckuk.connect-cluster .title {
1883
+ padding-bottom: 26px;
2168
1884
  }
2169
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2170
- border-left-color: rgba(0, 136, 255, 0.1) !important;
1885
+
1886
+ .f1d0vek1 {
1887
+ padding: 25px 0 15px 0;
1888
+ border-bottom: 1px solid #e1e5eb;
1889
+ margin-bottom: 16px;
2171
1890
  }
2172
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2173
- color: #005ed1;
1891
+
1892
+ .f4u402y {
1893
+ display: flex;
1894
+ align-items: center;
1895
+ margin-bottom: 8px;
2174
1896
  }
2175
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2176
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2177
- background-color: rgba(237, 241, 250, 0.6);
1897
+ .f4u402y > label {
1898
+ width: 216px;
2178
1899
  }
2179
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2180
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2181
- color: rgba(44, 56, 82, 0.6);
1900
+ .f4u402y > label + * {
1901
+ width: 100%;
2182
1902
  }
2183
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2184
- padding: 0;
1903
+ .f4u402y .ant-select {
1904
+ width: 100%;
2185
1905
  }
2186
1906
 
2187
- .obf05yr {
2188
- display: inline-block;
1907
+ .e1pldf6v {
1908
+ color: #e75a3a;
1909
+ margin-right: 10px;
2189
1910
  }
2190
1911
 
2191
- .hsms1n6 {
2192
- visibility: hidden;
2193
- position: absolute;
1912
+ .dq0gblh {
1913
+ width: 100%;
1914
+ height: 1px;
1915
+ background: rgba(213, 219, 227, 0.6);
1916
+ margin: 24px 0;
2194
1917
  }
2195
1918
 
2196
- .p12gwtiw {
2197
- display: flex;
2198
- justify-content: space-between;
2199
- align-items: center;
2200
- padding: 10px 0;
2201
- color: rgba(44, 56, 82, 0.6);
2202
- font-size: 12px;
2203
- line-height: 24px;
2204
- }
2205
- .p12gwtiw .pagination-left {
2206
- padding: 2px 8px;
2207
- }
2208
- .p12gwtiw .dropdown-trigger {
1919
+ .l1v7sr0n {
2209
1920
  display: flex;
1921
+ justify-content: center;
2210
1922
  align-items: center;
2211
- border-radius: 6px;
2212
- cursor: pointer;
2213
- transition: all 0.3s ease;
2214
- }
2215
- .p12gwtiw .dropdown-trigger:hover {
2216
- background: rgba(211, 218, 235, 0.6);
2217
- color: #0080ff;
1923
+ height: 100%;
2218
1924
  }
2219
- .p12gwtiw .dropdown-trigger .icon-inner {
2220
- 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;
2221
1934
  }
2222
- .p12gwtiw .pagination-right {
2223
- display: flex;
2224
- align-items: center;
2225
- color: #0080ff;
2226
- font-weight: bold;
1935
+
1936
+ .m1jy87hk .ant-modal-header,
1937
+ .m1jy87hk .ant-modal-footer .footer-content {
1938
+ width: 648px;
1939
+ margin: 0 auto;
2227
1940
  }
2228
- .p12gwtiw .pagination-right .icon-inner {
2229
- margin-left: 4px;
1941
+ .m1jy87hk .ant-modal-header {
1942
+ padding: 35px 0 24px;
1943
+ border: none;
2230
1944
  }
2231
- .p12gwtiw .pagination-right .prev-btn,
2232
- .p12gwtiw .pagination-right .next-btn {
2233
- padding: 0 8px;
1945
+ .m1jy87hk .ant-modal-header .ant-modal-title {
1946
+ font-size: 30px;
2234
1947
  }
2235
- .p12gwtiw .pagination-right .prev-btn > span,
2236
- .p12gwtiw .pagination-right .next-btn > span {
2237
- color: #0080ff;
1948
+ .m1jy87hk .ant-modal-body {
1949
+ padding: 4px 0 2px;
2238
1950
  }
2239
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2240
- transform: rotate(180deg);
1951
+ .m1jy87hk .ant-modal-footer {
1952
+ border: none;
2241
1953
  }
2242
1954
 
2243
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2244
- max-height: calc(100vh - 128px);
2245
- overflow-y: auto;
2246
- }
2247
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2248
- padding: 4px 20px;
1955
+ .ti7fpyu {
2249
1956
  font-size: 12px;
2250
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);
2251
1964
  }
2252
-
2253
- .s34f1qb.ant-switch {
2254
- min-width: 40px;
2255
- height: 24px;
2256
- background: rgba(172, 186, 211, 0.6);
2257
- overflow: hidden;
2258
- }
2259
- .s34f1qb.ant-switch:focus {
2260
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1965
+ .ti7fpyu:not(:first-child) {
1966
+ margin-left: 4px;
2261
1967
  }
2262
- .s34f1qb.ant-switch-small {
2263
- min-width: 26px;
2264
- height: 16px;
1968
+
1969
+ .f1rest1f {
1970
+ width: 100%;
1971
+ height: 100%;
1972
+ display: flex;
1973
+ align-items: center;
1974
+ justify-content: center;
2265
1975
  }
2266
- .s34f1qb.ant-switch-large {
2267
- min-width: 52px;
2268
- height: 32px;
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;
2269
1986
  }
2270
- .s34f1qb.ant-switch .ant-switch-handle {
2271
- height: 20px;
2272
- width: 20px;
1987
+
1988
+ .f1y3gta0.form-item-general {
1989
+ width: 640px;
2273
1990
  }
2274
- .s34f1qb.ant-switch .ant-switch-handle::before {
2275
- border-radius: 10px;
2276
- transition-delay: 120ms;
1991
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
1992
+ margin-top: 16px;
2277
1993
  }
2278
- .s34f1qb.ant-switch-small .ant-switch-handle {
2279
- height: 14px;
2280
- width: 14px;
2281
- top: 1px;
2282
- left: 1px;
1994
+ .f1y3gta0.form-item-compact {
1995
+ width: 412px;
2283
1996
  }
2284
- .s34f1qb.ant-switch-large .ant-switch-handle {
2285
- height: 28px;
2286
- width: 28px;
1997
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
1998
+ margin-top: 8px;
2287
1999
  }
2288
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2289
- border-radius: 14px;
2000
+ .f1y3gta0 .form-item {
2001
+ width: auto;
2290
2002
  }
2291
- .s34f1qb.ant-switch-checked {
2292
- background-color: #00ba5d;
2003
+ .f1y3gta0 .form-item-main {
2004
+ position: relative;
2005
+ display: flex;
2293
2006
  }
2294
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2295
- left: calc(100% - 20px - 2px);
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;
2296
2015
  }
2297
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2298
- left: calc(100% - 14px - 1px);
2016
+ .f1y3gta0 .form-item-label {
2017
+ padding-right: 12px;
2018
+ font-size: 13px;
2019
+ color: rgba(44, 56, 82, 0.6);
2299
2020
  }
2300
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2301
- left: calc(100% - 28px - 2px);
2021
+ .f1y3gta0 .form-item-label.label-right {
2022
+ text-align: right;
2302
2023
  }
2303
-
2304
- .c1to9vb9 {
2305
- margin-left: 5px;
2024
+ .f1y3gta0 .form-item-label,
2025
+ .f1y3gta0 .form-item-control {
2026
+ line-height: 32px;
2306
2027
  }
2307
-
2308
- .cz04yix {
2309
- display: flex;
2310
- flex-direction: column;
2028
+ .f1y3gta0 .form-item-control .form-item-error {
2029
+ line-height: 18px;
2311
2030
  }
2312
-
2313
- .m1if5j39 {
2314
- max-width: 1120px;
2031
+ .f1y3gta0 .form-item-children {
2315
2032
  width: 100%;
2316
- margin: 0 auto;
2317
- height: 100%;
2318
2033
  }
2319
-
2320
- .w1vvwdlp {
2321
- max-width: 1120px;
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 {
2322
2035
  width: 100%;
2323
- margin: 0 auto;
2324
- display: flex;
2325
2036
  }
2326
- .w1vvwdlp .left,
2327
- .w1vvwdlp .right {
2328
- flex-grow: 0;
2329
- flex-shrink: 0;
2330
- flex-basis: 21%;
2331
- }
2332
- .w1vvwdlp .left {
2333
- display: flex;
2334
- justify-content: flex-end;
2335
- padding-right: 44px;
2336
- }
2337
- .w1vvwdlp .right {
2338
- padding-left: 44px;
2339
- }
2340
- .w1vvwdlp .middle {
2341
- margin-bottom: 40px;
2342
- flex-grow: 0;
2343
- flex-shrink: 0;
2344
- flex-basis: 58%;
2345
- }
2346
- .w1vvwdlp .middle .form-base-field {
2347
- width: 100%;
2037
+ .f1y3gta0 .form-item-error {
2038
+ color: #e75a3a;
2039
+ height: 0;
2040
+ overflow: hidden;
2348
2041
  }
2349
- .w1vvwdlp .middle .form-base-field .form-base-field {
2350
- width: auto;
2042
+ .f1y3gta0 .form-item-error-enter-done {
2043
+ margin-top: 4px;
2044
+ height: auto;
2045
+ overflow: auto;
2351
2046
  }
2352
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2353
- flex: initial;
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;
2354
2051
  }
2355
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2356
- margin-top: 4px;
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;
2357
2059
  }
2358
- .w1vvwdlp .ant-steps-item-icon,
2359
- .w1vvwdlp .ant-steps-item-tail {
2360
- display: none !important;
2060
+ .fujbm7g:not(:first-of-type) {
2061
+ margin-top: 16px;
2361
2062
  }
2362
- .w1vvwdlp .ant-steps-item-container {
2363
- padding: 0 15px;
2364
- border-radius: 4px;
2365
- height: 32px;
2063
+
2064
+ .e5fsw5s {
2065
+ width: 8px;
2066
+ height: 24px;
2366
2067
  display: flex;
2068
+ justify-content: center;
2367
2069
  align-items: center;
2070
+ cursor: pointer;
2071
+ transition: all 200ms ease-out 40ms;
2368
2072
  }
2369
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2370
- min-height: auto;
2371
- white-space: nowrap;
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);
2372
2082
  }
2373
- .w1vvwdlp .ant-steps-item-description {
2374
- padding-bottom: 0px;
2083
+ .e5fsw5s:after {
2084
+ transform: rotate(45deg);
2085
+ left: 1px;
2375
2086
  }
2376
- .w1vvwdlp .ant-steps-item-title {
2377
- font-size: 13px !important;
2378
- line-height: 20px !important;
2087
+
2088
+ .w18knsg4.ant-alert-warning {
2089
+ border: 0;
2090
+ background: rgba(255, 187, 0, 0.1);
2091
+ border-radius: 6px;
2379
2092
  }
2380
- .w1vvwdlp .ant-steps-item-title .step-index {
2381
- display: inline-block;
2382
- text-align: center;
2383
- width: 13px;
2384
- margin-right: 12px;
2093
+ .w18knsg4.ant-alert,
2094
+ .w18knsg4 .ant-alert-message {
2095
+ color: #e07f00;
2385
2096
  }
2386
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2387
- background: rgba(0, 128, 255, 0.1);
2097
+ .w18knsg4.ant-alert .dashed-border-bottom,
2098
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2099
+ border-bottom-color: #e07f00;
2388
2100
  }
2389
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2390
- color: #005ed1;
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;
2109
+ font-size: 12px;
2110
+ line-height: 18px;
2391
2111
  }
2392
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2393
- background: rgba(237, 241, 250, 0.6);
2112
+ .ng31n2o .icon-wrapper {
2113
+ margin-right: 10px;
2114
+ height: 18px;
2394
2115
  }
2395
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2396
- color: rgba(10, 37, 85, 0.6) !important;
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;
2397
2126
  }
2398
- .w1vvwdlp .ant-steps-item-disabled {
2399
- cursor: not-allowed;
2127
+ .n15x5f5y .icon-wrapper {
2128
+ margin-right: 10px;
2129
+ height: 18px;
2400
2130
  }
2401
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2402
- background: rgba(237, 241, 250, 0.6);
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;
2403
2141
  }
2404
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2405
- color: #2d3a56;
2142
+ .i16ozz3f .icon-wrapper {
2143
+ margin-right: 10px;
2144
+ height: 18px;
2406
2145
  }
2407
2146
 
2408
- .h1cuopx7 .ant-modal-header {
2409
- margin: 0 auto;
2410
- width: 100%;
2411
- max-width: 648px;
2412
- }
2413
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2414
- margin-left: 0;
2147
+ .dszu9qr {
2148
+ color: rgba(44, 56, 82, 0.6);
2149
+ margin-top: 5px;
2150
+ font-size: 12px;
2151
+ line-height: 18px;
2415
2152
  }
2416
- .h1cuopx7 .ant-modal-body {
2417
- margin: 0 auto;
2418
- padding: 0;
2419
- width: 100%;
2420
- max-width: 648px;
2421
- overflow: hidden;
2153
+
2154
+ .snxzgx {
2155
+ color: #f0483e;
2156
+ font-size: 12px;
2157
+ white-space: pre-wrap;
2422
2158
  }
2423
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2424
- margin-bottom: 40px;
2159
+
2160
+ .o1i4orqw {
2161
+ display: flex;
2162
+ align-items: center;
2163
+ justify-content: flex-end;
2425
2164
  }
2426
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2427
- height: calc(100vh - 225px);
2428
- overflow-y: auto;
2165
+ .o1i4orqw .icon-wrapper {
2166
+ margin-right: 16px;
2429
2167
  }
2430
- .h1cuopx7 .ant-modal-footer .footer-content {
2431
- margin: 0 auto;
2432
- max-width: 648px;
2168
+
2169
+ .t79k8o2 {
2170
+ color: rgba(0, 21, 64, 0.3);
2433
2171
  }
2434
2172
 
2435
- .h1p6d3y3 .ant-modal-header {
2436
- margin: 0 auto;
2437
- width: 100%;
2438
- max-width: 1024px;
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;
2439
2180
  }
2440
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2441
- margin-left: 0;
2181
+ .ipd9bk.ant-input.ant-input-lg {
2182
+ padding: 8px 16px;
2183
+ line-height: 22px;
2442
2184
  }
2443
- .h1p6d3y3 .ant-modal-body {
2444
- margin: 0 auto;
2445
- padding: 0;
2446
- width: 100%;
2447
- max-width: 1024px;
2448
- overflow: hidden;
2185
+ .ipd9bk.ant-input.ant-input-sm {
2186
+ padding: 2px 8px;
2187
+ line-height: 18px;
2449
2188
  }
2450
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2451
- margin-bottom: 40px;
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);
2452
2192
  }
2453
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2454
- height: calc(100vh - 225px);
2455
- overflow-y: auto;
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);
2456
2196
  }
2457
- .h1p6d3y3 .ant-modal-footer .footer-content {
2458
- margin: 0 auto;
2459
- max-width: 1024px;
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;
2460
2200
  }
2461
-
2462
- .fxgckuk {
2463
- flex: 1;
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);
2464
2204
  }
2465
- .fxgckuk label {
2466
- font-size: 13px;
2467
- line-height: 20px;
2468
- color: rgba(44, 56, 82, 0.6);
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);
2469
2208
  }
2470
- .fxgckuk .title {
2471
- font-size: 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);
2213
+ }
2214
+ .ipd9bk.ant-input-affix-wrapper {
2215
+ padding: 5px 12px;
2216
+ border-radius: 6px;
2217
+ border-color: rgba(172, 186, 211, 0.6);
2472
2218
  line-height: 20px;
2473
2219
  color: #2d3a56;
2474
- margin-bottom: 12px;
2220
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2475
2221
  }
2476
- .fxgckuk.connect-cluster .title {
2477
- padding-bottom: 26px;
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);
2478
2225
  }
2479
-
2480
- .f1d0vek1 {
2481
- padding: 25px 0 15px 0;
2482
- border-bottom: 1px solid #e1e5eb;
2483
- margin-bottom: 16px;
2226
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2227
+ padding: 8px 16px;
2228
+ line-height: 22px;
2484
2229
  }
2485
-
2486
- .f4u402y {
2487
- display: flex;
2488
- align-items: center;
2489
- margin-bottom: 8px;
2230
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2231
+ padding: 2px 8px;
2232
+ line-height: 18px;
2490
2233
  }
2491
- .f4u402y > label {
2492
- width: 216px;
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);
2493
2237
  }
2494
- .f4u402y > label + * {
2495
- width: 100%;
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);
2496
2241
  }
2497
- .f4u402y .ant-select {
2498
- width: 100%;
2242
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2243
+ border-color: #e75a3a;
2499
2244
  }
2500
-
2501
- .e1pldf6v {
2245
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2502
2246
  color: #e75a3a;
2503
- margin-right: 10px;
2504
- }
2505
-
2506
- .dq0gblh {
2507
- width: 100%;
2508
- height: 1px;
2509
- background: rgba(213, 219, 227, 0.6);
2510
- margin: 24px 0;
2511
2247
  }
2512
-
2513
- .l1v7sr0n {
2514
- display: flex;
2515
- justify-content: center;
2516
- align-items: center;
2517
- height: 100%;
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);
2518
2251
  }
2519
-
2520
- .d1i4ou6o {
2521
- display: inline-block;
2522
- width: 4px;
2523
- height: 4px;
2524
- background: #8e9aa9;
2525
- opacity: 0.4;
2526
- border-radius: 50%;
2527
- margin: 0 4px;
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);
2528
2255
  }
2529
-
2530
- .m1jy87hk .ant-modal-header,
2531
- .m1jy87hk .ant-modal-footer .footer-content {
2532
- width: 648px;
2533
- margin: 0 auto;
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);
2534
2260
  }
2535
- .m1jy87hk .ant-modal-header {
2536
- padding: 35px 0 24px;
2537
- border: none;
2261
+ textarea.ipd9bk.ant-input {
2262
+ transition-property: height;
2263
+ transition-delay: 50ms;
2538
2264
  }
2539
- .m1jy87hk .ant-modal-header .ant-modal-title {
2540
- font-size: 30px;
2265
+ textarea.ipd9bk.ant-input.textarea-large {
2266
+ min-height: 40px;
2267
+ height: 40px;
2541
2268
  }
2542
- .m1jy87hk .ant-modal-body {
2543
- padding: 4px 0 2px;
2269
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2270
+ height: 80px;
2544
2271
  }
2545
- .m1jy87hk .ant-modal-footer {
2546
- border: none;
2272
+ textarea.ipd9bk.ant-input.textarea-middle {
2273
+ min-height: 32px;
2274
+ height: 32px;
2547
2275
  }
2548
-
2549
- .ti7fpyu {
2550
- font-size: 12px;
2551
- line-height: 18px;
2552
- font-weight: bold;
2553
- color: #fff;
2554
- padding: 0 4px;
2555
- border-radius: 4px;
2556
- display: inline-block;
2557
- background: var(--ti7fpyu-0);
2276
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2277
+ height: 64px;
2558
2278
  }
2559
- .ti7fpyu:not(:first-child) {
2560
- margin-left: 4px;
2279
+ textarea.ipd9bk.ant-input.textarea-small {
2280
+ min-height: 24px;
2281
+ height: 24px;
2561
2282
  }
2562
-
2563
- .f1rest1f {
2564
- width: 100%;
2565
- height: 100%;
2566
- display: flex;
2567
- align-items: center;
2568
- justify-content: center;
2283
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2284
+ height: 40px;
2569
2285
  }
2570
2286
 
2571
- .n1kbdoln {
2572
- font-size: 90%;
2573
- font-weight: bold;
2574
- background-color: rgba(240, 243, 247, 0.6);
2575
- padding: 1px 4px 1px;
2576
- margin-left: 2px;
2577
- margin-right: 2px;
2287
+ .kypn5o5 input, .kypn5o5.input-tags {
2578
2288
  border: 1px solid rgba(213, 219, 227, 0.6);
2579
2289
  border-radius: 4px;
2580
2290
  }
2581
-
2582
- .f1y3gta0.form-item-general {
2583
- width: 640px;
2584
- }
2585
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2586
- margin-top: 16px;
2587
- }
2588
- .f1y3gta0.form-item-compact {
2589
- width: 412px;
2291
+ .kypn5o5.input-tags {
2292
+ position: relative;
2293
+ padding: 6px;
2294
+ height: 32px;
2295
+ cursor: pointer;
2296
+ transition: border 150ms;
2590
2297
  }
2591
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2592
- margin-top: 8px;
2298
+ .kypn5o5.input-tags:hover {
2299
+ border-color: #0080ff;
2300
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2593
2301
  }
2594
- .f1y3gta0 .form-item {
2595
- width: auto;
2302
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2303
+ padding-right: 30px;
2596
2304
  }
2597
- .f1y3gta0 .form-item-main {
2598
- position: relative;
2305
+ .kypn5o5.input-tags .input-tags-inner {
2599
2306
  display: flex;
2600
2307
  }
2601
- .f1y3gta0 .form-item-extra {
2602
- margin-top: 4px;
2603
- width: 100%;
2604
- padding: 14px;
2605
- background: #f2f4f6;
2606
- font-size: 13px;
2607
- line-height: 1.8;
2608
- color: #8e9aa9;
2308
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2309
+ display: flex;
2609
2310
  }
2610
- .f1y3gta0 .form-item-label {
2611
- padding-right: 12px;
2612
- font-size: 13px;
2613
- color: rgba(44, 56, 82, 0.6);
2311
+ .kypn5o5.input-tags .input-tag-suffix {
2312
+ position: absolute;
2313
+ right: 12px;
2314
+ top: 50%;
2315
+ transform: translateY(-50%);
2614
2316
  }
2615
- .f1y3gta0 .form-item-label.label-right {
2616
- text-align: right;
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;
2617
2321
  }
2618
- .f1y3gta0 .form-item-label,
2619
- .f1y3gta0 .form-item-control {
2620
- line-height: 32px;
2322
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2323
+ color: rgba(0, 0, 0, 0.45);
2621
2324
  }
2622
- .f1y3gta0 .form-item-control .form-item-error {
2623
- line-height: 18px;
2325
+ .kypn5o5.has-focus-indicator {
2326
+ position: relative;
2327
+ overflow: hidden;
2624
2328
  }
2625
- .f1y3gta0 .form-item-children {
2626
- width: 100%;
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;
2627
2336
  }
2628
- .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 {
2629
- width: 100%;
2337
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2338
+ left: 8px;
2339
+ opacity: 1;
2630
2340
  }
2631
- .f1y3gta0 .form-item-error {
2632
- color: #e75a3a;
2633
- height: 0;
2634
- overflow: hidden;
2341
+ .kypn5o5.has-focus-indicator input {
2342
+ transition: margin-left 150ms ease;
2343
+ margin-left: 0px;
2635
2344
  }
2636
- .f1y3gta0 .form-item-error-enter-done {
2637
- margin-top: 4px;
2638
- height: auto;
2639
- overflow: auto;
2345
+ .kypn5o5.has-focus-indicator input:focus {
2346
+ margin-left: 16px;
2640
2347
  }
2641
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2642
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2643
- border: 1px solid #e75a3a;
2644
- color: #e75a3a;
2348
+
2349
+ input.l1ki27se.ant-input {
2350
+ border-top-right-radius: 0;
2351
+ border-bottom-right-radius: 0;
2645
2352
  }
2646
2353
 
2647
- .fujbm7g {
2648
- color: #2d3a56;
2649
- font-weight: bold;
2650
- padding-bottom: 6px;
2651
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2652
- margin-bottom: 16px;
2354
+ .l1ki27se.ant-input-affix-wrapper {
2355
+ border-top-right-radius: 0;
2356
+ border-bottom-right-radius: 0;
2653
2357
  }
2654
- .fujbm7g:not(:first-of-type) {
2655
- margin-top: 16px;
2358
+
2359
+ input.rrg1fkn.ant-input {
2360
+ border-top-left-radius: 0;
2361
+ border-bottom-left-radius: 0;
2656
2362
  }
2657
2363
 
2658
- .e5fsw5s {
2659
- width: 8px;
2660
- height: 24px;
2661
- display: flex;
2662
- justify-content: center;
2663
- align-items: center;
2664
- cursor: pointer;
2665
- transition: all 200ms ease-out 40ms;
2666
- }
2667
- .e5fsw5s:before, .e5fsw5s:after {
2668
- content: "";
2669
- width: 1px;
2670
- height: 6px;
2671
- border-radius: 1px;
2672
- background: #ccd4e3;
2673
- position: relative;
2674
- right: 2px;
2675
- transform: rotate(-45deg);
2676
- }
2677
- .e5fsw5s:after {
2678
- transform: rotate(45deg);
2679
- left: 1px;
2680
- }
2681
-
2682
- .w18knsg4.ant-alert-warning {
2683
- border: 0;
2684
- background: rgba(255, 187, 0, 0.1);
2685
- border-radius: 6px;
2686
- }
2687
- .w18knsg4.ant-alert,
2688
- .w18knsg4 .ant-alert-message {
2689
- color: #e07f00;
2690
- }
2691
- .w18knsg4.ant-alert .dashed-border-bottom,
2692
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2693
- border-bottom-color: #e07f00;
2364
+ .rrg1fkn.ant-input-affix-wrapper {
2365
+ border-top-left-radius: 0;
2366
+ border-bottom-left-radius: 0;
2694
2367
  }
2695
2368
 
2696
- .ng31n2o {
2697
- display: flex;
2698
- flex-direction: row;
2699
- padding: 7px 12px;
2700
- background: rgba(255, 187, 0, 0.1);
2701
- border-radius: 6px;
2702
- color: #e07f00;
2703
- font-size: 12px;
2704
- line-height: 18px;
2705
- }
2706
- .ng31n2o .icon-wrapper {
2707
- margin-right: 10px;
2708
- height: 18px;
2369
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2370
+ border-top-right-radius: 0;
2371
+ border-bottom-right-radius: 0;
2709
2372
  }
2710
2373
 
2711
- .n15x5f5y {
2712
- display: flex;
2713
- flex-direction: row;
2714
- padding: 7px 12px;
2715
- background: rgba(225, 230, 241, 0.6);
2716
- border-radius: 6px;
2717
- color: rgba(44, 56, 82, 0.6);
2718
- font-size: 12px;
2719
- line-height: 18px;
2720
- }
2721
- .n15x5f5y .icon-wrapper {
2722
- margin-right: 10px;
2723
- height: 18px;
2374
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2375
+ border-top-left-radius: 0;
2376
+ border-bottom-left-radius: 0;
2724
2377
  }
2725
2378
 
2726
- .i16ozz3f {
2727
- display: flex;
2728
- flex-direction: row;
2729
- padding: 7px 12px;
2730
- background: rgba(0, 136, 255, 0.1);
2379
+ .buj61ew.ant-btn {
2380
+ height: 32px;
2731
2381
  border-radius: 6px;
2732
- color: #005ed1;
2733
- font-size: 12px;
2734
- line-height: 18px;
2382
+ line-height: 22px;
2383
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
2384
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
2735
2385
  }
2736
- .i16ozz3f .icon-wrapper {
2737
- margin-right: 10px;
2738
- height: 18px;
2386
+ .buj61ew.ant-btn.ant-btn-lg {
2387
+ height: 40px;
2388
+ line-height: 24px;
2739
2389
  }
2740
-
2741
- .dszu9qr {
2742
- color: rgba(44, 56, 82, 0.6);
2743
- margin-top: 5px;
2744
- font-size: 12px;
2745
- line-height: 18px;
2390
+ .buj61ew.ant-btn.ant-btn-sm {
2391
+ height: 24px;
2392
+ line-height: 20px;
2746
2393
  }
2747
-
2748
- .snxzgx {
2749
- color: #f0483e;
2750
- font-size: 12px;
2751
- white-space: pre-wrap;
2394
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2395
+ border-radius: 50%;
2752
2396
  }
2753
-
2754
- .o1i4orqw {
2755
- display: flex;
2756
- align-items: center;
2757
- justify-content: flex-end;
2397
+ .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 {
2398
+ color: var(--color, #06101f);
2399
+ font-weight: var(--font-weight);
2400
+ background: var(--background-color, #fff);
2401
+ border-width: var(--border-width, 1px);
2402
+ border-color: var(--border-color, #d9d9d9);
2758
2403
  }
2759
- .o1i4orqw .icon-wrapper {
2760
- margin-right: 16px;
2404
+ .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 {
2405
+ display: none;
2761
2406
  }
2762
-
2763
- .t79k8o2 {
2764
- color: rgba(0, 21, 64, 0.3);
2407
+ .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 {
2408
+ color: var(--color, inherit);
2765
2409
  }
2766
-
2767
- .ipd9bk.ant-input {
2768
- padding: 5px 12px;
2769
- line-height: 20px;
2770
- color: #2d3a56;
2771
- border-radius: 6px;
2772
- border-color: rgba(172, 186, 211, 0.6);
2773
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2410
+ .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 {
2411
+ background: var(--background-color-hover, var(--background-color));
2412
+ border-color: var(--border-color-hover, var(--border-color, transparent));
2774
2413
  }
2775
- .ipd9bk.ant-input.ant-input-lg {
2776
- padding: 8px 16px;
2777
- line-height: 22px;
2414
+ .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 {
2415
+ --scale: 1;
2416
+ --transY: 1px;
2417
+ background: var(--background-color-active, var(--background-color));
2418
+ border-color: var(--border-color-active, var(--border-color, transparent));
2778
2419
  }
2779
- .ipd9bk.ant-input.ant-input-sm {
2780
- padding: 2px 8px;
2781
- line-height: 18px;
2420
+ .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 {
2421
+ background: var(--background-color-focus, var(--background-color));
2422
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2423
+ border-color: var(--border-color-focus, var(--border-color, transparent));
2782
2424
  }
2783
- .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 {
2784
- border-color: rgba(107, 128, 167, 0.6);
2785
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2425
+ .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 {
2426
+ color: var(--color-disabled, var(--color));
2427
+ background: var(--background-color-disabled, var(--background-color));
2428
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
2429
+ opacity: 0.5;
2786
2430
  }
2787
- .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 {
2788
- border-color: #0096ff;
2789
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2431
+ .buj61ew.ant-btn-link[disabled] {
2432
+ color: #0080ff;
2433
+ opacity: 0.5;
2790
2434
  }
2791
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2792
- border-color: #e75a3a;
2793
- color: #e75a3a;
2435
+ .buj61ew.ant-btn-primary {
2436
+ --color: #fff;
2437
+ --font-weight: bold;
2438
+ --border-width: 0;
2439
+ --background-color: #0080ff;
2440
+ --background-color-hover: #009dff;
2441
+ --background-color-active: #005ed1;
2442
+ --background-color-focus: #0080ff;
2443
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2794
2444
  }
2795
- .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 {
2796
- border-color: #e75a3a;
2797
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2445
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
2446
+ --background-color: #f0483e;
2447
+ --background-color-hover: #ff5252;
2448
+ --background-color-active: #c73d31;
2449
+ --background-color-focus: #ff5252;
2450
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2798
2451
  }
2799
- .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 {
2800
- border-color: #e75a3a;
2801
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2452
+ .buj61ew.ant-btn-primary.btn-primary-orange {
2453
+ --background-color: #fea008;
2454
+ --background-color-hover: #feba33;
2455
+ --background-color-active: #e07f00;
2456
+ --background-color-focus: #fea008;
2802
2457
  }
2803
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2804
- background: rgba(211, 218, 235, 0.6);
2805
- color: rgba(0, 21, 64, 0.3);
2806
- border-color: rgba(172, 186, 211, 0.6);
2458
+ .buj61ew.ant-btn-secondary {
2459
+ --color: #0080ff;
2460
+ --font-weight: bold;
2461
+ --border-width: 0;
2462
+ --background-color: rgba(0, 136, 255, 0.1);
2463
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2464
+ --background-color-active: rgba(0, 136, 255, 0.2);
2465
+ --background-color-focus: rgba(0, 136, 255, 0.1);
2466
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2807
2467
  }
2808
- .ipd9bk.ant-input-affix-wrapper {
2809
- padding: 5px 12px;
2810
- border-radius: 6px;
2811
- border-color: rgba(172, 186, 211, 0.6);
2812
- line-height: 20px;
2813
- color: #2d3a56;
2814
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2468
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
2469
+ --color: #f0483e;
2470
+ --background-color: rgba(255, 74, 74, 0.1);
2471
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2472
+ --background-color-active: rgba(255, 74, 74, 0.2);
2473
+ --background-color-focus: rgba(255, 74, 74, 0.1);
2474
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2815
2475
  }
2816
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2817
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2818
- color: rgba(44, 56, 82, 0.6);
2476
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
2477
+ --color: #fea008;
2478
+ --background-color: rgba(255, 187, 0, 0.1);
2479
+ --background-color-hover: rgba(255, 187, 0, 0.16);
2480
+ --background-color-active: rgba(255, 187, 0, 0.2);
2481
+ --background-color-focus: rgba(255, 187, 0, 0.1);
2819
2482
  }
2820
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2821
- padding: 8px 16px;
2822
- line-height: 22px;
2483
+ .buj61ew.ant-btn-tertiary {
2484
+ --color: #0080ff;
2485
+ --font-weight: bold;
2486
+ --border-width: 0;
2487
+ --background-color: #fff;
2488
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2489
+ box-shadow: none;
2823
2490
  }
2824
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2825
- padding: 2px 8px;
2826
- line-height: 18px;
2491
+ .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 {
2492
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2827
2493
  }
2828
- .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 {
2829
- border-color: rgba(107, 128, 167, 0.6);
2830
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2494
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
2495
+ --color: #f0483e;
2496
+ --background-color: #fff;
2497
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2831
2498
  }
2832
- .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 {
2833
- border-color: #0096ff;
2834
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2499
+ .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 {
2500
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
2835
2501
  }
2836
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2837
- border-color: #e75a3a;
2502
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
2503
+ --color: #fea008;
2504
+ --background-color: #fff;
2838
2505
  }
2839
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2840
- color: #e75a3a;
2506
+ .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 {
2507
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
2841
2508
  }
2842
- .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 {
2843
- border-color: #e75a3a;
2844
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2845
- }
2846
- .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 {
2847
- border-color: #e75a3a;
2848
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2849
- }
2850
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2851
- background: rgba(211, 218, 235, 0.6);
2852
- color: rgba(0, 21, 64, 0.3);
2853
- border-color: rgba(172, 186, 211, 0.6);
2854
- }
2855
- textarea.ipd9bk.ant-input {
2856
- transition-property: height;
2857
- transition-delay: 50ms;
2858
- }
2859
- textarea.ipd9bk.ant-input.textarea-large {
2860
- min-height: 40px;
2861
- height: 40px;
2862
- }
2863
- textarea.ipd9bk.ant-input.textarea-large:focus {
2864
- height: 80px;
2865
- }
2866
- textarea.ipd9bk.ant-input.textarea-middle {
2867
- min-height: 32px;
2868
- height: 32px;
2869
- }
2870
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2871
- height: 64px;
2509
+ .buj61ew.ant-btn-ordinary {
2510
+ --color: #1d326c;
2511
+ --border-color: #ccd4e3;
2512
+ --background-color: #fff;
2513
+ --background-color-hover: #edf0f7;
2514
+ --background-color-active: #e4e9f2;
2515
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2516
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2872
2517
  }
2873
- textarea.ipd9bk.ant-input.textarea-small {
2874
- min-height: 24px;
2875
- height: 24px;
2518
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
2519
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2876
2520
  }
2877
- textarea.ipd9bk.ant-input.textarea-small:focus {
2878
- height: 40px;
2521
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
2522
+ --color: #0080ff;
2523
+ --border-color: #0080ff;
2524
+ --background-color: #fff;
2525
+ --background-color-hover: linear-gradient(
2526
+ 0deg,
2527
+ rgba(0, 136, 255, 0.16),
2528
+ rgba(0, 136, 255, 0.16)
2529
+ ),
2530
+ #ffffff;
2531
+ --background-color-active: linear-gradient(
2532
+ 0deg,
2533
+ rgba(0, 136, 255, 0.2),
2534
+ rgba(0, 136, 255, 0.2)
2535
+ ),
2536
+ #ffffff;
2537
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2538
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2879
2539
  }
2880
-
2881
- .kypn5o5 input, .kypn5o5.input-tags {
2882
- border: 1px solid rgba(213, 219, 227, 0.6);
2883
- border-radius: 4px;
2540
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
2541
+ --color: #f0483e;
2542
+ --border-color: #f0483e;
2543
+ --background-color: #fff;
2544
+ --background-color-hover: linear-gradient(
2545
+ 0deg,
2546
+ rgba(255, 74, 74, 0.16),
2547
+ rgba(255, 74, 74, 0.16)
2548
+ ),
2549
+ #ffffff;
2550
+ --background-color-active: linear-gradient(
2551
+ 0deg,
2552
+ rgba(255, 74, 74, 0.2),
2553
+ rgba(255, 74, 74, 0.2)
2554
+ ),
2555
+ #ffffff;
2556
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2884
2557
  }
2885
- .kypn5o5.input-tags {
2886
- position: relative;
2887
- padding: 6px;
2888
- height: 32px;
2889
- cursor: pointer;
2890
- transition: border 150ms;
2558
+ .buj61ew.ant-btn-ordinary-onTint {
2559
+ --color: #1d326c;
2560
+ --border-color: #fff;
2561
+ --background-color: #fff;
2562
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2563
+ --background-color-active: rgba(192, 203, 224, 0.6);
2564
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2565
+ box-shadow: none;
2891
2566
  }
2892
- .kypn5o5.input-tags:hover {
2893
- border-color: #0080ff;
2894
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2567
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
2568
+ --color: #0080ff;
2569
+ --border-color: #fff;
2570
+ --background-color: #fff;
2571
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2572
+ --background-color-active: rgba(0, 136, 255, 0.2);
2573
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2574
+ box-shadow: none;
2895
2575
  }
2896
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2897
- padding-right: 30px;
2576
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
2577
+ --color: #f0483e;
2578
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2579
+ --background-color-active: rgba(255, 74, 74, 0.2);
2580
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2898
2581
  }
2899
- .kypn5o5.input-tags .input-tags-inner {
2900
- display: flex;
2582
+ .buj61ew.ant-btn-quiet {
2583
+ --color: rgba(44, 56, 82, 0.6);
2584
+ --border-width: 0;
2585
+ --background-color: transparent;
2586
+ --background-color-hover: rgba(211, 218, 235, 0.6);
2587
+ --background-color-active: rgba(192, 203, 224, 0.6);
2588
+ --background-color-focus: #fff;
2589
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2590
+ box-shadow: none;
2901
2591
  }
2902
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2903
- display: flex;
2592
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
2593
+ --color: #f0483e;
2594
+ --background-color-hover: rgba(255, 74, 74, 0.16);
2595
+ --background-color-active: rgba(255, 74, 74, 0.2);
2596
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2904
2597
  }
2905
- .kypn5o5.input-tags .input-tag-suffix {
2906
- position: absolute;
2907
- right: 12px;
2908
- top: 50%;
2909
- transform: translateY(-50%);
2598
+ .buj61ew.ant-btn-quiet.quiet-blue {
2599
+ --color: #0080ff;
2600
+ --background-color: transparent;
2601
+ --background-color-hover: rgba(0, 136, 255, 0.16);
2602
+ --background-color-active: rgba(0, 136, 255, 0.2);
2603
+ --background-color-focus: #fff;
2604
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2910
2605
  }
2911
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2912
- color: rgba(0, 0, 0, 0.25);
2913
- font-size: 12px;
2914
- cursor: pointer;
2606
+ .buj61ew.has-icon {
2607
+ display: inline-flex;
2608
+ align-items: center;
2915
2609
  }
2916
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2917
- color: rgba(0, 0, 0, 0.45);
2610
+ .buj61ew .button-prefix-icon {
2611
+ margin-right: 4px;
2612
+ display: inline-flex;
2918
2613
  }
2919
- .kypn5o5.has-focus-indicator {
2920
- position: relative;
2921
- overflow: hidden;
2614
+ .buj61ew .button-suffix-icon {
2615
+ margin-left: 4px;
2616
+ display: inline-flex;
2922
2617
  }
2923
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2924
- position: absolute;
2925
- top: 50%;
2926
- transform: translateY(-50%);
2927
- left: -16px;
2928
- transition: left 150ms ease;
2929
- opacity: 0;
2618
+ .buj61ew .icon-wrapper {
2619
+ display: inline-flex;
2620
+ vertical-align: bottom;
2930
2621
  }
2931
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2932
- left: 8px;
2933
- opacity: 1;
2622
+
2623
+ .nchllas {
2624
+ padding: 0;
2934
2625
  }
2935
- .kypn5o5.has-focus-indicator input {
2936
- transition: margin-left 150ms ease;
2937
- margin-left: 0px;
2626
+
2627
+ .i1e4sgug {
2628
+ display: inline-block;
2938
2629
  }
2939
- .kypn5o5.has-focus-indicator input:focus {
2940
- margin-left: 16px;
2630
+
2631
+ .d6j0lbj {
2632
+ font-family: Inter;
2633
+ font-style: normal;
2634
+ font-weight: bold;
2635
+ font-size: 32px;
2636
+ line-height: 40px;
2941
2637
  }
2942
2638
 
2943
- input.l1ki27se.ant-input {
2944
- border-top-right-radius: 0;
2945
- border-bottom-right-radius: 0;
2639
+ .d1xhvvxe {
2640
+ font-family: Inter;
2641
+ font-style: normal;
2642
+ font-weight: bold;
2643
+ font-size: 24px;
2644
+ line-height: 32px;
2946
2645
  }
2947
2646
 
2948
- .l1ki27se.ant-input-affix-wrapper {
2949
- border-top-right-radius: 0;
2950
- border-bottom-right-radius: 0;
2647
+ .dk10mxq {
2648
+ font-family: Inter;
2649
+ font-style: normal;
2650
+ font-weight: normal;
2651
+ font-size: 32px;
2652
+ line-height: 40px;
2951
2653
  }
2952
2654
 
2953
- input.rrg1fkn.ant-input {
2954
- border-top-left-radius: 0;
2955
- border-bottom-left-radius: 0;
2655
+ .dxsait {
2656
+ font-family: Inter;
2657
+ font-style: normal;
2658
+ font-weight: bold;
2659
+ font-size: 20px;
2660
+ line-height: 24px;
2956
2661
  }
2957
2662
 
2958
- .rrg1fkn.ant-input-affix-wrapper {
2959
- border-top-left-radius: 0;
2960
- border-bottom-left-radius: 0;
2663
+ .dokn0h3 {
2664
+ font-family: Inter;
2665
+ font-style: normal;
2666
+ font-weight: normal;
2667
+ font-size: 20px;
2668
+ line-height: 24px;
2961
2669
  }
2962
2670
 
2963
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2964
- border-top-right-radius: 0;
2965
- border-bottom-right-radius: 0;
2671
+ .dobau4p {
2672
+ font-family: Inter;
2673
+ font-style: normal;
2674
+ font-weight: bold;
2675
+ font-size: 18px;
2676
+ line-height: 22px;
2966
2677
  }
2967
2678
 
2968
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2969
- border-top-left-radius: 0;
2970
- border-bottom-left-radius: 0;
2679
+ .dvolwok {
2680
+ font-family: Inter;
2681
+ font-style: normal;
2682
+ font-weight: normal;
2683
+ font-size: 18px;
2684
+ line-height: 22px;
2971
2685
  }
2972
2686
 
2973
- .t1upn1sz {
2974
- height: 100%;
2687
+ .h181qhg4 {
2688
+ font-family: Inter;
2689
+ font-style: normal;
2690
+ font-weight: bold;
2691
+ font-size: 16px;
2692
+ line-height: 22px;
2975
2693
  }
2976
2694
 
2977
- .tta5kd2 {
2978
- height: 100%;
2695
+ .h1phgmcq {
2696
+ font-family: Inter;
2697
+ font-style: normal;
2698
+ font-weight: normal;
2699
+ font-size: 16px;
2700
+ line-height: 22px;
2701
+ }
2702
+
2703
+ .h173xnl1 {
2704
+ font-family: Inter;
2705
+ font-style: normal;
2706
+ font-weight: bold;
2707
+ font-size: 14px;
2708
+ line-height: 20px;
2709
+ }
2710
+
2711
+ .hedm4pz {
2712
+ font-family: Inter;
2713
+ font-style: normal;
2714
+ font-weight: normal;
2715
+ font-size: 14px;
2716
+ line-height: 20px;
2717
+ }
2718
+
2719
+ .h1kd8xld {
2720
+ font-family: Inter;
2721
+ font-style: normal;
2722
+ font-weight: bold;
2723
+ font-size: 12px;
2724
+ line-height: 18px;
2725
+ }
2726
+
2727
+ .hp14fr {
2728
+ font-family: Inter;
2729
+ font-style: normal;
2730
+ font-weight: normal;
2731
+ font-size: 12px;
2732
+ line-height: 18px;
2733
+ }
2734
+
2735
+ .hgrg7mn {
2736
+ font-family: Inter;
2737
+ font-style: normal;
2738
+ font-weight: bold;
2739
+ text-transform: uppercase;
2740
+ font-feature-settings: "cpsp" on;
2741
+ font-size: 12px;
2742
+ line-height: 18px;
2743
+ }
2744
+
2745
+ .h6zme9x {
2746
+ font-family: Inter;
2747
+ font-style: normal;
2748
+ font-weight: normal;
2749
+ text-transform: uppercase;
2750
+ font-feature-settings: "cpsp" on;
2751
+ font-size: 12px;
2752
+ line-height: 18px;
2753
+ }
2754
+
2755
+ .locjvsv {
2756
+ font-family: Inter;
2757
+ font-style: normal;
2758
+ font-weight: normal;
2759
+ font-size: 16px;
2760
+ line-height: 24px;
2761
+ }
2762
+
2763
+ .l13gi131 {
2764
+ font-family: Inter;
2765
+ font-style: normal;
2766
+ font-weight: bold;
2767
+ font-size: 16px;
2768
+ line-height: 24px;
2769
+ }
2770
+
2771
+ .l1ynemsu {
2772
+ font-family: Inter;
2773
+ font-style: normal;
2774
+ font-weight: normal;
2775
+ font-size: 16px;
2776
+ line-height: 24px;
2777
+ }
2778
+
2779
+ .l1cft1cx {
2780
+ font-family: Inter;
2781
+ font-style: normal;
2782
+ font-weight: bold;
2783
+ font-size: 16px;
2784
+ line-height: 24px;
2785
+ }
2786
+
2787
+ .l17tqc8p {
2788
+ font-family: Inter;
2789
+ font-style: normal;
2790
+ font-weight: normal;
2791
+ text-transform: uppercase;
2792
+ font-feature-settings: "cpsp" on;
2793
+ font-size: 16px;
2794
+ line-height: 24px;
2795
+ }
2796
+
2797
+ .l1j1e5w7 {
2798
+ font-family: Inter;
2799
+ font-style: normal;
2800
+ font-weight: bold;
2801
+ text-transform: uppercase;
2802
+ font-feature-settings: "cpsp" on;
2803
+ font-size: 16px;
2804
+ line-height: 24px;
2805
+ }
2806
+
2807
+ .l1gf91jb {
2808
+ font-family: Inter;
2809
+ font-style: normal;
2810
+ font-weight: normal;
2811
+ font-size: 14px;
2812
+ line-height: 22px;
2813
+ }
2814
+
2815
+ .lu7hlr6 {
2816
+ font-family: Inter;
2817
+ font-style: normal;
2818
+ font-weight: 500;
2819
+ font-size: 14px;
2820
+ line-height: 22px;
2821
+ }
2822
+
2823
+ .l3l3jf0 {
2824
+ font-family: Inter;
2825
+ font-style: normal;
2826
+ font-weight: bold;
2827
+ font-size: 14px;
2828
+ line-height: 22px;
2829
+ }
2830
+
2831
+ .l12j5nqp {
2832
+ font-family: Inter;
2833
+ font-style: normal;
2834
+ font-weight: normal;
2835
+ font-size: 14px;
2836
+ line-height: 22px;
2837
+ }
2838
+
2839
+ .l1tecqht {
2840
+ font-family: Inter;
2841
+ font-style: normal;
2842
+ font-weight: bold;
2843
+ font-size: 14px;
2844
+ line-height: 22px;
2845
+ }
2846
+
2847
+ .l6sa990 {
2848
+ font-family: Inter;
2849
+ font-style: normal;
2850
+ font-weight: normal;
2851
+ text-transform: uppercase;
2852
+ font-feature-settings: "cpsp" on;
2853
+ font-size: 14px;
2854
+ line-height: 22px;
2855
+ }
2856
+
2857
+ .lckqe8j {
2858
+ font-family: Inter;
2859
+ font-style: normal;
2860
+ font-weight: bold;
2861
+ text-transform: uppercase;
2862
+ font-feature-settings: "cpsp" on;
2863
+ font-size: 14px;
2864
+ line-height: 22px;
2865
+ }
2866
+
2867
+ .l1kuminb {
2868
+ font-family: Inter;
2869
+ font-style: normal;
2870
+ font-weight: normal;
2871
+ font-size: 13px;
2872
+ line-height: 20px;
2873
+ }
2874
+
2875
+ .l1pbuf5j {
2876
+ font-family: Inter;
2877
+ font-style: normal;
2878
+ font-weight: 600;
2879
+ font-size: 13px;
2880
+ line-height: 20px;
2881
+ }
2882
+
2883
+ .l1r4ztu {
2884
+ font-family: Inter;
2885
+ font-style: normal;
2886
+ font-weight: bold;
2887
+ font-size: 13px;
2888
+ line-height: 20px;
2889
+ }
2890
+
2891
+ .ly8vzok {
2892
+ font-family: Inter;
2893
+ font-style: normal;
2894
+ font-weight: normal;
2895
+ font-size: 13px;
2896
+ line-height: 20px;
2897
+ }
2898
+
2899
+ .lumfmf {
2900
+ font-family: Inter;
2901
+ font-style: normal;
2902
+ font-weight: 600;
2903
+ font-size: 13px;
2904
+ line-height: 20px;
2905
+ }
2906
+
2907
+ .l16ujwmv {
2908
+ font-family: Inter;
2909
+ font-style: normal;
2910
+ font-weight: bold;
2911
+ font-size: 13px;
2912
+ line-height: 20px;
2913
+ }
2914
+
2915
+ .l17o1ffr {
2916
+ font-family: Inter;
2917
+ font-style: normal;
2918
+ font-weight: normal;
2919
+ text-transform: uppercase;
2920
+ font-feature-settings: "cpsp" on;
2921
+ font-size: 13px;
2922
+ line-height: 20px;
2923
+ }
2924
+
2925
+ .lngllvn {
2926
+ font-family: Inter;
2927
+ font-style: normal;
2928
+ font-weight: bold;
2929
+ text-transform: uppercase;
2930
+ font-feature-settings: "cpsp" on;
2931
+ font-size: 13px;
2932
+ line-height: 20px;
2933
+ }
2934
+
2935
+ .l2i7fo9 {
2936
+ font-family: Inter;
2937
+ font-style: normal;
2938
+ font-weight: normal;
2939
+ font-size: 12px;
2940
+ line-height: 18px;
2941
+ }
2942
+
2943
+ .l1x7hscx {
2944
+ font-family: Inter;
2945
+ font-style: normal;
2946
+ font-weight: 500;
2947
+ font-size: 12px;
2948
+ line-height: 18px;
2949
+ }
2950
+
2951
+ .le1jwan {
2952
+ font-family: Inter;
2953
+ font-style: normal;
2954
+ font-weight: bold;
2955
+ font-size: 12px;
2956
+ line-height: 18px;
2957
+ }
2958
+
2959
+ .lyxynfj {
2960
+ font-family: Inter;
2961
+ font-style: normal;
2962
+ font-weight: normal;
2963
+ font-size: 12px;
2964
+ line-height: 18px;
2965
+ }
2966
+
2967
+ .lpb2nxv {
2968
+ font-family: Inter;
2969
+ font-style: normal;
2970
+ font-weight: 500;
2971
+ font-size: 12px;
2972
+ line-height: 18px;
2973
+ }
2974
+
2975
+ .l1r8o3vv {
2976
+ font-family: Inter;
2977
+ font-style: normal;
2978
+ font-weight: bold;
2979
+ font-size: 12px;
2980
+ line-height: 18px;
2981
+ }
2982
+
2983
+ .lemnjy2 {
2984
+ font-family: Inter;
2985
+ font-style: normal;
2986
+ font-weight: normal;
2987
+ text-transform: uppercase;
2988
+ font-feature-settings: "cpsp" on;
2989
+ font-size: 12px;
2990
+ line-height: 18px;
2991
+ }
2992
+
2993
+ .lrc42gb {
2994
+ font-family: Inter;
2995
+ font-style: normal;
2996
+ font-weight: bold;
2997
+ text-transform: uppercase;
2998
+ font-feature-settings: "cpsp" on;
2999
+ font-size: 12px;
3000
+ line-height: 18px;
3001
+ }
3002
+
3003
+ .fqaz4mb {
3004
+ font-family: Inter;
3005
+ font-style: normal;
3006
+ font-weight: normal;
3007
+ font-size: 13px;
3008
+ line-height: 20px;
3009
+ }
3010
+
3011
+ .f13we5o {
3012
+ font-family: Inter;
3013
+ font-style: normal;
3014
+ font-weight: normal;
3015
+ font-size: 13px;
3016
+ line-height: 20px;
3017
+ }
3018
+
3019
+ .ffmjua2 {
3020
+ font-family: Inter;
3021
+ font-style: normal;
3022
+ font-weight: normal;
3023
+ font-size: 12px;
3024
+ line-height: 18px;
3025
+ }
3026
+
3027
+ .fz2mxw0 {
3028
+ font-family: Inter;
3029
+ font-style: normal;
3030
+ font-weight: normal;
3031
+ font-size: 12px;
3032
+ line-height: 18px;
3033
+ }
3034
+
3035
+ .t1ertzoh {
3036
+ font-family: Inter;
3037
+ font-style: normal;
3038
+ font-weight: normal;
3039
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3040
+ font-size: 13px;
3041
+ line-height: 20px;
3042
+ }
3043
+
3044
+ .t19bge8r {
3045
+ font-family: Inter;
3046
+ font-style: normal;
3047
+ font-weight: normal;
3048
+ font-feature-settings: "zero" on;
3049
+ font-size: 13px;
3050
+ line-height: 20px;
3051
+ }
3052
+
3053
+ .tjrzfyl {
3054
+ font-family: Inter;
3055
+ font-style: normal;
3056
+ font-weight: normal;
3057
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3058
+ font-size: 12px;
3059
+ line-height: 18px;
3060
+ }
3061
+
3062
+ .tm6s7bo {
3063
+ font-family: Inter;
3064
+ font-style: normal;
3065
+ font-weight: 500;
3066
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3067
+ font-size: 12px;
3068
+ line-height: 18px;
3069
+ }
3070
+
3071
+ .t19zq6ic {
3072
+ font-family: Inter;
3073
+ font-style: normal;
3074
+ font-weight: normal;
3075
+ font-feature-settings: "zero" on;
3076
+ font-size: 12px;
3077
+ line-height: 18px;
2979
3078
  }
2980
- .tta5kd2.empty-table .ant-table-content {
2981
- overflow: visible !important;
2982
- height: 100%;
3079
+
3080
+ .t1gduru8 {
3081
+ font-family: Inter;
3082
+ font-style: normal;
3083
+ font-weight: 500;
3084
+ font-feature-settings: "zero" on;
3085
+ font-size: 12px;
3086
+ line-height: 18px;
2983
3087
  }
2984
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2985
- height: 100%;
3088
+
3089
+ .t55raab {
3090
+ font-family: Inter;
3091
+ font-style: normal;
3092
+ font-weight: bold;
3093
+ font-feature-settings: "zero" on;
3094
+ font-size: 16px;
3095
+ line-height: 24px;
2986
3096
  }
2987
- .tta5kd2.empty-table .ant-table-content table {
2988
- width: 100% !important;
2989
- height: 100%;
3097
+
3098
+ .u1w9abfe {
3099
+ font-family: Inter;
3100
+ font-style: normal;
3101
+ font-weight: normal;
3102
+ font-size: 10px;
3103
+ line-height: 12px;
2990
3104
  }
2991
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2992
- padding: 15px 0;
3105
+
3106
+ .rxbeqvl.ant-radio-wrapper {
3107
+ display: inline-flex;
3108
+ align-items: baseline;
3109
+ white-space: pre-wrap;
2993
3110
  }
2994
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2995
- display: none;
3111
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
3112
+ position: relative;
3113
+ top: 3px;
2996
3114
  }
2997
- .tta5kd2 .active-row td:nth-child(1) {
2998
- font-weight: 700;
3115
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3116
+ border-color: rgba(107, 128, 167, 0.6);
2999
3117
  }
3000
- .tta5kd2.has-selection .active-row td:nth-child(2) {
3001
- font-weight: 700;
3118
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3119
+ border-color: #0080ff;
3002
3120
  }
3003
- .tta5kd2 .ant-spin-nested-loading {
3004
- height: 100%;
3121
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3122
+ border-color: #0080ff;
3123
+ background: #0080ff;
3005
3124
  }
3006
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3007
- height: 100%;
3008
- overflow: visible;
3125
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3126
+ top: 4px;
3127
+ left: 4px;
3128
+ width: 6px;
3129
+ height: 6px;
3130
+ background: #fff;
3009
3131
  }
3010
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
3011
- max-height: none;
3132
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3133
+ opacity: 0.5;
3012
3134
  }
3013
- .tta5kd2.table-init-loading .ant-spin-blur thead,
3014
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
3015
- display: none;
3135
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3136
+ border-color: rgba(107, 128, 167, 0.6);
3137
+ background: rgba(211, 218, 235, 0.6);
3016
3138
  }
3017
- .tta5kd2 td.ant-table-column-sort {
3018
- background: transparent;
3139
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3140
+ background: #00122e;
3019
3141
  }
3020
- .tta5kd2 td.ant-table-cell-fix-left,
3021
- .tta5kd2 td.ant-table-cell-fix-right {
3022
- background: #fff;
3023
- padding: 0 !important;
3142
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3143
+ color: #00122e;
3144
+ opacity: 0.5;
3024
3145
  }
3025
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3026
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3027
- display: flex;
3028
- align-items: center;
3029
- height: 100%;
3030
- padding: 8px;
3146
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3147
+ color: #00122e;
3031
3148
  }
3032
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3033
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3034
- overflow: hidden;
3035
- text-overflow: ellipsis;
3036
- width: 100%;
3149
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3150
+ display: inline-block;
3151
+ padding: 0;
3152
+ padding-left: 12px;
3037
3153
  }
3038
- .tta5kd2 .ant-table-container {
3039
- height: 100%;
3154
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3155
+ margin-bottom: 0;
3156
+ white-space: pre-wrap;
3157
+ color: rgba(44, 56, 82, 0.6);
3040
3158
  }
3041
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3042
- box-shadow: none !important;
3159
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3160
+ padding-left: 8px;
3043
3161
  }
3044
- .tta5kd2 .ant-table {
3045
- border-radius: 0px;
3046
- border-left: none;
3047
- border-right: none;
3048
- border-bottom: none;
3049
- height: 100%;
3050
- font-size: 12px;
3051
- background: transparent;
3162
+
3163
+ .r5ie79y .ant-radio-button-wrapper:first-child {
3164
+ border-radius: 5px 0 0 5px;
3052
3165
  }
3053
- .tta5kd2 .ant-table .ant-table-header {
3054
- position: relative;
3055
- z-index: 3;
3056
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3057
- margin-bottom: -1px;
3166
+ .r5ie79y .ant-radio-button-wrapper:last-child {
3167
+ border-radius: 0 5px 5px 0;
3058
3168
  }
3059
- .tta5kd2 .ant-table .time-wrapper .data,
3060
- .tta5kd2 .ant-table .value {
3061
- color: #2d3a56;
3169
+
3170
+ .r1f0aqcc {
3171
+ color: #00122e;
3172
+ border-color: #ccd4e3;
3062
3173
  }
3063
- .tta5kd2 .ant-table .time-wrapper .time,
3064
- .tta5kd2 .ant-table .unit {
3065
- color: rgba(44, 56, 82, 0.6);
3174
+ .r1f0aqcc:first-child {
3175
+ color: #00122e;
3176
+ border-color: #a3b4cc;
3066
3177
  }
3067
- .tta5kd2 .ant-table .ant-table-selection {
3068
- text-align: center;
3178
+ .r1f0aqcc.ant-radio-button-wrapper {
3179
+ padding: 0 12px;
3180
+ line-height: 32px;
3181
+ height: 32px;
3069
3182
  }
3070
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3071
- background: #fff;
3183
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
3184
+ white-space: nowrap;
3072
3185
  }
3073
- .tta5kd2 .ant-table .anticon-setting {
3074
- cursor: pointer;
3075
- position: absolute;
3076
- top: 50%;
3077
- right: 12px;
3078
- transform: translateY(-50%);
3186
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3187
+ background: #ccd4e3;
3079
3188
  }
3080
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3189
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3190
+ background: #0080ff;
3191
+ }
3192
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3193
+ background: #ccd4e3;
3194
+ opacity: 0.5;
3195
+ }
3196
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3197
+ border-right-color: #0080ff;
3198
+ }
3199
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3200
+ border-color: #0080ff;
3201
+ }
3202
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
3203
+ background: rgba(0, 136, 255, 0.1);
3204
+ }
3205
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
3206
+ background: rgba(211, 218, 235, 0.6);
3207
+ border-color: #ccd4e3;
3208
+ opacity: 0.5;
3209
+ }
3210
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3211
+ color: #00122e;
3212
+ border-color: #ccd4e3;
3213
+ }
3214
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3215
+ color: #00122e;
3216
+ border-color: #ccd4e3;
3217
+ background: rgba(172, 186, 211, 0.6);
3218
+ }
3219
+ .r1f0aqcc .ant-radio-button-input {
3220
+ margin-right: 8px;
3221
+ display: inline;
3222
+ border: none;
3223
+ padding: 0;
3224
+ width: 36px;
3225
+ background: transparent;
3226
+ }
3227
+ .r1f0aqcc .ant-radio-button-input:focus {
3081
3228
  box-shadow: none;
3082
- width: 1px;
3083
- background: rgba(213, 219, 227, 0.6);
3084
3229
  }
3085
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3230
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
3231
+ margin-right: 0;
3232
+ width: initial;
3086
3233
  box-shadow: none;
3087
- width: 1px;
3088
- background: rgba(213, 219, 227, 0.6);
3089
3234
  }
3090
- .tta5kd2 .ant-table .ant-table-tbody {
3091
- position: relative;
3235
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3236
+ display: none;
3237
+ }
3238
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3239
+ display: inline;
3240
+ }
3241
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3242
+ display: inline;
3243
+ margin-right: 8px;
3244
+ padding: 0;
3245
+ width: 36px;
3246
+ }
3247
+
3248
+ .obf05yr {
3249
+ display: inline-block;
3250
+ }
3251
+
3252
+ .hsms1n6 {
3253
+ visibility: hidden;
3254
+ position: absolute;
3255
+ }
3256
+
3257
+ .p12gwtiw {
3258
+ display: flex;
3259
+ justify-content: space-between;
3260
+ align-items: center;
3261
+ padding: 10px 0;
3262
+ color: rgba(44, 56, 82, 0.6);
3263
+ font-size: 12px;
3264
+ line-height: 24px;
3265
+ }
3266
+ .p12gwtiw .pagination-left {
3267
+ padding: 2px 8px;
3268
+ }
3269
+ .p12gwtiw .dropdown-trigger {
3270
+ display: flex;
3271
+ align-items: center;
3272
+ border-radius: 6px;
3273
+ cursor: pointer;
3274
+ transition: all 0.3s ease;
3092
3275
  }
3093
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3094
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3095
- border-bottom: 1px solid white;
3096
- height: 40px;
3097
- vertical-align: middle;
3098
- transition: background 0ms;
3099
- color: #00122e;
3276
+ .p12gwtiw .dropdown-trigger:hover {
3277
+ background: rgba(211, 218, 235, 0.6);
3278
+ color: #0080ff;
3100
3279
  }
3101
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3102
- background: #f2f5fa;
3103
- border-bottom-color: #f2f5fa;
3280
+ .p12gwtiw .dropdown-trigger .icon-inner {
3281
+ margin-left: 4px;
3104
3282
  }
3105
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3106
- height: auto;
3107
- color: #00122e;
3108
- font-size: 12px;
3109
- text-align: left;
3110
- transition: none;
3111
- overflow: hidden;
3112
- text-overflow: ellipsis;
3113
- white-space: nowrap;
3283
+ .p12gwtiw .pagination-right {
3284
+ display: flex;
3285
+ align-items: center;
3286
+ color: #0080ff;
3287
+ font-weight: bold;
3114
3288
  }
3115
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3116
- color: #0096ff;
3289
+ .p12gwtiw .pagination-right .icon-inner {
3290
+ margin-left: 4px;
3117
3291
  }
3118
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3119
- overflow: hidden;
3120
- text-overflow: ellipsis;
3121
- width: 100%;
3122
- vertical-align: middle;
3292
+ .p12gwtiw .pagination-right .prev-btn,
3293
+ .p12gwtiw .pagination-right .next-btn {
3294
+ padding: 0 8px;
3123
3295
  }
3124
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3125
- line-height: 0px;
3296
+ .p12gwtiw .pagination-right .prev-btn > span,
3297
+ .p12gwtiw .pagination-right .next-btn > span {
3298
+ color: #0080ff;
3126
3299
  }
3127
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3128
- padding-right: 25px;
3300
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
3301
+ transform: rotate(180deg);
3129
3302
  }
3130
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3131
- border-top-color: transparent;
3303
+
3304
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
3305
+ max-height: calc(100vh - 128px);
3306
+ overflow-y: auto;
3132
3307
  }
3133
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3134
- background: rgba(225, 230, 241, 0.6);
3135
- border-color: transparent transparent white;
3308
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
3309
+ padding: 4px 20px;
3310
+ font-size: 12px;
3311
+ line-height: 18px;
3136
3312
  }
3137
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3138
- border-radius: 8px 0 0 8px;
3313
+
3314
+ .s34f1qb.ant-switch {
3315
+ min-width: 40px;
3316
+ height: 24px;
3317
+ background: rgba(172, 186, 211, 0.6);
3318
+ overflow: hidden;
3139
3319
  }
3140
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3141
- border-radius: 8px 0 0 8px;
3320
+ .s34f1qb.ant-switch:focus {
3321
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3142
3322
  }
3143
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3144
- content: "";
3145
- width: 4px;
3146
- top: -1px;
3147
- bottom: -1px;
3148
- background: white;
3323
+ .s34f1qb.ant-switch-small {
3324
+ min-width: 26px;
3325
+ height: 16px;
3149
3326
  }
3150
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3151
- border-radius: 0 8px 8px 0;
3327
+ .s34f1qb.ant-switch-large {
3328
+ min-width: 52px;
3329
+ height: 32px;
3152
3330
  }
3153
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3154
- border-radius: 0;
3155
- background: white;
3156
- border-top: none;
3331
+ .s34f1qb.ant-switch .ant-switch-handle {
3332
+ height: 20px;
3333
+ width: 20px;
3157
3334
  }
3158
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3159
- border-top: 1px solid transparent;
3160
- border-radius: 0 8px 8px 0;
3161
- background: rgba(225, 230, 241, 0.6);
3335
+ .s34f1qb.ant-switch .ant-switch-handle::before {
3336
+ border-radius: 10px;
3337
+ transition-delay: 120ms;
3162
3338
  }
3163
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3164
- background: white;
3165
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3339
+ .s34f1qb.ant-switch-small .ant-switch-handle {
3340
+ height: 14px;
3341
+ width: 14px;
3342
+ top: 1px;
3343
+ left: 1px;
3166
3344
  }
3167
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3168
- display: flex;
3169
- align-items: center;
3170
- height: 100%;
3171
- background: rgba(225, 230, 241, 0.6);
3345
+ .s34f1qb.ant-switch-large .ant-switch-handle {
3346
+ height: 28px;
3347
+ width: 28px;
3172
3348
  }
3173
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3174
- background: white;
3175
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3349
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
3350
+ border-radius: 14px;
3176
3351
  }
3177
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3178
- display: flex;
3179
- align-items: center;
3180
- height: 100%;
3181
- background: rgba(225, 230, 241, 0.6);
3352
+ .s34f1qb.ant-switch-checked {
3353
+ background-color: #00ba5d;
3182
3354
  }
3183
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3184
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3355
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
3356
+ left: calc(100% - 20px - 2px);
3185
3357
  }
3186
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3187
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3188
- border-radius: 8px;
3358
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3359
+ left: calc(100% - 14px - 1px);
3189
3360
  }
3190
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3191
- border-top-color: white;
3361
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3362
+ left: calc(100% - 28px - 2px);
3192
3363
  }
3193
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3194
- background: rgba(0, 136, 255, 0.1);
3195
- border-bottom-color: transparent;
3196
- border-top-color: transparent;
3364
+
3365
+ .c1to9vb9 {
3366
+ margin-left: 5px;
3197
3367
  }
3198
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3199
- border-radius: 8px 0 0 8px;
3368
+
3369
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3370
+ flex-direction: row;
3371
+ justify-content: stretch;
3200
3372
  }
3201
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3202
- border-radius: 0 8px 8px 0;
3373
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3374
+ padding: 0;
3375
+ margin-right: 4px;
3376
+ flex: 1;
3377
+ overflow: visible;
3203
3378
  }
3204
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3205
- background: rgba(0, 136, 255, 0.1);
3379
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3380
+ display: none;
3206
3381
  }
3207
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3208
- background: #fff;
3209
- font-weight: 400;
3210
- position: relative;
3211
- border-bottom: none;
3212
- color: #00122e;
3213
- transition: none;
3214
- padding: 15px 8px 15px 8px;
3382
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3383
+ width: 100%;
3384
+ min-height: unset;
3215
3385
  }
3216
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3217
- content: "";
3218
- width: 1px;
3219
- top: 0;
3220
- bottom: 0;
3221
- background: rgba(211, 218, 235, 0.6);
3222
- position: absolute;
3223
- right: 0;
3386
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3387
+ height: 26px;
3388
+ line-height: 26px;
3389
+ width: 100%;
3390
+ text-align: center;
3391
+ padding: 0;
3392
+ font-size: 12px;
3393
+ font-weight: normal;
3224
3394
  }
3225
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3226
- padding: unset;
3395
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3396
+ margin-right: 10px;
3227
3397
  }
3228
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3398
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3229
3399
  display: none;
3230
3400
  }
3231
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3232
- width: 100%;
3233
- overflow: hidden;
3234
- white-space: nowrap;
3235
- text-overflow: ellipsis;
3401
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3402
+ border-radius: 4px 0 0 4px;
3236
3403
  }
3237
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3238
- overflow: hidden;
3239
- text-overflow: ellipsis;
3240
- flex: 1;
3404
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3405
+ margin-right: 0;
3241
3406
  }
3242
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3243
- padding: 15px 25px 15px 8px;
3407
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3408
+ border-radius: 0 4px 4px 0;
3244
3409
  }
3245
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3246
- padding: 0;
3410
+ .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 {
3411
+ content: "";
3412
+ width: 0;
3413
+ height: 0;
3414
+ border: 13px solid transparent;
3415
+ position: absolute;
3416
+ top: 0;
3417
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
3418
+ right: -21px;
3419
+ z-index: 2;
3247
3420
  }
3248
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3421
+ .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 {
3422
+ content: "";
3423
+ width: 0;
3424
+ height: 0;
3425
+ border: 13px solid transparent;
3249
3426
  position: absolute;
3250
- right: 6px;
3251
- top: 50%;
3252
- transform: translateY(-50%);
3253
- height: 16px;
3254
- display: none;
3255
- transition: transform 320ms ease;
3427
+ top: 0;
3428
+ border-left: 8px solid #fff;
3429
+ left: 0;
3256
3430
  }
3257
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3258
- display: block;
3259
- transform: translateY(-50%) rotateX(180deg);
3431
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3432
+ background-color: rgba(0, 136, 255, 0.1);
3433
+ }
3434
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3435
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
3436
+ }
3437
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3438
+ color: #005ed1;
3260
3439
  }
3261
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3262
- display: block;
3440
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3441
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3442
+ background-color: rgba(237, 241, 250, 0.6);
3263
3443
  }
3264
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3265
- display: none;
3444
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3445
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3446
+ color: rgba(44, 56, 82, 0.6);
3266
3447
  }
3267
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3268
- transform: translateY(-50%);
3448
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3449
+ padding: 0;
3269
3450
  }
3270
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3271
- transform: translateY(-50%) rotateX(180deg);
3451
+
3452
+ .t1upn1sz {
3453
+ height: 100%;
3272
3454
  }
3273
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3274
- background: #f2f5fa;
3455
+
3456
+ .tta5kd2 {
3457
+ height: 100%;
3275
3458
  }
3276
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3277
- display: block;
3459
+ .tta5kd2.empty-table .ant-table-content {
3460
+ overflow: visible !important;
3461
+ height: 100%;
3278
3462
  }
3279
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3280
- padding-right: 25px;
3463
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3464
+ height: 100%;
3281
3465
  }
3282
- .tta5kd2 .ant-table .ant-table-selection-column {
3283
- padding: 0 !important;
3466
+ .tta5kd2.empty-table .ant-table-content table {
3467
+ width: 100% !important;
3468
+ height: 100%;
3284
3469
  }
3285
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3286
- position: absolute;
3287
- left: 50%;
3288
- top: 50%;
3289
- transform: translate(-50%, -50%);
3470
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3471
+ padding: 15px 0;
3290
3472
  }
3291
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3473
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3292
3474
  display: none;
3293
3475
  }
3294
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3295
- background: #fff;
3476
+ .tta5kd2 .active-row td:nth-child(1) {
3477
+ font-weight: 700;
3296
3478
  }
3297
- .tta5kd2 .ant-table .ant-table-placeholder {
3298
- background: inherit;
3479
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
3480
+ font-weight: 700;
3299
3481
  }
3300
- .tta5kd2 .ant-table .ant-table-placeholder td {
3301
- position: static;
3302
- border: none;
3303
- background: inherit !important;
3304
- height: 100px;
3305
- vertical-align: middle;
3482
+ .tta5kd2 .ant-spin-nested-loading {
3483
+ height: 100%;
3306
3484
  }
3307
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3308
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3309
- font-weight: bold;
3310
- font-size: 20px;
3311
- color: rgba(10, 37, 85, 0.6);
3485
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3486
+ height: 100%;
3487
+ overflow: visible;
3312
3488
  }
3313
- .tta5kd2 .ant-table td.cell__action_ {
3314
- padding: 0 !important;
3315
- position: relative;
3489
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
3490
+ max-height: none;
3491
+ }
3492
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
3493
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
3494
+ display: none;
3495
+ }
3496
+ .tta5kd2 td.ant-table-column-sort {
3497
+ background: transparent;
3498
+ }
3499
+ .tta5kd2 td.ant-table-cell-fix-left,
3500
+ .tta5kd2 td.ant-table-cell-fix-right {
3316
3501
  background: #fff;
3502
+ padding: 0 !important;
3317
3503
  }
3318
- .tta5kd2 .ant-table td.cell__action_ > * {
3319
- height: 100%;
3504
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3505
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3320
3506
  display: flex;
3321
3507
  align-items: center;
3322
- justify-content: flex-end;
3323
- padding-right: 8px;
3508
+ height: 100%;
3509
+ padding: 8px;
3324
3510
  }
3325
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3326
- width: 24px;
3327
- height: 24px;
3328
- cursor: pointer;
3329
- justify-content: center;
3330
- border-radius: 4px;
3511
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3512
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3513
+ overflow: hidden;
3514
+ text-overflow: ellipsis;
3515
+ width: 100%;
3331
3516
  }
3332
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3333
- background: #fff;
3517
+ .tta5kd2 .ant-table-container {
3518
+ height: 100%;
3334
3519
  }
3335
-
3336
- .s1fc623g {
3337
- width: 430px !important;
3520
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3521
+ box-shadow: none !important;
3338
3522
  }
3339
-
3340
- .da3mx0o .ant-select-item-group {
3341
- padding: 8px 16px;
3342
- line-height: 18px;
3343
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3344
- height: 34px;
3345
- min-height: 34px;
3346
- box-sizing: border-box;
3347
- margin-top: 8px;
3523
+ .tta5kd2 .ant-table {
3524
+ border-radius: 0px;
3525
+ border-left: none;
3526
+ border-right: none;
3527
+ border-bottom: none;
3528
+ height: 100%;
3529
+ font-size: 12px;
3530
+ background: transparent;
3348
3531
  }
3349
- .da3mx0o .rc-virtual-list-holder-inner {
3350
- top: -20px !important;
3532
+ .tta5kd2 .ant-table .ant-table-header {
3533
+ position: relative;
3534
+ z-index: 3;
3535
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3536
+ margin-bottom: -1px;
3351
3537
  }
3352
-
3353
- .onr9gzt {
3354
- display: flex;
3355
- flex-direction: column;
3356
- margin: 1px 8px;
3357
- padding: 8px;
3358
- border-radius: 4px;
3538
+ .tta5kd2 .ant-table .time-wrapper .data,
3539
+ .tta5kd2 .ant-table .value {
3540
+ color: #2d3a56;
3359
3541
  }
3360
- .onr9gzt .selected-icon {
3361
- display: none;
3542
+ .tta5kd2 .ant-table .time-wrapper .time,
3543
+ .tta5kd2 .ant-table .unit {
3544
+ color: rgba(44, 56, 82, 0.6);
3362
3545
  }
3363
- .onr9gzt.ant-select-item-option-grouped {
3364
- padding-left: 8px;
3546
+ .tta5kd2 .ant-table .ant-table-selection {
3547
+ text-align: center;
3365
3548
  }
3366
- .onr9gzt.ant-select-item-option-selected {
3367
- background-color: white;
3549
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3550
+ background: #fff;
3368
3551
  }
3369
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3370
- color: #0080ff;
3552
+ .tta5kd2 .ant-table .anticon-setting {
3553
+ cursor: pointer;
3554
+ position: absolute;
3555
+ top: 50%;
3556
+ right: 12px;
3557
+ transform: translateY(-50%);
3371
3558
  }
3372
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3373
- display: block;
3559
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3560
+ box-shadow: none;
3561
+ width: 1px;
3562
+ background: rgba(213, 219, 227, 0.6);
3374
3563
  }
3375
- .onr9gzt.ant-select-item-option-active {
3376
- background: rgba(0, 136, 255, 0.16);
3564
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3565
+ box-shadow: none;
3566
+ width: 1px;
3567
+ background: rgba(213, 219, 227, 0.6);
3377
3568
  }
3378
- .onr9gzt.ant-select-item-option-active .timezone-title {
3379
- color: #0080ff;
3569
+ .tta5kd2 .ant-table .ant-table-tbody {
3570
+ position: relative;
3380
3571
  }
3381
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3382
- background: rgba(0, 136, 255, 0.1);
3383
- color: #0080ff;
3572
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3573
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3574
+ border-bottom: 1px solid white;
3575
+ height: 40px;
3576
+ vertical-align: middle;
3577
+ transition: background 0ms;
3578
+ color: #00122e;
3384
3579
  }
3385
-
3386
- .oiy0apc {
3387
- display: flex;
3388
- justify-content: space-between;
3389
- height: 20px;
3390
- line-height: 20px;
3580
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3581
+ background: #f2f5fa;
3582
+ border-bottom-color: #f2f5fa;
3391
3583
  }
3392
- .oiy0apc .timezone-title {
3393
- color: #2d3a56;
3584
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3585
+ height: auto;
3586
+ color: #00122e;
3587
+ font-size: 12px;
3588
+ text-align: left;
3589
+ transition: none;
3394
3590
  overflow: hidden;
3395
3591
  text-overflow: ellipsis;
3592
+ white-space: nowrap;
3396
3593
  }
3397
-
3398
- .of4y382 {
3399
- display: flex;
3400
- justify-content: space-between;
3401
- color: rgba(44, 56, 82, 0.6);
3402
- height: 18px;
3403
- line-height: 18px;
3404
- margin-top: 2px;
3594
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3595
+ color: #0096ff;
3405
3596
  }
3406
-
3407
- .t19903l9 {
3408
- border: none;
3409
- margin-right: 0;
3597
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3598
+ overflow: hidden;
3599
+ text-overflow: ellipsis;
3600
+ width: 100%;
3601
+ vertical-align: middle;
3602
+ }
3603
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3604
+ line-height: 0px;
3605
+ }
3606
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3607
+ padding-right: 25px;
3608
+ }
3609
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3610
+ border-top-color: transparent;
3611
+ }
3612
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3410
3613
  background: rgba(225, 230, 241, 0.6);
3614
+ border-color: transparent transparent white;
3615
+ }
3616
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3617
+ border-radius: 8px 0 0 8px;
3618
+ }
3619
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3620
+ border-radius: 8px 0 0 8px;
3621
+ }
3622
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3623
+ content: "";
3624
+ width: 4px;
3625
+ top: -1px;
3626
+ bottom: -1px;
3627
+ background: white;
3411
3628
  }
3412
-
3413
- .i1e4sgug {
3414
- display: inline-block;
3629
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3630
+ border-radius: 0 8px 8px 0;
3415
3631
  }
3416
-
3417
- .d6j0lbj {
3418
- font-family: Inter;
3419
- font-style: normal;
3420
- font-weight: bold;
3421
- font-size: 32px;
3422
- line-height: 40px;
3632
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3633
+ border-radius: 0;
3634
+ background: white;
3635
+ border-top: none;
3423
3636
  }
3424
-
3425
- .d1xhvvxe {
3426
- font-family: Inter;
3427
- font-style: normal;
3428
- font-weight: bold;
3429
- font-size: 24px;
3430
- line-height: 32px;
3637
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3638
+ border-top: 1px solid transparent;
3639
+ border-radius: 0 8px 8px 0;
3640
+ background: rgba(225, 230, 241, 0.6);
3431
3641
  }
3432
-
3433
- .dk10mxq {
3434
- font-family: Inter;
3435
- font-style: normal;
3436
- font-weight: normal;
3437
- font-size: 32px;
3438
- line-height: 40px;
3642
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3643
+ background: white;
3644
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3439
3645
  }
3440
-
3441
- .dxsait {
3442
- font-family: Inter;
3443
- font-style: normal;
3444
- font-weight: bold;
3445
- font-size: 20px;
3446
- line-height: 24px;
3646
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3647
+ display: flex;
3648
+ align-items: center;
3649
+ height: 100%;
3650
+ background: rgba(225, 230, 241, 0.6);
3447
3651
  }
3448
-
3449
- .dokn0h3 {
3450
- font-family: Inter;
3451
- font-style: normal;
3452
- font-weight: normal;
3453
- font-size: 20px;
3454
- line-height: 24px;
3652
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3653
+ background: white;
3654
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3455
3655
  }
3456
-
3457
- .dobau4p {
3458
- font-family: Inter;
3459
- font-style: normal;
3460
- font-weight: bold;
3461
- font-size: 18px;
3462
- line-height: 22px;
3656
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3657
+ display: flex;
3658
+ align-items: center;
3659
+ height: 100%;
3660
+ background: rgba(225, 230, 241, 0.6);
3463
3661
  }
3464
-
3465
- .dvolwok {
3466
- font-family: Inter;
3467
- font-style: normal;
3468
- font-weight: normal;
3469
- font-size: 18px;
3470
- line-height: 22px;
3662
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3663
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3471
3664
  }
3472
-
3473
- .h181qhg4 {
3474
- font-family: Inter;
3475
- font-style: normal;
3476
- font-weight: bold;
3477
- font-size: 16px;
3478
- line-height: 22px;
3665
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3666
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3667
+ border-radius: 8px;
3479
3668
  }
3480
-
3481
- .h1phgmcq {
3482
- font-family: Inter;
3483
- font-style: normal;
3484
- font-weight: normal;
3485
- font-size: 16px;
3486
- line-height: 22px;
3669
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3670
+ border-top-color: white;
3487
3671
  }
3488
-
3489
- .h173xnl1 {
3490
- font-family: Inter;
3491
- font-style: normal;
3492
- font-weight: bold;
3493
- font-size: 14px;
3494
- line-height: 20px;
3672
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3673
+ background: rgba(0, 136, 255, 0.1);
3674
+ border-bottom-color: transparent;
3675
+ border-top-color: transparent;
3495
3676
  }
3496
-
3497
- .hedm4pz {
3498
- font-family: Inter;
3499
- font-style: normal;
3500
- font-weight: normal;
3501
- font-size: 14px;
3502
- line-height: 20px;
3677
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3678
+ border-radius: 8px 0 0 8px;
3503
3679
  }
3504
-
3505
- .h1kd8xld {
3506
- font-family: Inter;
3507
- font-style: normal;
3508
- font-weight: bold;
3509
- font-size: 12px;
3510
- line-height: 18px;
3680
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3681
+ border-radius: 0 8px 8px 0;
3511
3682
  }
3512
-
3513
- .hp14fr {
3514
- font-family: Inter;
3515
- font-style: normal;
3516
- font-weight: normal;
3517
- font-size: 12px;
3518
- line-height: 18px;
3683
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3684
+ background: rgba(0, 136, 255, 0.1);
3519
3685
  }
3520
-
3521
- .hgrg7mn {
3522
- font-family: Inter;
3523
- font-style: normal;
3524
- font-weight: bold;
3525
- text-transform: uppercase;
3526
- font-feature-settings: "cpsp" on;
3527
- font-size: 12px;
3528
- line-height: 18px;
3686
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3687
+ background: #fff;
3688
+ font-weight: 400;
3689
+ position: relative;
3690
+ border-bottom: none;
3691
+ color: #00122e;
3692
+ transition: none;
3693
+ padding: 15px 8px 15px 8px;
3529
3694
  }
3530
-
3531
- .h6zme9x {
3532
- font-family: Inter;
3533
- font-style: normal;
3534
- font-weight: normal;
3535
- text-transform: uppercase;
3536
- font-feature-settings: "cpsp" on;
3537
- font-size: 12px;
3538
- line-height: 18px;
3695
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3696
+ content: "";
3697
+ width: 1px;
3698
+ top: 0;
3699
+ bottom: 0;
3700
+ background: rgba(211, 218, 235, 0.6);
3701
+ position: absolute;
3702
+ right: 0;
3539
3703
  }
3540
-
3541
- .locjvsv {
3542
- font-family: Inter;
3543
- font-style: normal;
3544
- font-weight: normal;
3545
- font-size: 16px;
3546
- line-height: 24px;
3704
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3705
+ padding: unset;
3547
3706
  }
3548
-
3549
- .l13gi131 {
3550
- font-family: Inter;
3551
- font-style: normal;
3552
- font-weight: bold;
3553
- font-size: 16px;
3554
- line-height: 24px;
3707
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3708
+ display: none;
3555
3709
  }
3556
-
3557
- .l1ynemsu {
3558
- font-family: Inter;
3559
- font-style: normal;
3560
- font-weight: normal;
3561
- font-size: 16px;
3562
- line-height: 24px;
3710
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3711
+ width: 100%;
3712
+ overflow: hidden;
3713
+ white-space: nowrap;
3714
+ text-overflow: ellipsis;
3563
3715
  }
3564
-
3565
- .l1cft1cx {
3566
- font-family: Inter;
3567
- font-style: normal;
3568
- font-weight: bold;
3569
- font-size: 16px;
3570
- line-height: 24px;
3716
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3717
+ overflow: hidden;
3718
+ text-overflow: ellipsis;
3719
+ flex: 1;
3571
3720
  }
3572
-
3573
- .l17tqc8p {
3574
- font-family: Inter;
3575
- font-style: normal;
3576
- font-weight: normal;
3577
- text-transform: uppercase;
3578
- font-feature-settings: "cpsp" on;
3579
- font-size: 16px;
3580
- line-height: 24px;
3721
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3722
+ padding: 15px 25px 15px 8px;
3581
3723
  }
3582
-
3583
- .l1j1e5w7 {
3584
- font-family: Inter;
3585
- font-style: normal;
3586
- font-weight: bold;
3587
- text-transform: uppercase;
3588
- font-feature-settings: "cpsp" on;
3589
- font-size: 16px;
3590
- line-height: 24px;
3724
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3725
+ padding: 0;
3591
3726
  }
3592
-
3593
- .l1gf91jb {
3594
- font-family: Inter;
3595
- font-style: normal;
3596
- font-weight: normal;
3597
- font-size: 14px;
3598
- line-height: 22px;
3727
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3728
+ position: absolute;
3729
+ right: 6px;
3730
+ top: 50%;
3731
+ transform: translateY(-50%);
3732
+ height: 16px;
3733
+ display: none;
3734
+ transition: transform 320ms ease;
3599
3735
  }
3600
-
3601
- .lu7hlr6 {
3602
- font-family: Inter;
3603
- font-style: normal;
3604
- font-weight: 500;
3605
- font-size: 14px;
3606
- line-height: 22px;
3736
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3737
+ display: block;
3738
+ transform: translateY(-50%) rotateX(180deg);
3607
3739
  }
3608
-
3609
- .l3l3jf0 {
3610
- font-family: Inter;
3611
- font-style: normal;
3612
- font-weight: bold;
3613
- font-size: 14px;
3614
- line-height: 22px;
3740
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3741
+ display: block;
3615
3742
  }
3616
-
3617
- .l12j5nqp {
3618
- font-family: Inter;
3619
- font-style: normal;
3620
- font-weight: normal;
3621
- font-size: 14px;
3622
- line-height: 22px;
3743
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3744
+ display: none;
3623
3745
  }
3624
-
3625
- .l1tecqht {
3626
- font-family: Inter;
3627
- font-style: normal;
3628
- font-weight: bold;
3629
- font-size: 14px;
3630
- line-height: 22px;
3746
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3747
+ transform: translateY(-50%);
3631
3748
  }
3632
-
3633
- .l6sa990 {
3634
- font-family: Inter;
3635
- font-style: normal;
3636
- font-weight: normal;
3637
- text-transform: uppercase;
3638
- font-feature-settings: "cpsp" on;
3639
- font-size: 14px;
3640
- line-height: 22px;
3749
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3750
+ transform: translateY(-50%) rotateX(180deg);
3641
3751
  }
3642
-
3643
- .lckqe8j {
3644
- font-family: Inter;
3645
- font-style: normal;
3646
- font-weight: bold;
3647
- text-transform: uppercase;
3648
- font-feature-settings: "cpsp" on;
3649
- font-size: 14px;
3650
- line-height: 22px;
3752
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3753
+ background: #f2f5fa;
3651
3754
  }
3652
-
3653
- .l1kuminb {
3654
- font-family: Inter;
3655
- font-style: normal;
3656
- font-weight: normal;
3657
- font-size: 13px;
3658
- line-height: 20px;
3755
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3756
+ display: block;
3659
3757
  }
3660
-
3661
- .l1pbuf5j {
3662
- font-family: Inter;
3663
- font-style: normal;
3664
- font-weight: 600;
3665
- font-size: 13px;
3666
- line-height: 20px;
3758
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3759
+ padding-right: 25px;
3667
3760
  }
3668
-
3669
- .l1r4ztu {
3670
- font-family: Inter;
3671
- font-style: normal;
3672
- font-weight: bold;
3673
- font-size: 13px;
3674
- line-height: 20px;
3761
+ .tta5kd2 .ant-table .ant-table-selection-column {
3762
+ padding: 0 !important;
3675
3763
  }
3676
-
3677
- .ly8vzok {
3678
- font-family: Inter;
3679
- font-style: normal;
3680
- font-weight: normal;
3681
- font-size: 13px;
3682
- line-height: 20px;
3764
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3765
+ position: absolute;
3766
+ left: 50%;
3767
+ top: 50%;
3768
+ transform: translate(-50%, -50%);
3683
3769
  }
3684
-
3685
- .lumfmf {
3686
- font-family: Inter;
3687
- font-style: normal;
3688
- font-weight: 600;
3689
- font-size: 13px;
3690
- line-height: 20px;
3770
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3771
+ display: none;
3691
3772
  }
3692
-
3693
- .l16ujwmv {
3694
- font-family: Inter;
3695
- font-style: normal;
3696
- font-weight: bold;
3697
- font-size: 13px;
3698
- line-height: 20px;
3773
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3774
+ background: #fff;
3699
3775
  }
3700
-
3701
- .l17o1ffr {
3702
- font-family: Inter;
3703
- font-style: normal;
3704
- font-weight: normal;
3705
- text-transform: uppercase;
3706
- font-feature-settings: "cpsp" on;
3707
- font-size: 13px;
3708
- line-height: 20px;
3776
+ .tta5kd2 .ant-table .ant-table-placeholder {
3777
+ background: inherit;
3709
3778
  }
3710
-
3711
- .lngllvn {
3712
- font-family: Inter;
3713
- font-style: normal;
3779
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3780
+ position: static;
3781
+ border: none;
3782
+ background: inherit !important;
3783
+ height: 100px;
3784
+ vertical-align: middle;
3785
+ }
3786
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3787
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3714
3788
  font-weight: bold;
3715
- text-transform: uppercase;
3716
- font-feature-settings: "cpsp" on;
3717
- font-size: 13px;
3718
- line-height: 20px;
3789
+ font-size: 20px;
3790
+ color: rgba(10, 37, 85, 0.6);
3719
3791
  }
3720
-
3721
- .l2i7fo9 {
3722
- font-family: Inter;
3723
- font-style: normal;
3724
- font-weight: normal;
3725
- font-size: 12px;
3726
- line-height: 18px;
3792
+ .tta5kd2 .ant-table td.cell__action_ {
3793
+ padding: 0 !important;
3794
+ position: relative;
3795
+ background: #fff;
3727
3796
  }
3728
-
3729
- .l1x7hscx {
3730
- font-family: Inter;
3731
- font-style: normal;
3732
- font-weight: 500;
3733
- font-size: 12px;
3734
- line-height: 18px;
3797
+ .tta5kd2 .ant-table td.cell__action_ > * {
3798
+ height: 100%;
3799
+ display: flex;
3800
+ align-items: center;
3801
+ justify-content: flex-end;
3802
+ padding-right: 8px;
3735
3803
  }
3736
-
3737
- .le1jwan {
3738
- font-family: Inter;
3739
- font-style: normal;
3740
- font-weight: bold;
3741
- font-size: 12px;
3742
- line-height: 18px;
3804
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3805
+ width: 24px;
3806
+ height: 24px;
3807
+ cursor: pointer;
3808
+ justify-content: center;
3809
+ border-radius: 4px;
3743
3810
  }
3744
-
3745
- .lyxynfj {
3746
- font-family: Inter;
3747
- font-style: normal;
3748
- font-weight: normal;
3749
- font-size: 12px;
3750
- line-height: 18px;
3811
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3812
+ background: #fff;
3751
3813
  }
3752
3814
 
3753
- .lpb2nxv {
3754
- font-family: Inter;
3755
- font-style: normal;
3756
- font-weight: 500;
3757
- font-size: 12px;
3758
- line-height: 18px;
3815
+ .s1fc623g {
3816
+ width: 430px !important;
3759
3817
  }
3760
3818
 
3761
- .l1r8o3vv {
3762
- font-family: Inter;
3763
- font-style: normal;
3764
- font-weight: bold;
3765
- font-size: 12px;
3819
+ .da3mx0o .ant-select-item-group {
3820
+ padding: 8px 16px;
3766
3821
  line-height: 18px;
3822
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3823
+ height: 34px;
3824
+ min-height: 34px;
3825
+ box-sizing: border-box;
3826
+ margin-top: 8px;
3767
3827
  }
3768
3828
 
3769
- .lemnjy2 {
3770
- font-family: Inter;
3771
- font-style: normal;
3772
- font-weight: normal;
3773
- text-transform: uppercase;
3774
- font-feature-settings: "cpsp" on;
3775
- font-size: 12px;
3776
- line-height: 18px;
3829
+ .onr9gzt {
3830
+ display: flex;
3831
+ flex-direction: column;
3832
+ margin: 1px 8px;
3833
+ padding: 8px;
3834
+ border-radius: 4px;
3777
3835
  }
3778
-
3779
- .lrc42gb {
3780
- font-family: Inter;
3781
- font-style: normal;
3782
- font-weight: bold;
3783
- text-transform: uppercase;
3784
- font-feature-settings: "cpsp" on;
3785
- font-size: 12px;
3786
- line-height: 18px;
3836
+ .onr9gzt .selected-icon {
3837
+ display: none;
3787
3838
  }
3788
-
3789
- .fqaz4mb {
3790
- font-family: Inter;
3791
- font-style: normal;
3792
- font-weight: normal;
3793
- font-size: 13px;
3794
- line-height: 20px;
3839
+ .onr9gzt.ant-select-item-option-grouped {
3840
+ padding-left: 8px;
3795
3841
  }
3796
-
3797
- .f13we5o {
3798
- font-family: Inter;
3799
- font-style: normal;
3800
- font-weight: normal;
3801
- font-size: 13px;
3802
- line-height: 20px;
3842
+ .onr9gzt.ant-select-item-option-selected {
3843
+ background-color: white;
3803
3844
  }
3804
-
3805
- .ffmjua2 {
3806
- font-family: Inter;
3807
- font-style: normal;
3808
- font-weight: normal;
3809
- font-size: 12px;
3810
- line-height: 18px;
3845
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3846
+ color: #0080ff;
3811
3847
  }
3812
-
3813
- .fz2mxw0 {
3814
- font-family: Inter;
3815
- font-style: normal;
3816
- font-weight: normal;
3817
- font-size: 12px;
3818
- line-height: 18px;
3848
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3849
+ display: block;
3819
3850
  }
3820
-
3821
- .t1ertzoh {
3822
- font-family: Inter;
3823
- font-style: normal;
3824
- font-weight: normal;
3825
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3826
- font-size: 13px;
3827
- line-height: 20px;
3851
+ .onr9gzt.ant-select-item-option-active {
3852
+ background: rgba(0, 136, 255, 0.16);
3828
3853
  }
3829
-
3830
- .t19bge8r {
3831
- font-family: Inter;
3832
- font-style: normal;
3833
- font-weight: normal;
3834
- font-feature-settings: "zero" on;
3835
- font-size: 13px;
3836
- line-height: 20px;
3854
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3855
+ color: #0080ff;
3837
3856
  }
3838
-
3839
- .tjrzfyl {
3840
- font-family: Inter;
3841
- font-style: normal;
3842
- font-weight: normal;
3843
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3844
- font-size: 12px;
3845
- line-height: 18px;
3857
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
3858
+ background: rgba(0, 136, 255, 0.1);
3859
+ color: #0080ff;
3846
3860
  }
3847
3861
 
3848
- .tm6s7bo {
3849
- font-family: Inter;
3850
- font-style: normal;
3851
- font-weight: 500;
3852
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3853
- font-size: 12px;
3854
- line-height: 18px;
3862
+ .oiy0apc {
3863
+ display: flex;
3864
+ justify-content: space-between;
3865
+ height: 20px;
3866
+ line-height: 20px;
3855
3867
  }
3856
-
3857
- .t19zq6ic {
3858
- font-family: Inter;
3859
- font-style: normal;
3860
- font-weight: normal;
3861
- font-feature-settings: "zero" on;
3862
- font-size: 12px;
3863
- line-height: 18px;
3868
+ .oiy0apc .timezone-title {
3869
+ color: #2d3a56;
3870
+ overflow: hidden;
3871
+ text-overflow: ellipsis;
3864
3872
  }
3865
3873
 
3866
- .t1gduru8 {
3867
- font-family: Inter;
3868
- font-style: normal;
3869
- font-weight: 500;
3870
- font-feature-settings: "zero" on;
3871
- font-size: 12px;
3874
+ .of4y382 {
3875
+ display: flex;
3876
+ justify-content: space-between;
3877
+ color: rgba(44, 56, 82, 0.6);
3878
+ height: 18px;
3872
3879
  line-height: 18px;
3880
+ margin-top: 2px;
3873
3881
  }
3874
3882
 
3875
- .t55raab {
3876
- font-family: Inter;
3877
- font-style: normal;
3878
- font-weight: bold;
3879
- font-feature-settings: "zero" on;
3880
- font-size: 16px;
3881
- line-height: 24px;
3883
+ .t19903l9 {
3884
+ border: none;
3885
+ margin-right: 0;
3886
+ background: rgba(225, 230, 241, 0.6);
3882
3887
  }
3883
3888
 
3884
- .u1w9abfe {
3885
- font-family: Inter;
3886
- font-style: normal;
3887
- font-weight: normal;
3888
- font-size: 10px;
3889
- line-height: 12px;
3889
+ .ohwbvxu {
3890
+ pointer-events: none;
3891
+ height: 32px;
3892
+ width: 100%;
3893
+ opacity: 0;
3890
3894
  }
3891
3895
 
3892
3896
  .c198s9j3 {
@@ -4015,6 +4019,10 @@ input.rrg1fkn.ant-input {
4015
4019
  transform: rotate(180deg);
4016
4020
  }
4017
4021
 
4022
+ .iiqau4c.ant-input-group.ant-input-group-compact {
4023
+ display: flex;
4024
+ }
4025
+
4018
4026
  .igz4le8 {
4019
4027
  height: 24px;
4020
4028
  width: 56px !important;
@@ -4025,10 +4033,6 @@ input.rrg1fkn.ant-input {
4025
4033
  color: rgba(44, 56, 82, 0.6);
4026
4034
  }
4027
4035
 
4028
- .iiqau4c.ant-input-group.ant-input-group-compact {
4029
- display: flex;
4030
- }
4031
-
4032
4036
  .m1thnes4 {
4033
4037
  color: rgba(44, 56, 82, 0.6);
4034
4038
  text-align: center;
@@ -4220,50 +4224,35 @@ input.rrg1fkn.ant-input {
4220
4224
  background: rgba(163, 180, 204, 0.18);
4221
4225
  }
4222
4226
 
4223
- .at4ovwe .ant-input-number-handler-wrap {
4224
- display: var(--at4ovwe-0);
4225
- }
4226
- .at4ovwe .ant-input-number-input-wrap {
4227
- padding: 5px 12px;
4228
- display: inline-flex;
4229
- line-height: 1.5715;
4230
- height: 100%;
4227
+ .f1p9ti6d {
4231
4228
  width: 100%;
4229
+ margin-bottom: 0 !important;
4230
+ flex-flow: nowrap !important;
4231
+ line-break: auto;
4232
4232
  }
4233
- .at4ovwe .ant-input-number-input-wrap::after {
4234
- content: var(--at4ovwe-1);
4235
- display: var(--at4ovwe-2);
4236
- flex: none;
4237
- align-items: center;
4238
- margin-left: 4px;
4239
- color: rgba(44, 56, 82, 0.6);
4233
+ .f1p9ti6d > .ant-form-item-label {
4234
+ text-align: left !important;
4235
+ padding-bottom: 0 !important;
4240
4236
  }
4241
- .at4ovwe .ant-input-number-input-wrap::before {
4242
- content: var(--at4ovwe-3);
4243
- display: var(--at4ovwe-4);
4244
- flex: none;
4245
- align-items: center;
4246
- margin-right: 4px;
4247
- cursor: auto;
4237
+ .f1p9ti6d > .ant-form-item-label > label {
4238
+ min-height: 32px;
4239
+ height: auto;
4240
+ font-size: 13px;
4248
4241
  color: rgba(44, 56, 82, 0.6);
4242
+ white-space: normal;
4249
4243
  }
4250
- .at4ovwe.ant-input-number {
4251
- width: 100%;
4252
- border-radius: 6px;
4253
- }
4254
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4255
- border-color: #0096ff;
4256
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4244
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
4245
+ border-color: #ff4d4f !important;
4257
4246
  }
4258
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4259
- border-color: #e75a3a;
4260
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4247
+ .f1p9ti6d .ant-form-item-explain {
4248
+ margin-top: 4px;
4249
+ font-size: 12px;
4250
+ min-height: 0px;
4261
4251
  }
4262
- .at4ovwe .ant-input-number-input {
4263
- padding: 0;
4264
- margin: 0;
4265
- height: auto;
4266
- font-size: inherit;
4252
+ .f1p9ti6d .ant-form-item-extra {
4253
+ font-size: 12px;
4254
+ color: rgba(44, 56, 82, 0.6);
4255
+ min-height: 0px;
4267
4256
  }
4268
4257
 
4269
4258
  .tc40oxa {
@@ -4462,33 +4451,69 @@ input.rrg1fkn.ant-input {
4462
4451
  margin-right: 8px;
4463
4452
  }
4464
4453
 
4465
- .f1p9ti6d {
4454
+ .at4ovwe .ant-input-number-handler-wrap {
4455
+ display: var(--at4ovwe-0);
4456
+ }
4457
+ .at4ovwe .ant-input-number-input-wrap {
4458
+ padding: 5px 12px;
4459
+ display: inline-flex;
4460
+ line-height: 1.5715;
4461
+ height: 100%;
4466
4462
  width: 100%;
4467
- margin-bottom: 0 !important;
4468
- flex-flow: nowrap !important;
4469
- line-break: auto;
4470
4463
  }
4471
- .f1p9ti6d > .ant-form-item-label {
4472
- text-align: left !important;
4473
- padding-bottom: 0 !important;
4464
+ .at4ovwe .ant-input-number-input-wrap::after {
4465
+ content: var(--at4ovwe-1);
4466
+ display: var(--at4ovwe-2);
4467
+ flex: none;
4468
+ align-items: center;
4469
+ margin-left: 4px;
4470
+ color: rgba(44, 56, 82, 0.6);
4474
4471
  }
4475
- .f1p9ti6d > .ant-form-item-label > label {
4476
- min-height: 32px;
4477
- height: auto;
4478
- font-size: 13px;
4472
+ .at4ovwe .ant-input-number-input-wrap::before {
4473
+ content: var(--at4ovwe-3);
4474
+ display: var(--at4ovwe-4);
4475
+ flex: none;
4476
+ align-items: center;
4477
+ margin-right: 4px;
4478
+ cursor: auto;
4479
4479
  color: rgba(44, 56, 82, 0.6);
4480
- white-space: normal;
4481
4480
  }
4482
- .f1p9ti6d.ant-form-item-has-error .ant-input {
4483
- border-color: #ff4d4f !important;
4481
+ .at4ovwe.ant-input-number {
4482
+ width: 100%;
4483
+ border-radius: 6px;
4484
4484
  }
4485
- .f1p9ti6d .ant-form-item-explain {
4486
- margin-top: 4px;
4487
- font-size: 12px;
4485
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4486
+ border-color: #0096ff;
4487
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4488
4488
  }
4489
- .f1p9ti6d .ant-form-item-extra {
4489
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4490
+ border-color: #e75a3a;
4491
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4492
+ }
4493
+ .at4ovwe .ant-input-number-input {
4494
+ padding: 0;
4495
+ margin: 0;
4496
+ height: auto;
4497
+ font-size: inherit;
4498
+ }
4499
+
4500
+ .feau332.ant-form-item {
4501
+ margin-bottom: 0;
4502
+ }
4503
+ .feau332 .ant-form-item-explain {
4504
+ display: none;
4505
+ min-height: 18px;
4506
+ margin-top: 5px;
4507
+ font-family: "Inter";
4508
+ font-weight: 400;
4490
4509
  font-size: 12px;
4491
- color: rgba(44, 56, 82, 0.6);
4510
+ line-height: 18px;
4511
+ }
4512
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4513
+ white-space: pre-wrap;
4514
+ }
4515
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4516
+ display: block;
4492
4517
  }
4493
4518
 
4494
4519
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -4520,23 +4545,4 @@ input.rrg1fkn.ant-input {
4520
4545
  margin: 0;
4521
4546
  height: auto;
4522
4547
  font-size: inherit;
4523
- }
4524
-
4525
- .feau332.ant-form-item {
4526
- margin-bottom: 0;
4527
- }
4528
- .feau332 .ant-form-item-explain {
4529
- display: none;
4530
- min-height: 18px;
4531
- margin-top: 5px;
4532
- font-family: "Inter";
4533
- font-weight: 400;
4534
- font-size: 12px;
4535
- line-height: 18px;
4536
- }
4537
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4538
- white-space: pre-wrap;
4539
- }
4540
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4541
- display: block;
4542
4548
  }