@cloudtower/eagle 0.22.25 → 0.22.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1597,254 +1597,6 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
- .buj61ew.ant-btn {
1601
- height: 32px;
1602
- border-radius: 6px;
1603
- line-height: 22px;
1604
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1605
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1606
- }
1607
- .buj61ew.ant-btn.ant-btn-lg {
1608
- height: 40px;
1609
- line-height: 24px;
1610
- }
1611
- .buj61ew.ant-btn.ant-btn-sm {
1612
- height: 24px;
1613
- line-height: 20px;
1614
- }
1615
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1616
- border-radius: 50%;
1617
- }
1618
- .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
1619
- color: var(--color, #06101f);
1620
- font-weight: var(--font-weight);
1621
- background: var(--background-color, #fff);
1622
- border-width: var(--border-width, 1px);
1623
- border-color: var(--border-color, #d9d9d9);
1624
- }
1625
- .buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
1626
- display: none;
1627
- }
1628
- .buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
1629
- color: var(--color, inherit);
1630
- }
1631
- .buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
1632
- background: var(--background-color-hover, var(--background-color));
1633
- border-color: var(--border-color-hover, var(--border-color, transparent));
1634
- }
1635
- .buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
1636
- --scale: 1;
1637
- --transY: 1px;
1638
- background: var(--background-color-active, var(--background-color));
1639
- border-color: var(--border-color-active, var(--border-color, transparent));
1640
- }
1641
- .buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
1642
- background: var(--background-color-focus, var(--background-color));
1643
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1644
- border-color: var(--border-color-focus, var(--border-color, transparent));
1645
- }
1646
- .buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
1647
- color: var(--color-disabled, var(--color));
1648
- background: var(--background-color-disabled, var(--background-color));
1649
- border-color: var(--border-color-disabled, var(--border-color, transparent));
1650
- opacity: 0.5;
1651
- }
1652
- .buj61ew.ant-btn-link[disabled] {
1653
- color: #0080ff;
1654
- opacity: 0.5;
1655
- }
1656
- .buj61ew.ant-btn-primary {
1657
- --color: #fff;
1658
- --font-weight: bold;
1659
- --border-width: 0;
1660
- --background-color: #0080ff;
1661
- --background-color-hover: #009dff;
1662
- --background-color-active: #005ed1;
1663
- --background-color-focus: #0080ff;
1664
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1665
- }
1666
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
1667
- --background-color: #f0483e;
1668
- --background-color-hover: #ff5252;
1669
- --background-color-active: #c73d31;
1670
- --background-color-focus: #ff5252;
1671
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1672
- }
1673
- .buj61ew.ant-btn-primary.btn-primary-orange {
1674
- --background-color: #fea008;
1675
- --background-color-hover: #feba33;
1676
- --background-color-active: #e07f00;
1677
- --background-color-focus: #fea008;
1678
- }
1679
- .buj61ew.ant-btn-secondary {
1680
- --color: #0080ff;
1681
- --font-weight: bold;
1682
- --border-width: 0;
1683
- --background-color: rgba(0, 136, 255, 0.1);
1684
- --background-color-hover: rgba(0, 136, 255, 0.16);
1685
- --background-color-active: rgba(0, 136, 255, 0.2);
1686
- --background-color-focus: rgba(0, 136, 255, 0.1);
1687
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1688
- }
1689
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1690
- --color: #f0483e;
1691
- --background-color: rgba(255, 74, 74, 0.1);
1692
- --background-color-hover: rgba(255, 74, 74, 0.16);
1693
- --background-color-active: rgba(255, 74, 74, 0.2);
1694
- --background-color-focus: rgba(255, 74, 74, 0.1);
1695
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1696
- }
1697
- .buj61ew.ant-btn-secondary.btn-primary-orange {
1698
- --color: #fea008;
1699
- --background-color: rgba(255, 187, 0, 0.1);
1700
- --background-color-hover: rgba(255, 187, 0, 0.16);
1701
- --background-color-active: rgba(255, 187, 0, 0.2);
1702
- --background-color-focus: rgba(255, 187, 0, 0.1);
1703
- }
1704
- .buj61ew.ant-btn-tertiary {
1705
- --color: #0080ff;
1706
- --font-weight: bold;
1707
- --border-width: 0;
1708
- --background-color: #fff;
1709
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1710
- box-shadow: none;
1711
- }
1712
- .buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
1713
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1714
- }
1715
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1716
- --color: #f0483e;
1717
- --background-color: #fff;
1718
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1719
- }
1720
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
1721
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1722
- }
1723
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
1724
- --color: #fea008;
1725
- --background-color: #fff;
1726
- }
1727
- .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
1728
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1729
- }
1730
- .buj61ew.ant-btn-ordinary {
1731
- --color: #1d326c;
1732
- --border-color: #ccd4e3;
1733
- --background-color: #fff;
1734
- --background-color-hover: #edf0f7;
1735
- --background-color-active: #e4e9f2;
1736
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1737
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1738
- }
1739
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1740
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1741
- }
1742
- .buj61ew.ant-btn-ordinary.ordinary-blue {
1743
- --color: #0080ff;
1744
- --border-color: #0080ff;
1745
- --background-color: #fff;
1746
- --background-color-hover: linear-gradient(
1747
- 0deg,
1748
- rgba(0, 136, 255, 0.16),
1749
- rgba(0, 136, 255, 0.16)
1750
- ),
1751
- #ffffff;
1752
- --background-color-active: linear-gradient(
1753
- 0deg,
1754
- rgba(0, 136, 255, 0.2),
1755
- rgba(0, 136, 255, 0.2)
1756
- ),
1757
- #ffffff;
1758
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1759
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1760
- }
1761
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1762
- --color: #f0483e;
1763
- --border-color: #f0483e;
1764
- --background-color: #fff;
1765
- --background-color-hover: linear-gradient(
1766
- 0deg,
1767
- rgba(255, 74, 74, 0.16),
1768
- rgba(255, 74, 74, 0.16)
1769
- ),
1770
- #ffffff;
1771
- --background-color-active: linear-gradient(
1772
- 0deg,
1773
- rgba(255, 74, 74, 0.2),
1774
- rgba(255, 74, 74, 0.2)
1775
- ),
1776
- #ffffff;
1777
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1778
- }
1779
- .buj61ew.ant-btn-ordinary-onTint {
1780
- --color: #1d326c;
1781
- --border-color: #fff;
1782
- --background-color: #fff;
1783
- --background-color-hover: rgba(211, 218, 235, 0.6);
1784
- --background-color-active: rgba(192, 203, 224, 0.6);
1785
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1786
- box-shadow: none;
1787
- }
1788
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1789
- --color: #0080ff;
1790
- --border-color: #fff;
1791
- --background-color: #fff;
1792
- --background-color-hover: rgba(0, 136, 255, 0.16);
1793
- --background-color-active: rgba(0, 136, 255, 0.2);
1794
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1795
- box-shadow: none;
1796
- }
1797
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1798
- --color: #f0483e;
1799
- --background-color-hover: rgba(255, 74, 74, 0.16);
1800
- --background-color-active: rgba(255, 74, 74, 0.2);
1801
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1802
- }
1803
- .buj61ew.ant-btn-quiet {
1804
- --color: rgba(44, 56, 82, 0.6);
1805
- --border-width: 0;
1806
- --background-color: transparent;
1807
- --background-color-hover: rgba(211, 218, 235, 0.6);
1808
- --background-color-active: rgba(192, 203, 224, 0.6);
1809
- --background-color-focus: #fff;
1810
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1811
- box-shadow: none;
1812
- }
1813
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1814
- --color: #f0483e;
1815
- --background-color-hover: rgba(255, 74, 74, 0.16);
1816
- --background-color-active: rgba(255, 74, 74, 0.2);
1817
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1818
- }
1819
- .buj61ew.ant-btn-quiet.quiet-blue {
1820
- --color: #0080ff;
1821
- --background-color: transparent;
1822
- --background-color-hover: rgba(0, 136, 255, 0.16);
1823
- --background-color-active: rgba(0, 136, 255, 0.2);
1824
- --background-color-focus: #fff;
1825
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1826
- }
1827
- .buj61ew.has-icon {
1828
- display: inline-flex;
1829
- align-items: center;
1830
- }
1831
- .buj61ew .button-prefix-icon {
1832
- margin-right: 4px;
1833
- display: inline-flex;
1834
- }
1835
- .buj61ew .button-suffix-icon {
1836
- margin-left: 4px;
1837
- display: inline-flex;
1838
- }
1839
- .buj61ew .icon-wrapper {
1840
- display: inline-flex;
1841
- vertical-align: bottom;
1842
- }
1843
-
1844
- .nchllas {
1845
- padding: 0;
1846
- }
1847
-
1848
1600
  .bpq0js6 {
1849
1601
  padding: 4px 11px;
1850
1602
  }
@@ -1874,6 +1626,19 @@ input[type=submit] {
1874
1626
  border-radius: unset;
1875
1627
  }
1876
1628
 
1629
+ .iap75of {
1630
+ height: 18px;
1631
+ line-height: 18px;
1632
+ padding: 0 4px;
1633
+ border-radius: 4px;
1634
+ background: rgba(235, 239, 245, 0.6);
1635
+ border: 1px solid rgba(223, 228, 235, 0.6);
1636
+ display: flex;
1637
+ align-items: center;
1638
+ white-space: nowrap;
1639
+ margin-right: 4px;
1640
+ }
1641
+
1877
1642
  .fde5mpd {
1878
1643
  width: 100%;
1879
1644
  height: 100%;
@@ -1907,83 +1672,267 @@ input[type=submit] {
1907
1672
  animation: rotate 680ms linear infinite;
1908
1673
  }
1909
1674
 
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1675
+ .s34f1qb.ant-switch {
1676
+ min-width: 40px;
1677
+ height: 24px;
1678
+ background: rgba(172, 186, 211, 0.6);
1679
+ overflow: hidden;
1680
+ }
1681
+ .s34f1qb.ant-switch:focus {
1682
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1683
+ }
1684
+ .s34f1qb.ant-switch-small {
1685
+ min-width: 26px;
1686
+ height: 16px;
1687
+ }
1688
+ .s34f1qb.ant-switch-large {
1689
+ min-width: 52px;
1690
+ height: 32px;
1691
+ }
1692
+ .s34f1qb.ant-switch .ant-switch-handle {
1693
+ height: 20px;
1694
+ width: 20px;
1695
+ }
1696
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1697
+ border-radius: 10px;
1698
+ transition-delay: 120ms;
1699
+ }
1700
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1701
+ height: 14px;
1702
+ width: 14px;
1703
+ top: 1px;
1704
+ left: 1px;
1705
+ }
1706
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1707
+ height: 28px;
1708
+ width: 28px;
1709
+ }
1710
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1711
+ border-radius: 14px;
1712
+ }
1713
+ .s34f1qb.ant-switch-checked {
1714
+ background-color: #00ba5d;
1715
+ }
1716
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1717
+ left: calc(100% - 20px - 2px);
1718
+ }
1719
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1720
+ left: calc(100% - 14px - 1px);
1721
+ }
1722
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1723
+ left: calc(100% - 28px - 2px);
1724
+ }
1725
+
1726
+ .c1to9vb9 {
1727
+ margin-left: 5px;
1728
+ }
1729
+
1730
+ .obf05yr {
1731
+ display: inline-block;
1732
+ }
1733
+
1734
+ .hsms1n6 {
1735
+ visibility: hidden;
1736
+ position: absolute;
1737
+ }
1738
+
1739
+ .p12gwtiw {
1917
1740
  display: flex;
1741
+ justify-content: space-between;
1918
1742
  align-items: center;
1743
+ padding: 10px 0;
1744
+ color: rgba(44, 56, 82, 0.6);
1745
+ font-size: 12px;
1746
+ line-height: 24px;
1747
+ }
1748
+ .p12gwtiw .pagination-left {
1749
+ padding: 2px 8px;
1750
+ }
1751
+ .p12gwtiw .dropdown-trigger {
1752
+ display: flex;
1753
+ align-items: center;
1754
+ border-radius: 6px;
1755
+ cursor: pointer;
1756
+ transition: all 0.3s ease;
1757
+ }
1758
+ .p12gwtiw .dropdown-trigger:hover {
1759
+ background: rgba(211, 218, 235, 0.6);
1760
+ color: #0080ff;
1761
+ }
1762
+ .p12gwtiw .dropdown-trigger .icon-inner {
1763
+ margin-left: 4px;
1764
+ }
1765
+ .p12gwtiw .pagination-right {
1766
+ display: flex;
1767
+ align-items: center;
1768
+ color: #0080ff;
1769
+ font-weight: bold;
1770
+ }
1771
+ .p12gwtiw .pagination-right .icon-inner {
1772
+ margin-left: 4px;
1773
+ }
1774
+ .p12gwtiw .pagination-right .prev-btn,
1775
+ .p12gwtiw .pagination-right .next-btn {
1776
+ padding: 0 8px;
1777
+ }
1778
+ .p12gwtiw .pagination-right .prev-btn > span,
1779
+ .p12gwtiw .pagination-right .next-btn > span {
1780
+ color: #0080ff;
1781
+ }
1782
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1783
+ transform: rotate(180deg);
1784
+ }
1785
+
1786
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1787
+ max-height: calc(100vh - 128px);
1788
+ overflow-y: auto;
1789
+ }
1790
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1791
+ padding: 4px 20px;
1792
+ font-size: 12px;
1793
+ line-height: 18px;
1794
+ }
1795
+
1796
+ .rxbeqvl.ant-radio-wrapper {
1797
+ display: inline-flex;
1798
+ align-items: baseline;
1799
+ white-space: pre-wrap;
1800
+ }
1801
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1802
+ position: relative;
1803
+ top: 3px;
1804
+ }
1805
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1806
+ border-color: rgba(107, 128, 167, 0.6);
1807
+ }
1808
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1809
+ border-color: #0080ff;
1810
+ }
1811
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1812
+ border-color: #0080ff;
1813
+ background: #0080ff;
1814
+ }
1815
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1816
+ top: 4px;
1817
+ left: 4px;
1818
+ width: 6px;
1819
+ height: 6px;
1820
+ background: #fff;
1821
+ }
1822
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1823
+ opacity: 0.5;
1824
+ }
1825
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1826
+ border-color: rgba(107, 128, 167, 0.6);
1827
+ background: rgba(211, 218, 235, 0.6);
1828
+ }
1829
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1830
+ background: #00122e;
1831
+ }
1832
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1833
+ color: #00122e;
1834
+ opacity: 0.5;
1835
+ }
1836
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1837
+ color: #00122e;
1838
+ }
1839
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1840
+ display: inline-block;
1841
+ padding: 0;
1842
+ padding-left: 12px;
1843
+ }
1844
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1845
+ margin-bottom: 0;
1846
+ white-space: pre-wrap;
1847
+ color: rgba(44, 56, 82, 0.6);
1848
+ }
1849
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1850
+ padding-left: 8px;
1851
+ }
1852
+
1853
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1854
+ border-radius: 5px 0 0 5px;
1855
+ }
1856
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1857
+ border-radius: 0 5px 5px 0;
1858
+ }
1859
+
1860
+ .r1f0aqcc {
1861
+ color: #00122e;
1862
+ border-color: #ccd4e3;
1863
+ }
1864
+ .r1f0aqcc:first-child {
1865
+ color: #00122e;
1866
+ border-color: #a3b4cc;
1867
+ }
1868
+ .r1f0aqcc.ant-radio-button-wrapper {
1869
+ padding: 0 12px;
1870
+ line-height: 32px;
1871
+ height: 32px;
1872
+ }
1873
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1919
1874
  white-space: nowrap;
1920
- margin-right: 4px;
1921
1875
  }
1922
-
1923
- .p12gwtiw {
1924
- display: flex;
1925
- justify-content: space-between;
1926
- align-items: center;
1927
- padding: 10px 0;
1928
- color: rgba(44, 56, 82, 0.6);
1929
- font-size: 12px;
1930
- line-height: 24px;
1876
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1877
+ background: #ccd4e3;
1931
1878
  }
1932
- .p12gwtiw .pagination-left {
1933
- padding: 2px 8px;
1879
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1880
+ background: #0080ff;
1934
1881
  }
1935
- .p12gwtiw .dropdown-trigger {
1936
- display: flex;
1937
- align-items: center;
1938
- border-radius: 6px;
1939
- cursor: pointer;
1940
- transition: all 0.3s ease;
1882
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1883
+ background: #ccd4e3;
1884
+ opacity: 0.5;
1941
1885
  }
1942
- .p12gwtiw .dropdown-trigger:hover {
1943
- background: rgba(211, 218, 235, 0.6);
1944
- color: #0080ff;
1886
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1887
+ border-right-color: #0080ff;
1945
1888
  }
1946
- .p12gwtiw .dropdown-trigger .icon-inner {
1947
- margin-left: 4px;
1889
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1890
+ border-color: #0080ff;
1948
1891
  }
1949
- .p12gwtiw .pagination-right {
1950
- display: flex;
1951
- align-items: center;
1952
- color: #0080ff;
1953
- font-weight: bold;
1892
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
1893
+ background: rgba(0, 136, 255, 0.1);
1954
1894
  }
1955
- .p12gwtiw .pagination-right .icon-inner {
1956
- margin-left: 4px;
1895
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
1896
+ background: rgba(211, 218, 235, 0.6);
1897
+ border-color: #ccd4e3;
1898
+ opacity: 0.5;
1957
1899
  }
1958
- .p12gwtiw .pagination-right .prev-btn,
1959
- .p12gwtiw .pagination-right .next-btn {
1960
- padding: 0 8px;
1900
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
1901
+ color: #00122e;
1902
+ border-color: #ccd4e3;
1961
1903
  }
1962
- .p12gwtiw .pagination-right .prev-btn > span,
1963
- .p12gwtiw .pagination-right .next-btn > span {
1964
- color: #0080ff;
1904
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
1905
+ color: #00122e;
1906
+ border-color: #ccd4e3;
1907
+ background: rgba(172, 186, 211, 0.6);
1965
1908
  }
1966
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1967
- transform: rotate(180deg);
1909
+ .r1f0aqcc .ant-radio-button-input {
1910
+ margin-right: 8px;
1911
+ display: inline;
1912
+ border: none;
1913
+ padding: 0;
1914
+ width: 36px;
1915
+ background: transparent;
1968
1916
  }
1969
-
1970
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1971
- max-height: calc(100vh - 128px);
1972
- overflow-y: auto;
1917
+ .r1f0aqcc .ant-radio-button-input:focus {
1918
+ box-shadow: none;
1973
1919
  }
1974
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1975
- padding: 4px 20px;
1976
- font-size: 12px;
1977
- line-height: 18px;
1920
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
1921
+ margin-right: 0;
1922
+ width: initial;
1923
+ box-shadow: none;
1978
1924
  }
1979
-
1980
- .obf05yr {
1981
- display: inline-block;
1925
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
1926
+ display: none;
1982
1927
  }
1983
-
1984
- .hsms1n6 {
1985
- visibility: hidden;
1986
- position: absolute;
1928
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
1929
+ display: inline;
1930
+ }
1931
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
1932
+ display: inline;
1933
+ margin-right: 8px;
1934
+ padding: 0;
1935
+ width: 36px;
1987
1936
  }
1988
1937
 
1989
1938
  .t1upn1sz {
@@ -2929,457 +2878,437 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2929
2878
  }
2930
2879
  .kypn5o5.input-tags:hover {
2931
2880
  border-color: #0080ff;
2932
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2933
- }
2934
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2935
- padding-right: 30px;
2936
- }
2937
- .kypn5o5.input-tags .input-tags-inner {
2938
- display: flex;
2939
- }
2940
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2941
- display: flex;
2942
- }
2943
- .kypn5o5.input-tags .input-tag-suffix {
2944
- position: absolute;
2945
- right: 12px;
2946
- top: 50%;
2947
- transform: translateY(-50%);
2948
- }
2949
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2950
- color: rgba(0, 0, 0, 0.25);
2951
- font-size: 12px;
2952
- cursor: pointer;
2953
- }
2954
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2955
- color: rgba(0, 0, 0, 0.45);
2956
- }
2957
- .kypn5o5.has-focus-indicator {
2958
- position: relative;
2959
- overflow: hidden;
2960
- }
2961
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2962
- position: absolute;
2963
- top: 50%;
2964
- transform: translateY(-50%);
2965
- left: -16px;
2966
- transition: left 150ms ease;
2967
- opacity: 0;
2968
- }
2969
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2970
- left: 8px;
2971
- opacity: 1;
2972
- }
2973
- .kypn5o5.has-focus-indicator input {
2974
- transition: margin-left 150ms ease;
2975
- margin-left: 0px;
2976
- }
2977
- .kypn5o5.has-focus-indicator input:focus {
2978
- margin-left: 16px;
2979
- }
2980
-
2981
- input.l1ki27se.ant-input {
2982
- border-top-right-radius: 0;
2983
- border-bottom-right-radius: 0;
2984
- }
2985
-
2986
- .l1ki27se.ant-input-affix-wrapper {
2987
- border-top-right-radius: 0;
2988
- border-bottom-right-radius: 0;
2989
- }
2990
-
2991
- input.rrg1fkn.ant-input {
2992
- border-top-left-radius: 0;
2993
- border-bottom-left-radius: 0;
2994
- }
2995
-
2996
- .rrg1fkn.ant-input-affix-wrapper {
2997
- border-top-left-radius: 0;
2998
- border-bottom-left-radius: 0;
2999
- }
3000
-
3001
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3002
- border-top-right-radius: 0;
3003
- border-bottom-right-radius: 0;
3004
- }
3005
-
3006
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3007
- border-top-left-radius: 0;
3008
- border-bottom-left-radius: 0;
3009
- }
3010
-
3011
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3012
- flex-direction: row;
3013
- justify-content: stretch;
3014
- }
3015
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3016
- padding: 0;
3017
- margin-right: 4px;
3018
- flex: 1;
3019
- overflow: visible;
3020
- }
3021
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3022
- display: none;
3023
- }
3024
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3025
- width: 100%;
3026
- min-height: unset;
3027
- }
3028
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3029
- height: 26px;
3030
- line-height: 26px;
3031
- width: 100%;
3032
- text-align: center;
3033
- padding: 0;
3034
- font-size: 12px;
3035
- font-weight: normal;
3036
- }
3037
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3038
- margin-right: 10px;
3039
- }
3040
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3041
- display: none;
3042
- }
3043
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3044
- border-radius: 4px 0 0 4px;
3045
- }
3046
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3047
- margin-right: 0;
3048
- }
3049
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3050
- border-radius: 0 4px 4px 0;
3051
- }
3052
- .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 {
3053
- content: "";
3054
- width: 0;
3055
- height: 0;
3056
- border: 13px solid transparent;
3057
- position: absolute;
3058
- top: 0;
3059
- border-left: 8px solid rgba(237, 241, 250, 0.6);
3060
- right: -21px;
3061
- z-index: 2;
3062
- }
3063
- .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 {
3064
- content: "";
3065
- width: 0;
3066
- height: 0;
3067
- border: 13px solid transparent;
3068
- position: absolute;
3069
- top: 0;
3070
- border-left: 8px solid #fff;
3071
- left: 0;
3072
- }
3073
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3074
- background-color: rgba(0, 136, 255, 0.1);
3075
- }
3076
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3077
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3078
- }
3079
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3080
- color: #005ed1;
3081
- }
3082
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3083
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3084
- background-color: rgba(237, 241, 250, 0.6);
3085
- }
3086
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3087
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3088
- color: rgba(44, 56, 82, 0.6);
2881
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
3089
2882
  }
3090
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3091
- padding: 0;
2883
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2884
+ padding-right: 30px;
3092
2885
  }
3093
-
3094
- .s34f1qb.ant-switch {
3095
- min-width: 40px;
3096
- height: 24px;
3097
- background: rgba(172, 186, 211, 0.6);
3098
- overflow: hidden;
2886
+ .kypn5o5.input-tags .input-tags-inner {
2887
+ display: flex;
3099
2888
  }
3100
- .s34f1qb.ant-switch:focus {
3101
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2889
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2890
+ display: flex;
3102
2891
  }
3103
- .s34f1qb.ant-switch-small {
3104
- min-width: 26px;
3105
- height: 16px;
2892
+ .kypn5o5.input-tags .input-tag-suffix {
2893
+ position: absolute;
2894
+ right: 12px;
2895
+ top: 50%;
2896
+ transform: translateY(-50%);
3106
2897
  }
3107
- .s34f1qb.ant-switch-large {
3108
- min-width: 52px;
3109
- height: 32px;
2898
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2899
+ color: rgba(0, 0, 0, 0.25);
2900
+ font-size: 12px;
2901
+ cursor: pointer;
3110
2902
  }
3111
- .s34f1qb.ant-switch .ant-switch-handle {
3112
- height: 20px;
3113
- width: 20px;
2903
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2904
+ color: rgba(0, 0, 0, 0.45);
3114
2905
  }
3115
- .s34f1qb.ant-switch .ant-switch-handle::before {
3116
- border-radius: 10px;
3117
- transition-delay: 120ms;
2906
+ .kypn5o5.has-focus-indicator {
2907
+ position: relative;
2908
+ overflow: hidden;
3118
2909
  }
3119
- .s34f1qb.ant-switch-small .ant-switch-handle {
3120
- height: 14px;
3121
- width: 14px;
3122
- top: 1px;
3123
- left: 1px;
2910
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2911
+ position: absolute;
2912
+ top: 50%;
2913
+ transform: translateY(-50%);
2914
+ left: -16px;
2915
+ transition: left 150ms ease;
2916
+ opacity: 0;
3124
2917
  }
3125
- .s34f1qb.ant-switch-large .ant-switch-handle {
3126
- height: 28px;
3127
- width: 28px;
2918
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2919
+ left: 8px;
2920
+ opacity: 1;
3128
2921
  }
3129
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
3130
- border-radius: 14px;
2922
+ .kypn5o5.has-focus-indicator input {
2923
+ transition: margin-left 150ms ease;
2924
+ margin-left: 0px;
3131
2925
  }
3132
- .s34f1qb.ant-switch-checked {
3133
- background-color: #00ba5d;
2926
+ .kypn5o5.has-focus-indicator input:focus {
2927
+ margin-left: 16px;
3134
2928
  }
3135
- .s34f1qb.ant-switch-checked .ant-switch-handle {
3136
- left: calc(100% - 20px - 2px);
2929
+
2930
+ input.l1ki27se.ant-input {
2931
+ border-top-right-radius: 0;
2932
+ border-bottom-right-radius: 0;
3137
2933
  }
3138
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3139
- left: calc(100% - 14px - 1px);
2934
+
2935
+ .l1ki27se.ant-input-affix-wrapper {
2936
+ border-top-right-radius: 0;
2937
+ border-bottom-right-radius: 0;
3140
2938
  }
3141
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3142
- left: calc(100% - 28px - 2px);
2939
+
2940
+ input.rrg1fkn.ant-input {
2941
+ border-top-left-radius: 0;
2942
+ border-bottom-left-radius: 0;
3143
2943
  }
3144
2944
 
3145
- .c1to9vb9 {
3146
- margin-left: 5px;
2945
+ .rrg1fkn.ant-input-affix-wrapper {
2946
+ border-top-left-radius: 0;
2947
+ border-bottom-left-radius: 0;
3147
2948
  }
3148
2949
 
3149
- .rxbeqvl.ant-radio-wrapper {
3150
- display: inline-flex;
3151
- align-items: baseline;
3152
- white-space: pre-wrap;
2950
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2951
+ border-top-right-radius: 0;
2952
+ border-bottom-right-radius: 0;
3153
2953
  }
3154
- .rxbeqvl.ant-radio-wrapper .ant-radio {
3155
- position: relative;
3156
- top: 3px;
2954
+
2955
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2956
+ border-top-left-radius: 0;
2957
+ border-bottom-left-radius: 0;
3157
2958
  }
3158
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
3159
- border-color: rgba(107, 128, 167, 0.6);
2959
+
2960
+ .buj61ew.ant-btn {
2961
+ height: 32px;
2962
+ border-radius: 6px;
2963
+ line-height: 22px;
2964
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
2965
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
3160
2966
  }
3161
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
3162
- border-color: #0080ff;
2967
+ .buj61ew.ant-btn.ant-btn-lg {
2968
+ height: 40px;
2969
+ line-height: 24px;
3163
2970
  }
3164
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3165
- border-color: #0080ff;
3166
- background: #0080ff;
2971
+ .buj61ew.ant-btn.ant-btn-sm {
2972
+ height: 24px;
2973
+ line-height: 20px;
3167
2974
  }
3168
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3169
- top: 4px;
3170
- left: 4px;
3171
- width: 6px;
3172
- height: 6px;
3173
- background: #fff;
2975
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2976
+ border-radius: 50%;
3174
2977
  }
3175
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3176
- opacity: 0.5;
2978
+ .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 {
2979
+ color: var(--color, #06101f);
2980
+ font-weight: var(--font-weight);
2981
+ background: var(--background-color, #fff);
2982
+ border-width: var(--border-width, 1px);
2983
+ border-color: var(--border-color, #d9d9d9);
3177
2984
  }
3178
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3179
- border-color: rgba(107, 128, 167, 0.6);
3180
- background: rgba(211, 218, 235, 0.6);
2985
+ .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 {
2986
+ display: none;
3181
2987
  }
3182
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3183
- background: #00122e;
2988
+ .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 {
2989
+ color: var(--color, inherit);
3184
2990
  }
3185
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3186
- color: #00122e;
3187
- opacity: 0.5;
2991
+ .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 {
2992
+ background: var(--background-color-hover, var(--background-color));
2993
+ border-color: var(--border-color-hover, var(--border-color, transparent));
3188
2994
  }
3189
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3190
- color: #00122e;
2995
+ .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 {
2996
+ --scale: 1;
2997
+ --transY: 1px;
2998
+ background: var(--background-color-active, var(--background-color));
2999
+ border-color: var(--border-color-active, var(--border-color, transparent));
3191
3000
  }
3192
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3193
- display: inline-block;
3194
- padding: 0;
3195
- padding-left: 12px;
3001
+ .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 {
3002
+ background: var(--background-color-focus, var(--background-color));
3003
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
3004
+ border-color: var(--border-color-focus, var(--border-color, transparent));
3196
3005
  }
3197
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3198
- margin-bottom: 0;
3199
- white-space: pre-wrap;
3200
- color: rgba(44, 56, 82, 0.6);
3006
+ .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 {
3007
+ color: var(--color-disabled, var(--color));
3008
+ background: var(--background-color-disabled, var(--background-color));
3009
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
3010
+ opacity: 0.5;
3201
3011
  }
3202
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3203
- padding-left: 8px;
3012
+ .buj61ew.ant-btn-link[disabled] {
3013
+ color: #0080ff;
3014
+ opacity: 0.5;
3204
3015
  }
3205
-
3206
- .r5ie79y .ant-radio-button-wrapper:first-child {
3207
- border-radius: 5px 0 0 5px;
3016
+ .buj61ew.ant-btn-primary {
3017
+ --color: #fff;
3018
+ --font-weight: bold;
3019
+ --border-width: 0;
3020
+ --background-color: #0080ff;
3021
+ --background-color-hover: #009dff;
3022
+ --background-color-active: #005ed1;
3023
+ --background-color-focus: #0080ff;
3024
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3208
3025
  }
3209
- .r5ie79y .ant-radio-button-wrapper:last-child {
3210
- border-radius: 0 5px 5px 0;
3026
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
3027
+ --background-color: #f0483e;
3028
+ --background-color-hover: #ff5252;
3029
+ --background-color-active: #c73d31;
3030
+ --background-color-focus: #ff5252;
3031
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3211
3032
  }
3212
-
3213
- .r1f0aqcc {
3214
- color: #00122e;
3215
- border-color: #ccd4e3;
3033
+ .buj61ew.ant-btn-primary.btn-primary-orange {
3034
+ --background-color: #fea008;
3035
+ --background-color-hover: #feba33;
3036
+ --background-color-active: #e07f00;
3037
+ --background-color-focus: #fea008;
3216
3038
  }
3217
- .r1f0aqcc:first-child {
3218
- color: #00122e;
3219
- border-color: #a3b4cc;
3039
+ .buj61ew.ant-btn-secondary {
3040
+ --color: #0080ff;
3041
+ --font-weight: bold;
3042
+ --border-width: 0;
3043
+ --background-color: rgba(0, 136, 255, 0.1);
3044
+ --background-color-hover: rgba(0, 136, 255, 0.16);
3045
+ --background-color-active: rgba(0, 136, 255, 0.2);
3046
+ --background-color-focus: rgba(0, 136, 255, 0.1);
3047
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3220
3048
  }
3221
- .r1f0aqcc.ant-radio-button-wrapper {
3222
- padding: 0 12px;
3223
- line-height: 32px;
3224
- height: 32px;
3049
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
3050
+ --color: #f0483e;
3051
+ --background-color: rgba(255, 74, 74, 0.1);
3052
+ --background-color-hover: rgba(255, 74, 74, 0.16);
3053
+ --background-color-active: rgba(255, 74, 74, 0.2);
3054
+ --background-color-focus: rgba(255, 74, 74, 0.1);
3055
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3225
3056
  }
3226
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3227
- white-space: nowrap;
3057
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
3058
+ --color: #fea008;
3059
+ --background-color: rgba(255, 187, 0, 0.1);
3060
+ --background-color-hover: rgba(255, 187, 0, 0.16);
3061
+ --background-color-active: rgba(255, 187, 0, 0.2);
3062
+ --background-color-focus: rgba(255, 187, 0, 0.1);
3228
3063
  }
3229
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3230
- background: #ccd4e3;
3064
+ .buj61ew.ant-btn-tertiary {
3065
+ --color: #0080ff;
3066
+ --font-weight: bold;
3067
+ --border-width: 0;
3068
+ --background-color: #fff;
3069
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3070
+ box-shadow: none;
3231
3071
  }
3232
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3233
- background: #0080ff;
3072
+ .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 {
3073
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
3234
3074
  }
3235
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3236
- background: #ccd4e3;
3237
- opacity: 0.5;
3075
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
3076
+ --color: #f0483e;
3077
+ --background-color: #fff;
3078
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3238
3079
  }
3239
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3240
- border-right-color: #0080ff;
3080
+ .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 {
3081
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
3241
3082
  }
3242
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3243
- border-color: #0080ff;
3083
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
3084
+ --color: #fea008;
3085
+ --background-color: #fff;
3244
3086
  }
3245
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3246
- background: rgba(0, 136, 255, 0.1);
3087
+ .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 {
3088
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
3247
3089
  }
3248
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3249
- background: rgba(211, 218, 235, 0.6);
3250
- border-color: #ccd4e3;
3251
- opacity: 0.5;
3090
+ .buj61ew.ant-btn-ordinary {
3091
+ --color: #1d326c;
3092
+ --border-color: #ccd4e3;
3093
+ --background-color: #fff;
3094
+ --background-color-hover: #edf0f7;
3095
+ --background-color-active: #e4e9f2;
3096
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3097
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
3252
3098
  }
3253
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3254
- color: #00122e;
3255
- border-color: #ccd4e3;
3099
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
3100
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
3256
3101
  }
3257
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3258
- color: #00122e;
3259
- border-color: #ccd4e3;
3260
- background: rgba(172, 186, 211, 0.6);
3102
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
3103
+ --color: #0080ff;
3104
+ --border-color: #0080ff;
3105
+ --background-color: #fff;
3106
+ --background-color-hover: linear-gradient(
3107
+ 0deg,
3108
+ rgba(0, 136, 255, 0.16),
3109
+ rgba(0, 136, 255, 0.16)
3110
+ ),
3111
+ #ffffff;
3112
+ --background-color-active: linear-gradient(
3113
+ 0deg,
3114
+ rgba(0, 136, 255, 0.2),
3115
+ rgba(0, 136, 255, 0.2)
3116
+ ),
3117
+ #ffffff;
3118
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3119
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
3261
3120
  }
3262
- .r1f0aqcc .ant-radio-button-input {
3263
- margin-right: 8px;
3264
- display: inline;
3265
- border: none;
3266
- padding: 0;
3267
- width: 36px;
3268
- background: transparent;
3121
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
3122
+ --color: #f0483e;
3123
+ --border-color: #f0483e;
3124
+ --background-color: #fff;
3125
+ --background-color-hover: linear-gradient(
3126
+ 0deg,
3127
+ rgba(255, 74, 74, 0.16),
3128
+ rgba(255, 74, 74, 0.16)
3129
+ ),
3130
+ #ffffff;
3131
+ --background-color-active: linear-gradient(
3132
+ 0deg,
3133
+ rgba(255, 74, 74, 0.2),
3134
+ rgba(255, 74, 74, 0.2)
3135
+ ),
3136
+ #ffffff;
3137
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3269
3138
  }
3270
- .r1f0aqcc .ant-radio-button-input:focus {
3139
+ .buj61ew.ant-btn-ordinary-onTint {
3140
+ --color: #1d326c;
3141
+ --border-color: #fff;
3142
+ --background-color: #fff;
3143
+ --background-color-hover: rgba(211, 218, 235, 0.6);
3144
+ --background-color-active: rgba(192, 203, 224, 0.6);
3145
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3271
3146
  box-shadow: none;
3272
3147
  }
3273
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3274
- margin-right: 0;
3275
- width: initial;
3148
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
3149
+ --color: #0080ff;
3150
+ --border-color: #fff;
3151
+ --background-color: #fff;
3152
+ --background-color-hover: rgba(0, 136, 255, 0.16);
3153
+ --background-color-active: rgba(0, 136, 255, 0.2);
3154
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3276
3155
  box-shadow: none;
3277
3156
  }
3278
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3279
- display: none;
3157
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
3158
+ --color: #f0483e;
3159
+ --background-color-hover: rgba(255, 74, 74, 0.16);
3160
+ --background-color-active: rgba(255, 74, 74, 0.2);
3161
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3280
3162
  }
3281
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3282
- display: inline;
3163
+ .buj61ew.ant-btn-quiet {
3164
+ --color: rgba(44, 56, 82, 0.6);
3165
+ --border-width: 0;
3166
+ --background-color: transparent;
3167
+ --background-color-hover: rgba(211, 218, 235, 0.6);
3168
+ --background-color-active: rgba(192, 203, 224, 0.6);
3169
+ --background-color-focus: #fff;
3170
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3171
+ box-shadow: none;
3283
3172
  }
3284
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3285
- display: inline;
3286
- margin-right: 8px;
3287
- padding: 0;
3288
- width: 36px;
3173
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
3174
+ --color: #f0483e;
3175
+ --background-color-hover: rgba(255, 74, 74, 0.16);
3176
+ --background-color-active: rgba(255, 74, 74, 0.2);
3177
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
3289
3178
  }
3290
-
3291
- .s1fc623g {
3292
- width: 430px !important;
3179
+ .buj61ew.ant-btn-quiet.quiet-blue {
3180
+ --color: #0080ff;
3181
+ --background-color: transparent;
3182
+ --background-color-hover: rgba(0, 136, 255, 0.16);
3183
+ --background-color-active: rgba(0, 136, 255, 0.2);
3184
+ --background-color-focus: #fff;
3185
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
3293
3186
  }
3294
-
3295
- .oa3mx0o {
3296
- display: flex;
3297
- flex-direction: column;
3187
+ .buj61ew.has-icon {
3188
+ display: inline-flex;
3189
+ align-items: center;
3298
3190
  }
3299
-
3300
- .onr9gzt {
3301
- display: flex;
3302
- justify-content: space-between;
3191
+ .buj61ew .button-prefix-icon {
3192
+ margin-right: 4px;
3193
+ display: inline-flex;
3303
3194
  }
3304
-
3305
- .oiy0apc {
3306
- display: flex;
3307
- color: rgba(44, 56, 82, 0.6);
3195
+ .buj61ew .button-suffix-icon {
3196
+ margin-left: 4px;
3197
+ display: inline-flex;
3198
+ }
3199
+ .buj61ew .icon-wrapper {
3200
+ display: inline-flex;
3201
+ vertical-align: bottom;
3308
3202
  }
3309
3203
 
3310
- .i1e4sgug {
3311
- display: inline-block;
3204
+ .nchllas {
3205
+ padding: 0;
3312
3206
  }
3313
3207
 
3314
- .c198s9j3 {
3315
- color: #2d3a56;
3316
- line-height: 22px;
3317
- display: inline-flex;
3208
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3209
+ flex-direction: row;
3210
+ justify-content: stretch;
3318
3211
  }
3319
- .c198s9j3 .ant-checkbox {
3320
- height: 22px;
3321
- display: flex;
3322
- align-items: center;
3323
- top: 0;
3212
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3213
+ padding: 0;
3214
+ margin-right: 4px;
3215
+ flex: 1;
3216
+ overflow: visible;
3324
3217
  }
3325
- .c198s9j3 .ant-checkbox-checked::after {
3326
- border: none;
3218
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3219
+ display: none;
3327
3220
  }
3328
- .c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
3329
- .c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
3330
- border-color: #0080ff;
3221
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3222
+ width: 100%;
3223
+ min-height: unset;
3331
3224
  }
3332
- .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3333
- border: 1px solid rgba(107, 128, 167, 0.6);
3225
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3226
+ height: 26px;
3227
+ line-height: 26px;
3228
+ width: 100%;
3229
+ text-align: center;
3230
+ padding: 0;
3231
+ font-size: 12px;
3232
+ font-weight: normal;
3334
3233
  }
3335
- .c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
3336
- .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3337
- border: 1px solid #0080ff;
3234
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3235
+ margin-right: 10px;
3338
3236
  }
3339
- .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3340
- background: #0080ff;
3237
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3238
+ display: none;
3341
3239
  }
3342
- .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3343
- background-color: #fff;
3344
- height: 2px;
3345
- width: 10px;
3346
- border-radius: 2px;
3240
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3241
+ border-radius: 4px 0 0 4px;
3347
3242
  }
3348
- .c198s9j3.ant-checkbox-wrapper-disabled {
3349
- opacity: 0.5;
3243
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3244
+ margin-right: 0;
3245
+ }
3246
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3247
+ border-radius: 0 4px 4px 0;
3248
+ }
3249
+ .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 {
3250
+ content: "";
3251
+ width: 0;
3252
+ height: 0;
3253
+ border: 13px solid transparent;
3254
+ position: absolute;
3255
+ top: 0;
3256
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
3257
+ right: -21px;
3258
+ z-index: 2;
3259
+ }
3260
+ .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 {
3261
+ content: "";
3262
+ width: 0;
3263
+ height: 0;
3264
+ border: 13px solid transparent;
3265
+ position: absolute;
3266
+ top: 0;
3267
+ border-left: 8px solid #fff;
3268
+ left: 0;
3269
+ }
3270
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3271
+ background-color: rgba(0, 136, 255, 0.1);
3350
3272
  }
3351
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
3352
- background: rgba(211, 218, 235, 0.6);
3353
- border-color: rgba(107, 128, 167, 0.6) !important;
3273
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3274
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
3354
3275
  }
3355
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3356
- border-color: #2d3a56;
3276
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3277
+ color: #005ed1;
3357
3278
  }
3358
- .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3359
- background: #2d3a56;
3279
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3280
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3281
+ background-color: rgba(237, 241, 250, 0.6);
3360
3282
  }
3361
- .c198s9j3 .ant-checkbox + span,
3362
- .c198s9j3 .ant-checkbox-disabled + span {
3283
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3284
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3285
+ color: rgba(44, 56, 82, 0.6);
3286
+ }
3287
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3363
3288
  padding: 0;
3364
3289
  }
3365
- .c198s9j3 .ant-checkbox + span .main,
3366
- .c198s9j3 .ant-checkbox-disabled + span .main {
3367
- display: inline-block;
3368
- margin-left: 12px;
3369
- color: #2d3a56;
3290
+
3291
+ .s1fc623g {
3292
+ width: 430px !important;
3370
3293
  }
3371
- .c198s9j3 .ant-checkbox + span .sub,
3372
- .c198s9j3 .ant-checkbox-disabled + span .sub {
3373
- margin-left: 28px;
3374
- color: rgba(44, 56, 82, 0.6);
3294
+
3295
+ .oa3mx0o {
3296
+ display: flex;
3297
+ flex-direction: column;
3375
3298
  }
3376
- .c198s9j3.compact .ant-checkbox + span .main,
3377
- .c198s9j3.compact .ant-checkbox-disabled + span .main {
3378
- margin-left: 8px;
3299
+
3300
+ .onr9gzt {
3301
+ display: flex;
3302
+ justify-content: space-between;
3379
3303
  }
3380
- .c198s9j3.compact .ant-checkbox + span .sub,
3381
- .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3382
- margin-left: 24px;
3304
+
3305
+ .oiy0apc {
3306
+ display: flex;
3307
+ color: rgba(44, 56, 82, 0.6);
3308
+ }
3309
+
3310
+ .i1e4sgug {
3311
+ display: inline-block;
3383
3312
  }
3384
3313
 
3385
3314
  .d6j0lbj {
@@ -3857,6 +3786,142 @@ input.rrg1fkn.ant-input {
3857
3786
  line-height: 12px;
3858
3787
  }
3859
3788
 
3789
+ .c198s9j3 {
3790
+ color: #2d3a56;
3791
+ line-height: 22px;
3792
+ display: inline-flex;
3793
+ }
3794
+ .c198s9j3 .ant-checkbox {
3795
+ height: 22px;
3796
+ display: flex;
3797
+ align-items: center;
3798
+ top: 0;
3799
+ }
3800
+ .c198s9j3 .ant-checkbox-checked::after {
3801
+ border: none;
3802
+ }
3803
+ .c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
3804
+ .c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
3805
+ border-color: #0080ff;
3806
+ }
3807
+ .c198s9j3 .ant-checkbox .ant-checkbox-inner {
3808
+ border: 1px solid rgba(107, 128, 167, 0.6);
3809
+ }
3810
+ .c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
3811
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3812
+ border: 1px solid #0080ff;
3813
+ }
3814
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
3815
+ background: #0080ff;
3816
+ }
3817
+ .c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3818
+ background-color: #fff;
3819
+ height: 2px;
3820
+ width: 10px;
3821
+ border-radius: 2px;
3822
+ }
3823
+ .c198s9j3.ant-checkbox-wrapper-disabled {
3824
+ opacity: 0.5;
3825
+ }
3826
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
3827
+ background: rgba(211, 218, 235, 0.6);
3828
+ border-color: rgba(107, 128, 167, 0.6) !important;
3829
+ }
3830
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
3831
+ border-color: #2d3a56;
3832
+ }
3833
+ .c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
3834
+ background: #2d3a56;
3835
+ }
3836
+ .c198s9j3 .ant-checkbox + span,
3837
+ .c198s9j3 .ant-checkbox-disabled + span {
3838
+ padding: 0;
3839
+ }
3840
+ .c198s9j3 .ant-checkbox + span .main,
3841
+ .c198s9j3 .ant-checkbox-disabled + span .main {
3842
+ display: inline-block;
3843
+ margin-left: 12px;
3844
+ color: #2d3a56;
3845
+ }
3846
+ .c198s9j3 .ant-checkbox + span .sub,
3847
+ .c198s9j3 .ant-checkbox-disabled + span .sub {
3848
+ margin-left: 28px;
3849
+ color: rgba(44, 56, 82, 0.6);
3850
+ }
3851
+ .c198s9j3.compact .ant-checkbox + span .main,
3852
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
3853
+ margin-left: 8px;
3854
+ }
3855
+ .c198s9j3.compact .ant-checkbox + span .sub,
3856
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
3857
+ margin-left: 24px;
3858
+ }
3859
+
3860
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3861
+ border-radius: 6px;
3862
+ }
3863
+ .shq1k1g.ant-select.ant-select-single {
3864
+ width: 100%;
3865
+ height: 30px;
3866
+ color: #2d3a56;
3867
+ border-color: rgba(211, 218, 235, 0.6);
3868
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3869
+ font-size: 13px;
3870
+ }
3871
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3872
+ height: 38px;
3873
+ font-size: 13px;
3874
+ }
3875
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3876
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3877
+ transition: 160ms ease;
3878
+ }
3879
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3880
+ color: #0080ff;
3881
+ }
3882
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3883
+ border-color: rgba(107, 128, 167, 0.6);
3884
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3885
+ }
3886
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3887
+ color: #0080ff;
3888
+ }
3889
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3890
+ border-color: #0080ff;
3891
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3892
+ }
3893
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3894
+ transform: rotate(180deg);
3895
+ }
3896
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3897
+ background: rgba(211, 218, 235, 0.6);
3898
+ border-color: rgba(172, 186, 211, 0.6);
3899
+ cursor: "not-allowed";
3900
+ }
3901
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3902
+ border-color: #f0483e !important;
3903
+ }
3904
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3905
+ color: #1d326c;
3906
+ }
3907
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3908
+ border-color: #0080ff;
3909
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3910
+ }
3911
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3912
+ transform: rotate(180deg);
3913
+ }
3914
+
3915
+ .igz4le8 {
3916
+ height: 24px;
3917
+ width: 56px !important;
3918
+ margin-right: 4px;
3919
+ }
3920
+
3921
+ .c1riexje {
3922
+ color: rgba(44, 56, 82, 0.6);
3923
+ }
3924
+
3860
3925
  .iiqau4c.ant-input-group.ant-input-group-compact {
3861
3926
  display: flex;
3862
3927
  }
@@ -4022,71 +4087,6 @@ input.rrg1fkn.ant-input {
4022
4087
  margin-left: 8px;
4023
4088
  }
4024
4089
 
4025
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4026
- border-radius: 6px;
4027
- }
4028
- .shq1k1g.ant-select.ant-select-single {
4029
- width: 100%;
4030
- height: 30px;
4031
- color: #2d3a56;
4032
- border-color: rgba(211, 218, 235, 0.6);
4033
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4034
- font-size: 13px;
4035
- }
4036
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4037
- height: 38px;
4038
- font-size: 13px;
4039
- }
4040
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4041
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4042
- transition: 160ms ease;
4043
- }
4044
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4045
- color: #0080ff;
4046
- }
4047
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
4048
- border-color: rgba(107, 128, 167, 0.6);
4049
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4050
- }
4051
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4052
- color: #0080ff;
4053
- }
4054
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
4055
- border-color: #0080ff;
4056
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4057
- }
4058
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4059
- transform: rotate(180deg);
4060
- }
4061
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4062
- background: rgba(211, 218, 235, 0.6);
4063
- border-color: rgba(172, 186, 211, 0.6);
4064
- cursor: "not-allowed";
4065
- }
4066
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4067
- border-color: #f0483e !important;
4068
- }
4069
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4070
- color: #1d326c;
4071
- }
4072
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4073
- border-color: #0080ff;
4074
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4075
- }
4076
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4077
- transform: rotate(180deg);
4078
- }
4079
-
4080
- .igz4le8 {
4081
- height: 24px;
4082
- width: 56px !important;
4083
- margin-right: 4px;
4084
- }
4085
-
4086
- .c1riexje {
4087
- color: rgba(44, 56, 82, 0.6);
4088
- }
4089
-
4090
4090
  .t1gz6wqf {
4091
4091
  height: 100%;
4092
4092
  }