@cloudtower/eagle 0.25.8 → 0.25.10

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