@useblu/ocean-core 1.29.3 → 1.30.2

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/ocean.css CHANGED
@@ -1046,9 +1046,6 @@
1046
1046
  display: flex;
1047
1047
  flex-direction: column;
1048
1048
  font-family: "Nunito Sans";
1049
- }
1050
- .ods-form-control__element--blocked :first-child {
1051
- box-sizing: border-box;
1052
1049
  width: 100%;
1053
1050
  }
1054
1051
  .ods-form-control__helper-text {
@@ -1109,6 +1106,9 @@
1109
1106
  .ods-input input::placeholder {
1110
1107
  color: #d8dae8;
1111
1108
  }
1109
+ .ods-input__number-controls {
1110
+ cursor: pointer;
1111
+ }
1112
1112
  .ods-input__adornment {
1113
1113
  align-items: center;
1114
1114
  display: flex;
@@ -1151,6 +1151,29 @@
1151
1151
  border-color: #f5456e;
1152
1152
  }
1153
1153
 
1154
+ .ods-input--amount {
1155
+ width: 100%;
1156
+ }
1157
+ .ods-input--amount input {
1158
+ -webkit-appearance: none;
1159
+ -moz-appearance: none;
1160
+ appearance: none;
1161
+ display: block;
1162
+ margin: 0;
1163
+ text-align: center;
1164
+ }
1165
+ .ods-input--amount__stepper-controls {
1166
+ align-items: center;
1167
+ cursor: pointer;
1168
+ display: block;
1169
+ }
1170
+ .ods-input--amount__stepper-controls_plus {
1171
+ padding-right: 4px;
1172
+ }
1173
+ .ods-input--amount__stepper-controls_minus {
1174
+ padding-left: 4px;
1175
+ }
1176
+
1154
1177
  .ods-textarea {
1155
1178
  background-color: white;
1156
1179
  border: 1px solid #d8dae8;
@@ -1164,6 +1187,7 @@
1164
1187
  outline: none;
1165
1188
  padding: 16px;
1166
1189
  resize: none;
1190
+ width: 100%;
1167
1191
  }
1168
1192
  .ods-textarea::-moz-placeholder {
1169
1193
  color: #d8dae8;
@@ -1499,84 +1523,6 @@
1499
1523
  font-weight: 400;
1500
1524
  }
1501
1525
 
1502
- .ods-typography {
1503
- margin: 0;
1504
- }
1505
- .ods-typography__heading1 {
1506
- color: #0c0d14;
1507
- font-family: "Avenir";
1508
- font-weight: 800;
1509
- line-height: 1.1;
1510
- font-size: 32px;
1511
- }
1512
- .ods-typography__heading2 {
1513
- color: #0c0d14;
1514
- font-family: "Avenir";
1515
- font-weight: 800;
1516
- line-height: 1.1;
1517
- font-size: 24px;
1518
- }
1519
- .ods-typography__heading3 {
1520
- color: #0c0d14;
1521
- font-family: "Avenir";
1522
- font-weight: 800;
1523
- line-height: 1.1;
1524
- font-size: 20px;
1525
- }
1526
- .ods-typography__heading4 {
1527
- color: #0c0d14;
1528
- font-family: "Avenir";
1529
- font-weight: 800;
1530
- line-height: 1.1;
1531
- font-size: 16px;
1532
- font-weight: 700;
1533
- line-height: 1.1;
1534
- }
1535
- .ods-typography__subtitle1 {
1536
- color: #67697a;
1537
- font-family: "Nunito Sans";
1538
- font-weight: 400;
1539
- line-height: 1.1;
1540
- font-size: 24px;
1541
- }
1542
- .ods-typography__subtitle2 {
1543
- color: #67697a;
1544
- font-family: "Nunito Sans";
1545
- font-weight: 400;
1546
- line-height: 1.1;
1547
- font-size: 20px;
1548
- }
1549
- .ods-typography__paragraph {
1550
- color: #67697a;
1551
- font-family: "Nunito Sans";
1552
- font-weight: 400;
1553
- line-height: 1.5;
1554
- font-size: 16px;
1555
- }
1556
- .ods-typography__lead {
1557
- color: #393b47;
1558
- font-family: "Nunito Sans";
1559
- font-size: 20px;
1560
- font-weight: 700;
1561
- }
1562
- .ods-typography__description {
1563
- color: #67697a;
1564
- font-family: "Nunito Sans";
1565
- font-weight: 400;
1566
- line-height: 1.5;
1567
- font-size: 14px;
1568
- }
1569
- .ods-typography__caption {
1570
- color: #67697a;
1571
- font-family: "Nunito Sans";
1572
- font-weight: 400;
1573
- line-height: 1.5;
1574
- font-size: 12px;
1575
- }
1576
- .ods-typography--inverse {
1577
- color: white;
1578
- }
1579
-
1580
1526
  .ods-alert {
1581
1527
  align-items: center;
1582
1528
  background-color: #f7f9ff;
@@ -1639,224 +1585,81 @@
1639
1585
  line-height: 1.5;
1640
1586
  }
1641
1587
 
1642
- .ods-carousel.columns-5, .ods-carousel.columns-4, .ods-carousel.columns-3, .ods-carousel.columns-2 {
1643
- overflow: hidden;
1588
+ .ods-badge {
1589
+ display: flex;
1590
+ font-family: "Nunito Sans";
1644
1591
  }
1645
- .ods-carousel.columns-5 .slick-track, .ods-carousel.columns-4 .slick-track, .ods-carousel.columns-3 .slick-track, .ods-carousel.columns-2 .slick-track {
1646
- gap: 8px;
1592
+ .ods-badge__content {
1593
+ align-items: center;
1594
+ background-color: #ff726e;
1595
+ border-radius: 40px;
1596
+ box-sizing: border-box;
1597
+ color: white;
1598
+ display: flex;
1599
+ font-weight: 700;
1600
+ justify-content: center;
1601
+ white-space: nowrap;
1602
+ width: auto;
1647
1603
  }
1648
- .ods-carousel.columns-5 .slick-list, .ods-carousel.columns-4 .slick-list, .ods-carousel.columns-3 .slick-list, .ods-carousel.columns-2 .slick-list {
1649
- box-shadow: none;
1650
- overflow: inherit;
1604
+ .ods-badge--medium .ods-badge__content {
1605
+ font-size: 12px;
1606
+ height: 24px;
1607
+ line-height: 24px;
1608
+ min-width: 24px;
1609
+ width: 24px;
1651
1610
  }
1652
- .ods-carousel.columns-5 .slick-slide, .ods-carousel.columns-4 .slick-slide, .ods-carousel.columns-3 .slick-slide, .ods-carousel.columns-2 .slick-slide {
1653
- border-radius: 8px;
1654
- box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
1611
+ .ods-badge--small .ods-badge__content {
1612
+ font-size: 10px;
1613
+ height: 16px;
1614
+ line-height: 16px;
1615
+ min-width: 16px;
1655
1616
  }
1656
-
1657
- .slick-slider {
1658
- box-sizing: border-box;
1617
+ .ods-badge--tiny .ods-badge__content {
1659
1618
  display: block;
1660
- position: relative;
1661
- -webkit-tap-highlight-color: transparent;
1662
- touch-action: pan-y;
1663
- -webkit-touch-callout: none;
1664
- -webkit-user-select: none;
1665
- -moz-user-select: none;
1666
- -ms-user-select: none;
1667
- user-select: none;
1619
+ font-size: 10px;
1620
+ height: 8px;
1621
+ line-height: 8px;
1622
+ min-width: 8px;
1623
+ overflow: hidden;
1624
+ width: 8px;
1668
1625
  }
1669
- .slick-slider .slick-arrow {
1670
- display: none !important;
1626
+ .ods-badge--small .ods-badge__text {
1627
+ border-radius: 40px;
1628
+ box-shadow: 0 4px 10px #ff726e3d;
1629
+ padding: 0 4px;
1630
+ width: auto;
1671
1631
  }
1672
- .slick-slider:hover .slick-arrow {
1673
- display: block !important;
1632
+ .ods-badge--overflow .ods-badge__content {
1633
+ padding: 0 4px;
1634
+ width: auto;
1674
1635
  }
1675
- @media (max-width: 767.98px) {
1676
- .slick-slider:hover .slick-arrow {
1677
- display: none !important;
1678
- }
1636
+ .ods-badge--overflow .ods-badge__content {
1637
+ padding: 0 4px;
1638
+ width: auto;
1679
1639
  }
1680
-
1681
- .slick-list {
1682
- border-radius: 8px;
1683
- box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
1684
- display: block;
1685
- margin: 0;
1686
- margin-bottom: 15px;
1687
- overflow: hidden;
1688
- padding: 0;
1689
- position: relative;
1640
+ .ods-badge--brand .ods-badge__content {
1641
+ background-color: #0025e0;
1690
1642
  }
1691
-
1692
- .slick-slider .slick-track,
1693
- .slick-slider .slick-list {
1694
- transform: translate3d(0, 0, 0);
1643
+ .ods-badge--brand .ods-badge__text.ods-badge__content {
1644
+ box-shadow: 0 4px 10px #0025e03d;
1695
1645
  }
1696
-
1697
- .slick-track {
1698
- display: flex;
1699
- left: 0;
1700
- margin-left: auto;
1701
- margin-right: auto;
1702
- position: relative;
1703
- top: 0;
1646
+ .ods-badge--complementary .ods-badge__content {
1647
+ background-color: #13bdbd;
1704
1648
  }
1705
-
1706
- .slick-slide {
1707
- display: block;
1708
- float: left;
1709
- height: 100%;
1710
- min-height: 1px;
1649
+ .ods-badge--complementary .ods-badge__text.ods-badge__content {
1650
+ box-shadow: 0 4px 10px #13bdbd3d;
1711
1651
  }
1712
-
1713
- .slick-arrow {
1714
- box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
1652
+ .ods-badge--alert .ods-badge__content {
1653
+ background-color: #ff8a14;
1715
1654
  }
1716
- @media (max-width: 767.98px) {
1717
- .slick-arrow {
1718
- display: none !important;
1719
- }
1655
+ .ods-badge--alert .ods-badge__text.ods-badge__content {
1656
+ box-shadow: 0 4px 10px #ff8a143d;
1720
1657
  }
1721
-
1722
- .slick-next {
1723
- background: white;
1724
- border: 1px solid #d8dae8;
1725
- border-radius: 100%;
1726
- color: #0025e0;
1727
- font-size: 0;
1728
- height: 30px;
1729
- line-height: 0;
1730
- margin-top: -10px;
1731
- outline: none;
1732
- padding: 0;
1733
- position: absolute;
1734
- right: 8px;
1735
- top: 45%;
1736
- transform: translate(0, -50%);
1737
- width: 30px;
1658
+ .ods-badge--neutral .ods-badge__content {
1659
+ background-color: #b6b9cc;
1738
1660
  }
1739
-
1740
- .slick-prev {
1741
- background: white;
1742
- border: 1px solid #d8dae8;
1743
- border-radius: 100%;
1744
- color: #0025e0;
1745
- font-size: 0;
1746
- height: 30px;
1747
- left: 8px;
1748
- line-height: 0;
1749
- margin-top: -10px;
1750
- outline: none;
1751
- padding: 0;
1752
- position: absolute;
1753
- right: -10px;
1754
- top: 45%;
1755
- transform: translate(0, -50%);
1756
- width: 30px;
1757
- z-index: 1;
1758
- }
1759
-
1760
- .slick-prev:hover,
1761
- .slick-next:hover {
1762
- background: #f7f9ff;
1763
- cursor: pointer;
1764
- outline: none;
1765
- }
1766
-
1767
- .slick-prev:active,
1768
- .slick-next:active {
1769
- background: #ebecf5;
1770
- }
1771
-
1772
- .slick-prev::before,
1773
- .slick-next::before {
1774
- -webkit-font-smoothing: antialiased;
1775
- -moz-osx-font-smoothing: grayscale;
1776
- line-height: 1;
1777
- }
1778
-
1779
- .slick-arrow > path {
1780
- transform: scale(0.9);
1781
- }
1782
-
1783
- .slick-prev > path {
1784
- transform-origin: left;
1785
- }
1786
-
1787
- .slick-next > path {
1788
- transform-origin: right;
1789
- }
1790
-
1791
- .ods-carousel-dots {
1792
- align-items: center;
1793
- display: flex;
1794
- justify-content: center;
1795
- list-style: none;
1796
- width: 100%;
1797
- }
1798
-
1799
- .ods-carousel-dots ul {
1800
- align-items: center;
1801
- display: flex;
1802
- justify-content: center;
1803
- -webkit-margin-after: 0;
1804
- margin-block-end: 0;
1805
- -webkit-margin-before: 0;
1806
- margin-block-start: 0;
1807
- -webkit-padding-start: 0;
1808
- padding-inline-start: 0;
1809
- }
1810
-
1811
- .ods-carousel-dots li {
1812
- cursor: pointer;
1813
- display: inline-block;
1814
- height: 20px;
1815
- position: relative;
1816
- width: 12px;
1817
- }
1818
-
1819
- .ods-carousel-dots li button {
1820
- align-items: center;
1821
- background: transparent;
1822
- border: 0;
1823
- color: transparent;
1824
- cursor: pointer;
1825
- display: flex;
1826
- display: block;
1827
- font-size: 0;
1828
- height: 20px;
1829
- justify-content: center;
1830
- line-height: 0;
1831
- outline: none;
1832
- padding: 5px;
1833
- width: 8px;
1834
- }
1835
-
1836
- .ods-carousel-dots li button::before {
1837
- align-items: center;
1838
- background: #d8dae8;
1839
- border-radius: 16px;
1840
- content: " ";
1841
- display: flex;
1842
- font-size: 24px;
1843
- height: 4px;
1844
- left: 0;
1845
- padding: 0;
1846
- position: absolute;
1847
- text-align: center;
1848
- top: 0;
1849
- width: 4px;
1850
- }
1851
-
1852
- .ods-carousel-dots .slick-active button::before {
1853
- background: #0025e0;
1854
- }
1855
-
1856
- .ods-divider {
1857
- border: 0;
1858
- border-top: 1px solid #ebecf5;
1859
- margin: 0;
1661
+ .ods-badge--neutral .ods-badge__text.ods-badge__content {
1662
+ box-shadow: 0 4px 10px #b6b9cc3d;
1860
1663
  }
1861
1664
 
1862
1665
  .ods-btn {
@@ -1975,126 +1778,347 @@
1975
1778
  cursor: not-allowed;
1976
1779
  }
1977
1780
 
1978
- .ods-icon-btn {
1979
- align-items: center;
1980
- background: transparent;
1981
- border: 0;
1982
- border-radius: 50%;
1983
- cursor: pointer;
1984
- display: flex;
1985
- height: 48px;
1986
- justify-content: center;
1987
- line-height: 1;
1988
- outline: none;
1989
- transition: background-color 0.1s ease-out;
1990
- width: 48px;
1991
- }
1992
- .ods-icon-btn:hover, .ods-icon-btn:focus {
1993
- background: #f7f9ff;
1994
- color: #0025e0;
1995
- }
1996
- .ods-icon-btn:active {
1997
- background: #ebecf5;
1998
- }
1999
- .ods-icon-btn--sm {
2000
- font-size: 16px;
2001
- height: 40px;
2002
- width: 40px;
2003
- }
2004
- .ods-icon-btn--sm :first-child {
2005
- height: 20px;
2006
- width: 20px;
1781
+ .ods-carousel.columns-5, .ods-carousel.columns-4, .ods-carousel.columns-3, .ods-carousel.columns-2 {
1782
+ overflow: hidden;
2007
1783
  }
2008
- .ods-icon-btn--md {
2009
- font-size: 20px;
2010
- height: 48px;
2011
- width: 48px;
1784
+ .ods-carousel.columns-5 .slick-track, .ods-carousel.columns-4 .slick-track, .ods-carousel.columns-3 .slick-track, .ods-carousel.columns-2 .slick-track {
1785
+ gap: 8px;
2012
1786
  }
2013
- .ods-icon-btn--disabled {
2014
- background-color: #ebecf5;
2015
- color: #b6b9cc;
2016
- cursor: not-allowed;
1787
+ .ods-carousel.columns-5 .slick-list, .ods-carousel.columns-4 .slick-list, .ods-carousel.columns-3 .slick-list, .ods-carousel.columns-2 .slick-list {
1788
+ box-shadow: none;
1789
+ overflow: inherit;
2017
1790
  }
2018
- .ods-icon-btn--disabled:hover, .ods-icon-btn--disabled:focus {
2019
- background-color: #ebecf5;
2020
- color: #b6b9cc;
1791
+ .ods-carousel.columns-5 .slick-slide, .ods-carousel.columns-4 .slick-slide, .ods-carousel.columns-3 .slick-slide, .ods-carousel.columns-2 .slick-slide {
1792
+ border-radius: 8px;
1793
+ box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
2021
1794
  }
2022
1795
 
2023
- .ods-lnk {
2024
- color: #0025e0;
2025
- cursor: pointer;
2026
- font-family: "Nunito Sans";
2027
- font-weight: 400;
2028
- line-height: 1;
2029
- }
2030
- .ods-lnk:hover {
2031
- color: #5872f5;
2032
- text-decoration: underline;
2033
- }
2034
- .ods-lnk--inverse {
2035
- color: #6ae5e5;
1796
+ .slick-slider {
1797
+ box-sizing: border-box;
1798
+ display: block;
1799
+ position: relative;
1800
+ -webkit-tap-highlight-color: transparent;
1801
+ touch-action: pan-y;
1802
+ -webkit-touch-callout: none;
1803
+ -webkit-user-select: none;
1804
+ -moz-user-select: none;
1805
+ -ms-user-select: none;
1806
+ user-select: none;
2036
1807
  }
2037
- .ods-lnk--inverse:hover {
2038
- color: #b0f5f5;
1808
+ .slick-slider .slick-arrow {
1809
+ display: none !important;
2039
1810
  }
2040
- .ods-lnk--sm {
2041
- font-size: 14px;
1811
+ .slick-slider:hover .slick-arrow {
1812
+ display: block !important;
2042
1813
  }
2043
- .ods-lnk--md {
2044
- font-size: 16px;
1814
+ @media (max-width: 767.98px) {
1815
+ .slick-slider:hover .slick-arrow {
1816
+ display: none !important;
1817
+ }
2045
1818
  }
2046
1819
 
2047
- .ods-list {
2048
- background: white;
2049
- border: 1px solid #ebecf5;
1820
+ .slick-list {
2050
1821
  border-radius: 8px;
2051
- box-sizing: border-box;
1822
+ box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
1823
+ display: block;
1824
+ margin: 0;
1825
+ margin-bottom: 15px;
2052
1826
  overflow: hidden;
2053
- }
2054
- .ods-list .ods-transaction-list-item:not(:last-of-type) {
2055
- border-bottom: 1px solid #ebecf5;
2056
- }
2057
- .ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2058
- border: 0;
1827
+ padding: 0;
1828
+ position: relative;
2059
1829
  }
2060
1830
 
2061
- .ods-transaction-list-item__icon {
2062
- align-items: center;
2063
- background-color: #f7f9ff;
2064
- border-radius: 40px;
2065
- color: #b6b9cc;
2066
- display: flex;
2067
- height: 40px;
2068
- justify-content: center;
2069
- min-width: 40px;
2070
- width: 40px;
2071
- }
2072
- @media (max-width: 575.98px) {
2073
- .ods-transaction-list-item__icon {
2074
- display: none;
2075
- }
1831
+ .slick-slider .slick-track,
1832
+ .slick-slider .slick-list {
1833
+ transform: translate3d(0, 0, 0);
2076
1834
  }
2077
1835
 
2078
- .ods-transaction-list-item {
2079
- background-color: white;
2080
- cursor: pointer;
1836
+ .slick-track {
2081
1837
  display: flex;
2082
- flex-direction: column;
2083
- width: 100%;
2084
- }
2085
- .ods-transaction-list-item:hover, .ods-transaction-list-item:focus {
2086
- background-color: #f7f9ff;
1838
+ left: 0;
1839
+ margin-left: auto;
1840
+ margin-right: auto;
1841
+ position: relative;
1842
+ top: 0;
2087
1843
  }
2088
- .ods-transaction-list-item:hover .ods-transaction-list-item__icon, .ods-transaction-list-item:focus .ods-transaction-list-item__icon {
2089
- background-color: #ebecf5;
1844
+
1845
+ .slick-slide {
1846
+ display: block;
1847
+ float: left;
1848
+ height: 100%;
1849
+ min-height: 1px;
2090
1850
  }
2091
- .ods-transaction-list-item:active {
2092
- background-color: #d8dae8;
1851
+
1852
+ .slick-arrow {
1853
+ box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
2093
1854
  }
2094
- .ods-transaction-list-item:active .ods-transaction-list-item__icon {
2095
- background-color: #ebecf5;
1855
+ @media (max-width: 767.98px) {
1856
+ .slick-arrow {
1857
+ display: none !important;
1858
+ }
2096
1859
  }
2097
- .ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
1860
+
1861
+ .slick-next {
1862
+ background: white;
1863
+ border: 1px solid #d8dae8;
1864
+ border-radius: 100%;
1865
+ color: #0025e0;
1866
+ font-size: 0;
1867
+ height: 30px;
1868
+ line-height: 0;
1869
+ margin-top: -10px;
1870
+ outline: none;
1871
+ padding: 0;
1872
+ position: absolute;
1873
+ right: 8px;
1874
+ top: 45%;
1875
+ transform: translate(0, -50%);
1876
+ width: 30px;
1877
+ }
1878
+
1879
+ .slick-prev {
1880
+ background: white;
1881
+ border: 1px solid #d8dae8;
1882
+ border-radius: 100%;
1883
+ color: #0025e0;
1884
+ font-size: 0;
1885
+ height: 30px;
1886
+ left: 8px;
1887
+ line-height: 0;
1888
+ margin-top: -10px;
1889
+ outline: none;
1890
+ padding: 0;
1891
+ position: absolute;
1892
+ right: -10px;
1893
+ top: 45%;
1894
+ transform: translate(0, -50%);
1895
+ width: 30px;
1896
+ z-index: 1;
1897
+ }
1898
+
1899
+ .slick-prev:hover,
1900
+ .slick-next:hover {
1901
+ background: #f7f9ff;
1902
+ cursor: pointer;
1903
+ outline: none;
1904
+ }
1905
+
1906
+ .slick-prev:active,
1907
+ .slick-next:active {
1908
+ background: #ebecf5;
1909
+ }
1910
+
1911
+ .slick-prev::before,
1912
+ .slick-next::before {
1913
+ -webkit-font-smoothing: antialiased;
1914
+ -moz-osx-font-smoothing: grayscale;
1915
+ line-height: 1;
1916
+ }
1917
+
1918
+ .slick-arrow > path {
1919
+ transform: scale(0.9);
1920
+ }
1921
+
1922
+ .slick-prev > path {
1923
+ transform-origin: left;
1924
+ }
1925
+
1926
+ .slick-next > path {
1927
+ transform-origin: right;
1928
+ }
1929
+
1930
+ .ods-carousel-dots {
1931
+ align-items: center;
1932
+ display: flex;
1933
+ justify-content: center;
1934
+ list-style: none;
1935
+ width: 100%;
1936
+ }
1937
+
1938
+ .ods-carousel-dots ul {
1939
+ align-items: center;
1940
+ display: flex;
1941
+ justify-content: center;
1942
+ -webkit-margin-after: 0;
1943
+ margin-block-end: 0;
1944
+ -webkit-margin-before: 0;
1945
+ margin-block-start: 0;
1946
+ -webkit-padding-start: 0;
1947
+ padding-inline-start: 0;
1948
+ }
1949
+
1950
+ .ods-carousel-dots li {
1951
+ cursor: pointer;
1952
+ display: inline-block;
1953
+ height: 20px;
1954
+ position: relative;
1955
+ width: 12px;
1956
+ }
1957
+
1958
+ .ods-carousel-dots li button {
1959
+ align-items: center;
1960
+ background: transparent;
1961
+ border: 0;
1962
+ color: transparent;
1963
+ cursor: pointer;
1964
+ display: flex;
1965
+ display: block;
1966
+ font-size: 0;
1967
+ height: 20px;
1968
+ justify-content: center;
1969
+ line-height: 0;
1970
+ outline: none;
1971
+ padding: 5px;
1972
+ width: 8px;
1973
+ }
1974
+
1975
+ .ods-carousel-dots li button::before {
1976
+ align-items: center;
1977
+ background: #d8dae8;
1978
+ border-radius: 16px;
1979
+ content: " ";
1980
+ display: flex;
1981
+ font-size: 24px;
1982
+ height: 4px;
1983
+ left: 0;
1984
+ padding: 0;
1985
+ position: absolute;
1986
+ text-align: center;
1987
+ top: 0;
1988
+ width: 4px;
1989
+ }
1990
+
1991
+ .ods-carousel-dots .slick-active button::before {
1992
+ background: #0025e0;
1993
+ }
1994
+
1995
+ .ods-divider {
1996
+ border: 0;
1997
+ border-top: 1px solid #ebecf5;
1998
+ margin: 0;
1999
+ }
2000
+
2001
+ .ods-icon-btn {
2002
+ align-items: center;
2003
+ background: transparent;
2004
+ border: 0;
2005
+ border-radius: 50%;
2006
+ cursor: pointer;
2007
+ display: flex;
2008
+ height: 48px;
2009
+ justify-content: center;
2010
+ line-height: 1;
2011
+ outline: none;
2012
+ transition: background-color 0.1s ease-out;
2013
+ width: 48px;
2014
+ }
2015
+ .ods-icon-btn:hover {
2016
+ background: #f7f9ff;
2017
+ color: #0025e0;
2018
+ }
2019
+ .ods-icon-btn:active {
2020
+ background: #ebecf5;
2021
+ }
2022
+ .ods-icon-btn--sm {
2023
+ font-size: 16px;
2024
+ height: 40px;
2025
+ min-width: 40px;
2026
+ width: 40px;
2027
+ }
2028
+ .ods-icon-btn--sm :first-child {
2029
+ height: 20px;
2030
+ width: 20px;
2031
+ }
2032
+ .ods-icon-btn--md {
2033
+ font-size: 20px;
2034
+ height: 48px;
2035
+ min-width: 48px;
2036
+ width: 48px;
2037
+ }
2038
+ .ods-icon-btn--disabled {
2039
+ color: #b6b9cc;
2040
+ cursor: not-allowed;
2041
+ }
2042
+ .ods-icon-btn--disabled:hover {
2043
+ background-color: inherit;
2044
+ color: #b6b9cc;
2045
+ }
2046
+
2047
+ .ods-lnk {
2048
+ color: #0025e0;
2049
+ cursor: pointer;
2050
+ font-family: "Nunito Sans";
2051
+ font-weight: 400;
2052
+ line-height: 1;
2053
+ }
2054
+ .ods-lnk:hover {
2055
+ color: #5872f5;
2056
+ text-decoration: underline;
2057
+ }
2058
+ .ods-lnk--inverse {
2059
+ color: #6ae5e5;
2060
+ }
2061
+ .ods-lnk--inverse:hover {
2062
+ color: #b0f5f5;
2063
+ }
2064
+ .ods-lnk--sm {
2065
+ font-size: 14px;
2066
+ }
2067
+ .ods-lnk--md {
2068
+ font-size: 16px;
2069
+ }
2070
+
2071
+ .ods-list {
2072
+ background: white;
2073
+ border: 1px solid #ebecf5;
2074
+ border-radius: 8px;
2075
+ box-sizing: border-box;
2076
+ overflow: hidden;
2077
+ }
2078
+ .ods-list .ods-transaction-list-item:not(:last-of-type) {
2079
+ border-bottom: 1px solid #ebecf5;
2080
+ }
2081
+ .ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2082
+ border: 0;
2083
+ }
2084
+
2085
+ .ods-transaction-list-item__icon {
2086
+ align-items: center;
2087
+ background-color: #f7f9ff;
2088
+ border-radius: 40px;
2089
+ color: #b6b9cc;
2090
+ display: flex;
2091
+ height: 40px;
2092
+ justify-content: center;
2093
+ min-width: 40px;
2094
+ width: 40px;
2095
+ }
2096
+ @media (max-width: 575.98px) {
2097
+ .ods-transaction-list-item__icon {
2098
+ display: none;
2099
+ }
2100
+ }
2101
+
2102
+ .ods-transaction-list-item {
2103
+ background-color: white;
2104
+ cursor: pointer;
2105
+ display: flex;
2106
+ flex-direction: column;
2107
+ width: 100%;
2108
+ }
2109
+ .ods-transaction-list-item:hover, .ods-transaction-list-item:focus {
2110
+ background-color: #f7f9ff;
2111
+ }
2112
+ .ods-transaction-list-item:hover .ods-transaction-list-item__icon, .ods-transaction-list-item:focus .ods-transaction-list-item__icon {
2113
+ background-color: #ebecf5;
2114
+ }
2115
+ .ods-transaction-list-item:active {
2116
+ background-color: #d8dae8;
2117
+ }
2118
+ .ods-transaction-list-item:active .ods-transaction-list-item__icon {
2119
+ background-color: #ebecf5;
2120
+ }
2121
+ .ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2098
2122
  background-color: transparent;
2099
2123
  }
2100
2124
  .ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item__icon {
@@ -2197,57 +2221,6 @@
2197
2221
  font-weight: 600;
2198
2222
  }
2199
2223
 
2200
- .ods-progress svg {
2201
- -webkit-animation: ods-loading-animation 0.8s linear infinite;
2202
- animation: ods-loading-animation 0.8s linear infinite;
2203
- }
2204
- .ods-progress svg circle {
2205
- stroke: #b8c3ff;
2206
- }
2207
- .ods-progress svg path {
2208
- stroke: #0025e0;
2209
- }
2210
- .ods-progress--on-color svg circle {
2211
- stroke: #fff;
2212
- }
2213
- .ods-progress--on-color svg path {
2214
- stroke: #fff;
2215
- }
2216
- .ods-progress--md svg {
2217
- height: 24px;
2218
- width: 24px;
2219
- }
2220
- .ods-progress--sm svg {
2221
- height: 16px;
2222
- width: 16px;
2223
- }
2224
- .ods-progress--lg svg {
2225
- height: 32px;
2226
- width: 32px;
2227
- }
2228
- @-webkit-keyframes ods-loading-animation {
2229
- 0% {
2230
- transform: rotate(0deg);
2231
- }
2232
- 90% {
2233
- transform: rotate(340deg);
2234
- }
2235
- 100% {
2236
- transform: rotate(360deg);
2237
- }
2238
- }
2239
- @keyframes ods-loading-animation {
2240
- 0% {
2241
- transform: rotate(0deg);
2242
- }
2243
- 90% {
2244
- transform: rotate(340deg);
2245
- }
2246
- 100% {
2247
- transform: rotate(360deg);
2248
- }
2249
- }
2250
-
2251
2224
  .ods-modal__overlay {
2252
2225
  background: rgba(57, 59, 71, 0.4);
2253
2226
  bottom: 0;
@@ -2359,6 +2332,149 @@
2359
2332
  }
2360
2333
  }
2361
2334
 
2335
+ .ods-progress svg {
2336
+ -webkit-animation: ods-loading-animation 0.8s linear infinite;
2337
+ animation: ods-loading-animation 0.8s linear infinite;
2338
+ }
2339
+ .ods-progress svg circle {
2340
+ stroke: #b8c3ff;
2341
+ }
2342
+ .ods-progress svg path {
2343
+ stroke: #0025e0;
2344
+ }
2345
+ .ods-progress--on-color svg circle {
2346
+ stroke: #fff;
2347
+ }
2348
+ .ods-progress--on-color svg path {
2349
+ stroke: #fff;
2350
+ }
2351
+ .ods-progress--md, .ods-progress--md svg {
2352
+ height: 24px;
2353
+ width: 24px;
2354
+ }
2355
+ .ods-progress--sm, .ods-progress--sm svg {
2356
+ height: 16px;
2357
+ width: 16px;
2358
+ }
2359
+ .ods-progress--lg, .ods-progress--lg svg {
2360
+ height: 32px;
2361
+ width: 32px;
2362
+ }
2363
+ @-webkit-keyframes ods-loading-animation {
2364
+ 0% {
2365
+ transform: rotate(0deg);
2366
+ }
2367
+ 90% {
2368
+ transform: rotate(340deg);
2369
+ }
2370
+ 100% {
2371
+ transform: rotate(360deg);
2372
+ }
2373
+ }
2374
+ @keyframes ods-loading-animation {
2375
+ 0% {
2376
+ transform: rotate(0deg);
2377
+ }
2378
+ 90% {
2379
+ transform: rotate(340deg);
2380
+ }
2381
+ 100% {
2382
+ transform: rotate(360deg);
2383
+ }
2384
+ }
2385
+
2386
+ .ods-sub-header {
2387
+ background-color: #f7f9ff;
2388
+ box-sizing: border-box;
2389
+ display: flex;
2390
+ justify-content: space-between;
2391
+ padding: 12px 16px 8px 16px;
2392
+ width: 100%;
2393
+ }
2394
+
2395
+ .ods-sub-header__subtitle,
2396
+ .ods-sub-header__title {
2397
+ color: #67697a;
2398
+ font-family: "Nunito Sans";
2399
+ font-size: 12px;
2400
+ font-weight: 400;
2401
+ line-height: 150%;
2402
+ }
2403
+ .ods-sub-header__subtitle strong,
2404
+ .ods-sub-header__title strong {
2405
+ font-weight: 900;
2406
+ }
2407
+
2408
+ .ods-search {
2409
+ align-items: center;
2410
+ background-color: white;
2411
+ border: 1px solid #d8dae8;
2412
+ border-radius: 4px;
2413
+ display: flex;
2414
+ height: 46px;
2415
+ margin: 1px;
2416
+ width: 100%;
2417
+ }
2418
+ .ods-search input {
2419
+ border: 0;
2420
+ border-radius: 4px;
2421
+ box-sizing: border-box;
2422
+ color: #393b47;
2423
+ font-size: 16px;
2424
+ font-weight: 400;
2425
+ height: 100%;
2426
+ line-height: 1.1;
2427
+ outline: none;
2428
+ padding: 0 8px;
2429
+ width: 100%;
2430
+ }
2431
+ .ods-search input::-moz-placeholder {
2432
+ color: #d8dae8;
2433
+ }
2434
+ .ods-search input:-ms-input-placeholder {
2435
+ color: #d8dae8;
2436
+ }
2437
+ .ods-search input::placeholder {
2438
+ color: #d8dae8;
2439
+ }
2440
+ .ods-search:hover, .ods-search:focus, .ods-search:active {
2441
+ border-color: #5872f5;
2442
+ border-width: 2px;
2443
+ margin: 0;
2444
+ }
2445
+ .ods-search--filled {
2446
+ border-color: #b8c3ff;
2447
+ }
2448
+ .ods-search--disabled {
2449
+ background-color: #ebecf5;
2450
+ border-color: #ebecf5;
2451
+ cursor: not-allowed;
2452
+ }
2453
+ .ods-search--disabled input {
2454
+ color: #b6b9cc;
2455
+ cursor: not-allowed;
2456
+ }
2457
+ .ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
2458
+ border-color: #ebecf5;
2459
+ }
2460
+ .ods-search__adornment {
2461
+ line-height: 0;
2462
+ padding-left: 16px;
2463
+ }
2464
+ .ods-search__adornment svg {
2465
+ color: #d8dae8;
2466
+ }
2467
+ .ods-search--filled .ods-search__adornment svg {
2468
+ color: #0025e0;
2469
+ }
2470
+ .ods-search__clean {
2471
+ color: #b6b9cc;
2472
+ margin-right: 4px;
2473
+ }
2474
+ .ods-search__clean:hover {
2475
+ color: #0025e0;
2476
+ }
2477
+
2362
2478
  .ods-tag {
2363
2479
  align-items: center;
2364
2480
  background-color: #f7f9ff;
@@ -2438,176 +2554,292 @@
2438
2554
  white-space: nowrap;
2439
2555
  }
2440
2556
 
2441
- .ods-badge {
2442
- display: flex;
2557
+ .ods-typography {
2558
+ margin: 0;
2559
+ }
2560
+ .ods-typography__heading1 {
2561
+ color: #0c0d14;
2562
+ font-family: "Avenir";
2563
+ font-weight: 800;
2564
+ line-height: 1.1;
2565
+ font-size: 32px;
2566
+ }
2567
+ .ods-typography__heading2 {
2568
+ color: #0c0d14;
2569
+ font-family: "Avenir";
2570
+ font-weight: 800;
2571
+ line-height: 1.1;
2572
+ font-size: 24px;
2573
+ }
2574
+ .ods-typography__heading3 {
2575
+ color: #0c0d14;
2576
+ font-family: "Avenir";
2577
+ font-weight: 800;
2578
+ line-height: 1.1;
2579
+ font-size: 20px;
2580
+ }
2581
+ .ods-typography__heading4 {
2582
+ color: #0c0d14;
2583
+ font-family: "Avenir";
2584
+ font-weight: 800;
2585
+ line-height: 1.1;
2586
+ font-size: 16px;
2587
+ font-weight: 700;
2588
+ line-height: 1.1;
2589
+ }
2590
+ .ods-typography__subtitle1 {
2591
+ color: #67697a;
2443
2592
  font-family: "Nunito Sans";
2593
+ font-weight: 400;
2594
+ line-height: 1.1;
2595
+ font-size: 24px;
2444
2596
  }
2445
- .ods-badge__content {
2446
- align-items: center;
2447
- background-color: #ff726e;
2448
- border-radius: 40px;
2449
- box-sizing: border-box;
2450
- color: white;
2451
- display: flex;
2597
+ .ods-typography__subtitle2 {
2598
+ color: #67697a;
2599
+ font-family: "Nunito Sans";
2600
+ font-weight: 400;
2601
+ line-height: 1.1;
2602
+ font-size: 20px;
2603
+ }
2604
+ .ods-typography__paragraph {
2605
+ color: #67697a;
2606
+ font-family: "Nunito Sans";
2607
+ font-weight: 400;
2608
+ line-height: 1.5;
2609
+ font-size: 16px;
2610
+ }
2611
+ .ods-typography__lead {
2612
+ color: #393b47;
2613
+ font-family: "Nunito Sans";
2614
+ font-size: 20px;
2452
2615
  font-weight: 700;
2453
- justify-content: center;
2454
- white-space: nowrap;
2455
- width: auto;
2456
2616
  }
2457
- .ods-badge--medium .ods-badge__content {
2617
+ .ods-typography__description {
2618
+ color: #67697a;
2619
+ font-family: "Nunito Sans";
2620
+ font-weight: 400;
2621
+ line-height: 1.5;
2622
+ font-size: 14px;
2623
+ }
2624
+ .ods-typography__caption {
2625
+ color: #67697a;
2626
+ font-family: "Nunito Sans";
2627
+ font-weight: 400;
2628
+ line-height: 1.5;
2458
2629
  font-size: 12px;
2459
- height: 24px;
2460
- line-height: 24px;
2461
- min-width: 24px;
2462
- width: 24px;
2463
2630
  }
2464
- .ods-badge--small .ods-badge__content {
2465
- font-size: 10px;
2466
- height: 16px;
2467
- line-height: 16px;
2468
- min-width: 16px;
2631
+ .ods-typography--inverse {
2632
+ color: white;
2469
2633
  }
2470
- .ods-badge--tiny .ods-badge__content {
2471
- display: block;
2472
- font-size: 10px;
2473
- height: 8px;
2474
- line-height: 8px;
2475
- min-width: 8px;
2476
- overflow: hidden;
2477
- width: 8px;
2634
+
2635
+ :root {
2636
+ --balloon-color: #393b47;
2637
+ --balloon-text-color: white;
2638
+ --balloon-font-size: 12px;
2639
+ --balloon-move: 4px;
2478
2640
  }
2479
- .ods-badge--small .ods-badge__text {
2480
- border-radius: 40px;
2481
- box-shadow: 0 4px 10px #ff726e3d;
2482
- padding: 0 4px;
2483
- width: auto;
2641
+
2642
+ .ods-tooltip {
2643
+ cursor: pointer;
2644
+ position: relative;
2484
2645
  }
2485
- .ods-badge--overflow .ods-badge__content {
2486
- padding: 0 4px;
2487
- width: auto;
2646
+
2647
+ .ods-tooltip::after {
2648
+ opacity: 0;
2649
+ pointer-events: none;
2650
+ transition: opacity 0.18s ease-out 0.18s, transform 0.18s ease-out 0.18s;
2651
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
2652
+ font-size: var(--balloon-font-size);
2653
+ font-style: normal;
2654
+ font-weight: normal;
2655
+ text-indent: 0;
2656
+ text-shadow: none;
2657
+ background: var(--balloon-color);
2658
+ border-radius: 2px;
2659
+ border-radius: 8px;
2660
+ color: var(--balloon-text-color);
2661
+ content: attr(aria-label);
2662
+ padding: 12px 16px;
2663
+ position: absolute;
2664
+ white-space: pre;
2665
+ z-index: 10;
2488
2666
  }
2489
- .ods-badge--overflow .ods-badge__content {
2490
- padding: 0 4px;
2491
- width: auto;
2667
+
2668
+ .ods-tooltip::before {
2669
+ border: 5px solid transparent;
2670
+ height: 0;
2671
+ width: 0;
2672
+ border-top-color: var(--balloon-color);
2673
+ opacity: 0;
2674
+ pointer-events: none;
2675
+ transition: opacity 0.18s ease-out 0.18s, transform 0.18s ease-out 0.18s;
2676
+ content: "";
2677
+ position: absolute;
2678
+ z-index: 10;
2492
2679
  }
2493
- .ods-badge--brand .ods-badge__content {
2494
- background-color: #0025e0;
2680
+
2681
+ .ods-tooltip:hover::before, .ods-tooltip:hover::after,
2682
+ .ods-tooltip[data-balloon-visible]::before,
2683
+ .ods-tooltip[data-balloon-visible]::after,
2684
+ .ods-tooltip:not([data-balloon-nofocus]):focus::before,
2685
+ .ods-tooltip:not([data-balloon-nofocus]):focus::after {
2686
+ opacity: 1;
2687
+ pointer-events: none;
2495
2688
  }
2496
- .ods-badge--brand .ods-badge__text.ods-badge__content {
2497
- box-shadow: 0 4px 10px #0025e03d;
2689
+
2690
+ .ods-tooltip.font-awesome::after {
2691
+ font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
2498
2692
  }
2499
- .ods-badge--complementary .ods-badge__content {
2500
- background-color: #13bdbd;
2693
+
2694
+ .ods-tooltip[data-balloon-break]::after {
2695
+ white-space: pre;
2501
2696
  }
2502
- .ods-badge--complementary .ods-badge__text.ods-badge__content {
2503
- box-shadow: 0 4px 10px #13bdbd3d;
2697
+ .ods-tooltip[data-balloon-break][data-balloon-length]::after {
2698
+ white-space: pre-line;
2699
+ word-break: break-word;
2504
2700
  }
2505
- .ods-badge--alert .ods-badge__content {
2506
- background-color: #ff8a14;
2701
+
2702
+ .ods-tooltip[data-balloon-blunt]::before, .ods-tooltip[data-balloon-blunt]::after {
2703
+ transition: none;
2507
2704
  }
2508
- .ods-badge--alert .ods-badge__text.ods-badge__content {
2509
- box-shadow: 0 4px 10px #ff8a143d;
2705
+
2706
+ .ods-tooltip[data-balloon-pos=up]:hover::after, .ods-tooltip[data-balloon-pos=up][data-balloon-visible]::after,
2707
+ .ods-tooltip[data-balloon-pos=down]:hover::after,
2708
+ .ods-tooltip[data-balloon-pos=down][data-balloon-visible]::after {
2709
+ transform: translate(-50%, 0);
2510
2710
  }
2511
- .ods-badge--neutral .ods-badge__content {
2512
- background-color: #b6b9cc;
2711
+ .ods-tooltip[data-balloon-pos=up]:hover::before, .ods-tooltip[data-balloon-pos=up][data-balloon-visible]::before,
2712
+ .ods-tooltip[data-balloon-pos=down]:hover::before,
2713
+ .ods-tooltip[data-balloon-pos=down][data-balloon-visible]::before {
2714
+ transform: translate(-50%, 0);
2513
2715
  }
2514
- .ods-badge--neutral .ods-badge__text.ods-badge__content {
2515
- box-shadow: 0 4px 10px #b6b9cc3d;
2716
+
2717
+ .ods-tooltip[data-balloon-pos*=-left]::after {
2718
+ left: 0;
2719
+ }
2720
+ .ods-tooltip[data-balloon-pos*=-left]::before {
2721
+ left: 5px;
2516
2722
  }
2517
2723
 
2518
- .ods-sub-header {
2519
- background-color: #f7f9ff;
2520
- box-sizing: border-box;
2521
- display: flex;
2522
- justify-content: space-between;
2523
- padding: 12px 16px 8px 16px;
2524
- width: 100%;
2724
+ .ods-tooltip[data-balloon-pos*=-right]::after {
2725
+ right: 0;
2726
+ }
2727
+ .ods-tooltip[data-balloon-pos*=-right]::before {
2728
+ right: 5px;
2525
2729
  }
2526
2730
 
2527
- .ods-sub-header__subtitle,
2528
- .ods-sub-header__title {
2529
- color: #67697a;
2530
- font-family: "Nunito Sans";
2531
- font-size: 12px;
2532
- font-weight: 400;
2533
- line-height: 150%;
2731
+ .ods-tooltip[data-balloon-pos*=-left]:hover::after, .ods-tooltip[data-balloon-pos*=-left][data-balloon-visible]::after,
2732
+ .ods-tooltip[data-balloon-pos*=-right]:hover::after,
2733
+ .ods-tooltip[data-balloon-pos*=-right][data-balloon-visible]::after {
2734
+ transform: translate(0, 0);
2534
2735
  }
2535
- .ods-sub-header__subtitle strong,
2536
- .ods-sub-header__title strong {
2537
- font-weight: 900;
2736
+ .ods-tooltip[data-balloon-pos*=-left]:hover::before, .ods-tooltip[data-balloon-pos*=-left][data-balloon-visible]::before,
2737
+ .ods-tooltip[data-balloon-pos*=-right]:hover::before,
2738
+ .ods-tooltip[data-balloon-pos*=-right][data-balloon-visible]::before {
2739
+ transform: translate(0, 0);
2538
2740
  }
2539
2741
 
2540
- .ods-search {
2541
- align-items: center;
2542
- background-color: white;
2543
- border: 1px solid #d8dae8;
2544
- border-radius: 4px;
2545
- display: flex;
2546
- height: 46px;
2547
- margin: 1px;
2548
- width: auto !important;
2742
+ .ods-tooltip[data-balloon-pos^=up]::before, .ods-tooltip[data-balloon-pos^=up]::after {
2743
+ bottom: 100%;
2744
+ transform: translate(0, var(--balloon-move));
2745
+ transform-origin: top;
2549
2746
  }
2550
- .ods-search input {
2551
- border: 0;
2552
- border-radius: 4px;
2553
- box-sizing: border-box;
2554
- color: #393b47;
2555
- font-size: 16px;
2556
- font-weight: 400;
2557
- height: 100%;
2558
- line-height: 1.1;
2559
- outline: none;
2560
- padding: 0 16px;
2561
- width: 100%;
2747
+ .ods-tooltip[data-balloon-pos^=up]::after {
2748
+ margin-bottom: 10px;
2562
2749
  }
2563
- .ods-search input::-moz-placeholder {
2564
- color: #d8dae8;
2750
+
2751
+ .ods-tooltip[data-balloon-pos=up]::before, .ods-tooltip[data-balloon-pos=up]::after {
2752
+ left: 50%;
2753
+ transform: translate(-50%, var(--balloon-move));
2565
2754
  }
2566
- .ods-search input:-ms-input-placeholder {
2567
- color: #d8dae8;
2755
+
2756
+ .ods-tooltip[data-balloon-pos^=down]::before, .ods-tooltip[data-balloon-pos^=down]::after {
2757
+ top: 100%;
2758
+ transform: translate(0, calc(var(--balloon-move) * -1));
2568
2759
  }
2569
- .ods-search input::placeholder {
2570
- color: #d8dae8;
2760
+ .ods-tooltip[data-balloon-pos^=down]::after {
2761
+ margin-top: 10px;
2571
2762
  }
2572
- .ods-search:hover, .ods-search:focus, .ods-search:active {
2573
- border-color: #5872f5;
2574
- border-width: 2px;
2575
- margin: 0;
2763
+ .ods-tooltip[data-balloon-pos^=down]::before {
2764
+ border: 5px solid transparent;
2765
+ height: 0;
2766
+ width: 0;
2767
+ border-bottom-color: var(--balloon-color);
2576
2768
  }
2577
- .ods-search svg {
2578
- color: #d8dae8;
2769
+
2770
+ .ods-tooltip[data-balloon-pos=down]::after, .ods-tooltip[data-balloon-pos=down]::before {
2771
+ left: 50%;
2772
+ transform: translate(-50%, calc(var(--balloon-move) * -1));
2579
2773
  }
2580
- .ods-search--filled {
2581
- border-color: #b8c3ff;
2774
+
2775
+ .ods-tooltip[data-balloon-pos=left]:hover::after, .ods-tooltip[data-balloon-pos=left][data-balloon-visible]::after,
2776
+ .ods-tooltip[data-balloon-pos=right]:hover::after,
2777
+ .ods-tooltip[data-balloon-pos=right][data-balloon-visible]::after {
2778
+ transform: translate(0, -50%);
2582
2779
  }
2583
- .ods-search--filled svg {
2584
- color: #0025e0;
2780
+ .ods-tooltip[data-balloon-pos=left]:hover::before, .ods-tooltip[data-balloon-pos=left][data-balloon-visible]::before,
2781
+ .ods-tooltip[data-balloon-pos=right]:hover::before,
2782
+ .ods-tooltip[data-balloon-pos=right][data-balloon-visible]::before {
2783
+ transform: translate(0, -50%);
2585
2784
  }
2586
- .ods-search--disabled {
2587
- background-color: #ebecf5;
2588
- border-color: #ebecf5;
2589
- cursor: not-allowed;
2785
+
2786
+ .ods-tooltip[data-balloon-pos=left]::after, .ods-tooltip[data-balloon-pos=left]::before {
2787
+ right: 100%;
2788
+ top: 50%;
2789
+ transform: translate(var(--balloon-move), -50%);
2590
2790
  }
2591
- .ods-search--disabled input {
2592
- color: #b6b9cc;
2593
- cursor: not-allowed;
2791
+ .ods-tooltip[data-balloon-pos=left]::after {
2792
+ margin-right: 10px;
2594
2793
  }
2595
- .ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
2596
- border-color: #ebecf5;
2794
+ .ods-tooltip[data-balloon-pos=left]::before {
2795
+ border: 5px solid transparent;
2796
+ height: 0;
2797
+ width: 0;
2798
+ border-left-color: var(--balloon-color);
2597
2799
  }
2598
- .ods-search__adornment {
2599
- line-height: 0;
2600
- padding-left: 16px;
2601
- width: auto !important;
2800
+
2801
+ .ods-tooltip[data-balloon-pos=right]::after, .ods-tooltip[data-balloon-pos=right]::before {
2802
+ left: 100%;
2803
+ top: 50%;
2804
+ transform: translate(calc(var(--balloon-move) * -1), -50%);
2602
2805
  }
2603
- .ods-search__clean {
2604
- cursor: pointer;
2605
- line-height: 0;
2606
- padding-right: 16px;
2607
- width: 24px;
2806
+ .ods-tooltip[data-balloon-pos=right]::after {
2807
+ margin-left: 10px;
2608
2808
  }
2609
- .ods-search__clean svg {
2610
- color: #393b47;
2809
+ .ods-tooltip[data-balloon-pos=right]::before {
2810
+ border: 5px solid transparent;
2811
+ height: 0;
2812
+ width: 0;
2813
+ border-right-color: var(--balloon-color);
2814
+ }
2815
+
2816
+ .ods-tooltip[data-balloon-length]::after {
2817
+ white-space: normal;
2818
+ }
2819
+
2820
+ .ods-tooltip[data-balloon-length=small]::after {
2821
+ width: 80px;
2822
+ }
2823
+
2824
+ .ods-tooltip[data-balloon-length=medium]::after {
2825
+ width: 150px;
2826
+ }
2827
+
2828
+ .ods-tooltip[data-balloon-length=large]::after {
2829
+ width: 260px;
2830
+ }
2831
+
2832
+ .ods-tooltip[data-balloon-length=xlarge]::after {
2833
+ width: 380px;
2834
+ }
2835
+ @media screen and (max-width: 768px) {
2836
+ .ods-tooltip[data-balloon-length=xlarge]::after {
2837
+ width: 90vw;
2838
+ }
2839
+ }
2840
+
2841
+ .ods-tooltip[data-balloon-length=fit]::after {
2842
+ width: 100%;
2611
2843
  }
2612
2844
 
2613
2845
  .ods-topbar {