@cloudtower/eagle 0.25.1 → 0.25.3

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.
@@ -702,6 +702,10 @@ p {
702
702
  border-color: #e75a3a;
703
703
  }
704
704
 
705
+ .ant-picker-cell {
706
+ vertical-align: middle;
707
+ }
708
+
705
709
  .ant-modal {
706
710
  margin: 0 auto;
707
711
  max-width: 100%;
@@ -1527,136 +1531,437 @@ body {
1527
1531
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1528
1532
  }
1529
1533
  }
1530
- .obf05yr {
1531
- display: inline-block;
1532
- }
1533
-
1534
- .hsms1n6 {
1535
- visibility: hidden;
1536
- position: absolute;
1537
- }
1538
-
1539
- .cz04yix {
1540
- display: flex;
1541
- flex-direction: column;
1534
+ .buj61ew.ant-btn {
1535
+ height: 32px;
1536
+ border-radius: 6px;
1537
+ line-height: 22px;
1538
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
1539
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
1542
1540
  }
1543
-
1544
- .m1if5j39 {
1545
- max-width: 1120px;
1546
- width: 100%;
1547
- margin: 0 auto;
1548
- height: 100%;
1541
+ .buj61ew.ant-btn.ant-btn-lg {
1542
+ height: 40px;
1543
+ line-height: 24px;
1549
1544
  }
1550
-
1551
- .w1vvwdlp {
1552
- max-width: 1120px;
1553
- width: 100%;
1554
- margin: 0 auto;
1555
- display: flex;
1545
+ .buj61ew.ant-btn.ant-btn-sm {
1546
+ height: 24px;
1547
+ line-height: 20px;
1556
1548
  }
1557
- .w1vvwdlp .left,
1558
- .w1vvwdlp .right {
1559
- flex-grow: 0;
1560
- flex-shrink: 0;
1561
- flex-basis: 21%;
1549
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
1550
+ border-radius: 50%;
1562
1551
  }
1563
- .w1vvwdlp .left {
1564
- display: flex;
1565
- justify-content: flex-end;
1566
- padding-right: 44px;
1552
+ .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 {
1553
+ color: var(--color, #06101f);
1554
+ font-weight: var(--font-weight);
1555
+ background: var(--background-color, #fff);
1556
+ border-width: var(--border-width, 1px);
1557
+ border-color: var(--border-color, #d9d9d9);
1567
1558
  }
1568
- .w1vvwdlp .right {
1569
- padding-left: 44px;
1559
+ .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 {
1560
+ display: none;
1570
1561
  }
1571
- .w1vvwdlp .middle {
1572
- margin-bottom: 40px;
1573
- flex-grow: 0;
1574
- flex-shrink: 0;
1575
- flex-basis: 58%;
1562
+ .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 {
1563
+ color: var(--color, inherit);
1576
1564
  }
1577
- .w1vvwdlp .middle .form-base-field {
1578
- width: 100%;
1565
+ .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 {
1566
+ background: var(--background-color-hover, var(--background-color));
1567
+ border-color: var(--border-color-hover, var(--border-color, transparent));
1579
1568
  }
1580
- .w1vvwdlp .middle .form-base-field .form-base-field {
1581
- width: auto;
1569
+ .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 {
1570
+ --scale: 1;
1571
+ --transY: 1px;
1572
+ background: var(--background-color-active, var(--background-color));
1573
+ border-color: var(--border-color-active, var(--border-color, transparent));
1582
1574
  }
1583
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1584
- flex: initial;
1575
+ .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 {
1576
+ background: var(--background-color-focus, var(--background-color));
1577
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1578
+ border-color: var(--border-color-focus, var(--border-color, transparent));
1585
1579
  }
1586
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
1587
- margin-top: 4px;
1580
+ .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 {
1581
+ color: var(--color-disabled, var(--color));
1582
+ background: var(--background-color-disabled, var(--background-color));
1583
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
1584
+ opacity: 0.5;
1588
1585
  }
1589
- .w1vvwdlp .ant-steps-item-icon,
1590
- .w1vvwdlp .ant-steps-item-tail {
1591
- display: none !important;
1586
+ .buj61ew.ant-btn-link[disabled] {
1587
+ color: #0080ff;
1588
+ opacity: 0.5;
1592
1589
  }
1593
- .w1vvwdlp .ant-steps-item-container {
1594
- padding: 0 15px;
1595
- border-radius: 4px;
1596
- height: 32px;
1597
- display: flex;
1598
- align-items: center;
1590
+ .buj61ew.ant-btn-primary {
1591
+ --color: #fff;
1592
+ --font-weight: bold;
1593
+ --border-width: 0;
1594
+ --background-color: #0080ff;
1595
+ --background-color-hover: #009dff;
1596
+ --background-color-active: #005ed1;
1597
+ --background-color-focus: #0080ff;
1598
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1599
1599
  }
1600
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1601
- min-height: auto;
1602
- white-space: nowrap;
1600
+ .buj61ew.ant-btn-primary.ant-btn-dangerous {
1601
+ --background-color: #f0483e;
1602
+ --background-color-hover: #ff5252;
1603
+ --background-color-active: #c73d31;
1604
+ --background-color-focus: #ff5252;
1605
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1603
1606
  }
1604
- .w1vvwdlp .ant-steps-item-description {
1605
- padding-bottom: 0px;
1607
+ .buj61ew.ant-btn-primary.btn-primary-orange {
1608
+ --background-color: #fea008;
1609
+ --background-color-hover: #feba33;
1610
+ --background-color-active: #e07f00;
1611
+ --background-color-focus: #fea008;
1606
1612
  }
1607
- .w1vvwdlp .ant-steps-item-title {
1608
- font-size: 13px !important;
1609
- line-height: 20px !important;
1613
+ .buj61ew.ant-btn-secondary {
1614
+ --color: #0080ff;
1615
+ --font-weight: bold;
1616
+ --border-width: 0;
1617
+ --background-color: rgba(0, 136, 255, 0.1);
1618
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1619
+ --background-color-active: rgba(0, 136, 255, 0.2);
1620
+ --background-color-focus: rgba(0, 136, 255, 0.1);
1621
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1610
1622
  }
1611
- .w1vvwdlp .ant-steps-item-title .step-index {
1612
- display: inline-block;
1613
- text-align: center;
1614
- width: 13px;
1615
- margin-right: 12px;
1623
+ .buj61ew.ant-btn-secondary.ant-btn-dangerous {
1624
+ --color: #f0483e;
1625
+ --background-color: rgba(255, 74, 74, 0.1);
1626
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1627
+ --background-color-active: rgba(255, 74, 74, 0.2);
1628
+ --background-color-focus: rgba(255, 74, 74, 0.1);
1629
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1616
1630
  }
1617
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
1618
- background: rgba(0, 128, 255, 0.1);
1631
+ .buj61ew.ant-btn-secondary.btn-primary-orange {
1632
+ --color: #fea008;
1633
+ --background-color: rgba(255, 187, 0, 0.1);
1634
+ --background-color-hover: rgba(255, 187, 0, 0.16);
1635
+ --background-color-active: rgba(255, 187, 0, 0.2);
1636
+ --background-color-focus: rgba(255, 187, 0, 0.1);
1619
1637
  }
1620
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1621
- color: #005ed1;
1638
+ .buj61ew.ant-btn-tertiary {
1639
+ --color: #0080ff;
1640
+ --font-weight: bold;
1641
+ --border-width: 0;
1642
+ --background-color: #fff;
1643
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1644
+ box-shadow: none;
1622
1645
  }
1623
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
1624
- background: rgba(237, 241, 250, 0.6);
1646
+ .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 {
1647
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1625
1648
  }
1626
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1627
- color: rgba(10, 37, 85, 0.6) !important;
1649
+ .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
1650
+ --color: #f0483e;
1651
+ --background-color: #fff;
1652
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1628
1653
  }
1629
- .w1vvwdlp .ant-steps-item-disabled {
1630
- cursor: not-allowed;
1654
+ .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 {
1655
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
1631
1656
  }
1632
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
1633
- background: rgba(237, 241, 250, 0.6);
1657
+ .buj61ew.ant-btn-tertiary.btn-primary-orange {
1658
+ --color: #fea008;
1659
+ --background-color: #fff;
1634
1660
  }
1635
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1636
- color: #2d3a56;
1661
+ .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 {
1662
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
1637
1663
  }
1638
-
1639
- .h1cuopx7 .ant-modal-header {
1640
- margin: 0 auto;
1641
- width: 100%;
1642
- max-width: 648px;
1664
+ .buj61ew.ant-btn-ordinary {
1665
+ --color: #1d326c;
1666
+ --border-color: #ccd4e3;
1667
+ --background-color: #fff;
1668
+ --background-color-hover: #edf0f7;
1669
+ --background-color-active: #e4e9f2;
1670
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1671
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1643
1672
  }
1644
- .h1cuopx7 .ant-modal-header .ant-modal-title {
1645
- margin-left: 0;
1673
+ .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
1674
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
1646
1675
  }
1647
- .h1cuopx7 .ant-modal-body {
1648
- margin: 0 auto;
1649
- padding: 0;
1650
- width: 100%;
1651
- max-width: 648px;
1652
- overflow: hidden;
1676
+ .buj61ew.ant-btn-ordinary.ordinary-blue {
1677
+ --color: #0080ff;
1678
+ --border-color: #0080ff;
1679
+ --background-color: #fff;
1680
+ --background-color-hover: linear-gradient(
1681
+ 0deg,
1682
+ rgba(0, 136, 255, 0.16),
1683
+ rgba(0, 136, 255, 0.16)
1684
+ ),
1685
+ #ffffff;
1686
+ --background-color-active: linear-gradient(
1687
+ 0deg,
1688
+ rgba(0, 136, 255, 0.2),
1689
+ rgba(0, 136, 255, 0.2)
1690
+ ),
1691
+ #ffffff;
1692
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1693
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
1653
1694
  }
1654
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
1655
- margin-bottom: 40px;
1695
+ .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
1696
+ --color: #f0483e;
1697
+ --border-color: #f0483e;
1698
+ --background-color: #fff;
1699
+ --background-color-hover: linear-gradient(
1700
+ 0deg,
1701
+ rgba(255, 74, 74, 0.16),
1702
+ rgba(255, 74, 74, 0.16)
1703
+ ),
1704
+ #ffffff;
1705
+ --background-color-active: linear-gradient(
1706
+ 0deg,
1707
+ rgba(255, 74, 74, 0.2),
1708
+ rgba(255, 74, 74, 0.2)
1709
+ ),
1710
+ #ffffff;
1711
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1656
1712
  }
1657
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
1658
- height: calc(100vh - 225px);
1659
- overflow-y: auto;
1713
+ .buj61ew.ant-btn-ordinary-onTint {
1714
+ --color: #1d326c;
1715
+ --border-color: #fff;
1716
+ --background-color: #fff;
1717
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1718
+ --background-color-active: rgba(192, 203, 224, 0.6);
1719
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1720
+ box-shadow: none;
1721
+ }
1722
+ .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
1723
+ --color: #0080ff;
1724
+ --border-color: #fff;
1725
+ --background-color: #fff;
1726
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1727
+ --background-color-active: rgba(0, 136, 255, 0.2);
1728
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1729
+ box-shadow: none;
1730
+ }
1731
+ .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
1732
+ --color: #f0483e;
1733
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1734
+ --background-color-active: rgba(255, 74, 74, 0.2);
1735
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1736
+ }
1737
+ .buj61ew.ant-btn-quiet {
1738
+ --color: rgba(44, 56, 82, 0.6);
1739
+ --border-width: 0;
1740
+ --background-color: transparent;
1741
+ --background-color-hover: rgba(211, 218, 235, 0.6);
1742
+ --background-color-active: rgba(192, 203, 224, 0.6);
1743
+ --background-color-focus: #fff;
1744
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1745
+ box-shadow: none;
1746
+ }
1747
+ .buj61ew.ant-btn-quiet.ant-btn-dangerous {
1748
+ --color: #f0483e;
1749
+ --background-color-hover: rgba(255, 74, 74, 0.16);
1750
+ --background-color-active: rgba(255, 74, 74, 0.2);
1751
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
1752
+ }
1753
+ .buj61ew.ant-btn-quiet.quiet-blue {
1754
+ --color: #0080ff;
1755
+ --background-color: transparent;
1756
+ --background-color-hover: rgba(0, 136, 255, 0.16);
1757
+ --background-color-active: rgba(0, 136, 255, 0.2);
1758
+ --background-color-focus: #fff;
1759
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
1760
+ }
1761
+ .buj61ew.has-icon {
1762
+ display: inline-flex;
1763
+ align-items: center;
1764
+ }
1765
+ .buj61ew .button-prefix-icon {
1766
+ margin-right: 4px;
1767
+ display: inline-flex;
1768
+ }
1769
+ .buj61ew .button-suffix-icon {
1770
+ margin-left: 4px;
1771
+ display: inline-flex;
1772
+ }
1773
+ .buj61ew .icon-wrapper {
1774
+ display: inline-flex;
1775
+ vertical-align: bottom;
1776
+ }
1777
+
1778
+ .nchllas {
1779
+ padding: 0;
1780
+ }
1781
+
1782
+ .bpq0js6 {
1783
+ padding: 4px 11px;
1784
+ }
1785
+
1786
+ .b15sn34c {
1787
+ white-space: nowrap;
1788
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1789
+ }
1790
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1791
+ --color: #0080ff;
1792
+ }
1793
+ .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] {
1794
+ --color: #0080ff;
1795
+ }
1796
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1797
+ margin-left: 1px;
1798
+ }
1799
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1800
+ border-top-right-radius: 0;
1801
+ border-bottom-right-radius: 0;
1802
+ }
1803
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1804
+ border-top-left-radius: 0;
1805
+ border-bottom-left-radius: 0;
1806
+ }
1807
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1808
+ border-radius: unset;
1809
+ }
1810
+
1811
+ .fde5mpd {
1812
+ width: 100%;
1813
+ height: 100%;
1814
+ min-height: 124px;
1815
+ display: flex;
1816
+ flex-direction: column;
1817
+ justify-content: center;
1818
+ align-items: center;
1819
+ }
1820
+ .fde5mpd .error-text {
1821
+ color: rgba(10, 37, 85, 0.6);
1822
+ margin-bottom: 16px;
1823
+ font-size: 18px;
1824
+ }
1825
+
1826
+ .i1mrf09m {
1827
+ display: inline-flex;
1828
+ align-items: center;
1829
+ }
1830
+ .i1mrf09m .icon-inner {
1831
+ display: inline-flex;
1832
+ align-items: center;
1833
+ justify-content: center;
1834
+ }
1835
+ .i1mrf09m .icon-inner + span,
1836
+ .i1mrf09m span + .icon-inner.suffix {
1837
+ margin-left: 4px;
1838
+ }
1839
+ .i1mrf09m.is-rotate img,
1840
+ .i1mrf09m.is-rotate svg {
1841
+ animation: rotate 680ms linear infinite;
1842
+ }
1843
+
1844
+ .cz04yix {
1845
+ display: flex;
1846
+ flex-direction: column;
1847
+ }
1848
+
1849
+ .m1if5j39 {
1850
+ max-width: 1120px;
1851
+ width: 100%;
1852
+ margin: 0 auto;
1853
+ height: 100%;
1854
+ }
1855
+
1856
+ .w1vvwdlp {
1857
+ max-width: 1120px;
1858
+ width: 100%;
1859
+ margin: 0 auto;
1860
+ display: flex;
1861
+ }
1862
+ .w1vvwdlp .left,
1863
+ .w1vvwdlp .right {
1864
+ flex-grow: 0;
1865
+ flex-shrink: 0;
1866
+ flex-basis: 21%;
1867
+ }
1868
+ .w1vvwdlp .left {
1869
+ display: flex;
1870
+ justify-content: flex-end;
1871
+ padding-right: 44px;
1872
+ }
1873
+ .w1vvwdlp .right {
1874
+ padding-left: 44px;
1875
+ }
1876
+ .w1vvwdlp .middle {
1877
+ margin-bottom: 40px;
1878
+ flex-grow: 0;
1879
+ flex-shrink: 0;
1880
+ flex-basis: 58%;
1881
+ }
1882
+ .w1vvwdlp .middle .form-base-field {
1883
+ width: 100%;
1884
+ }
1885
+ .w1vvwdlp .middle .form-base-field .form-base-field {
1886
+ width: auto;
1887
+ }
1888
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1889
+ flex: initial;
1890
+ }
1891
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
1892
+ margin-top: 4px;
1893
+ }
1894
+ .w1vvwdlp .ant-steps-item-icon,
1895
+ .w1vvwdlp .ant-steps-item-tail {
1896
+ display: none !important;
1897
+ }
1898
+ .w1vvwdlp .ant-steps-item-container {
1899
+ padding: 0 15px;
1900
+ border-radius: 4px;
1901
+ height: 32px;
1902
+ display: flex;
1903
+ align-items: center;
1904
+ }
1905
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1906
+ min-height: auto;
1907
+ white-space: nowrap;
1908
+ }
1909
+ .w1vvwdlp .ant-steps-item-description {
1910
+ padding-bottom: 0px;
1911
+ }
1912
+ .w1vvwdlp .ant-steps-item-title {
1913
+ font-size: 13px !important;
1914
+ line-height: 20px !important;
1915
+ }
1916
+ .w1vvwdlp .ant-steps-item-title .step-index {
1917
+ display: inline-block;
1918
+ text-align: center;
1919
+ width: 13px;
1920
+ margin-right: 12px;
1921
+ }
1922
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
1923
+ background: rgba(0, 128, 255, 0.1);
1924
+ }
1925
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1926
+ color: #005ed1;
1927
+ }
1928
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
1929
+ background: rgba(237, 241, 250, 0.6);
1930
+ }
1931
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1932
+ color: rgba(10, 37, 85, 0.6) !important;
1933
+ }
1934
+ .w1vvwdlp .ant-steps-item-disabled {
1935
+ cursor: not-allowed;
1936
+ }
1937
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
1938
+ background: rgba(237, 241, 250, 0.6);
1939
+ }
1940
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1941
+ color: #2d3a56;
1942
+ }
1943
+
1944
+ .h1cuopx7 .ant-modal-header {
1945
+ margin: 0 auto;
1946
+ width: 100%;
1947
+ max-width: 648px;
1948
+ }
1949
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
1950
+ margin-left: 0;
1951
+ }
1952
+ .h1cuopx7 .ant-modal-body {
1953
+ margin: 0 auto;
1954
+ padding: 0;
1955
+ width: 100%;
1956
+ max-width: 648px;
1957
+ overflow: hidden;
1958
+ }
1959
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
1960
+ margin-bottom: 40px;
1961
+ }
1962
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
1963
+ height: calc(100vh - 225px);
1964
+ overflow-y: auto;
1660
1965
  }
1661
1966
  .h1cuopx7 .ant-modal-footer .footer-content {
1662
1967
  margin: 0 auto;
@@ -2145,482 +2450,115 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2145
2450
  cursor: pointer;
2146
2451
  }
2147
2452
  .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2148
- color: rgba(0, 0, 0, 0.45);
2149
- }
2150
- .kypn5o5.has-focus-indicator {
2151
- position: relative;
2152
- overflow: hidden;
2153
- }
2154
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2155
- position: absolute;
2156
- top: 50%;
2157
- transform: translateY(-50%);
2158
- left: -16px;
2159
- transition: left 150ms ease;
2160
- opacity: 0;
2161
- }
2162
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2163
- left: 8px;
2164
- opacity: 1;
2165
- }
2166
- .kypn5o5.has-focus-indicator input {
2167
- transition: margin-left 150ms ease;
2168
- margin-left: 0px;
2169
- }
2170
- .kypn5o5.has-focus-indicator input:focus {
2171
- margin-left: 16px;
2172
- }
2173
-
2174
- input.l1ki27se.ant-input {
2175
- border-top-right-radius: 0;
2176
- border-bottom-right-radius: 0;
2177
- }
2178
-
2179
- .l1ki27se.ant-input-affix-wrapper {
2180
- border-top-right-radius: 0;
2181
- border-bottom-right-radius: 0;
2182
- }
2183
-
2184
- input.rrg1fkn.ant-input {
2185
- border-top-left-radius: 0;
2186
- border-bottom-left-radius: 0;
2187
- }
2188
-
2189
- .rrg1fkn.ant-input-affix-wrapper {
2190
- border-top-left-radius: 0;
2191
- border-bottom-left-radius: 0;
2192
- }
2193
-
2194
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2195
- border-top-right-radius: 0;
2196
- border-bottom-right-radius: 0;
2197
- }
2198
-
2199
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2200
- border-top-left-radius: 0;
2201
- border-bottom-left-radius: 0;
2202
- }
2203
-
2204
- .s34f1qb.ant-switch {
2205
- min-width: 40px;
2206
- height: 24px;
2207
- background: rgba(172, 186, 211, 0.6);
2208
- overflow: hidden;
2209
- }
2210
- .s34f1qb.ant-switch:focus {
2211
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2212
- }
2213
- .s34f1qb.ant-switch-small {
2214
- min-width: 26px;
2215
- height: 16px;
2216
- }
2217
- .s34f1qb.ant-switch-large {
2218
- min-width: 52px;
2219
- height: 32px;
2220
- }
2221
- .s34f1qb.ant-switch .ant-switch-handle {
2222
- height: 20px;
2223
- width: 20px;
2224
- }
2225
- .s34f1qb.ant-switch .ant-switch-handle::before {
2226
- border-radius: 10px;
2227
- transition-delay: 120ms;
2228
- }
2229
- .s34f1qb.ant-switch-small .ant-switch-handle {
2230
- height: 14px;
2231
- width: 14px;
2232
- top: 1px;
2233
- left: 1px;
2234
- }
2235
- .s34f1qb.ant-switch-large .ant-switch-handle {
2236
- height: 28px;
2237
- width: 28px;
2238
- }
2239
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2240
- border-radius: 14px;
2241
- }
2242
- .s34f1qb.ant-switch-checked {
2243
- background-color: #00ba5d;
2244
- }
2245
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2246
- left: calc(100% - 20px - 2px);
2247
- }
2248
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2249
- left: calc(100% - 14px - 1px);
2250
- }
2251
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2252
- left: calc(100% - 28px - 2px);
2253
- }
2254
-
2255
- .c1to9vb9 {
2256
- margin-left: 5px;
2257
- }
2258
-
2259
- .fde5mpd {
2260
- width: 100%;
2261
- height: 100%;
2262
- min-height: 124px;
2263
- display: flex;
2264
- flex-direction: column;
2265
- justify-content: center;
2266
- align-items: center;
2267
- }
2268
- .fde5mpd .error-text {
2269
- color: rgba(10, 37, 85, 0.6);
2270
- margin-bottom: 16px;
2271
- font-size: 18px;
2272
- }
2273
-
2274
- .bpq0js6 {
2275
- padding: 4px 11px;
2276
- }
2277
-
2278
- .b15sn34c {
2279
- white-space: nowrap;
2280
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2281
- }
2282
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2283
- --color: #0080ff;
2284
- }
2285
- .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] {
2286
- --color: #0080ff;
2287
- }
2288
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2289
- margin-left: 1px;
2290
- }
2291
- .b15sn34c > .ant-btn:not(:only-child):first-child {
2292
- border-top-right-radius: 0;
2293
- border-bottom-right-radius: 0;
2294
- }
2295
- .b15sn34c > .ant-btn:not(:only-child):last-child {
2296
- border-top-left-radius: 0;
2297
- border-bottom-left-radius: 0;
2298
- }
2299
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2300
- border-radius: unset;
2301
- }
2302
-
2303
- .buj61ew.ant-btn {
2304
- height: 32px;
2305
- border-radius: 6px;
2306
- line-height: 22px;
2307
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
2308
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
2309
- }
2310
- .buj61ew.ant-btn.ant-btn-lg {
2311
- height: 40px;
2312
- line-height: 24px;
2313
- }
2314
- .buj61ew.ant-btn.ant-btn-sm {
2315
- height: 24px;
2316
- line-height: 20px;
2317
- }
2318
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
2319
- border-radius: 50%;
2320
- }
2321
- .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 {
2322
- color: var(--color, #06101f);
2323
- font-weight: var(--font-weight);
2324
- background: var(--background-color, #fff);
2325
- border-width: var(--border-width, 1px);
2326
- border-color: var(--border-color, #d9d9d9);
2327
- }
2328
- .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 {
2329
- display: none;
2330
- }
2331
- .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 {
2332
- color: var(--color, inherit);
2333
- }
2334
- .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 {
2335
- background: var(--background-color-hover, var(--background-color));
2336
- border-color: var(--border-color-hover, var(--border-color, transparent));
2337
- }
2338
- .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 {
2339
- --scale: 1;
2340
- --transY: 1px;
2341
- background: var(--background-color-active, var(--background-color));
2342
- border-color: var(--border-color-active, var(--border-color, transparent));
2343
- }
2344
- .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 {
2345
- background: var(--background-color-focus, var(--background-color));
2346
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2347
- border-color: var(--border-color-focus, var(--border-color, transparent));
2348
- }
2349
- .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 {
2350
- color: var(--color-disabled, var(--color));
2351
- background: var(--background-color-disabled, var(--background-color));
2352
- border-color: var(--border-color-disabled, var(--border-color, transparent));
2353
- opacity: 0.5;
2354
- }
2355
- .buj61ew.ant-btn-link[disabled] {
2356
- color: #0080ff;
2357
- opacity: 0.5;
2358
- }
2359
- .buj61ew.ant-btn-primary {
2360
- --color: #fff;
2361
- --font-weight: bold;
2362
- --border-width: 0;
2363
- --background-color: #0080ff;
2364
- --background-color-hover: #009dff;
2365
- --background-color-active: #005ed1;
2366
- --background-color-focus: #0080ff;
2367
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2368
- }
2369
- .buj61ew.ant-btn-primary.ant-btn-dangerous {
2370
- --background-color: #f0483e;
2371
- --background-color-hover: #ff5252;
2372
- --background-color-active: #c73d31;
2373
- --background-color-focus: #ff5252;
2374
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2375
- }
2376
- .buj61ew.ant-btn-primary.btn-primary-orange {
2377
- --background-color: #fea008;
2378
- --background-color-hover: #feba33;
2379
- --background-color-active: #e07f00;
2380
- --background-color-focus: #fea008;
2381
- }
2382
- .buj61ew.ant-btn-secondary {
2383
- --color: #0080ff;
2384
- --font-weight: bold;
2385
- --border-width: 0;
2386
- --background-color: rgba(0, 136, 255, 0.1);
2387
- --background-color-hover: rgba(0, 136, 255, 0.16);
2388
- --background-color-active: rgba(0, 136, 255, 0.2);
2389
- --background-color-focus: rgba(0, 136, 255, 0.1);
2390
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2391
- }
2392
- .buj61ew.ant-btn-secondary.ant-btn-dangerous {
2393
- --color: #f0483e;
2394
- --background-color: rgba(255, 74, 74, 0.1);
2395
- --background-color-hover: rgba(255, 74, 74, 0.16);
2396
- --background-color-active: rgba(255, 74, 74, 0.2);
2397
- --background-color-focus: rgba(255, 74, 74, 0.1);
2398
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2399
- }
2400
- .buj61ew.ant-btn-secondary.btn-primary-orange {
2401
- --color: #fea008;
2402
- --background-color: rgba(255, 187, 0, 0.1);
2403
- --background-color-hover: rgba(255, 187, 0, 0.16);
2404
- --background-color-active: rgba(255, 187, 0, 0.2);
2405
- --background-color-focus: rgba(255, 187, 0, 0.1);
2406
- }
2407
- .buj61ew.ant-btn-tertiary {
2408
- --color: #0080ff;
2409
- --font-weight: bold;
2410
- --border-width: 0;
2411
- --background-color: #fff;
2412
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2413
- box-shadow: none;
2414
- }
2415
- .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 {
2416
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2417
- }
2418
- .buj61ew.ant-btn-tertiary.ant-btn-dangerous {
2419
- --color: #f0483e;
2420
- --background-color: #fff;
2421
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2422
- }
2423
- .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 {
2424
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
2425
- }
2426
- .buj61ew.ant-btn-tertiary.btn-primary-orange {
2427
- --color: #fea008;
2428
- --background-color: #fff;
2429
- }
2430
- .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 {
2431
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
2432
- }
2433
- .buj61ew.ant-btn-ordinary {
2434
- --color: #1d326c;
2435
- --border-color: #ccd4e3;
2436
- --background-color: #fff;
2437
- --background-color-hover: #edf0f7;
2438
- --background-color-active: #e4e9f2;
2439
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2440
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2441
- }
2442
- .buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
2443
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
2444
- }
2445
- .buj61ew.ant-btn-ordinary.ordinary-blue {
2446
- --color: #0080ff;
2447
- --border-color: #0080ff;
2448
- --background-color: #fff;
2449
- --background-color-hover: linear-gradient(
2450
- 0deg,
2451
- rgba(0, 136, 255, 0.16),
2452
- rgba(0, 136, 255, 0.16)
2453
- ),
2454
- #ffffff;
2455
- --background-color-active: linear-gradient(
2456
- 0deg,
2457
- rgba(0, 136, 255, 0.2),
2458
- rgba(0, 136, 255, 0.2)
2459
- ),
2460
- #ffffff;
2461
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2462
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
2463
- }
2464
- .buj61ew.ant-btn-ordinary.ant-btn-dangerous {
2465
- --color: #f0483e;
2466
- --border-color: #f0483e;
2467
- --background-color: #fff;
2468
- --background-color-hover: linear-gradient(
2469
- 0deg,
2470
- rgba(255, 74, 74, 0.16),
2471
- rgba(255, 74, 74, 0.16)
2472
- ),
2473
- #ffffff;
2474
- --background-color-active: linear-gradient(
2475
- 0deg,
2476
- rgba(255, 74, 74, 0.2),
2477
- rgba(255, 74, 74, 0.2)
2478
- ),
2479
- #ffffff;
2480
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2481
- }
2482
- .buj61ew.ant-btn-ordinary-onTint {
2483
- --color: #1d326c;
2484
- --border-color: #fff;
2485
- --background-color: #fff;
2486
- --background-color-hover: rgba(211, 218, 235, 0.6);
2487
- --background-color-active: rgba(192, 203, 224, 0.6);
2488
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2489
- box-shadow: none;
2490
- }
2491
- .buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
2492
- --color: #0080ff;
2493
- --border-color: #fff;
2494
- --background-color: #fff;
2495
- --background-color-hover: rgba(0, 136, 255, 0.16);
2496
- --background-color-active: rgba(0, 136, 255, 0.2);
2497
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2498
- box-shadow: none;
2499
- }
2500
- .buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
2501
- --color: #f0483e;
2502
- --background-color-hover: rgba(255, 74, 74, 0.16);
2503
- --background-color-active: rgba(255, 74, 74, 0.2);
2504
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2505
- }
2506
- .buj61ew.ant-btn-quiet {
2507
- --color: rgba(44, 56, 82, 0.6);
2508
- --border-width: 0;
2509
- --background-color: transparent;
2510
- --background-color-hover: rgba(211, 218, 235, 0.6);
2511
- --background-color-active: rgba(192, 203, 224, 0.6);
2512
- --background-color-focus: #fff;
2513
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2514
- box-shadow: none;
2453
+ color: rgba(0, 0, 0, 0.45);
2515
2454
  }
2516
- .buj61ew.ant-btn-quiet.ant-btn-dangerous {
2517
- --color: #f0483e;
2518
- --background-color-hover: rgba(255, 74, 74, 0.16);
2519
- --background-color-active: rgba(255, 74, 74, 0.2);
2520
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
2455
+ .kypn5o5.has-focus-indicator {
2456
+ position: relative;
2457
+ overflow: hidden;
2521
2458
  }
2522
- .buj61ew.ant-btn-quiet.quiet-blue {
2523
- --color: #0080ff;
2524
- --background-color: transparent;
2525
- --background-color-hover: rgba(0, 136, 255, 0.16);
2526
- --background-color-active: rgba(0, 136, 255, 0.2);
2527
- --background-color-focus: #fff;
2528
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
2459
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2460
+ position: absolute;
2461
+ top: 50%;
2462
+ transform: translateY(-50%);
2463
+ left: -16px;
2464
+ transition: left 150ms ease;
2465
+ opacity: 0;
2529
2466
  }
2530
- .buj61ew.has-icon {
2531
- display: inline-flex;
2532
- align-items: center;
2467
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2468
+ left: 8px;
2469
+ opacity: 1;
2533
2470
  }
2534
- .buj61ew .button-prefix-icon {
2535
- margin-right: 4px;
2536
- display: inline-flex;
2471
+ .kypn5o5.has-focus-indicator input {
2472
+ transition: margin-left 150ms ease;
2473
+ margin-left: 0px;
2537
2474
  }
2538
- .buj61ew .button-suffix-icon {
2539
- margin-left: 4px;
2540
- display: inline-flex;
2475
+ .kypn5o5.has-focus-indicator input:focus {
2476
+ margin-left: 16px;
2541
2477
  }
2542
- .buj61ew .icon-wrapper {
2543
- display: inline-flex;
2544
- vertical-align: bottom;
2478
+
2479
+ input.l1ki27se.ant-input {
2480
+ border-top-right-radius: 0;
2481
+ border-bottom-right-radius: 0;
2545
2482
  }
2546
2483
 
2547
- .nchllas {
2548
- padding: 0;
2484
+ .l1ki27se.ant-input-affix-wrapper {
2485
+ border-top-right-radius: 0;
2486
+ border-bottom-right-radius: 0;
2549
2487
  }
2550
2488
 
2551
- .i1mrf09m {
2552
- display: inline-flex;
2553
- align-items: center;
2489
+ input.rrg1fkn.ant-input {
2490
+ border-top-left-radius: 0;
2491
+ border-bottom-left-radius: 0;
2554
2492
  }
2555
- .i1mrf09m .icon-inner {
2556
- display: inline-flex;
2557
- align-items: center;
2558
- justify-content: center;
2493
+
2494
+ .rrg1fkn.ant-input-affix-wrapper {
2495
+ border-top-left-radius: 0;
2496
+ border-bottom-left-radius: 0;
2559
2497
  }
2560
- .i1mrf09m .icon-inner + span,
2561
- .i1mrf09m span + .icon-inner.suffix {
2562
- margin-left: 4px;
2498
+
2499
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2500
+ border-top-right-radius: 0;
2501
+ border-bottom-right-radius: 0;
2563
2502
  }
2564
- .i1mrf09m.is-rotate img,
2565
- .i1mrf09m.is-rotate svg {
2566
- animation: rotate 680ms linear infinite;
2503
+
2504
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2505
+ border-top-left-radius: 0;
2506
+ border-bottom-left-radius: 0;
2567
2507
  }
2568
2508
 
2569
- .p12gwtiw {
2570
- display: flex;
2571
- justify-content: space-between;
2572
- align-items: center;
2573
- padding: 10px 0;
2574
- color: rgba(44, 56, 82, 0.6);
2575
- font-size: 12px;
2576
- line-height: 24px;
2509
+ .s34f1qb.ant-switch {
2510
+ min-width: 40px;
2511
+ height: 24px;
2512
+ background: rgba(172, 186, 211, 0.6);
2513
+ overflow: hidden;
2577
2514
  }
2578
- .p12gwtiw .pagination-left {
2579
- padding: 2px 8px;
2515
+ .s34f1qb.ant-switch:focus {
2516
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2580
2517
  }
2581
- .p12gwtiw .dropdown-trigger {
2582
- display: flex;
2583
- align-items: center;
2584
- border-radius: 6px;
2585
- cursor: pointer;
2586
- transition: all 0.3s ease;
2518
+ .s34f1qb.ant-switch-small {
2519
+ min-width: 26px;
2520
+ height: 16px;
2587
2521
  }
2588
- .p12gwtiw .dropdown-trigger:hover {
2589
- background: rgba(211, 218, 235, 0.6);
2590
- color: #0080ff;
2522
+ .s34f1qb.ant-switch-large {
2523
+ min-width: 52px;
2524
+ height: 32px;
2591
2525
  }
2592
- .p12gwtiw .dropdown-trigger .icon-inner {
2593
- margin-left: 4px;
2526
+ .s34f1qb.ant-switch .ant-switch-handle {
2527
+ height: 20px;
2528
+ width: 20px;
2594
2529
  }
2595
- .p12gwtiw .pagination-right {
2596
- display: flex;
2597
- align-items: center;
2598
- color: #0080ff;
2599
- font-weight: bold;
2530
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2531
+ border-radius: 10px;
2532
+ transition-delay: 120ms;
2600
2533
  }
2601
- .p12gwtiw .pagination-right .icon-inner {
2602
- margin-left: 4px;
2534
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2535
+ height: 14px;
2536
+ width: 14px;
2537
+ top: 1px;
2538
+ left: 1px;
2603
2539
  }
2604
- .p12gwtiw .pagination-right .prev-btn,
2605
- .p12gwtiw .pagination-right .next-btn {
2606
- padding: 0 8px;
2540
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2541
+ height: 28px;
2542
+ width: 28px;
2607
2543
  }
2608
- .p12gwtiw .pagination-right .prev-btn > span,
2609
- .p12gwtiw .pagination-right .next-btn > span {
2610
- color: #0080ff;
2544
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2545
+ border-radius: 14px;
2611
2546
  }
2612
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2613
- transform: rotate(180deg);
2547
+ .s34f1qb.ant-switch-checked {
2548
+ background-color: #00ba5d;
2614
2549
  }
2615
-
2616
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2617
- max-height: calc(100vh - 128px);
2618
- overflow-y: auto;
2550
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2551
+ left: calc(100% - 20px - 2px);
2619
2552
  }
2620
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2621
- padding: 4px 20px;
2622
- font-size: 12px;
2623
- line-height: 18px;
2553
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2554
+ left: calc(100% - 14px - 1px);
2555
+ }
2556
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2557
+ left: calc(100% - 28px - 2px);
2558
+ }
2559
+
2560
+ .c1to9vb9 {
2561
+ margin-left: 5px;
2624
2562
  }
2625
2563
 
2626
2564
  .iap75of {
@@ -2636,6 +2574,15 @@ input.rrg1fkn.ant-input {
2636
2574
  margin-right: 4px;
2637
2575
  }
2638
2576
 
2577
+ .obf05yr {
2578
+ display: inline-block;
2579
+ }
2580
+
2581
+ .hsms1n6 {
2582
+ visibility: hidden;
2583
+ position: absolute;
2584
+ }
2585
+
2639
2586
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2640
2587
  flex-direction: row;
2641
2588
  justify-content: stretch;
@@ -2861,8 +2808,61 @@ input.rrg1fkn.ant-input {
2861
2808
  width: 36px;
2862
2809
  }
2863
2810
 
2864
- .i1e4sgug {
2865
- display: inline-block;
2811
+ .p12gwtiw {
2812
+ display: flex;
2813
+ justify-content: space-between;
2814
+ align-items: center;
2815
+ padding: 10px 0;
2816
+ color: rgba(44, 56, 82, 0.6);
2817
+ font-size: 12px;
2818
+ line-height: 24px;
2819
+ }
2820
+ .p12gwtiw .pagination-left {
2821
+ padding: 2px 8px;
2822
+ }
2823
+ .p12gwtiw .dropdown-trigger {
2824
+ display: flex;
2825
+ align-items: center;
2826
+ border-radius: 6px;
2827
+ cursor: pointer;
2828
+ transition: all 0.3s ease;
2829
+ }
2830
+ .p12gwtiw .dropdown-trigger:hover {
2831
+ background: rgba(211, 218, 235, 0.6);
2832
+ color: #0080ff;
2833
+ }
2834
+ .p12gwtiw .dropdown-trigger .icon-inner {
2835
+ margin-left: 4px;
2836
+ }
2837
+ .p12gwtiw .pagination-right {
2838
+ display: flex;
2839
+ align-items: center;
2840
+ color: #0080ff;
2841
+ font-weight: bold;
2842
+ }
2843
+ .p12gwtiw .pagination-right .icon-inner {
2844
+ margin-left: 4px;
2845
+ }
2846
+ .p12gwtiw .pagination-right .prev-btn,
2847
+ .p12gwtiw .pagination-right .next-btn {
2848
+ padding: 0 8px;
2849
+ }
2850
+ .p12gwtiw .pagination-right .prev-btn > span,
2851
+ .p12gwtiw .pagination-right .next-btn > span {
2852
+ color: #0080ff;
2853
+ }
2854
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2855
+ transform: rotate(180deg);
2856
+ }
2857
+
2858
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2859
+ max-height: calc(100vh - 128px);
2860
+ overflow-y: auto;
2861
+ }
2862
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2863
+ padding: 4px 20px;
2864
+ font-size: 12px;
2865
+ line-height: 18px;
2866
2866
  }
2867
2867
 
2868
2868
  .t1upn1sz {
@@ -3309,6 +3309,10 @@ input.rrg1fkn.ant-input {
3309
3309
  opacity: 0;
3310
3310
  }
3311
3311
 
3312
+ .i1e4sgug {
3313
+ display: inline-block;
3314
+ }
3315
+
3312
3316
  .d6j0lbj {
3313
3317
  font-family: Inter;
3314
3318
  font-style: normal;
@@ -3855,14 +3859,8 @@ input.rrg1fkn.ant-input {
3855
3859
  margin-left: 24px;
3856
3860
  }
3857
3861
 
3858
- .igz4le8 {
3859
- height: 24px;
3860
- width: 56px !important;
3861
- margin-right: 4px;
3862
- }
3863
-
3864
- .c1riexje {
3865
- color: rgba(44, 56, 82, 0.6);
3862
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3863
+ display: flex;
3866
3864
  }
3867
3865
 
3868
3866
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
@@ -3920,8 +3918,14 @@ input.rrg1fkn.ant-input {
3920
3918
  transform: rotate(180deg);
3921
3919
  }
3922
3920
 
3923
- .iiqau4c.ant-input-group.ant-input-group-compact {
3924
- display: flex;
3921
+ .igz4le8 {
3922
+ height: 24px;
3923
+ width: 56px !important;
3924
+ margin-right: 4px;
3925
+ }
3926
+
3927
+ .c1riexje {
3928
+ color: rgba(44, 56, 82, 0.6);
3925
3929
  }
3926
3930
 
3927
3931
  .m1thnes4 {