@cloudtower/eagle 0.22.38 → 0.23.0

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