@cloudtower/eagle 0.24.17 → 0.24.18

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,417 +1597,147 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1598
  }
1599
1599
  }
1600
- .iap75of {
1601
- height: 18px;
1602
- line-height: 18px;
1603
- padding: 0 4px;
1604
- border-radius: 4px;
1605
- background: rgba(235, 239, 245, 0.6);
1606
- border: 1px solid rgba(223, 228, 235, 0.6);
1607
- display: flex;
1608
- align-items: center;
1609
- white-space: nowrap;
1610
- margin-right: 4px;
1611
- }
1612
-
1613
- .i1mrf09m {
1614
- display: inline-flex;
1615
- align-items: center;
1616
- }
1617
- .i1mrf09m .icon-inner {
1618
- display: inline-flex;
1619
- align-items: center;
1620
- justify-content: center;
1621
- }
1622
- .i1mrf09m .icon-inner + span,
1623
- .i1mrf09m span + .icon-inner.suffix {
1624
- margin-left: 4px;
1625
- }
1626
- .i1mrf09m.is-rotate img,
1627
- .i1mrf09m.is-rotate svg {
1628
- animation: rotate 680ms linear infinite;
1629
- }
1630
-
1631
- .fde5mpd {
1632
- width: 100%;
1633
- height: 100%;
1634
- min-height: 124px;
1635
- display: flex;
1636
- flex-direction: column;
1637
- justify-content: center;
1638
- align-items: center;
1639
- }
1640
- .fde5mpd .error-text {
1641
- color: rgba(10, 37, 85, 0.6);
1642
- margin-bottom: 16px;
1643
- font-size: 18px;
1644
- }
1645
-
1646
- .bpq0js6 {
1647
- padding: 4px 11px;
1648
- }
1649
-
1650
- .b15sn34c {
1651
- white-space: nowrap;
1652
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1653
- }
1654
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1655
- --color: #0080ff;
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);
1656
1606
  }
1657
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1658
- --color: #0080ff;
1607
+ .buj61ew.ant-btn.ant-btn-lg {
1608
+ height: 40px;
1609
+ line-height: 24px;
1659
1610
  }
1660
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1661
- margin-left: 1px;
1611
+ .buj61ew.ant-btn.ant-btn-sm {
1612
+ height: 24px;
1613
+ line-height: 20px;
1662
1614
  }
1663
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1664
- border-top-right-radius: 0;
1665
- border-bottom-right-radius: 0;
1615
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1616
+ border-radius: 50%;
1666
1617
  }
1667
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1668
- border-top-left-radius: 0;
1669
- border-bottom-left-radius: 0;
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);
1670
1624
  }
1671
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1672
- border-radius: unset;
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;
1673
1627
  }
1674
-
1675
- .p12gwtiw {
1676
- display: flex;
1677
- justify-content: space-between;
1678
- align-items: center;
1679
- padding: 10px 0;
1680
- color: rgba(44, 56, 82, 0.6);
1681
- font-size: 12px;
1682
- line-height: 24px;
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);
1683
1630
  }
1684
- .p12gwtiw .pagination-left {
1685
- padding: 2px 8px;
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));
1686
1634
  }
1687
- .p12gwtiw .dropdown-trigger {
1688
- display: flex;
1689
- align-items: center;
1690
- border-radius: 6px;
1691
- cursor: pointer;
1692
- transition: all 0.3s ease;
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));
1693
1640
  }
1694
- .p12gwtiw .dropdown-trigger:hover {
1695
- background: rgba(211, 218, 235, 0.6);
1696
- color: #0080ff;
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));
1697
1645
  }
1698
- .p12gwtiw .dropdown-trigger .icon-inner {
1699
- margin-left: 4px;
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;
1700
1651
  }
1701
- .p12gwtiw .pagination-right {
1702
- display: flex;
1703
- align-items: center;
1652
+ .buj61ew.ant-btn-link[disabled] {
1704
1653
  color: #0080ff;
1705
- font-weight: bold;
1654
+ opacity: 0.5;
1706
1655
  }
1707
- .p12gwtiw .pagination-right .icon-inner {
1708
- margin-left: 4px;
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);
1709
1665
  }
1710
- .p12gwtiw .pagination-right .prev-btn,
1711
- .p12gwtiw .pagination-right .next-btn {
1712
- padding: 0 8px;
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);
1713
1672
  }
1714
- .p12gwtiw .pagination-right .prev-btn > span,
1715
- .p12gwtiw .pagination-right .next-btn > span {
1716
- color: #0080ff;
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;
1717
1678
  }
1718
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1719
- transform: rotate(180deg);
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);
1720
1688
  }
1721
-
1722
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1723
- max-height: calc(100vh - 128px);
1724
- overflow-y: auto;
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);
1725
1696
  }
1726
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1727
- padding: 4px 20px;
1728
- font-size: 12px;
1729
- line-height: 18px;
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);
1730
1703
  }
1731
-
1732
- .s34f1qb.ant-switch {
1733
- min-width: 40px;
1734
- height: 24px;
1735
- background: rgba(172, 186, 211, 0.6);
1736
- overflow: hidden;
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;
1737
1711
  }
1738
- .s34f1qb.ant-switch:focus {
1739
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
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));
1740
1714
  }
1741
- .s34f1qb.ant-switch-small {
1742
- min-width: 26px;
1743
- height: 16px;
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);
1744
1719
  }
1745
- .s34f1qb.ant-switch-large {
1746
- min-width: 52px;
1747
- height: 32px;
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));
1748
1722
  }
1749
- .s34f1qb.ant-switch .ant-switch-handle {
1750
- height: 20px;
1751
- width: 20px;
1723
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
1724
+ --color: #fea008;
1725
+ --background-color: #fff;
1752
1726
  }
1753
- .s34f1qb.ant-switch .ant-switch-handle::before {
1754
- border-radius: 10px;
1755
- transition-delay: 120ms;
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));
1756
1729
  }
1757
- .s34f1qb.ant-switch-small .ant-switch-handle {
1758
- height: 14px;
1759
- width: 14px;
1760
- top: 1px;
1761
- left: 1px;
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);
1762
1738
  }
1763
- .s34f1qb.ant-switch-large .ant-switch-handle {
1764
- height: 28px;
1765
- width: 28px;
1766
- }
1767
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
1768
- border-radius: 14px;
1769
- }
1770
- .s34f1qb.ant-switch-checked {
1771
- background-color: #00ba5d;
1772
- }
1773
- .s34f1qb.ant-switch-checked .ant-switch-handle {
1774
- left: calc(100% - 20px - 2px);
1775
- }
1776
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1777
- left: calc(100% - 14px - 1px);
1778
- }
1779
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1780
- left: calc(100% - 28px - 2px);
1781
- }
1782
-
1783
- .c1to9vb9 {
1784
- margin-left: 5px;
1785
- }
1786
-
1787
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1788
- flex-direction: row;
1789
- justify-content: stretch;
1790
- }
1791
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1792
- padding: 0;
1793
- margin-right: 4px;
1794
- flex: 1;
1795
- overflow: visible;
1796
- }
1797
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
1798
- display: none;
1799
- }
1800
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1801
- width: 100%;
1802
- min-height: unset;
1803
- }
1804
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
1805
- height: 26px;
1806
- line-height: 26px;
1807
- width: 100%;
1808
- text-align: center;
1809
- padding: 0;
1810
- font-size: 12px;
1811
- font-weight: normal;
1812
- }
1813
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
1814
- margin-right: 10px;
1815
- }
1816
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
1817
- display: none;
1818
- }
1819
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
1820
- border-radius: 4px 0 0 4px;
1821
- }
1822
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
1823
- margin-right: 0;
1824
- }
1825
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
1826
- border-radius: 0 4px 4px 0;
1827
- }
1828
- .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 {
1829
- content: "";
1830
- width: 0;
1831
- height: 0;
1832
- border: 13px solid transparent;
1833
- position: absolute;
1834
- top: 0;
1835
- border-left: 8px solid rgba(237, 241, 250, 0.6);
1836
- right: -21px;
1837
- z-index: 2;
1838
- }
1839
- .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 {
1840
- content: "";
1841
- width: 0;
1842
- height: 0;
1843
- border: 13px solid transparent;
1844
- position: absolute;
1845
- top: 0;
1846
- border-left: 8px solid #fff;
1847
- left: 0;
1848
- }
1849
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
1850
- background-color: rgba(0, 136, 255, 0.1);
1851
- }
1852
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
1853
- border-left-color: rgba(0, 136, 255, 0.1) !important;
1854
- }
1855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
1856
- color: #005ed1;
1857
- }
1858
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
1859
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
1860
- background-color: rgba(237, 241, 250, 0.6);
1861
- }
1862
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
1863
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
1864
- color: rgba(44, 56, 82, 0.6);
1865
- }
1866
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
1867
- padding: 0;
1868
- }
1869
-
1870
- .buj61ew.ant-btn {
1871
- height: 32px;
1872
- border-radius: 6px;
1873
- line-height: 22px;
1874
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1875
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1876
- }
1877
- .buj61ew.ant-btn.ant-btn-lg {
1878
- height: 40px;
1879
- line-height: 24px;
1880
- }
1881
- .buj61ew.ant-btn.ant-btn-sm {
1882
- height: 24px;
1883
- line-height: 20px;
1884
- }
1885
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1886
- border-radius: 50%;
1887
- }
1888
- .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 {
1889
- color: var(--color, #06101f);
1890
- font-weight: var(--font-weight);
1891
- background: var(--background-color, #fff);
1892
- border-width: var(--border-width, 1px);
1893
- border-color: var(--border-color, #d9d9d9);
1894
- }
1895
- .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 {
1896
- display: none;
1897
- }
1898
- .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 {
1899
- color: var(--color, inherit);
1900
- }
1901
- .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 {
1902
- background: var(--background-color-hover, var(--background-color));
1903
- border-color: var(--border-color-hover, var(--border-color, transparent));
1904
- }
1905
- .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 {
1906
- --scale: 1;
1907
- --transY: 1px;
1908
- background: var(--background-color-active, var(--background-color));
1909
- border-color: var(--border-color-active, var(--border-color, transparent));
1910
- }
1911
- .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 {
1912
- background: var(--background-color-focus, var(--background-color));
1913
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1914
- border-color: var(--border-color-focus, var(--border-color, transparent));
1915
- }
1916
- .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 {
1917
- color: var(--color-disabled, var(--color));
1918
- background: var(--background-color-disabled, var(--background-color));
1919
- border-color: var(--border-color-disabled, var(--border-color, transparent));
1920
- opacity: 0.5;
1921
- }
1922
- .buj61ew.ant-btn-link[disabled] {
1923
- color: #0080ff;
1924
- opacity: 0.5;
1925
- }
1926
- .buj61ew.ant-btn-primary {
1927
- --color: #fff;
1928
- --font-weight: bold;
1929
- --border-width: 0;
1930
- --background-color: #0080ff;
1931
- --background-color-hover: #009dff;
1932
- --background-color-active: #005ed1;
1933
- --background-color-focus: #0080ff;
1934
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1935
- }
1936
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
1937
- --background-color: #f0483e;
1938
- --background-color-hover: #ff5252;
1939
- --background-color-active: #c73d31;
1940
- --background-color-focus: #ff5252;
1941
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1942
- }
1943
- .buj61ew.ant-btn-primary.btn-primary-orange {
1944
- --background-color: #fea008;
1945
- --background-color-hover: #feba33;
1946
- --background-color-active: #e07f00;
1947
- --background-color-focus: #fea008;
1948
- }
1949
- .buj61ew.ant-btn-secondary {
1950
- --color: #0080ff;
1951
- --font-weight: bold;
1952
- --border-width: 0;
1953
- --background-color: rgba(0, 136, 255, 0.1);
1954
- --background-color-hover: rgba(0, 136, 255, 0.16);
1955
- --background-color-active: rgba(0, 136, 255, 0.2);
1956
- --background-color-focus: rgba(0, 136, 255, 0.1);
1957
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1958
- }
1959
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1960
- --color: #f0483e;
1961
- --background-color: rgba(255, 74, 74, 0.1);
1962
- --background-color-hover: rgba(255, 74, 74, 0.16);
1963
- --background-color-active: rgba(255, 74, 74, 0.2);
1964
- --background-color-focus: rgba(255, 74, 74, 0.1);
1965
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1966
- }
1967
- .buj61ew.ant-btn-secondary.btn-primary-orange {
1968
- --color: #fea008;
1969
- --background-color: rgba(255, 187, 0, 0.1);
1970
- --background-color-hover: rgba(255, 187, 0, 0.16);
1971
- --background-color-active: rgba(255, 187, 0, 0.2);
1972
- --background-color-focus: rgba(255, 187, 0, 0.1);
1973
- }
1974
- .buj61ew.ant-btn-tertiary {
1975
- --color: #0080ff;
1976
- --font-weight: bold;
1977
- --border-width: 0;
1978
- --background-color: #fff;
1979
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1980
- box-shadow: none;
1981
- }
1982
- .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 {
1983
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1984
- }
1985
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1986
- --color: #f0483e;
1987
- --background-color: #fff;
1988
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1989
- }
1990
- .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 {
1991
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1992
- }
1993
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
1994
- --color: #fea008;
1995
- --background-color: #fff;
1996
- }
1997
- .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 {
1998
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1999
- }
2000
- .buj61ew.ant-btn-ordinary {
2001
- --color: #1d326c;
2002
- --border-color: #ccd4e3;
2003
- --background-color: #fff;
2004
- --background-color-hover: #edf0f7;
2005
- --background-color-active: #e4e9f2;
2006
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2007
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2008
- }
2009
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
2010
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
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);
2011
1741
  }
2012
1742
  .buj61ew.ant-btn-ordinary.ordinary-blue {
2013
1743
  --color: #0080ff;
@@ -2115,17 +1845,213 @@ body {
2115
1845
  padding: 0;
2116
1846
  }
2117
1847
 
2118
- .rxbeqvl.ant-radio-wrapper {
2119
- display: inline-flex;
2120
- align-items: baseline;
2121
- white-space: pre-wrap;
2122
- }
2123
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2124
- position: relative;
2125
- top: 3px;
1848
+ .bpq0js6 {
1849
+ padding: 4px 11px;
2126
1850
  }
2127
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2128
- border-color: rgba(107, 128, 167, 0.6);
1851
+
1852
+ .b15sn34c {
1853
+ white-space: nowrap;
1854
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1855
+ }
1856
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
+ --color: #0080ff;
1858
+ }
1859
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1860
+ --color: #0080ff;
1861
+ }
1862
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
+ margin-left: 1px;
1864
+ }
1865
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
+ border-top-right-radius: 0;
1867
+ border-bottom-right-radius: 0;
1868
+ }
1869
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
+ border-top-left-radius: 0;
1871
+ border-bottom-left-radius: 0;
1872
+ }
1873
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
+ border-radius: unset;
1875
+ }
1876
+
1877
+ .fde5mpd {
1878
+ width: 100%;
1879
+ height: 100%;
1880
+ min-height: 124px;
1881
+ display: flex;
1882
+ flex-direction: column;
1883
+ justify-content: center;
1884
+ align-items: center;
1885
+ }
1886
+ .fde5mpd .error-text {
1887
+ color: rgba(10, 37, 85, 0.6);
1888
+ margin-bottom: 16px;
1889
+ font-size: 18px;
1890
+ }
1891
+
1892
+ .i1mrf09m {
1893
+ display: inline-flex;
1894
+ align-items: center;
1895
+ }
1896
+ .i1mrf09m .icon-inner {
1897
+ display: inline-flex;
1898
+ align-items: center;
1899
+ justify-content: center;
1900
+ }
1901
+ .i1mrf09m .icon-inner + span,
1902
+ .i1mrf09m span + .icon-inner.suffix {
1903
+ margin-left: 4px;
1904
+ }
1905
+ .i1mrf09m.is-rotate img,
1906
+ .i1mrf09m.is-rotate svg {
1907
+ animation: rotate 680ms linear infinite;
1908
+ }
1909
+
1910
+ .iap75of {
1911
+ height: 18px;
1912
+ line-height: 18px;
1913
+ padding: 0 4px;
1914
+ border-radius: 4px;
1915
+ background: rgba(235, 239, 245, 0.6);
1916
+ border: 1px solid rgba(223, 228, 235, 0.6);
1917
+ display: flex;
1918
+ align-items: center;
1919
+ white-space: nowrap;
1920
+ margin-right: 4px;
1921
+ }
1922
+
1923
+ .obf05yr {
1924
+ display: inline-block;
1925
+ }
1926
+
1927
+ .hsms1n6 {
1928
+ visibility: hidden;
1929
+ position: absolute;
1930
+ }
1931
+
1932
+ .s34f1qb.ant-switch {
1933
+ min-width: 40px;
1934
+ height: 24px;
1935
+ background: rgba(172, 186, 211, 0.6);
1936
+ overflow: hidden;
1937
+ }
1938
+ .s34f1qb.ant-switch:focus {
1939
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1940
+ }
1941
+ .s34f1qb.ant-switch-small {
1942
+ min-width: 26px;
1943
+ height: 16px;
1944
+ }
1945
+ .s34f1qb.ant-switch-large {
1946
+ min-width: 52px;
1947
+ height: 32px;
1948
+ }
1949
+ .s34f1qb.ant-switch .ant-switch-handle {
1950
+ height: 20px;
1951
+ width: 20px;
1952
+ }
1953
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1954
+ border-radius: 10px;
1955
+ transition-delay: 120ms;
1956
+ }
1957
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1958
+ height: 14px;
1959
+ width: 14px;
1960
+ top: 1px;
1961
+ left: 1px;
1962
+ }
1963
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1964
+ height: 28px;
1965
+ width: 28px;
1966
+ }
1967
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1968
+ border-radius: 14px;
1969
+ }
1970
+ .s34f1qb.ant-switch-checked {
1971
+ background-color: #00ba5d;
1972
+ }
1973
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1974
+ left: calc(100% - 20px - 2px);
1975
+ }
1976
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1977
+ left: calc(100% - 14px - 1px);
1978
+ }
1979
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1980
+ left: calc(100% - 28px - 2px);
1981
+ }
1982
+
1983
+ .c1to9vb9 {
1984
+ margin-left: 5px;
1985
+ }
1986
+
1987
+ .p12gwtiw {
1988
+ display: flex;
1989
+ justify-content: space-between;
1990
+ align-items: center;
1991
+ padding: 10px 0;
1992
+ color: rgba(44, 56, 82, 0.6);
1993
+ font-size: 12px;
1994
+ line-height: 24px;
1995
+ }
1996
+ .p12gwtiw .pagination-left {
1997
+ padding: 2px 8px;
1998
+ }
1999
+ .p12gwtiw .dropdown-trigger {
2000
+ display: flex;
2001
+ align-items: center;
2002
+ border-radius: 6px;
2003
+ cursor: pointer;
2004
+ transition: all 0.3s ease;
2005
+ }
2006
+ .p12gwtiw .dropdown-trigger:hover {
2007
+ background: rgba(211, 218, 235, 0.6);
2008
+ color: #0080ff;
2009
+ }
2010
+ .p12gwtiw .dropdown-trigger .icon-inner {
2011
+ margin-left: 4px;
2012
+ }
2013
+ .p12gwtiw .pagination-right {
2014
+ display: flex;
2015
+ align-items: center;
2016
+ color: #0080ff;
2017
+ font-weight: bold;
2018
+ }
2019
+ .p12gwtiw .pagination-right .icon-inner {
2020
+ margin-left: 4px;
2021
+ }
2022
+ .p12gwtiw .pagination-right .prev-btn,
2023
+ .p12gwtiw .pagination-right .next-btn {
2024
+ padding: 0 8px;
2025
+ }
2026
+ .p12gwtiw .pagination-right .prev-btn > span,
2027
+ .p12gwtiw .pagination-right .next-btn > span {
2028
+ color: #0080ff;
2029
+ }
2030
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2031
+ transform: rotate(180deg);
2032
+ }
2033
+
2034
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2035
+ max-height: calc(100vh - 128px);
2036
+ overflow-y: auto;
2037
+ }
2038
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2039
+ padding: 4px 20px;
2040
+ font-size: 12px;
2041
+ line-height: 18px;
2042
+ }
2043
+
2044
+ .rxbeqvl.ant-radio-wrapper {
2045
+ display: inline-flex;
2046
+ align-items: baseline;
2047
+ white-space: pre-wrap;
2048
+ }
2049
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2050
+ position: relative;
2051
+ top: 3px;
2052
+ }
2053
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2054
+ border-color: rgba(107, 128, 167, 0.6);
2129
2055
  }
2130
2056
  .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2131
2057
  border-color: #0080ff;
@@ -2257,15 +2183,6 @@ body {
2257
2183
  width: 36px;
2258
2184
  }
2259
2185
 
2260
- .obf05yr {
2261
- display: inline-block;
2262
- }
2263
-
2264
- .hsms1n6 {
2265
- visibility: hidden;
2266
- position: absolute;
2267
- }
2268
-
2269
2186
  .cz04yix {
2270
2187
  display: flex;
2271
2188
  flex-direction: column;
@@ -2931,483 +2848,450 @@ input.rrg1fkn.ant-input {
2931
2848
  border-bottom-left-radius: 0;
2932
2849
  }
2933
2850
 
2934
- .d6j0lbj {
2935
- font-family: Inter;
2936
- font-style: normal;
2937
- font-weight: bold;
2938
- font-size: 32px;
2939
- line-height: 40px;
2851
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
+ flex-direction: row;
2853
+ justify-content: stretch;
2940
2854
  }
2941
-
2942
- .d1xhvvxe {
2943
- font-family: Inter;
2944
- font-style: normal;
2945
- font-weight: bold;
2946
- font-size: 24px;
2947
- line-height: 32px;
2855
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
+ padding: 0;
2857
+ margin-right: 4px;
2858
+ flex: 1;
2859
+ overflow: visible;
2948
2860
  }
2949
-
2950
- .dk10mxq {
2951
- font-family: Inter;
2952
- font-style: normal;
2953
- font-weight: normal;
2954
- font-size: 32px;
2955
- line-height: 40px;
2861
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
+ display: none;
2956
2863
  }
2957
-
2958
- .dxsait {
2959
- font-family: Inter;
2960
- font-style: normal;
2961
- font-weight: bold;
2962
- font-size: 20px;
2963
- line-height: 24px;
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
+ width: 100%;
2866
+ min-height: unset;
2964
2867
  }
2965
-
2966
- .dokn0h3 {
2967
- font-family: Inter;
2968
- font-style: normal;
2868
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2869
+ height: 26px;
2870
+ line-height: 26px;
2871
+ width: 100%;
2872
+ text-align: center;
2873
+ padding: 0;
2874
+ font-size: 12px;
2969
2875
  font-weight: normal;
2970
- font-size: 20px;
2971
- line-height: 24px;
2972
2876
  }
2973
-
2974
- .dobau4p {
2975
- font-family: Inter;
2976
- font-style: normal;
2977
- font-weight: bold;
2978
- font-size: 18px;
2979
- line-height: 22px;
2877
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2878
+ margin-right: 10px;
2980
2879
  }
2981
-
2982
- .dvolwok {
2983
- font-family: Inter;
2984
- font-style: normal;
2985
- font-weight: normal;
2986
- font-size: 18px;
2987
- line-height: 22px;
2880
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2881
+ display: none;
2988
2882
  }
2989
-
2990
- .h181qhg4 {
2991
- font-family: Inter;
2992
- font-style: normal;
2993
- font-weight: bold;
2994
- font-size: 16px;
2995
- line-height: 22px;
2883
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2884
+ border-radius: 4px 0 0 4px;
2996
2885
  }
2997
-
2998
- .h1phgmcq {
2999
- font-family: Inter;
3000
- font-style: normal;
3001
- font-weight: normal;
3002
- font-size: 16px;
3003
- line-height: 22px;
2886
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2887
+ margin-right: 0;
3004
2888
  }
3005
-
3006
- .h173xnl1 {
3007
- font-family: Inter;
3008
- font-style: normal;
3009
- font-weight: bold;
3010
- font-size: 14px;
3011
- line-height: 20px;
2889
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2890
+ border-radius: 0 4px 4px 0;
3012
2891
  }
3013
-
3014
- .hedm4pz {
3015
- font-family: Inter;
3016
- font-style: normal;
3017
- font-weight: normal;
3018
- font-size: 14px;
3019
- line-height: 20px;
2892
+ .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 {
2893
+ content: "";
2894
+ width: 0;
2895
+ height: 0;
2896
+ border: 13px solid transparent;
2897
+ position: absolute;
2898
+ top: 0;
2899
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2900
+ right: -21px;
2901
+ z-index: 2;
3020
2902
  }
3021
-
3022
- .h1kd8xld {
3023
- font-family: Inter;
3024
- font-style: normal;
3025
- font-weight: bold;
3026
- font-size: 12px;
3027
- line-height: 18px;
2903
+ .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 {
2904
+ content: "";
2905
+ width: 0;
2906
+ height: 0;
2907
+ border: 13px solid transparent;
2908
+ position: absolute;
2909
+ top: 0;
2910
+ border-left: 8px solid #fff;
2911
+ left: 0;
3028
2912
  }
3029
-
3030
- .hp14fr {
3031
- font-family: Inter;
3032
- font-style: normal;
3033
- font-weight: normal;
3034
- font-size: 12px;
3035
- line-height: 18px;
2913
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2914
+ background-color: rgba(0, 136, 255, 0.1);
3036
2915
  }
3037
-
3038
- .hgrg7mn {
3039
- font-family: Inter;
3040
- font-style: normal;
3041
- font-weight: bold;
3042
- text-transform: uppercase;
3043
- font-feature-settings: "cpsp" on;
3044
- font-size: 12px;
3045
- line-height: 18px;
2916
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2917
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
3046
2918
  }
3047
-
3048
- .h6zme9x {
3049
- font-family: Inter;
3050
- font-style: normal;
3051
- font-weight: normal;
3052
- text-transform: uppercase;
3053
- font-feature-settings: "cpsp" on;
3054
- font-size: 12px;
3055
- line-height: 18px;
2919
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2920
+ color: #005ed1;
3056
2921
  }
3057
-
3058
- .locjvsv {
3059
- font-family: Inter;
3060
- font-style: normal;
3061
- font-weight: normal;
3062
- font-size: 16px;
3063
- line-height: 24px;
2922
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2923
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2924
+ background-color: rgba(237, 241, 250, 0.6);
3064
2925
  }
3065
-
3066
- .l13gi131 {
3067
- font-family: Inter;
3068
- font-style: normal;
3069
- font-weight: bold;
3070
- font-size: 16px;
3071
- line-height: 24px;
2926
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2927
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2928
+ color: rgba(44, 56, 82, 0.6);
3072
2929
  }
3073
-
3074
- .l1ynemsu {
3075
- font-family: Inter;
3076
- font-style: normal;
3077
- font-weight: normal;
3078
- font-size: 16px;
3079
- line-height: 24px;
2930
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2931
+ padding: 0;
3080
2932
  }
3081
2933
 
3082
- .l1cft1cx {
3083
- font-family: Inter;
3084
- font-style: normal;
3085
- font-weight: bold;
3086
- font-size: 16px;
3087
- line-height: 24px;
2934
+ .t1upn1sz {
2935
+ height: 100%;
3088
2936
  }
3089
2937
 
3090
- .l17tqc8p {
3091
- font-family: Inter;
3092
- font-style: normal;
3093
- font-weight: normal;
3094
- text-transform: uppercase;
3095
- font-feature-settings: "cpsp" on;
3096
- font-size: 16px;
3097
- line-height: 24px;
2938
+ .tta5kd2 {
2939
+ height: 100%;
3098
2940
  }
3099
-
3100
- .l1j1e5w7 {
3101
- font-family: Inter;
3102
- font-style: normal;
3103
- font-weight: bold;
3104
- text-transform: uppercase;
3105
- font-feature-settings: "cpsp" on;
3106
- font-size: 16px;
3107
- line-height: 24px;
2941
+ .tta5kd2.empty-table .ant-table-content {
2942
+ overflow: visible !important;
2943
+ height: 100%;
3108
2944
  }
3109
-
3110
- .l1gf91jb {
3111
- font-family: Inter;
3112
- font-style: normal;
3113
- font-weight: normal;
3114
- font-size: 14px;
3115
- line-height: 22px;
2945
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
+ height: 100%;
3116
2947
  }
3117
-
3118
- .lu7hlr6 {
3119
- font-family: Inter;
3120
- font-style: normal;
3121
- font-weight: 500;
3122
- font-size: 14px;
3123
- line-height: 22px;
2948
+ .tta5kd2.empty-table .ant-table-content table {
2949
+ width: 100% !important;
2950
+ height: 100%;
3124
2951
  }
3125
-
3126
- .l3l3jf0 {
3127
- font-family: Inter;
3128
- font-style: normal;
3129
- font-weight: bold;
3130
- font-size: 14px;
3131
- line-height: 22px;
2952
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
+ padding: 15px 0;
3132
2954
  }
3133
-
3134
- .l12j5nqp {
3135
- font-family: Inter;
3136
- font-style: normal;
3137
- font-weight: normal;
3138
- font-size: 14px;
3139
- line-height: 22px;
2955
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2956
+ display: none;
3140
2957
  }
3141
-
3142
- .l1tecqht {
3143
- font-family: Inter;
3144
- font-style: normal;
3145
- font-weight: bold;
3146
- font-size: 14px;
3147
- line-height: 22px;
2958
+ .tta5kd2 .active-row td:nth-child(1) {
2959
+ font-weight: 700;
3148
2960
  }
3149
-
3150
- .l6sa990 {
3151
- font-family: Inter;
3152
- font-style: normal;
3153
- font-weight: normal;
3154
- text-transform: uppercase;
3155
- font-feature-settings: "cpsp" on;
3156
- font-size: 14px;
3157
- line-height: 22px;
2961
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
+ font-weight: 700;
3158
2963
  }
3159
-
3160
- .lckqe8j {
3161
- font-family: Inter;
3162
- font-style: normal;
3163
- font-weight: bold;
3164
- text-transform: uppercase;
3165
- font-feature-settings: "cpsp" on;
3166
- font-size: 14px;
3167
- line-height: 22px;
2964
+ .tta5kd2 .ant-spin-nested-loading {
2965
+ height: 100%;
3168
2966
  }
3169
-
3170
- .l1kuminb {
3171
- font-family: Inter;
3172
- font-style: normal;
3173
- font-weight: normal;
3174
- font-size: 13px;
3175
- line-height: 20px;
2967
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
+ height: 100%;
2969
+ overflow: visible;
3176
2970
  }
3177
-
3178
- .l1pbuf5j {
3179
- font-family: Inter;
3180
- font-style: normal;
3181
- font-weight: 600;
3182
- font-size: 13px;
3183
- line-height: 20px;
2971
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
+ max-height: none;
3184
2973
  }
3185
-
3186
- .l1r4ztu {
3187
- font-family: Inter;
3188
- font-style: normal;
3189
- font-weight: bold;
3190
- font-size: 13px;
3191
- line-height: 20px;
2974
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
+ display: none;
3192
2977
  }
3193
-
3194
- .ly8vzok {
3195
- font-family: Inter;
3196
- font-style: normal;
3197
- font-weight: normal;
3198
- font-size: 13px;
3199
- line-height: 20px;
2978
+ .tta5kd2 td.ant-table-column-sort {
2979
+ background: transparent;
3200
2980
  }
3201
-
3202
- .lumfmf {
3203
- font-family: Inter;
3204
- font-style: normal;
3205
- font-weight: 600;
3206
- font-size: 13px;
3207
- line-height: 20px;
2981
+ .tta5kd2 td.ant-table-cell-fix-left,
2982
+ .tta5kd2 td.ant-table-cell-fix-right {
2983
+ background: #fff;
2984
+ padding: 0 !important;
3208
2985
  }
3209
-
3210
- .l16ujwmv {
3211
- font-family: Inter;
3212
- font-style: normal;
3213
- font-weight: bold;
3214
- font-size: 13px;
3215
- line-height: 20px;
2986
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2988
+ display: flex;
2989
+ align-items: center;
2990
+ height: 100%;
2991
+ padding: 8px;
3216
2992
  }
3217
-
3218
- .l17o1ffr {
3219
- font-family: Inter;
3220
- font-style: normal;
3221
- font-weight: normal;
3222
- text-transform: uppercase;
3223
- font-feature-settings: "cpsp" on;
3224
- font-size: 13px;
3225
- line-height: 20px;
2993
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2994
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2995
+ overflow: hidden;
2996
+ text-overflow: ellipsis;
2997
+ width: 100%;
3226
2998
  }
3227
-
3228
- .lngllvn {
3229
- font-family: Inter;
3230
- font-style: normal;
3231
- font-weight: bold;
3232
- text-transform: uppercase;
3233
- font-feature-settings: "cpsp" on;
3234
- font-size: 13px;
3235
- line-height: 20px;
2999
+ .tta5kd2 .ant-table-container {
3000
+ height: 100%;
3236
3001
  }
3237
-
3238
- .l2i7fo9 {
3239
- font-family: Inter;
3240
- font-style: normal;
3241
- font-weight: normal;
3242
- font-size: 12px;
3243
- line-height: 18px;
3002
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
+ box-shadow: none !important;
3244
3004
  }
3245
-
3246
- .l1x7hscx {
3247
- font-family: Inter;
3248
- font-style: normal;
3249
- font-weight: 500;
3005
+ .tta5kd2 .ant-table {
3006
+ border-radius: 0px;
3007
+ border-left: none;
3008
+ border-right: none;
3009
+ border-bottom: none;
3010
+ height: 100%;
3250
3011
  font-size: 12px;
3251
- line-height: 18px;
3012
+ background: transparent;
3252
3013
  }
3253
-
3254
- .le1jwan {
3255
- font-family: Inter;
3256
- font-style: normal;
3257
- font-weight: bold;
3258
- font-size: 12px;
3259
- line-height: 18px;
3014
+ .tta5kd2 .ant-table .ant-table-header {
3015
+ position: relative;
3016
+ z-index: 3;
3017
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3018
+ margin-bottom: -1px;
3260
3019
  }
3261
-
3262
- .lyxynfj {
3263
- font-family: Inter;
3264
- font-style: normal;
3265
- font-weight: normal;
3266
- font-size: 12px;
3267
- line-height: 18px;
3020
+ .tta5kd2 .ant-table .time-wrapper .data,
3021
+ .tta5kd2 .ant-table .value {
3022
+ color: #2d3a56;
3268
3023
  }
3269
-
3270
- .lpb2nxv {
3271
- font-family: Inter;
3272
- font-style: normal;
3273
- font-weight: 500;
3274
- font-size: 12px;
3275
- line-height: 18px;
3024
+ .tta5kd2 .ant-table .time-wrapper .time,
3025
+ .tta5kd2 .ant-table .unit {
3026
+ color: rgba(44, 56, 82, 0.6);
3276
3027
  }
3277
-
3278
- .l1r8o3vv {
3279
- font-family: Inter;
3280
- font-style: normal;
3281
- font-weight: bold;
3282
- font-size: 12px;
3283
- line-height: 18px;
3028
+ .tta5kd2 .ant-table .ant-table-selection {
3029
+ text-align: center;
3284
3030
  }
3285
-
3286
- .lemnjy2 {
3287
- font-family: Inter;
3288
- font-style: normal;
3289
- font-weight: normal;
3290
- text-transform: uppercase;
3291
- font-feature-settings: "cpsp" on;
3292
- font-size: 12px;
3293
- line-height: 18px;
3031
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3032
+ background: #fff;
3294
3033
  }
3295
-
3296
- .lrc42gb {
3297
- font-family: Inter;
3298
- font-style: normal;
3299
- font-weight: bold;
3300
- text-transform: uppercase;
3301
- font-feature-settings: "cpsp" on;
3034
+ .tta5kd2 .ant-table .anticon-setting {
3035
+ cursor: pointer;
3036
+ position: absolute;
3037
+ top: 50%;
3038
+ right: 12px;
3039
+ transform: translateY(-50%);
3040
+ }
3041
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3042
+ box-shadow: none;
3043
+ width: 1px;
3044
+ background: rgba(213, 219, 227, 0.6);
3045
+ }
3046
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3047
+ box-shadow: none;
3048
+ width: 1px;
3049
+ background: rgba(213, 219, 227, 0.6);
3050
+ }
3051
+ .tta5kd2 .ant-table .ant-table-tbody {
3052
+ position: relative;
3053
+ }
3054
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3055
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3056
+ border-bottom: 1px solid white;
3057
+ height: 40px;
3058
+ vertical-align: middle;
3059
+ transition: background 0ms;
3060
+ color: #00122e;
3061
+ }
3062
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3063
+ background: #f2f5fa;
3064
+ border-bottom-color: #f2f5fa;
3065
+ }
3066
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3067
+ height: auto;
3068
+ color: #00122e;
3302
3069
  font-size: 12px;
3303
- line-height: 18px;
3070
+ text-align: left;
3071
+ transition: none;
3072
+ overflow: hidden;
3073
+ text-overflow: ellipsis;
3074
+ white-space: nowrap;
3075
+ }
3076
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3077
+ color: #0096ff;
3078
+ }
3079
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3080
+ overflow: hidden;
3081
+ text-overflow: ellipsis;
3082
+ width: 100%;
3083
+ vertical-align: middle;
3084
+ }
3085
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
+ line-height: 0px;
3087
+ }
3088
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3089
+ padding-right: 25px;
3090
+ }
3091
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
+ border-top-color: transparent;
3093
+ }
3094
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3095
+ background: rgba(225, 230, 241, 0.6);
3096
+ border-color: transparent transparent white;
3097
+ }
3098
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
+ border-radius: 8px 0 0 8px;
3100
+ }
3101
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3102
+ border-radius: 8px 0 0 8px;
3103
+ }
3104
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3105
+ content: "";
3106
+ width: 4px;
3107
+ top: -1px;
3108
+ bottom: -1px;
3109
+ background: white;
3110
+ }
3111
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3112
+ border-radius: 0 8px 8px 0;
3113
+ }
3114
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3115
+ border-radius: 0;
3116
+ background: white;
3117
+ border-top: none;
3118
+ }
3119
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3120
+ border-top: 1px solid transparent;
3121
+ border-radius: 0 8px 8px 0;
3122
+ background: rgba(225, 230, 241, 0.6);
3123
+ }
3124
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3125
+ background: white;
3126
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3127
+ }
3128
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3129
+ display: flex;
3130
+ align-items: center;
3131
+ height: 100%;
3132
+ background: rgba(225, 230, 241, 0.6);
3133
+ }
3134
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3135
+ background: white;
3136
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3137
+ }
3138
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3139
+ display: flex;
3140
+ align-items: center;
3141
+ height: 100%;
3142
+ background: rgba(225, 230, 241, 0.6);
3143
+ }
3144
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3146
+ }
3147
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3148
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3149
+ border-radius: 8px;
3150
+ }
3151
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
+ border-top-color: white;
3153
+ }
3154
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3155
+ background: rgba(0, 136, 255, 0.1);
3156
+ border-bottom-color: transparent;
3157
+ border-top-color: transparent;
3158
+ }
3159
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3160
+ border-radius: 8px 0 0 8px;
3161
+ }
3162
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3163
+ border-radius: 0 8px 8px 0;
3164
+ }
3165
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3166
+ background: rgba(0, 136, 255, 0.1);
3167
+ }
3168
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3169
+ background: #fff;
3170
+ font-weight: 400;
3171
+ position: relative;
3172
+ border-bottom: none;
3173
+ color: #00122e;
3174
+ transition: none;
3175
+ padding: 15px 8px 15px 8px;
3176
+ }
3177
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3178
+ content: "";
3179
+ width: 1px;
3180
+ top: 0;
3181
+ bottom: 0;
3182
+ background: rgba(211, 218, 235, 0.6);
3183
+ position: absolute;
3184
+ right: 0;
3185
+ }
3186
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3187
+ padding: unset;
3188
+ }
3189
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3190
+ display: none;
3191
+ }
3192
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3193
+ width: 100%;
3194
+ overflow: hidden;
3195
+ white-space: nowrap;
3196
+ text-overflow: ellipsis;
3197
+ }
3198
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3199
+ overflow: hidden;
3200
+ text-overflow: ellipsis;
3201
+ flex: 1;
3202
+ }
3203
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3204
+ padding: 15px 25px 15px 8px;
3205
+ }
3206
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3207
+ padding: 0;
3208
+ }
3209
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3210
+ position: absolute;
3211
+ right: 6px;
3212
+ top: 50%;
3213
+ transform: translateY(-50%);
3214
+ height: 16px;
3215
+ display: none;
3216
+ transition: transform 320ms ease;
3217
+ }
3218
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3219
+ display: block;
3220
+ transform: translateY(-50%) rotateX(180deg);
3221
+ }
3222
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3223
+ display: block;
3224
+ }
3225
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3226
+ display: none;
3227
+ }
3228
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3229
+ transform: translateY(-50%);
3304
3230
  }
3305
-
3306
- .fqaz4mb {
3307
- font-family: Inter;
3308
- font-style: normal;
3309
- font-weight: normal;
3310
- font-size: 13px;
3311
- line-height: 20px;
3231
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3232
+ transform: translateY(-50%) rotateX(180deg);
3312
3233
  }
3313
-
3314
- .f13we5o {
3315
- font-family: Inter;
3316
- font-style: normal;
3317
- font-weight: normal;
3318
- font-size: 13px;
3319
- line-height: 20px;
3234
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3235
+ background: #f2f5fa;
3320
3236
  }
3321
-
3322
- .ffmjua2 {
3323
- font-family: Inter;
3324
- font-style: normal;
3325
- font-weight: normal;
3326
- font-size: 12px;
3327
- line-height: 18px;
3237
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3238
+ display: block;
3328
3239
  }
3329
-
3330
- .fz2mxw0 {
3331
- font-family: Inter;
3332
- font-style: normal;
3333
- font-weight: normal;
3334
- font-size: 12px;
3335
- line-height: 18px;
3240
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3241
+ padding-right: 25px;
3336
3242
  }
3337
-
3338
- .t1ertzoh {
3339
- font-family: Inter;
3340
- font-style: normal;
3341
- font-weight: normal;
3342
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3343
- font-size: 13px;
3344
- line-height: 20px;
3243
+ .tta5kd2 .ant-table .ant-table-selection-column {
3244
+ padding: 0 !important;
3345
3245
  }
3346
-
3347
- .t19bge8r {
3348
- font-family: Inter;
3349
- font-style: normal;
3350
- font-weight: normal;
3351
- font-feature-settings: "zero" on;
3352
- font-size: 13px;
3353
- line-height: 20px;
3246
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3247
+ position: absolute;
3248
+ left: 50%;
3249
+ top: 50%;
3250
+ transform: translate(-50%, -50%);
3354
3251
  }
3355
-
3356
- .tjrzfyl {
3357
- font-family: Inter;
3358
- font-style: normal;
3359
- font-weight: normal;
3360
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3361
- font-size: 12px;
3362
- line-height: 18px;
3252
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
+ display: none;
3363
3254
  }
3364
-
3365
- .tm6s7bo {
3366
- font-family: Inter;
3367
- font-style: normal;
3368
- font-weight: 500;
3369
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3370
- font-size: 12px;
3371
- line-height: 18px;
3255
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
+ background: #fff;
3372
3257
  }
3373
-
3374
- .t19zq6ic {
3375
- font-family: Inter;
3376
- font-style: normal;
3377
- font-weight: normal;
3378
- font-feature-settings: "zero" on;
3379
- font-size: 12px;
3380
- line-height: 18px;
3258
+ .tta5kd2 .ant-table .ant-table-placeholder {
3259
+ background: inherit;
3381
3260
  }
3382
-
3383
- .t1gduru8 {
3384
- font-family: Inter;
3385
- font-style: normal;
3386
- font-weight: 500;
3387
- font-feature-settings: "zero" on;
3388
- font-size: 12px;
3389
- line-height: 18px;
3261
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3262
+ position: static;
3263
+ border: none;
3264
+ background: inherit !important;
3265
+ height: 100px;
3266
+ vertical-align: middle;
3390
3267
  }
3391
-
3392
- .t55raab {
3393
- font-family: Inter;
3394
- font-style: normal;
3268
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3269
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3395
3270
  font-weight: bold;
3396
- font-feature-settings: "zero" on;
3397
- font-size: 16px;
3398
- line-height: 24px;
3271
+ font-size: 20px;
3272
+ color: rgba(10, 37, 85, 0.6);
3399
3273
  }
3400
-
3401
- .u1w9abfe {
3402
- font-family: Inter;
3403
- font-style: normal;
3404
- font-weight: normal;
3405
- font-size: 10px;
3406
- line-height: 12px;
3274
+ .tta5kd2 .ant-table td.cell__action_ {
3275
+ padding: 0 !important;
3276
+ position: relative;
3277
+ background: #fff;
3407
3278
  }
3408
-
3409
- .i1e4sgug {
3410
- display: inline-block;
3279
+ .tta5kd2 .ant-table td.cell__action_ > * {
3280
+ height: 100%;
3281
+ display: flex;
3282
+ align-items: center;
3283
+ justify-content: flex-end;
3284
+ padding-right: 8px;
3285
+ }
3286
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3287
+ width: 24px;
3288
+ height: 24px;
3289
+ cursor: pointer;
3290
+ justify-content: center;
3291
+ border-radius: 4px;
3292
+ }
3293
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
+ background: #fff;
3411
3295
  }
3412
3296
 
3413
3297
  .s1fc623g {
@@ -3485,373 +3369,489 @@ input.rrg1fkn.ant-input {
3485
3369
  }
3486
3370
 
3487
3371
  .ohwbvxu {
3488
- pointer-events: none;
3489
- height: 32px;
3490
- width: 100%;
3491
- opacity: 0;
3492
- }
3493
-
3494
- .t1upn1sz {
3495
- height: 100%;
3496
- }
3497
-
3498
- .tta5kd2 {
3499
- height: 100%;
3500
- }
3501
- .tta5kd2.empty-table .ant-table-content {
3502
- overflow: visible !important;
3503
- height: 100%;
3504
- }
3505
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3506
- height: 100%;
3507
- }
3508
- .tta5kd2.empty-table .ant-table-content table {
3509
- width: 100% !important;
3510
- height: 100%;
3511
- }
3512
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3513
- padding: 15px 0;
3514
- }
3515
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3516
- display: none;
3517
- }
3518
- .tta5kd2 .active-row td:nth-child(1) {
3519
- font-weight: 700;
3520
- }
3521
- .tta5kd2.has-selection .active-row td:nth-child(2) {
3522
- font-weight: 700;
3523
- }
3524
- .tta5kd2 .ant-spin-nested-loading {
3525
- height: 100%;
3526
- }
3527
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3528
- height: 100%;
3529
- overflow: visible;
3530
- }
3531
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
3532
- max-height: none;
3533
- }
3534
- .tta5kd2.table-init-loading .ant-spin-blur thead,
3535
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
3536
- display: none;
3537
- }
3538
- .tta5kd2 td.ant-table-column-sort {
3539
- background: transparent;
3540
- }
3541
- .tta5kd2 td.ant-table-cell-fix-left,
3542
- .tta5kd2 td.ant-table-cell-fix-right {
3543
- background: #fff;
3544
- padding: 0 !important;
3545
- }
3546
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3547
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3548
- display: flex;
3549
- align-items: center;
3550
- height: 100%;
3551
- padding: 8px;
3552
- }
3553
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3554
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3555
- overflow: hidden;
3556
- text-overflow: ellipsis;
3557
- width: 100%;
3558
- }
3559
- .tta5kd2 .ant-table-container {
3560
- height: 100%;
3561
- }
3562
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3563
- box-shadow: none !important;
3564
- }
3565
- .tta5kd2 .ant-table {
3566
- border-radius: 0px;
3567
- border-left: none;
3568
- border-right: none;
3569
- border-bottom: none;
3570
- height: 100%;
3571
- font-size: 12px;
3572
- background: transparent;
3573
- }
3574
- .tta5kd2 .ant-table .ant-table-header {
3575
- position: relative;
3576
- z-index: 3;
3577
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3578
- margin-bottom: -1px;
3579
- }
3580
- .tta5kd2 .ant-table .time-wrapper .data,
3581
- .tta5kd2 .ant-table .value {
3582
- color: #2d3a56;
3583
- }
3584
- .tta5kd2 .ant-table .time-wrapper .time,
3585
- .tta5kd2 .ant-table .unit {
3586
- color: rgba(44, 56, 82, 0.6);
3587
- }
3588
- .tta5kd2 .ant-table .ant-table-selection {
3589
- text-align: center;
3590
- }
3591
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3592
- background: #fff;
3593
- }
3594
- .tta5kd2 .ant-table .anticon-setting {
3595
- cursor: pointer;
3596
- position: absolute;
3597
- top: 50%;
3598
- right: 12px;
3599
- transform: translateY(-50%);
3372
+ pointer-events: none;
3373
+ height: 32px;
3374
+ width: 100%;
3375
+ opacity: 0;
3600
3376
  }
3601
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3602
- box-shadow: none;
3603
- width: 1px;
3604
- background: rgba(213, 219, 227, 0.6);
3377
+
3378
+ .i1e4sgug {
3379
+ display: inline-block;
3605
3380
  }
3606
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3607
- box-shadow: none;
3608
- width: 1px;
3609
- background: rgba(213, 219, 227, 0.6);
3381
+
3382
+ .d6j0lbj {
3383
+ font-family: Inter;
3384
+ font-style: normal;
3385
+ font-weight: bold;
3386
+ font-size: 32px;
3387
+ line-height: 40px;
3610
3388
  }
3611
- .tta5kd2 .ant-table .ant-table-tbody {
3612
- position: relative;
3389
+
3390
+ .d1xhvvxe {
3391
+ font-family: Inter;
3392
+ font-style: normal;
3393
+ font-weight: bold;
3394
+ font-size: 24px;
3395
+ line-height: 32px;
3613
3396
  }
3614
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3615
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3616
- border-bottom: 1px solid white;
3617
- height: 40px;
3618
- vertical-align: middle;
3619
- transition: background 0ms;
3620
- color: #00122e;
3397
+
3398
+ .dk10mxq {
3399
+ font-family: Inter;
3400
+ font-style: normal;
3401
+ font-weight: normal;
3402
+ font-size: 32px;
3403
+ line-height: 40px;
3621
3404
  }
3622
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3623
- background: #f2f5fa;
3624
- border-bottom-color: #f2f5fa;
3405
+
3406
+ .dxsait {
3407
+ font-family: Inter;
3408
+ font-style: normal;
3409
+ font-weight: bold;
3410
+ font-size: 20px;
3411
+ line-height: 24px;
3625
3412
  }
3626
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3627
- height: auto;
3628
- color: #00122e;
3629
- font-size: 12px;
3630
- text-align: left;
3631
- transition: none;
3632
- overflow: hidden;
3633
- text-overflow: ellipsis;
3634
- white-space: nowrap;
3413
+
3414
+ .dokn0h3 {
3415
+ font-family: Inter;
3416
+ font-style: normal;
3417
+ font-weight: normal;
3418
+ font-size: 20px;
3419
+ line-height: 24px;
3635
3420
  }
3636
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3637
- color: #0096ff;
3421
+
3422
+ .dobau4p {
3423
+ font-family: Inter;
3424
+ font-style: normal;
3425
+ font-weight: bold;
3426
+ font-size: 18px;
3427
+ line-height: 22px;
3638
3428
  }
3639
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3640
- overflow: hidden;
3641
- text-overflow: ellipsis;
3642
- width: 100%;
3643
- vertical-align: middle;
3429
+
3430
+ .dvolwok {
3431
+ font-family: Inter;
3432
+ font-style: normal;
3433
+ font-weight: normal;
3434
+ font-size: 18px;
3435
+ line-height: 22px;
3644
3436
  }
3645
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3646
- line-height: 0px;
3437
+
3438
+ .h181qhg4 {
3439
+ font-family: Inter;
3440
+ font-style: normal;
3441
+ font-weight: bold;
3442
+ font-size: 16px;
3443
+ line-height: 22px;
3647
3444
  }
3648
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3649
- padding-right: 25px;
3445
+
3446
+ .h1phgmcq {
3447
+ font-family: Inter;
3448
+ font-style: normal;
3449
+ font-weight: normal;
3450
+ font-size: 16px;
3451
+ line-height: 22px;
3650
3452
  }
3651
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3652
- border-top-color: transparent;
3453
+
3454
+ .h173xnl1 {
3455
+ font-family: Inter;
3456
+ font-style: normal;
3457
+ font-weight: bold;
3458
+ font-size: 14px;
3459
+ line-height: 20px;
3653
3460
  }
3654
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3655
- background: rgba(225, 230, 241, 0.6);
3656
- border-color: transparent transparent white;
3461
+
3462
+ .hedm4pz {
3463
+ font-family: Inter;
3464
+ font-style: normal;
3465
+ font-weight: normal;
3466
+ font-size: 14px;
3467
+ line-height: 20px;
3657
3468
  }
3658
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3659
- border-radius: 8px 0 0 8px;
3469
+
3470
+ .h1kd8xld {
3471
+ font-family: Inter;
3472
+ font-style: normal;
3473
+ font-weight: bold;
3474
+ font-size: 12px;
3475
+ line-height: 18px;
3660
3476
  }
3661
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3662
- border-radius: 8px 0 0 8px;
3477
+
3478
+ .hp14fr {
3479
+ font-family: Inter;
3480
+ font-style: normal;
3481
+ font-weight: normal;
3482
+ font-size: 12px;
3483
+ line-height: 18px;
3663
3484
  }
3664
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3665
- content: "";
3666
- width: 4px;
3667
- top: -1px;
3668
- bottom: -1px;
3669
- background: white;
3485
+
3486
+ .hgrg7mn {
3487
+ font-family: Inter;
3488
+ font-style: normal;
3489
+ font-weight: bold;
3490
+ text-transform: uppercase;
3491
+ font-feature-settings: "cpsp" on;
3492
+ font-size: 12px;
3493
+ line-height: 18px;
3670
3494
  }
3671
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3672
- border-radius: 0 8px 8px 0;
3495
+
3496
+ .h6zme9x {
3497
+ font-family: Inter;
3498
+ font-style: normal;
3499
+ font-weight: normal;
3500
+ text-transform: uppercase;
3501
+ font-feature-settings: "cpsp" on;
3502
+ font-size: 12px;
3503
+ line-height: 18px;
3673
3504
  }
3674
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3675
- border-radius: 0;
3676
- background: white;
3677
- border-top: none;
3505
+
3506
+ .locjvsv {
3507
+ font-family: Inter;
3508
+ font-style: normal;
3509
+ font-weight: normal;
3510
+ font-size: 16px;
3511
+ line-height: 24px;
3678
3512
  }
3679
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3680
- border-top: 1px solid transparent;
3681
- border-radius: 0 8px 8px 0;
3682
- background: rgba(225, 230, 241, 0.6);
3513
+
3514
+ .l13gi131 {
3515
+ font-family: Inter;
3516
+ font-style: normal;
3517
+ font-weight: bold;
3518
+ font-size: 16px;
3519
+ line-height: 24px;
3683
3520
  }
3684
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3685
- background: white;
3686
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3521
+
3522
+ .l1ynemsu {
3523
+ font-family: Inter;
3524
+ font-style: normal;
3525
+ font-weight: normal;
3526
+ font-size: 16px;
3527
+ line-height: 24px;
3687
3528
  }
3688
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3689
- display: flex;
3690
- align-items: center;
3691
- height: 100%;
3692
- background: rgba(225, 230, 241, 0.6);
3529
+
3530
+ .l1cft1cx {
3531
+ font-family: Inter;
3532
+ font-style: normal;
3533
+ font-weight: bold;
3534
+ font-size: 16px;
3535
+ line-height: 24px;
3693
3536
  }
3694
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3695
- background: white;
3696
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3537
+
3538
+ .l17tqc8p {
3539
+ font-family: Inter;
3540
+ font-style: normal;
3541
+ font-weight: normal;
3542
+ text-transform: uppercase;
3543
+ font-feature-settings: "cpsp" on;
3544
+ font-size: 16px;
3545
+ line-height: 24px;
3697
3546
  }
3698
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3699
- display: flex;
3700
- align-items: center;
3701
- height: 100%;
3702
- background: rgba(225, 230, 241, 0.6);
3547
+
3548
+ .l1j1e5w7 {
3549
+ font-family: Inter;
3550
+ font-style: normal;
3551
+ font-weight: bold;
3552
+ text-transform: uppercase;
3553
+ font-feature-settings: "cpsp" on;
3554
+ font-size: 16px;
3555
+ line-height: 24px;
3703
3556
  }
3704
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3705
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3557
+
3558
+ .l1gf91jb {
3559
+ font-family: Inter;
3560
+ font-style: normal;
3561
+ font-weight: normal;
3562
+ font-size: 14px;
3563
+ line-height: 22px;
3706
3564
  }
3707
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3708
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3709
- border-radius: 8px;
3565
+
3566
+ .lu7hlr6 {
3567
+ font-family: Inter;
3568
+ font-style: normal;
3569
+ font-weight: 500;
3570
+ font-size: 14px;
3571
+ line-height: 22px;
3710
3572
  }
3711
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3712
- border-top-color: white;
3573
+
3574
+ .l3l3jf0 {
3575
+ font-family: Inter;
3576
+ font-style: normal;
3577
+ font-weight: bold;
3578
+ font-size: 14px;
3579
+ line-height: 22px;
3713
3580
  }
3714
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3715
- background: rgba(0, 136, 255, 0.1);
3716
- border-bottom-color: transparent;
3717
- border-top-color: transparent;
3581
+
3582
+ .l12j5nqp {
3583
+ font-family: Inter;
3584
+ font-style: normal;
3585
+ font-weight: normal;
3586
+ font-size: 14px;
3587
+ line-height: 22px;
3718
3588
  }
3719
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3720
- border-radius: 8px 0 0 8px;
3589
+
3590
+ .l1tecqht {
3591
+ font-family: Inter;
3592
+ font-style: normal;
3593
+ font-weight: bold;
3594
+ font-size: 14px;
3595
+ line-height: 22px;
3721
3596
  }
3722
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3723
- border-radius: 0 8px 8px 0;
3597
+
3598
+ .l6sa990 {
3599
+ font-family: Inter;
3600
+ font-style: normal;
3601
+ font-weight: normal;
3602
+ text-transform: uppercase;
3603
+ font-feature-settings: "cpsp" on;
3604
+ font-size: 14px;
3605
+ line-height: 22px;
3724
3606
  }
3725
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3726
- background: rgba(0, 136, 255, 0.1);
3607
+
3608
+ .lckqe8j {
3609
+ font-family: Inter;
3610
+ font-style: normal;
3611
+ font-weight: bold;
3612
+ text-transform: uppercase;
3613
+ font-feature-settings: "cpsp" on;
3614
+ font-size: 14px;
3615
+ line-height: 22px;
3727
3616
  }
3728
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3729
- background: #fff;
3730
- font-weight: 400;
3731
- position: relative;
3732
- border-bottom: none;
3733
- color: #00122e;
3734
- transition: none;
3735
- padding: 15px 8px 15px 8px;
3617
+
3618
+ .l1kuminb {
3619
+ font-family: Inter;
3620
+ font-style: normal;
3621
+ font-weight: normal;
3622
+ font-size: 13px;
3623
+ line-height: 20px;
3736
3624
  }
3737
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3738
- content: "";
3739
- width: 1px;
3740
- top: 0;
3741
- bottom: 0;
3742
- background: rgba(211, 218, 235, 0.6);
3743
- position: absolute;
3744
- right: 0;
3625
+
3626
+ .l1pbuf5j {
3627
+ font-family: Inter;
3628
+ font-style: normal;
3629
+ font-weight: 600;
3630
+ font-size: 13px;
3631
+ line-height: 20px;
3745
3632
  }
3746
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3747
- padding: unset;
3633
+
3634
+ .l1r4ztu {
3635
+ font-family: Inter;
3636
+ font-style: normal;
3637
+ font-weight: bold;
3638
+ font-size: 13px;
3639
+ line-height: 20px;
3748
3640
  }
3749
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3750
- display: none;
3641
+
3642
+ .ly8vzok {
3643
+ font-family: Inter;
3644
+ font-style: normal;
3645
+ font-weight: normal;
3646
+ font-size: 13px;
3647
+ line-height: 20px;
3751
3648
  }
3752
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3753
- width: 100%;
3754
- overflow: hidden;
3755
- white-space: nowrap;
3756
- text-overflow: ellipsis;
3649
+
3650
+ .lumfmf {
3651
+ font-family: Inter;
3652
+ font-style: normal;
3653
+ font-weight: 600;
3654
+ font-size: 13px;
3655
+ line-height: 20px;
3757
3656
  }
3758
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3759
- overflow: hidden;
3760
- text-overflow: ellipsis;
3761
- flex: 1;
3657
+
3658
+ .l16ujwmv {
3659
+ font-family: Inter;
3660
+ font-style: normal;
3661
+ font-weight: bold;
3662
+ font-size: 13px;
3663
+ line-height: 20px;
3762
3664
  }
3763
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3764
- padding: 15px 25px 15px 8px;
3665
+
3666
+ .l17o1ffr {
3667
+ font-family: Inter;
3668
+ font-style: normal;
3669
+ font-weight: normal;
3670
+ text-transform: uppercase;
3671
+ font-feature-settings: "cpsp" on;
3672
+ font-size: 13px;
3673
+ line-height: 20px;
3765
3674
  }
3766
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3767
- padding: 0;
3675
+
3676
+ .lngllvn {
3677
+ font-family: Inter;
3678
+ font-style: normal;
3679
+ font-weight: bold;
3680
+ text-transform: uppercase;
3681
+ font-feature-settings: "cpsp" on;
3682
+ font-size: 13px;
3683
+ line-height: 20px;
3768
3684
  }
3769
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3770
- position: absolute;
3771
- right: 6px;
3772
- top: 50%;
3773
- transform: translateY(-50%);
3774
- height: 16px;
3775
- display: none;
3776
- transition: transform 320ms ease;
3685
+
3686
+ .l2i7fo9 {
3687
+ font-family: Inter;
3688
+ font-style: normal;
3689
+ font-weight: normal;
3690
+ font-size: 12px;
3691
+ line-height: 18px;
3777
3692
  }
3778
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3779
- display: block;
3780
- transform: translateY(-50%) rotateX(180deg);
3693
+
3694
+ .l1x7hscx {
3695
+ font-family: Inter;
3696
+ font-style: normal;
3697
+ font-weight: 500;
3698
+ font-size: 12px;
3699
+ line-height: 18px;
3781
3700
  }
3782
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3783
- display: block;
3701
+
3702
+ .le1jwan {
3703
+ font-family: Inter;
3704
+ font-style: normal;
3705
+ font-weight: bold;
3706
+ font-size: 12px;
3707
+ line-height: 18px;
3784
3708
  }
3785
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3786
- display: none;
3709
+
3710
+ .lyxynfj {
3711
+ font-family: Inter;
3712
+ font-style: normal;
3713
+ font-weight: normal;
3714
+ font-size: 12px;
3715
+ line-height: 18px;
3787
3716
  }
3788
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3789
- transform: translateY(-50%);
3717
+
3718
+ .lpb2nxv {
3719
+ font-family: Inter;
3720
+ font-style: normal;
3721
+ font-weight: 500;
3722
+ font-size: 12px;
3723
+ line-height: 18px;
3790
3724
  }
3791
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3792
- transform: translateY(-50%) rotateX(180deg);
3725
+
3726
+ .l1r8o3vv {
3727
+ font-family: Inter;
3728
+ font-style: normal;
3729
+ font-weight: bold;
3730
+ font-size: 12px;
3731
+ line-height: 18px;
3793
3732
  }
3794
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3795
- background: #f2f5fa;
3733
+
3734
+ .lemnjy2 {
3735
+ font-family: Inter;
3736
+ font-style: normal;
3737
+ font-weight: normal;
3738
+ text-transform: uppercase;
3739
+ font-feature-settings: "cpsp" on;
3740
+ font-size: 12px;
3741
+ line-height: 18px;
3796
3742
  }
3797
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3798
- display: block;
3743
+
3744
+ .lrc42gb {
3745
+ font-family: Inter;
3746
+ font-style: normal;
3747
+ font-weight: bold;
3748
+ text-transform: uppercase;
3749
+ font-feature-settings: "cpsp" on;
3750
+ font-size: 12px;
3751
+ line-height: 18px;
3799
3752
  }
3800
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3801
- padding-right: 25px;
3753
+
3754
+ .fqaz4mb {
3755
+ font-family: Inter;
3756
+ font-style: normal;
3757
+ font-weight: normal;
3758
+ font-size: 13px;
3759
+ line-height: 20px;
3802
3760
  }
3803
- .tta5kd2 .ant-table .ant-table-selection-column {
3804
- padding: 0 !important;
3761
+
3762
+ .f13we5o {
3763
+ font-family: Inter;
3764
+ font-style: normal;
3765
+ font-weight: normal;
3766
+ font-size: 13px;
3767
+ line-height: 20px;
3805
3768
  }
3806
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3807
- position: absolute;
3808
- left: 50%;
3809
- top: 50%;
3810
- transform: translate(-50%, -50%);
3769
+
3770
+ .ffmjua2 {
3771
+ font-family: Inter;
3772
+ font-style: normal;
3773
+ font-weight: normal;
3774
+ font-size: 12px;
3775
+ line-height: 18px;
3811
3776
  }
3812
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3813
- display: none;
3777
+
3778
+ .fz2mxw0 {
3779
+ font-family: Inter;
3780
+ font-style: normal;
3781
+ font-weight: normal;
3782
+ font-size: 12px;
3783
+ line-height: 18px;
3814
3784
  }
3815
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3816
- background: #fff;
3785
+
3786
+ .t1ertzoh {
3787
+ font-family: Inter;
3788
+ font-style: normal;
3789
+ font-weight: normal;
3790
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3791
+ font-size: 13px;
3792
+ line-height: 20px;
3817
3793
  }
3818
- .tta5kd2 .ant-table .ant-table-placeholder {
3819
- background: inherit;
3794
+
3795
+ .t19bge8r {
3796
+ font-family: Inter;
3797
+ font-style: normal;
3798
+ font-weight: normal;
3799
+ font-feature-settings: "zero" on;
3800
+ font-size: 13px;
3801
+ line-height: 20px;
3820
3802
  }
3821
- .tta5kd2 .ant-table .ant-table-placeholder td {
3822
- position: static;
3823
- border: none;
3824
- background: inherit !important;
3825
- height: 100px;
3826
- vertical-align: middle;
3803
+
3804
+ .tjrzfyl {
3805
+ font-family: Inter;
3806
+ font-style: normal;
3807
+ font-weight: normal;
3808
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3809
+ font-size: 12px;
3810
+ line-height: 18px;
3827
3811
  }
3828
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3829
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3830
- font-weight: bold;
3831
- font-size: 20px;
3832
- color: rgba(10, 37, 85, 0.6);
3812
+
3813
+ .tm6s7bo {
3814
+ font-family: Inter;
3815
+ font-style: normal;
3816
+ font-weight: 500;
3817
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3818
+ font-size: 12px;
3819
+ line-height: 18px;
3833
3820
  }
3834
- .tta5kd2 .ant-table td.cell__action_ {
3835
- padding: 0 !important;
3836
- position: relative;
3837
- background: #fff;
3821
+
3822
+ .t19zq6ic {
3823
+ font-family: Inter;
3824
+ font-style: normal;
3825
+ font-weight: normal;
3826
+ font-feature-settings: "zero" on;
3827
+ font-size: 12px;
3828
+ line-height: 18px;
3838
3829
  }
3839
- .tta5kd2 .ant-table td.cell__action_ > * {
3840
- height: 100%;
3841
- display: flex;
3842
- align-items: center;
3843
- justify-content: flex-end;
3844
- padding-right: 8px;
3830
+
3831
+ .t1gduru8 {
3832
+ font-family: Inter;
3833
+ font-style: normal;
3834
+ font-weight: 500;
3835
+ font-feature-settings: "zero" on;
3836
+ font-size: 12px;
3837
+ line-height: 18px;
3845
3838
  }
3846
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3847
- width: 24px;
3848
- height: 24px;
3849
- cursor: pointer;
3850
- justify-content: center;
3851
- border-radius: 4px;
3839
+
3840
+ .t55raab {
3841
+ font-family: Inter;
3842
+ font-style: normal;
3843
+ font-weight: bold;
3844
+ font-feature-settings: "zero" on;
3845
+ font-size: 16px;
3846
+ line-height: 24px;
3852
3847
  }
3853
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3854
- background: #fff;
3848
+
3849
+ .u1w9abfe {
3850
+ font-family: Inter;
3851
+ font-style: normal;
3852
+ font-weight: normal;
3853
+ font-size: 10px;
3854
+ line-height: 12px;
3855
3855
  }
3856
3856
 
3857
3857
  .c198s9j3 {
@@ -3925,20 +3925,6 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
- .iiqau4c.ant-input-group.ant-input-group-compact {
3929
- display: flex;
3930
- }
3931
-
3932
- .igz4le8 {
3933
- height: 24px;
3934
- width: 56px !important;
3935
- margin-right: 4px;
3936
- }
3937
-
3938
- .c1riexje {
3939
- color: rgba(44, 56, 82, 0.6);
3940
- }
3941
-
3942
3928
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3943
3929
  border-radius: 6px;
3944
3930
  }
@@ -3994,6 +3980,20 @@ input.rrg1fkn.ant-input {
3994
3980
  transform: rotate(180deg);
3995
3981
  }
3996
3982
 
3983
+ .igz4le8 {
3984
+ height: 24px;
3985
+ width: 56px !important;
3986
+ margin-right: 4px;
3987
+ }
3988
+
3989
+ .c1riexje {
3990
+ color: rgba(44, 56, 82, 0.6);
3991
+ }
3992
+
3993
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3994
+ display: flex;
3995
+ }
3996
+
3997
3997
  .m1thnes4 {
3998
3998
  color: rgba(44, 56, 82, 0.6);
3999
3999
  text-align: center;
@@ -4185,6 +4185,52 @@ input.rrg1fkn.ant-input {
4185
4185
  background: rgba(163, 180, 204, 0.18);
4186
4186
  }
4187
4187
 
4188
+ .at4ovwe .ant-input-number-handler-wrap {
4189
+ display: var(--at4ovwe-0);
4190
+ }
4191
+ .at4ovwe .ant-input-number-input-wrap {
4192
+ padding: 5px 12px;
4193
+ display: inline-flex;
4194
+ line-height: 1.5715;
4195
+ height: 100%;
4196
+ width: 100%;
4197
+ }
4198
+ .at4ovwe .ant-input-number-input-wrap::after {
4199
+ content: var(--at4ovwe-1);
4200
+ display: var(--at4ovwe-2);
4201
+ flex: none;
4202
+ align-items: center;
4203
+ margin-left: 4px;
4204
+ color: rgba(44, 56, 82, 0.6);
4205
+ }
4206
+ .at4ovwe .ant-input-number-input-wrap::before {
4207
+ content: var(--at4ovwe-3);
4208
+ display: var(--at4ovwe-4);
4209
+ flex: none;
4210
+ align-items: center;
4211
+ margin-right: 4px;
4212
+ cursor: auto;
4213
+ color: rgba(44, 56, 82, 0.6);
4214
+ }
4215
+ .at4ovwe.ant-input-number {
4216
+ width: 100%;
4217
+ border-radius: 6px;
4218
+ }
4219
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4220
+ border-color: #0096ff;
4221
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4222
+ }
4223
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4224
+ border-color: #e75a3a;
4225
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4226
+ }
4227
+ .at4ovwe .ant-input-number-input {
4228
+ padding: 0;
4229
+ margin: 0;
4230
+ height: auto;
4231
+ font-size: inherit;
4232
+ }
4233
+
4188
4234
  .tc40oxa {
4189
4235
  margin-bottom: 4px;
4190
4236
  color: rgba(44, 56, 82, 0.6);
@@ -4381,46 +4427,31 @@ input.rrg1fkn.ant-input {
4381
4427
  margin-right: 8px;
4382
4428
  }
4383
4429
 
4384
- .at4ovwe .ant-input-number-handler-wrap {
4385
- display: var(--at4ovwe-0);
4430
+ .a6dbbkm .ant-input-number-handler-wrap {
4431
+ display: var(--a6dbbkm-0);
4386
4432
  }
4387
- .at4ovwe .ant-input-number-input-wrap {
4388
- padding: 5px 12px;
4433
+ .a6dbbkm .ant-input-number-input-wrap {
4434
+ padding: 4px 11px;
4389
4435
  display: inline-flex;
4390
4436
  line-height: 1.5715;
4391
- height: 100%;
4392
- width: 100%;
4437
+ height: inherit;
4393
4438
  }
4394
- .at4ovwe .ant-input-number-input-wrap::after {
4395
- content: var(--at4ovwe-1);
4396
- display: var(--at4ovwe-2);
4439
+ .a6dbbkm .ant-input-number-input-wrap::after {
4440
+ content: var(--a6dbbkm-1);
4441
+ display: var(--a6dbbkm-2);
4397
4442
  flex: none;
4398
4443
  align-items: center;
4399
4444
  margin-left: 4px;
4400
- color: rgba(44, 56, 82, 0.6);
4401
4445
  }
4402
- .at4ovwe .ant-input-number-input-wrap::before {
4403
- content: var(--at4ovwe-3);
4404
- display: var(--at4ovwe-4);
4446
+ .a6dbbkm .ant-input-number-input-wrap::before {
4447
+ content: var(--a6dbbkm-3);
4448
+ display: var(--a6dbbkm-4);
4405
4449
  flex: none;
4406
4450
  align-items: center;
4407
4451
  margin-right: 4px;
4408
4452
  cursor: auto;
4409
- color: rgba(44, 56, 82, 0.6);
4410
- }
4411
- .at4ovwe.ant-input-number {
4412
- width: 100%;
4413
- border-radius: 6px;
4414
- }
4415
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4416
- border-color: #0096ff;
4417
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4418
- }
4419
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4420
- border-color: #e75a3a;
4421
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4422
4453
  }
4423
- .at4ovwe .ant-input-number-input {
4454
+ .a6dbbkm .ant-input-number-input {
4424
4455
  padding: 0;
4425
4456
  margin: 0;
4426
4457
  height: auto;
@@ -4444,35 +4475,4 @@ input.rrg1fkn.ant-input {
4444
4475
  }
4445
4476
  .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4446
4477
  display: block;
4447
- }
4448
-
4449
- .a6dbbkm .ant-input-number-handler-wrap {
4450
- display: var(--a6dbbkm-0);
4451
- }
4452
- .a6dbbkm .ant-input-number-input-wrap {
4453
- padding: 4px 11px;
4454
- display: inline-flex;
4455
- line-height: 1.5715;
4456
- height: inherit;
4457
- }
4458
- .a6dbbkm .ant-input-number-input-wrap::after {
4459
- content: var(--a6dbbkm-1);
4460
- display: var(--a6dbbkm-2);
4461
- flex: none;
4462
- align-items: center;
4463
- margin-left: 4px;
4464
- }
4465
- .a6dbbkm .ant-input-number-input-wrap::before {
4466
- content: var(--a6dbbkm-3);
4467
- display: var(--a6dbbkm-4);
4468
- flex: none;
4469
- align-items: center;
4470
- margin-right: 4px;
4471
- cursor: auto;
4472
- }
4473
- .a6dbbkm .ant-input-number-input {
4474
- padding: 0;
4475
- margin: 0;
4476
- height: auto;
4477
- font-size: inherit;
4478
4478
  }