@empathyco/x-components 6.0.0-alpha.86 → 6.0.0-alpha.88

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.
@@ -1472,1847 +1472,1847 @@
1472
1472
  .x-shadow--bottom-10 {
1473
1473
  box-shadow: var(--x-string-box-shadow-bottom-10) !important;
1474
1474
  }
1475
- *[class*=x-border-width--] {
1476
- border-width: 0;
1475
+ .x-border-radius--00 {
1476
+ border-radius: 0 !important;
1477
1477
  }
1478
1478
 
1479
- .x-border-width--00 {
1480
- border-width: 0px !important;
1481
- border-style: solid !important;
1482
- }
1483
- .x-border-width--top-00 {
1484
- border-top-width: 0px !important;
1485
- border-style: solid !important;
1479
+ .x-border-radius--pill {
1480
+ border-radius: 99999px !important;
1486
1481
  }
1487
- .x-border-width--bottom-00 {
1488
- border-bottom-width: 0px !important;
1489
- border-style: solid !important;
1482
+
1483
+ .x-border-radius--01 {
1484
+ border-radius: var(--x-size-base-01) !important;
1490
1485
  }
1491
- [dir="ltr"] .x-border-width--right-00 {
1492
- border-right-width: 0px !important;
1486
+ [dir="ltr"] .x-border-radius--top-01 {
1487
+ border-top-left-radius: var(--x-size-base-01) !important;
1493
1488
  }
1494
- [dir="rtl"] .x-border-width--right-00 {
1495
- border-left-width: 0px !important;
1489
+ [dir="rtl"] .x-border-radius--top-01 {
1490
+ border-top-right-radius: var(--x-size-base-01) !important;
1496
1491
  }
1497
- .x-border-width--right-00 {
1498
- border-style: solid !important;
1492
+ [dir="ltr"] .x-border-radius--top-01 {
1493
+ border-top-right-radius: var(--x-size-base-01) !important;
1499
1494
  }
1500
- [dir="ltr"] .x-border-width--left-00 {
1501
- border-left-width: 0px !important;
1495
+ [dir="rtl"] .x-border-radius--top-01 {
1496
+ border-top-left-radius: var(--x-size-base-01) !important;
1502
1497
  }
1503
- [dir="rtl"] .x-border-width--left-00 {
1504
- border-right-width: 0px !important;
1498
+ [dir="ltr"] .x-border-radius--bottom-01 {
1499
+ border-bottom-left-radius: var(--x-size-base-01) !important;
1505
1500
  }
1506
- .x-border-width--left-00 {
1507
- border-style: solid !important;
1501
+ [dir="rtl"] .x-border-radius--bottom-01 {
1502
+ border-bottom-right-radius: var(--x-size-base-01) !important;
1508
1503
  }
1509
- .x-border-width--01 {
1510
- border-width: 1px !important;
1511
- border-style: solid !important;
1504
+ [dir="ltr"] .x-border-radius--bottom-01 {
1505
+ border-bottom-right-radius: var(--x-size-base-01) !important;
1512
1506
  }
1513
- .x-border-width--top-01 {
1514
- border-top-width: 1px !important;
1515
- border-style: solid !important;
1507
+ [dir="rtl"] .x-border-radius--bottom-01 {
1508
+ border-bottom-left-radius: var(--x-size-base-01) !important;
1516
1509
  }
1517
- .x-border-width--bottom-01 {
1518
- border-bottom-width: 1px !important;
1519
- border-style: solid !important;
1510
+ [dir="ltr"] .x-border-radius--right-01 {
1511
+ border-top-right-radius: var(--x-size-base-01) !important;
1520
1512
  }
1521
- [dir="ltr"] .x-border-width--right-01 {
1522
- border-right-width: 1px !important;
1513
+ [dir="rtl"] .x-border-radius--right-01 {
1514
+ border-top-left-radius: var(--x-size-base-01) !important;
1523
1515
  }
1524
- [dir="rtl"] .x-border-width--right-01 {
1525
- border-left-width: 1px !important;
1516
+ [dir="ltr"] .x-border-radius--right-01 {
1517
+ border-bottom-right-radius: var(--x-size-base-01) !important;
1526
1518
  }
1527
- .x-border-width--right-01 {
1528
- border-style: solid !important;
1519
+ [dir="rtl"] .x-border-radius--right-01 {
1520
+ border-bottom-left-radius: var(--x-size-base-01) !important;
1529
1521
  }
1530
- [dir="ltr"] .x-border-width--left-01 {
1531
- border-left-width: 1px !important;
1522
+ [dir="ltr"] .x-border-radius--left-01 {
1523
+ border-top-left-radius: var(--x-size-base-01) !important;
1532
1524
  }
1533
- [dir="rtl"] .x-border-width--left-01 {
1534
- border-right-width: 1px !important;
1525
+ [dir="rtl"] .x-border-radius--left-01 {
1526
+ border-top-right-radius: var(--x-size-base-01) !important;
1535
1527
  }
1536
- .x-border-width--left-01 {
1537
- border-style: solid !important;
1528
+ [dir="ltr"] .x-border-radius--left-01 {
1529
+ border-bottom-left-radius: var(--x-size-base-01) !important;
1538
1530
  }
1539
- .x-border-width--02 {
1540
- border-width: 2px !important;
1541
- border-style: solid !important;
1531
+ [dir="rtl"] .x-border-radius--left-01 {
1532
+ border-bottom-right-radius: var(--x-size-base-01) !important;
1542
1533
  }
1543
- .x-border-width--top-02 {
1544
- border-top-width: 2px !important;
1545
- border-style: solid !important;
1534
+ [dir="ltr"] .x-border-radius--top-left-01 {
1535
+ border-top-left-radius: var(--x-size-base-01) !important;
1546
1536
  }
1547
- .x-border-width--bottom-02 {
1548
- border-bottom-width: 2px !important;
1549
- border-style: solid !important;
1537
+ [dir="rtl"] .x-border-radius--top-left-01 {
1538
+ border-top-right-radius: var(--x-size-base-01) !important;
1550
1539
  }
1551
- [dir="ltr"] .x-border-width--right-02 {
1552
- border-right-width: 2px !important;
1540
+ [dir="ltr"] .x-border-radius--top-right-01 {
1541
+ border-top-right-radius: var(--x-size-base-01) !important;
1553
1542
  }
1554
- [dir="rtl"] .x-border-width--right-02 {
1555
- border-left-width: 2px !important;
1543
+ [dir="rtl"] .x-border-radius--top-right-01 {
1544
+ border-top-left-radius: var(--x-size-base-01) !important;
1556
1545
  }
1557
- .x-border-width--right-02 {
1558
- border-style: solid !important;
1546
+ [dir="ltr"] .x-border-radius--bottom-left-01 {
1547
+ border-bottom-left-radius: var(--x-size-base-01) !important;
1559
1548
  }
1560
- [dir="ltr"] .x-border-width--left-02 {
1561
- border-left-width: 2px !important;
1549
+ [dir="rtl"] .x-border-radius--bottom-left-01 {
1550
+ border-bottom-right-radius: var(--x-size-base-01) !important;
1562
1551
  }
1563
- [dir="rtl"] .x-border-width--left-02 {
1564
- border-right-width: 2px !important;
1552
+ [dir="ltr"] .x-border-radius--bottom-right-01 {
1553
+ border-bottom-right-radius: var(--x-size-base-01) !important;
1565
1554
  }
1566
- .x-border-width--left-02 {
1567
- border-style: solid !important;
1555
+ [dir="rtl"] .x-border-radius--bottom-right-01 {
1556
+ border-bottom-left-radius: var(--x-size-base-01) !important;
1568
1557
  }
1569
- .x-border-width--03 {
1570
- border-width: 3px !important;
1571
- border-style: solid !important;
1558
+ .x-border-radius--02 {
1559
+ border-radius: var(--x-size-base-02) !important;
1572
1560
  }
1573
- .x-border-width--top-03 {
1574
- border-top-width: 3px !important;
1575
- border-style: solid !important;
1561
+ [dir="ltr"] .x-border-radius--top-02 {
1562
+ border-top-left-radius: var(--x-size-base-02) !important;
1576
1563
  }
1577
- .x-border-width--bottom-03 {
1578
- border-bottom-width: 3px !important;
1579
- border-style: solid !important;
1564
+ [dir="rtl"] .x-border-radius--top-02 {
1565
+ border-top-right-radius: var(--x-size-base-02) !important;
1580
1566
  }
1581
- [dir="ltr"] .x-border-width--right-03 {
1582
- border-right-width: 3px !important;
1567
+ [dir="ltr"] .x-border-radius--top-02 {
1568
+ border-top-right-radius: var(--x-size-base-02) !important;
1583
1569
  }
1584
- [dir="rtl"] .x-border-width--right-03 {
1585
- border-left-width: 3px !important;
1570
+ [dir="rtl"] .x-border-radius--top-02 {
1571
+ border-top-left-radius: var(--x-size-base-02) !important;
1586
1572
  }
1587
- .x-border-width--right-03 {
1588
- border-style: solid !important;
1573
+ [dir="ltr"] .x-border-radius--bottom-02 {
1574
+ border-bottom-left-radius: var(--x-size-base-02) !important;
1589
1575
  }
1590
- [dir="ltr"] .x-border-width--left-03 {
1591
- border-left-width: 3px !important;
1576
+ [dir="rtl"] .x-border-radius--bottom-02 {
1577
+ border-bottom-right-radius: var(--x-size-base-02) !important;
1592
1578
  }
1593
- [dir="rtl"] .x-border-width--left-03 {
1594
- border-right-width: 3px !important;
1579
+ [dir="ltr"] .x-border-radius--bottom-02 {
1580
+ border-bottom-right-radius: var(--x-size-base-02) !important;
1595
1581
  }
1596
- .x-border-width--left-03 {
1597
- border-style: solid !important;
1582
+ [dir="rtl"] .x-border-radius--bottom-02 {
1583
+ border-bottom-left-radius: var(--x-size-base-02) !important;
1598
1584
  }
1599
- .x-border-width--04 {
1600
- border-width: 4px !important;
1601
- border-style: solid !important;
1585
+ [dir="ltr"] .x-border-radius--right-02 {
1586
+ border-top-right-radius: var(--x-size-base-02) !important;
1602
1587
  }
1603
- .x-border-width--top-04 {
1604
- border-top-width: 4px !important;
1605
- border-style: solid !important;
1588
+ [dir="rtl"] .x-border-radius--right-02 {
1589
+ border-top-left-radius: var(--x-size-base-02) !important;
1606
1590
  }
1607
- .x-border-width--bottom-04 {
1608
- border-bottom-width: 4px !important;
1609
- border-style: solid !important;
1591
+ [dir="ltr"] .x-border-radius--right-02 {
1592
+ border-bottom-right-radius: var(--x-size-base-02) !important;
1610
1593
  }
1611
- [dir="ltr"] .x-border-width--right-04 {
1612
- border-right-width: 4px !important;
1594
+ [dir="rtl"] .x-border-radius--right-02 {
1595
+ border-bottom-left-radius: var(--x-size-base-02) !important;
1613
1596
  }
1614
- [dir="rtl"] .x-border-width--right-04 {
1615
- border-left-width: 4px !important;
1597
+ [dir="ltr"] .x-border-radius--left-02 {
1598
+ border-top-left-radius: var(--x-size-base-02) !important;
1616
1599
  }
1617
- .x-border-width--right-04 {
1618
- border-style: solid !important;
1600
+ [dir="rtl"] .x-border-radius--left-02 {
1601
+ border-top-right-radius: var(--x-size-base-02) !important;
1619
1602
  }
1620
- [dir="ltr"] .x-border-width--left-04 {
1621
- border-left-width: 4px !important;
1603
+ [dir="ltr"] .x-border-radius--left-02 {
1604
+ border-bottom-left-radius: var(--x-size-base-02) !important;
1622
1605
  }
1623
- [dir="rtl"] .x-border-width--left-04 {
1624
- border-right-width: 4px !important;
1606
+ [dir="rtl"] .x-border-radius--left-02 {
1607
+ border-bottom-right-radius: var(--x-size-base-02) !important;
1625
1608
  }
1626
- .x-border-width--left-04 {
1627
- border-style: solid !important;
1609
+ [dir="ltr"] .x-border-radius--top-left-02 {
1610
+ border-top-left-radius: var(--x-size-base-02) !important;
1628
1611
  }
1629
- .x-border-width--05 {
1630
- border-width: 5px !important;
1631
- border-style: solid !important;
1612
+ [dir="rtl"] .x-border-radius--top-left-02 {
1613
+ border-top-right-radius: var(--x-size-base-02) !important;
1632
1614
  }
1633
- .x-border-width--top-05 {
1634
- border-top-width: 5px !important;
1635
- border-style: solid !important;
1615
+ [dir="ltr"] .x-border-radius--top-right-02 {
1616
+ border-top-right-radius: var(--x-size-base-02) !important;
1636
1617
  }
1637
- .x-border-width--bottom-05 {
1638
- border-bottom-width: 5px !important;
1639
- border-style: solid !important;
1618
+ [dir="rtl"] .x-border-radius--top-right-02 {
1619
+ border-top-left-radius: var(--x-size-base-02) !important;
1640
1620
  }
1641
- [dir="ltr"] .x-border-width--right-05 {
1642
- border-right-width: 5px !important;
1621
+ [dir="ltr"] .x-border-radius--bottom-left-02 {
1622
+ border-bottom-left-radius: var(--x-size-base-02) !important;
1643
1623
  }
1644
- [dir="rtl"] .x-border-width--right-05 {
1645
- border-left-width: 5px !important;
1624
+ [dir="rtl"] .x-border-radius--bottom-left-02 {
1625
+ border-bottom-right-radius: var(--x-size-base-02) !important;
1646
1626
  }
1647
- .x-border-width--right-05 {
1648
- border-style: solid !important;
1627
+ [dir="ltr"] .x-border-radius--bottom-right-02 {
1628
+ border-bottom-right-radius: var(--x-size-base-02) !important;
1649
1629
  }
1650
- [dir="ltr"] .x-border-width--left-05 {
1651
- border-left-width: 5px !important;
1630
+ [dir="rtl"] .x-border-radius--bottom-right-02 {
1631
+ border-bottom-left-radius: var(--x-size-base-02) !important;
1652
1632
  }
1653
- [dir="rtl"] .x-border-width--left-05 {
1654
- border-right-width: 5px !important;
1633
+ .x-border-radius--03 {
1634
+ border-radius: var(--x-size-base-03) !important;
1655
1635
  }
1656
- .x-border-width--left-05 {
1657
- border-style: solid !important;
1636
+ [dir="ltr"] .x-border-radius--top-03 {
1637
+ border-top-left-radius: var(--x-size-base-03) !important;
1658
1638
  }
1659
- .x-border-width--06 {
1660
- border-width: 6px !important;
1661
- border-style: solid !important;
1639
+ [dir="rtl"] .x-border-radius--top-03 {
1640
+ border-top-right-radius: var(--x-size-base-03) !important;
1662
1641
  }
1663
- .x-border-width--top-06 {
1664
- border-top-width: 6px !important;
1665
- border-style: solid !important;
1642
+ [dir="ltr"] .x-border-radius--top-03 {
1643
+ border-top-right-radius: var(--x-size-base-03) !important;
1666
1644
  }
1667
- .x-border-width--bottom-06 {
1668
- border-bottom-width: 6px !important;
1669
- border-style: solid !important;
1645
+ [dir="rtl"] .x-border-radius--top-03 {
1646
+ border-top-left-radius: var(--x-size-base-03) !important;
1670
1647
  }
1671
- [dir="ltr"] .x-border-width--right-06 {
1672
- border-right-width: 6px !important;
1648
+ [dir="ltr"] .x-border-radius--bottom-03 {
1649
+ border-bottom-left-radius: var(--x-size-base-03) !important;
1673
1650
  }
1674
- [dir="rtl"] .x-border-width--right-06 {
1675
- border-left-width: 6px !important;
1651
+ [dir="rtl"] .x-border-radius--bottom-03 {
1652
+ border-bottom-right-radius: var(--x-size-base-03) !important;
1676
1653
  }
1677
- .x-border-width--right-06 {
1678
- border-style: solid !important;
1654
+ [dir="ltr"] .x-border-radius--bottom-03 {
1655
+ border-bottom-right-radius: var(--x-size-base-03) !important;
1679
1656
  }
1680
- [dir="ltr"] .x-border-width--left-06 {
1681
- border-left-width: 6px !important;
1657
+ [dir="rtl"] .x-border-radius--bottom-03 {
1658
+ border-bottom-left-radius: var(--x-size-base-03) !important;
1682
1659
  }
1683
- [dir="rtl"] .x-border-width--left-06 {
1684
- border-right-width: 6px !important;
1660
+ [dir="ltr"] .x-border-radius--right-03 {
1661
+ border-top-right-radius: var(--x-size-base-03) !important;
1685
1662
  }
1686
- .x-border-width--left-06 {
1687
- border-style: solid !important;
1663
+ [dir="rtl"] .x-border-radius--right-03 {
1664
+ border-top-left-radius: var(--x-size-base-03) !important;
1688
1665
  }
1689
- .x-border-width--07 {
1690
- border-width: 7px !important;
1691
- border-style: solid !important;
1666
+ [dir="ltr"] .x-border-radius--right-03 {
1667
+ border-bottom-right-radius: var(--x-size-base-03) !important;
1692
1668
  }
1693
- .x-border-width--top-07 {
1694
- border-top-width: 7px !important;
1695
- border-style: solid !important;
1669
+ [dir="rtl"] .x-border-radius--right-03 {
1670
+ border-bottom-left-radius: var(--x-size-base-03) !important;
1696
1671
  }
1697
- .x-border-width--bottom-07 {
1698
- border-bottom-width: 7px !important;
1699
- border-style: solid !important;
1672
+ [dir="ltr"] .x-border-radius--left-03 {
1673
+ border-top-left-radius: var(--x-size-base-03) !important;
1700
1674
  }
1701
- [dir="ltr"] .x-border-width--right-07 {
1702
- border-right-width: 7px !important;
1675
+ [dir="rtl"] .x-border-radius--left-03 {
1676
+ border-top-right-radius: var(--x-size-base-03) !important;
1703
1677
  }
1704
- [dir="rtl"] .x-border-width--right-07 {
1705
- border-left-width: 7px !important;
1678
+ [dir="ltr"] .x-border-radius--left-03 {
1679
+ border-bottom-left-radius: var(--x-size-base-03) !important;
1706
1680
  }
1707
- .x-border-width--right-07 {
1708
- border-style: solid !important;
1681
+ [dir="rtl"] .x-border-radius--left-03 {
1682
+ border-bottom-right-radius: var(--x-size-base-03) !important;
1709
1683
  }
1710
- [dir="ltr"] .x-border-width--left-07 {
1711
- border-left-width: 7px !important;
1684
+ [dir="ltr"] .x-border-radius--top-left-03 {
1685
+ border-top-left-radius: var(--x-size-base-03) !important;
1712
1686
  }
1713
- [dir="rtl"] .x-border-width--left-07 {
1714
- border-right-width: 7px !important;
1687
+ [dir="rtl"] .x-border-radius--top-left-03 {
1688
+ border-top-right-radius: var(--x-size-base-03) !important;
1715
1689
  }
1716
- .x-border-width--left-07 {
1717
- border-style: solid !important;
1690
+ [dir="ltr"] .x-border-radius--top-right-03 {
1691
+ border-top-right-radius: var(--x-size-base-03) !important;
1718
1692
  }
1719
- .x-border-width--08 {
1720
- border-width: 8px !important;
1721
- border-style: solid !important;
1693
+ [dir="rtl"] .x-border-radius--top-right-03 {
1694
+ border-top-left-radius: var(--x-size-base-03) !important;
1722
1695
  }
1723
- .x-border-width--top-08 {
1724
- border-top-width: 8px !important;
1725
- border-style: solid !important;
1696
+ [dir="ltr"] .x-border-radius--bottom-left-03 {
1697
+ border-bottom-left-radius: var(--x-size-base-03) !important;
1726
1698
  }
1727
- .x-border-width--bottom-08 {
1728
- border-bottom-width: 8px !important;
1729
- border-style: solid !important;
1699
+ [dir="rtl"] .x-border-radius--bottom-left-03 {
1700
+ border-bottom-right-radius: var(--x-size-base-03) !important;
1730
1701
  }
1731
- [dir="ltr"] .x-border-width--right-08 {
1732
- border-right-width: 8px !important;
1702
+ [dir="ltr"] .x-border-radius--bottom-right-03 {
1703
+ border-bottom-right-radius: var(--x-size-base-03) !important;
1733
1704
  }
1734
- [dir="rtl"] .x-border-width--right-08 {
1735
- border-left-width: 8px !important;
1705
+ [dir="rtl"] .x-border-radius--bottom-right-03 {
1706
+ border-bottom-left-radius: var(--x-size-base-03) !important;
1736
1707
  }
1737
- .x-border-width--right-08 {
1738
- border-style: solid !important;
1708
+ .x-border-radius--04 {
1709
+ border-radius: var(--x-size-base-04) !important;
1739
1710
  }
1740
- [dir="ltr"] .x-border-width--left-08 {
1741
- border-left-width: 8px !important;
1711
+ [dir="ltr"] .x-border-radius--top-04 {
1712
+ border-top-left-radius: var(--x-size-base-04) !important;
1742
1713
  }
1743
- [dir="rtl"] .x-border-width--left-08 {
1744
- border-right-width: 8px !important;
1714
+ [dir="rtl"] .x-border-radius--top-04 {
1715
+ border-top-right-radius: var(--x-size-base-04) !important;
1745
1716
  }
1746
- .x-border-width--left-08 {
1747
- border-style: solid !important;
1717
+ [dir="ltr"] .x-border-radius--top-04 {
1718
+ border-top-right-radius: var(--x-size-base-04) !important;
1748
1719
  }
1749
- .x-border-width--09 {
1750
- border-width: 9px !important;
1751
- border-style: solid !important;
1720
+ [dir="rtl"] .x-border-radius--top-04 {
1721
+ border-top-left-radius: var(--x-size-base-04) !important;
1752
1722
  }
1753
- .x-border-width--top-09 {
1754
- border-top-width: 9px !important;
1755
- border-style: solid !important;
1723
+ [dir="ltr"] .x-border-radius--bottom-04 {
1724
+ border-bottom-left-radius: var(--x-size-base-04) !important;
1756
1725
  }
1757
- .x-border-width--bottom-09 {
1758
- border-bottom-width: 9px !important;
1759
- border-style: solid !important;
1726
+ [dir="rtl"] .x-border-radius--bottom-04 {
1727
+ border-bottom-right-radius: var(--x-size-base-04) !important;
1760
1728
  }
1761
- [dir="ltr"] .x-border-width--right-09 {
1762
- border-right-width: 9px !important;
1729
+ [dir="ltr"] .x-border-radius--bottom-04 {
1730
+ border-bottom-right-radius: var(--x-size-base-04) !important;
1763
1731
  }
1764
- [dir="rtl"] .x-border-width--right-09 {
1765
- border-left-width: 9px !important;
1732
+ [dir="rtl"] .x-border-radius--bottom-04 {
1733
+ border-bottom-left-radius: var(--x-size-base-04) !important;
1766
1734
  }
1767
- .x-border-width--right-09 {
1768
- border-style: solid !important;
1735
+ [dir="ltr"] .x-border-radius--right-04 {
1736
+ border-top-right-radius: var(--x-size-base-04) !important;
1769
1737
  }
1770
- [dir="ltr"] .x-border-width--left-09 {
1771
- border-left-width: 9px !important;
1738
+ [dir="rtl"] .x-border-radius--right-04 {
1739
+ border-top-left-radius: var(--x-size-base-04) !important;
1772
1740
  }
1773
- [dir="rtl"] .x-border-width--left-09 {
1774
- border-right-width: 9px !important;
1741
+ [dir="ltr"] .x-border-radius--right-04 {
1742
+ border-bottom-right-radius: var(--x-size-base-04) !important;
1775
1743
  }
1776
- .x-border-width--left-09 {
1777
- border-style: solid !important;
1744
+ [dir="rtl"] .x-border-radius--right-04 {
1745
+ border-bottom-left-radius: var(--x-size-base-04) !important;
1778
1746
  }
1779
- .x-border-width--10 {
1780
- border-width: 10px !important;
1781
- border-style: solid !important;
1747
+ [dir="ltr"] .x-border-radius--left-04 {
1748
+ border-top-left-radius: var(--x-size-base-04) !important;
1782
1749
  }
1783
- .x-border-width--top-10 {
1784
- border-top-width: 10px !important;
1785
- border-style: solid !important;
1750
+ [dir="rtl"] .x-border-radius--left-04 {
1751
+ border-top-right-radius: var(--x-size-base-04) !important;
1786
1752
  }
1787
- .x-border-width--bottom-10 {
1788
- border-bottom-width: 10px !important;
1789
- border-style: solid !important;
1753
+ [dir="ltr"] .x-border-radius--left-04 {
1754
+ border-bottom-left-radius: var(--x-size-base-04) !important;
1790
1755
  }
1791
- [dir="ltr"] .x-border-width--right-10 {
1792
- border-right-width: 10px !important;
1756
+ [dir="rtl"] .x-border-radius--left-04 {
1757
+ border-bottom-right-radius: var(--x-size-base-04) !important;
1793
1758
  }
1794
- [dir="rtl"] .x-border-width--right-10 {
1795
- border-left-width: 10px !important;
1759
+ [dir="ltr"] .x-border-radius--top-left-04 {
1760
+ border-top-left-radius: var(--x-size-base-04) !important;
1796
1761
  }
1797
- .x-border-width--right-10 {
1798
- border-style: solid !important;
1762
+ [dir="rtl"] .x-border-radius--top-left-04 {
1763
+ border-top-right-radius: var(--x-size-base-04) !important;
1799
1764
  }
1800
- [dir="ltr"] .x-border-width--left-10 {
1801
- border-left-width: 10px !important;
1765
+ [dir="ltr"] .x-border-radius--top-right-04 {
1766
+ border-top-right-radius: var(--x-size-base-04) !important;
1802
1767
  }
1803
- [dir="rtl"] .x-border-width--left-10 {
1804
- border-right-width: 10px !important;
1768
+ [dir="rtl"] .x-border-radius--top-right-04 {
1769
+ border-top-left-radius: var(--x-size-base-04) !important;
1805
1770
  }
1806
- .x-border-width--left-10 {
1807
- border-style: solid !important;
1771
+ [dir="ltr"] .x-border-radius--bottom-left-04 {
1772
+ border-bottom-left-radius: var(--x-size-base-04) !important;
1808
1773
  }
1809
- .x-border-radius--00 {
1810
- border-radius: 0 !important;
1774
+ [dir="rtl"] .x-border-radius--bottom-left-04 {
1775
+ border-bottom-right-radius: var(--x-size-base-04) !important;
1811
1776
  }
1812
-
1813
- .x-border-radius--pill {
1814
- border-radius: 99999px !important;
1777
+ [dir="ltr"] .x-border-radius--bottom-right-04 {
1778
+ border-bottom-right-radius: var(--x-size-base-04) !important;
1815
1779
  }
1816
-
1817
- .x-border-radius--01 {
1818
- border-radius: var(--x-size-base-01) !important;
1780
+ [dir="rtl"] .x-border-radius--bottom-right-04 {
1781
+ border-bottom-left-radius: var(--x-size-base-04) !important;
1819
1782
  }
1820
- [dir="ltr"] .x-border-radius--top-01 {
1821
- border-top-left-radius: var(--x-size-base-01) !important;
1783
+ .x-border-radius--05 {
1784
+ border-radius: var(--x-size-base-05) !important;
1822
1785
  }
1823
- [dir="rtl"] .x-border-radius--top-01 {
1824
- border-top-right-radius: var(--x-size-base-01) !important;
1786
+ [dir="ltr"] .x-border-radius--top-05 {
1787
+ border-top-left-radius: var(--x-size-base-05) !important;
1825
1788
  }
1826
- [dir="ltr"] .x-border-radius--top-01 {
1827
- border-top-right-radius: var(--x-size-base-01) !important;
1789
+ [dir="rtl"] .x-border-radius--top-05 {
1790
+ border-top-right-radius: var(--x-size-base-05) !important;
1828
1791
  }
1829
- [dir="rtl"] .x-border-radius--top-01 {
1830
- border-top-left-radius: var(--x-size-base-01) !important;
1792
+ [dir="ltr"] .x-border-radius--top-05 {
1793
+ border-top-right-radius: var(--x-size-base-05) !important;
1831
1794
  }
1832
- [dir="ltr"] .x-border-radius--bottom-01 {
1833
- border-bottom-left-radius: var(--x-size-base-01) !important;
1795
+ [dir="rtl"] .x-border-radius--top-05 {
1796
+ border-top-left-radius: var(--x-size-base-05) !important;
1834
1797
  }
1835
- [dir="rtl"] .x-border-radius--bottom-01 {
1836
- border-bottom-right-radius: var(--x-size-base-01) !important;
1798
+ [dir="ltr"] .x-border-radius--bottom-05 {
1799
+ border-bottom-left-radius: var(--x-size-base-05) !important;
1837
1800
  }
1838
- [dir="ltr"] .x-border-radius--bottom-01 {
1839
- border-bottom-right-radius: var(--x-size-base-01) !important;
1801
+ [dir="rtl"] .x-border-radius--bottom-05 {
1802
+ border-bottom-right-radius: var(--x-size-base-05) !important;
1840
1803
  }
1841
- [dir="rtl"] .x-border-radius--bottom-01 {
1842
- border-bottom-left-radius: var(--x-size-base-01) !important;
1804
+ [dir="ltr"] .x-border-radius--bottom-05 {
1805
+ border-bottom-right-radius: var(--x-size-base-05) !important;
1843
1806
  }
1844
- [dir="ltr"] .x-border-radius--right-01 {
1845
- border-top-right-radius: var(--x-size-base-01) !important;
1807
+ [dir="rtl"] .x-border-radius--bottom-05 {
1808
+ border-bottom-left-radius: var(--x-size-base-05) !important;
1846
1809
  }
1847
- [dir="rtl"] .x-border-radius--right-01 {
1848
- border-top-left-radius: var(--x-size-base-01) !important;
1810
+ [dir="ltr"] .x-border-radius--right-05 {
1811
+ border-top-right-radius: var(--x-size-base-05) !important;
1849
1812
  }
1850
- [dir="ltr"] .x-border-radius--right-01 {
1851
- border-bottom-right-radius: var(--x-size-base-01) !important;
1813
+ [dir="rtl"] .x-border-radius--right-05 {
1814
+ border-top-left-radius: var(--x-size-base-05) !important;
1852
1815
  }
1853
- [dir="rtl"] .x-border-radius--right-01 {
1854
- border-bottom-left-radius: var(--x-size-base-01) !important;
1816
+ [dir="ltr"] .x-border-radius--right-05 {
1817
+ border-bottom-right-radius: var(--x-size-base-05) !important;
1855
1818
  }
1856
- [dir="ltr"] .x-border-radius--left-01 {
1857
- border-top-left-radius: var(--x-size-base-01) !important;
1819
+ [dir="rtl"] .x-border-radius--right-05 {
1820
+ border-bottom-left-radius: var(--x-size-base-05) !important;
1858
1821
  }
1859
- [dir="rtl"] .x-border-radius--left-01 {
1860
- border-top-right-radius: var(--x-size-base-01) !important;
1822
+ [dir="ltr"] .x-border-radius--left-05 {
1823
+ border-top-left-radius: var(--x-size-base-05) !important;
1861
1824
  }
1862
- [dir="ltr"] .x-border-radius--left-01 {
1863
- border-bottom-left-radius: var(--x-size-base-01) !important;
1825
+ [dir="rtl"] .x-border-radius--left-05 {
1826
+ border-top-right-radius: var(--x-size-base-05) !important;
1864
1827
  }
1865
- [dir="rtl"] .x-border-radius--left-01 {
1866
- border-bottom-right-radius: var(--x-size-base-01) !important;
1828
+ [dir="ltr"] .x-border-radius--left-05 {
1829
+ border-bottom-left-radius: var(--x-size-base-05) !important;
1867
1830
  }
1868
- [dir="ltr"] .x-border-radius--top-left-01 {
1869
- border-top-left-radius: var(--x-size-base-01) !important;
1831
+ [dir="rtl"] .x-border-radius--left-05 {
1832
+ border-bottom-right-radius: var(--x-size-base-05) !important;
1870
1833
  }
1871
- [dir="rtl"] .x-border-radius--top-left-01 {
1872
- border-top-right-radius: var(--x-size-base-01) !important;
1834
+ [dir="ltr"] .x-border-radius--top-left-05 {
1835
+ border-top-left-radius: var(--x-size-base-05) !important;
1873
1836
  }
1874
- [dir="ltr"] .x-border-radius--top-right-01 {
1875
- border-top-right-radius: var(--x-size-base-01) !important;
1837
+ [dir="rtl"] .x-border-radius--top-left-05 {
1838
+ border-top-right-radius: var(--x-size-base-05) !important;
1876
1839
  }
1877
- [dir="rtl"] .x-border-radius--top-right-01 {
1878
- border-top-left-radius: var(--x-size-base-01) !important;
1840
+ [dir="ltr"] .x-border-radius--top-right-05 {
1841
+ border-top-right-radius: var(--x-size-base-05) !important;
1879
1842
  }
1880
- [dir="ltr"] .x-border-radius--bottom-left-01 {
1881
- border-bottom-left-radius: var(--x-size-base-01) !important;
1843
+ [dir="rtl"] .x-border-radius--top-right-05 {
1844
+ border-top-left-radius: var(--x-size-base-05) !important;
1882
1845
  }
1883
- [dir="rtl"] .x-border-radius--bottom-left-01 {
1884
- border-bottom-right-radius: var(--x-size-base-01) !important;
1846
+ [dir="ltr"] .x-border-radius--bottom-left-05 {
1847
+ border-bottom-left-radius: var(--x-size-base-05) !important;
1885
1848
  }
1886
- [dir="ltr"] .x-border-radius--bottom-right-01 {
1887
- border-bottom-right-radius: var(--x-size-base-01) !important;
1849
+ [dir="rtl"] .x-border-radius--bottom-left-05 {
1850
+ border-bottom-right-radius: var(--x-size-base-05) !important;
1888
1851
  }
1889
- [dir="rtl"] .x-border-radius--bottom-right-01 {
1890
- border-bottom-left-radius: var(--x-size-base-01) !important;
1852
+ [dir="ltr"] .x-border-radius--bottom-right-05 {
1853
+ border-bottom-right-radius: var(--x-size-base-05) !important;
1891
1854
  }
1892
- .x-border-radius--02 {
1893
- border-radius: var(--x-size-base-02) !important;
1855
+ [dir="rtl"] .x-border-radius--bottom-right-05 {
1856
+ border-bottom-left-radius: var(--x-size-base-05) !important;
1894
1857
  }
1895
- [dir="ltr"] .x-border-radius--top-02 {
1896
- border-top-left-radius: var(--x-size-base-02) !important;
1858
+ .x-border-radius--06 {
1859
+ border-radius: var(--x-size-base-06) !important;
1897
1860
  }
1898
- [dir="rtl"] .x-border-radius--top-02 {
1899
- border-top-right-radius: var(--x-size-base-02) !important;
1861
+ [dir="ltr"] .x-border-radius--top-06 {
1862
+ border-top-left-radius: var(--x-size-base-06) !important;
1900
1863
  }
1901
- [dir="ltr"] .x-border-radius--top-02 {
1902
- border-top-right-radius: var(--x-size-base-02) !important;
1864
+ [dir="rtl"] .x-border-radius--top-06 {
1865
+ border-top-right-radius: var(--x-size-base-06) !important;
1903
1866
  }
1904
- [dir="rtl"] .x-border-radius--top-02 {
1905
- border-top-left-radius: var(--x-size-base-02) !important;
1867
+ [dir="ltr"] .x-border-radius--top-06 {
1868
+ border-top-right-radius: var(--x-size-base-06) !important;
1906
1869
  }
1907
- [dir="ltr"] .x-border-radius--bottom-02 {
1908
- border-bottom-left-radius: var(--x-size-base-02) !important;
1870
+ [dir="rtl"] .x-border-radius--top-06 {
1871
+ border-top-left-radius: var(--x-size-base-06) !important;
1909
1872
  }
1910
- [dir="rtl"] .x-border-radius--bottom-02 {
1911
- border-bottom-right-radius: var(--x-size-base-02) !important;
1873
+ [dir="ltr"] .x-border-radius--bottom-06 {
1874
+ border-bottom-left-radius: var(--x-size-base-06) !important;
1912
1875
  }
1913
- [dir="ltr"] .x-border-radius--bottom-02 {
1914
- border-bottom-right-radius: var(--x-size-base-02) !important;
1876
+ [dir="rtl"] .x-border-radius--bottom-06 {
1877
+ border-bottom-right-radius: var(--x-size-base-06) !important;
1915
1878
  }
1916
- [dir="rtl"] .x-border-radius--bottom-02 {
1917
- border-bottom-left-radius: var(--x-size-base-02) !important;
1879
+ [dir="ltr"] .x-border-radius--bottom-06 {
1880
+ border-bottom-right-radius: var(--x-size-base-06) !important;
1918
1881
  }
1919
- [dir="ltr"] .x-border-radius--right-02 {
1920
- border-top-right-radius: var(--x-size-base-02) !important;
1882
+ [dir="rtl"] .x-border-radius--bottom-06 {
1883
+ border-bottom-left-radius: var(--x-size-base-06) !important;
1921
1884
  }
1922
- [dir="rtl"] .x-border-radius--right-02 {
1923
- border-top-left-radius: var(--x-size-base-02) !important;
1885
+ [dir="ltr"] .x-border-radius--right-06 {
1886
+ border-top-right-radius: var(--x-size-base-06) !important;
1924
1887
  }
1925
- [dir="ltr"] .x-border-radius--right-02 {
1926
- border-bottom-right-radius: var(--x-size-base-02) !important;
1888
+ [dir="rtl"] .x-border-radius--right-06 {
1889
+ border-top-left-radius: var(--x-size-base-06) !important;
1927
1890
  }
1928
- [dir="rtl"] .x-border-radius--right-02 {
1929
- border-bottom-left-radius: var(--x-size-base-02) !important;
1891
+ [dir="ltr"] .x-border-radius--right-06 {
1892
+ border-bottom-right-radius: var(--x-size-base-06) !important;
1930
1893
  }
1931
- [dir="ltr"] .x-border-radius--left-02 {
1932
- border-top-left-radius: var(--x-size-base-02) !important;
1894
+ [dir="rtl"] .x-border-radius--right-06 {
1895
+ border-bottom-left-radius: var(--x-size-base-06) !important;
1933
1896
  }
1934
- [dir="rtl"] .x-border-radius--left-02 {
1935
- border-top-right-radius: var(--x-size-base-02) !important;
1897
+ [dir="ltr"] .x-border-radius--left-06 {
1898
+ border-top-left-radius: var(--x-size-base-06) !important;
1936
1899
  }
1937
- [dir="ltr"] .x-border-radius--left-02 {
1938
- border-bottom-left-radius: var(--x-size-base-02) !important;
1900
+ [dir="rtl"] .x-border-radius--left-06 {
1901
+ border-top-right-radius: var(--x-size-base-06) !important;
1939
1902
  }
1940
- [dir="rtl"] .x-border-radius--left-02 {
1941
- border-bottom-right-radius: var(--x-size-base-02) !important;
1903
+ [dir="ltr"] .x-border-radius--left-06 {
1904
+ border-bottom-left-radius: var(--x-size-base-06) !important;
1942
1905
  }
1943
- [dir="ltr"] .x-border-radius--top-left-02 {
1944
- border-top-left-radius: var(--x-size-base-02) !important;
1906
+ [dir="rtl"] .x-border-radius--left-06 {
1907
+ border-bottom-right-radius: var(--x-size-base-06) !important;
1945
1908
  }
1946
- [dir="rtl"] .x-border-radius--top-left-02 {
1947
- border-top-right-radius: var(--x-size-base-02) !important;
1909
+ [dir="ltr"] .x-border-radius--top-left-06 {
1910
+ border-top-left-radius: var(--x-size-base-06) !important;
1948
1911
  }
1949
- [dir="ltr"] .x-border-radius--top-right-02 {
1950
- border-top-right-radius: var(--x-size-base-02) !important;
1912
+ [dir="rtl"] .x-border-radius--top-left-06 {
1913
+ border-top-right-radius: var(--x-size-base-06) !important;
1951
1914
  }
1952
- [dir="rtl"] .x-border-radius--top-right-02 {
1953
- border-top-left-radius: var(--x-size-base-02) !important;
1915
+ [dir="ltr"] .x-border-radius--top-right-06 {
1916
+ border-top-right-radius: var(--x-size-base-06) !important;
1954
1917
  }
1955
- [dir="ltr"] .x-border-radius--bottom-left-02 {
1956
- border-bottom-left-radius: var(--x-size-base-02) !important;
1918
+ [dir="rtl"] .x-border-radius--top-right-06 {
1919
+ border-top-left-radius: var(--x-size-base-06) !important;
1957
1920
  }
1958
- [dir="rtl"] .x-border-radius--bottom-left-02 {
1959
- border-bottom-right-radius: var(--x-size-base-02) !important;
1921
+ [dir="ltr"] .x-border-radius--bottom-left-06 {
1922
+ border-bottom-left-radius: var(--x-size-base-06) !important;
1960
1923
  }
1961
- [dir="ltr"] .x-border-radius--bottom-right-02 {
1962
- border-bottom-right-radius: var(--x-size-base-02) !important;
1924
+ [dir="rtl"] .x-border-radius--bottom-left-06 {
1925
+ border-bottom-right-radius: var(--x-size-base-06) !important;
1963
1926
  }
1964
- [dir="rtl"] .x-border-radius--bottom-right-02 {
1965
- border-bottom-left-radius: var(--x-size-base-02) !important;
1927
+ [dir="ltr"] .x-border-radius--bottom-right-06 {
1928
+ border-bottom-right-radius: var(--x-size-base-06) !important;
1966
1929
  }
1967
- .x-border-radius--03 {
1968
- border-radius: var(--x-size-base-03) !important;
1930
+ [dir="rtl"] .x-border-radius--bottom-right-06 {
1931
+ border-bottom-left-radius: var(--x-size-base-06) !important;
1969
1932
  }
1970
- [dir="ltr"] .x-border-radius--top-03 {
1971
- border-top-left-radius: var(--x-size-base-03) !important;
1933
+ .x-border-radius--07 {
1934
+ border-radius: var(--x-size-base-07) !important;
1972
1935
  }
1973
- [dir="rtl"] .x-border-radius--top-03 {
1974
- border-top-right-radius: var(--x-size-base-03) !important;
1936
+ [dir="ltr"] .x-border-radius--top-07 {
1937
+ border-top-left-radius: var(--x-size-base-07) !important;
1975
1938
  }
1976
- [dir="ltr"] .x-border-radius--top-03 {
1977
- border-top-right-radius: var(--x-size-base-03) !important;
1939
+ [dir="rtl"] .x-border-radius--top-07 {
1940
+ border-top-right-radius: var(--x-size-base-07) !important;
1978
1941
  }
1979
- [dir="rtl"] .x-border-radius--top-03 {
1980
- border-top-left-radius: var(--x-size-base-03) !important;
1942
+ [dir="ltr"] .x-border-radius--top-07 {
1943
+ border-top-right-radius: var(--x-size-base-07) !important;
1981
1944
  }
1982
- [dir="ltr"] .x-border-radius--bottom-03 {
1983
- border-bottom-left-radius: var(--x-size-base-03) !important;
1945
+ [dir="rtl"] .x-border-radius--top-07 {
1946
+ border-top-left-radius: var(--x-size-base-07) !important;
1984
1947
  }
1985
- [dir="rtl"] .x-border-radius--bottom-03 {
1986
- border-bottom-right-radius: var(--x-size-base-03) !important;
1948
+ [dir="ltr"] .x-border-radius--bottom-07 {
1949
+ border-bottom-left-radius: var(--x-size-base-07) !important;
1987
1950
  }
1988
- [dir="ltr"] .x-border-radius--bottom-03 {
1989
- border-bottom-right-radius: var(--x-size-base-03) !important;
1951
+ [dir="rtl"] .x-border-radius--bottom-07 {
1952
+ border-bottom-right-radius: var(--x-size-base-07) !important;
1990
1953
  }
1991
- [dir="rtl"] .x-border-radius--bottom-03 {
1992
- border-bottom-left-radius: var(--x-size-base-03) !important;
1954
+ [dir="ltr"] .x-border-radius--bottom-07 {
1955
+ border-bottom-right-radius: var(--x-size-base-07) !important;
1993
1956
  }
1994
- [dir="ltr"] .x-border-radius--right-03 {
1995
- border-top-right-radius: var(--x-size-base-03) !important;
1957
+ [dir="rtl"] .x-border-radius--bottom-07 {
1958
+ border-bottom-left-radius: var(--x-size-base-07) !important;
1996
1959
  }
1997
- [dir="rtl"] .x-border-radius--right-03 {
1998
- border-top-left-radius: var(--x-size-base-03) !important;
1960
+ [dir="ltr"] .x-border-radius--right-07 {
1961
+ border-top-right-radius: var(--x-size-base-07) !important;
1999
1962
  }
2000
- [dir="ltr"] .x-border-radius--right-03 {
2001
- border-bottom-right-radius: var(--x-size-base-03) !important;
1963
+ [dir="rtl"] .x-border-radius--right-07 {
1964
+ border-top-left-radius: var(--x-size-base-07) !important;
2002
1965
  }
2003
- [dir="rtl"] .x-border-radius--right-03 {
2004
- border-bottom-left-radius: var(--x-size-base-03) !important;
1966
+ [dir="ltr"] .x-border-radius--right-07 {
1967
+ border-bottom-right-radius: var(--x-size-base-07) !important;
2005
1968
  }
2006
- [dir="ltr"] .x-border-radius--left-03 {
2007
- border-top-left-radius: var(--x-size-base-03) !important;
1969
+ [dir="rtl"] .x-border-radius--right-07 {
1970
+ border-bottom-left-radius: var(--x-size-base-07) !important;
2008
1971
  }
2009
- [dir="rtl"] .x-border-radius--left-03 {
2010
- border-top-right-radius: var(--x-size-base-03) !important;
1972
+ [dir="ltr"] .x-border-radius--left-07 {
1973
+ border-top-left-radius: var(--x-size-base-07) !important;
2011
1974
  }
2012
- [dir="ltr"] .x-border-radius--left-03 {
2013
- border-bottom-left-radius: var(--x-size-base-03) !important;
1975
+ [dir="rtl"] .x-border-radius--left-07 {
1976
+ border-top-right-radius: var(--x-size-base-07) !important;
2014
1977
  }
2015
- [dir="rtl"] .x-border-radius--left-03 {
2016
- border-bottom-right-radius: var(--x-size-base-03) !important;
1978
+ [dir="ltr"] .x-border-radius--left-07 {
1979
+ border-bottom-left-radius: var(--x-size-base-07) !important;
2017
1980
  }
2018
- [dir="ltr"] .x-border-radius--top-left-03 {
2019
- border-top-left-radius: var(--x-size-base-03) !important;
1981
+ [dir="rtl"] .x-border-radius--left-07 {
1982
+ border-bottom-right-radius: var(--x-size-base-07) !important;
2020
1983
  }
2021
- [dir="rtl"] .x-border-radius--top-left-03 {
2022
- border-top-right-radius: var(--x-size-base-03) !important;
1984
+ [dir="ltr"] .x-border-radius--top-left-07 {
1985
+ border-top-left-radius: var(--x-size-base-07) !important;
2023
1986
  }
2024
- [dir="ltr"] .x-border-radius--top-right-03 {
2025
- border-top-right-radius: var(--x-size-base-03) !important;
1987
+ [dir="rtl"] .x-border-radius--top-left-07 {
1988
+ border-top-right-radius: var(--x-size-base-07) !important;
2026
1989
  }
2027
- [dir="rtl"] .x-border-radius--top-right-03 {
2028
- border-top-left-radius: var(--x-size-base-03) !important;
1990
+ [dir="ltr"] .x-border-radius--top-right-07 {
1991
+ border-top-right-radius: var(--x-size-base-07) !important;
2029
1992
  }
2030
- [dir="ltr"] .x-border-radius--bottom-left-03 {
2031
- border-bottom-left-radius: var(--x-size-base-03) !important;
1993
+ [dir="rtl"] .x-border-radius--top-right-07 {
1994
+ border-top-left-radius: var(--x-size-base-07) !important;
2032
1995
  }
2033
- [dir="rtl"] .x-border-radius--bottom-left-03 {
2034
- border-bottom-right-radius: var(--x-size-base-03) !important;
1996
+ [dir="ltr"] .x-border-radius--bottom-left-07 {
1997
+ border-bottom-left-radius: var(--x-size-base-07) !important;
2035
1998
  }
2036
- [dir="ltr"] .x-border-radius--bottom-right-03 {
2037
- border-bottom-right-radius: var(--x-size-base-03) !important;
1999
+ [dir="rtl"] .x-border-radius--bottom-left-07 {
2000
+ border-bottom-right-radius: var(--x-size-base-07) !important;
2038
2001
  }
2039
- [dir="rtl"] .x-border-radius--bottom-right-03 {
2040
- border-bottom-left-radius: var(--x-size-base-03) !important;
2002
+ [dir="ltr"] .x-border-radius--bottom-right-07 {
2003
+ border-bottom-right-radius: var(--x-size-base-07) !important;
2041
2004
  }
2042
- .x-border-radius--04 {
2043
- border-radius: var(--x-size-base-04) !important;
2005
+ [dir="rtl"] .x-border-radius--bottom-right-07 {
2006
+ border-bottom-left-radius: var(--x-size-base-07) !important;
2044
2007
  }
2045
- [dir="ltr"] .x-border-radius--top-04 {
2046
- border-top-left-radius: var(--x-size-base-04) !important;
2008
+ .x-border-radius--08 {
2009
+ border-radius: var(--x-size-base-08) !important;
2047
2010
  }
2048
- [dir="rtl"] .x-border-radius--top-04 {
2049
- border-top-right-radius: var(--x-size-base-04) !important;
2011
+ [dir="ltr"] .x-border-radius--top-08 {
2012
+ border-top-left-radius: var(--x-size-base-08) !important;
2050
2013
  }
2051
- [dir="ltr"] .x-border-radius--top-04 {
2052
- border-top-right-radius: var(--x-size-base-04) !important;
2014
+ [dir="rtl"] .x-border-radius--top-08 {
2015
+ border-top-right-radius: var(--x-size-base-08) !important;
2053
2016
  }
2054
- [dir="rtl"] .x-border-radius--top-04 {
2055
- border-top-left-radius: var(--x-size-base-04) !important;
2017
+ [dir="ltr"] .x-border-radius--top-08 {
2018
+ border-top-right-radius: var(--x-size-base-08) !important;
2056
2019
  }
2057
- [dir="ltr"] .x-border-radius--bottom-04 {
2058
- border-bottom-left-radius: var(--x-size-base-04) !important;
2020
+ [dir="rtl"] .x-border-radius--top-08 {
2021
+ border-top-left-radius: var(--x-size-base-08) !important;
2059
2022
  }
2060
- [dir="rtl"] .x-border-radius--bottom-04 {
2061
- border-bottom-right-radius: var(--x-size-base-04) !important;
2023
+ [dir="ltr"] .x-border-radius--bottom-08 {
2024
+ border-bottom-left-radius: var(--x-size-base-08) !important;
2062
2025
  }
2063
- [dir="ltr"] .x-border-radius--bottom-04 {
2064
- border-bottom-right-radius: var(--x-size-base-04) !important;
2026
+ [dir="rtl"] .x-border-radius--bottom-08 {
2027
+ border-bottom-right-radius: var(--x-size-base-08) !important;
2065
2028
  }
2066
- [dir="rtl"] .x-border-radius--bottom-04 {
2067
- border-bottom-left-radius: var(--x-size-base-04) !important;
2029
+ [dir="ltr"] .x-border-radius--bottom-08 {
2030
+ border-bottom-right-radius: var(--x-size-base-08) !important;
2068
2031
  }
2069
- [dir="ltr"] .x-border-radius--right-04 {
2070
- border-top-right-radius: var(--x-size-base-04) !important;
2032
+ [dir="rtl"] .x-border-radius--bottom-08 {
2033
+ border-bottom-left-radius: var(--x-size-base-08) !important;
2071
2034
  }
2072
- [dir="rtl"] .x-border-radius--right-04 {
2073
- border-top-left-radius: var(--x-size-base-04) !important;
2035
+ [dir="ltr"] .x-border-radius--right-08 {
2036
+ border-top-right-radius: var(--x-size-base-08) !important;
2074
2037
  }
2075
- [dir="ltr"] .x-border-radius--right-04 {
2076
- border-bottom-right-radius: var(--x-size-base-04) !important;
2038
+ [dir="rtl"] .x-border-radius--right-08 {
2039
+ border-top-left-radius: var(--x-size-base-08) !important;
2077
2040
  }
2078
- [dir="rtl"] .x-border-radius--right-04 {
2079
- border-bottom-left-radius: var(--x-size-base-04) !important;
2041
+ [dir="ltr"] .x-border-radius--right-08 {
2042
+ border-bottom-right-radius: var(--x-size-base-08) !important;
2080
2043
  }
2081
- [dir="ltr"] .x-border-radius--left-04 {
2082
- border-top-left-radius: var(--x-size-base-04) !important;
2044
+ [dir="rtl"] .x-border-radius--right-08 {
2045
+ border-bottom-left-radius: var(--x-size-base-08) !important;
2083
2046
  }
2084
- [dir="rtl"] .x-border-radius--left-04 {
2085
- border-top-right-radius: var(--x-size-base-04) !important;
2047
+ [dir="ltr"] .x-border-radius--left-08 {
2048
+ border-top-left-radius: var(--x-size-base-08) !important;
2086
2049
  }
2087
- [dir="ltr"] .x-border-radius--left-04 {
2088
- border-bottom-left-radius: var(--x-size-base-04) !important;
2050
+ [dir="rtl"] .x-border-radius--left-08 {
2051
+ border-top-right-radius: var(--x-size-base-08) !important;
2089
2052
  }
2090
- [dir="rtl"] .x-border-radius--left-04 {
2091
- border-bottom-right-radius: var(--x-size-base-04) !important;
2053
+ [dir="ltr"] .x-border-radius--left-08 {
2054
+ border-bottom-left-radius: var(--x-size-base-08) !important;
2092
2055
  }
2093
- [dir="ltr"] .x-border-radius--top-left-04 {
2094
- border-top-left-radius: var(--x-size-base-04) !important;
2056
+ [dir="rtl"] .x-border-radius--left-08 {
2057
+ border-bottom-right-radius: var(--x-size-base-08) !important;
2095
2058
  }
2096
- [dir="rtl"] .x-border-radius--top-left-04 {
2097
- border-top-right-radius: var(--x-size-base-04) !important;
2059
+ [dir="ltr"] .x-border-radius--top-left-08 {
2060
+ border-top-left-radius: var(--x-size-base-08) !important;
2098
2061
  }
2099
- [dir="ltr"] .x-border-radius--top-right-04 {
2100
- border-top-right-radius: var(--x-size-base-04) !important;
2062
+ [dir="rtl"] .x-border-radius--top-left-08 {
2063
+ border-top-right-radius: var(--x-size-base-08) !important;
2101
2064
  }
2102
- [dir="rtl"] .x-border-radius--top-right-04 {
2103
- border-top-left-radius: var(--x-size-base-04) !important;
2065
+ [dir="ltr"] .x-border-radius--top-right-08 {
2066
+ border-top-right-radius: var(--x-size-base-08) !important;
2104
2067
  }
2105
- [dir="ltr"] .x-border-radius--bottom-left-04 {
2106
- border-bottom-left-radius: var(--x-size-base-04) !important;
2068
+ [dir="rtl"] .x-border-radius--top-right-08 {
2069
+ border-top-left-radius: var(--x-size-base-08) !important;
2107
2070
  }
2108
- [dir="rtl"] .x-border-radius--bottom-left-04 {
2109
- border-bottom-right-radius: var(--x-size-base-04) !important;
2071
+ [dir="ltr"] .x-border-radius--bottom-left-08 {
2072
+ border-bottom-left-radius: var(--x-size-base-08) !important;
2110
2073
  }
2111
- [dir="ltr"] .x-border-radius--bottom-right-04 {
2112
- border-bottom-right-radius: var(--x-size-base-04) !important;
2074
+ [dir="rtl"] .x-border-radius--bottom-left-08 {
2075
+ border-bottom-right-radius: var(--x-size-base-08) !important;
2113
2076
  }
2114
- [dir="rtl"] .x-border-radius--bottom-right-04 {
2115
- border-bottom-left-radius: var(--x-size-base-04) !important;
2077
+ [dir="ltr"] .x-border-radius--bottom-right-08 {
2078
+ border-bottom-right-radius: var(--x-size-base-08) !important;
2116
2079
  }
2117
- .x-border-radius--05 {
2118
- border-radius: var(--x-size-base-05) !important;
2080
+ [dir="rtl"] .x-border-radius--bottom-right-08 {
2081
+ border-bottom-left-radius: var(--x-size-base-08) !important;
2119
2082
  }
2120
- [dir="ltr"] .x-border-radius--top-05 {
2121
- border-top-left-radius: var(--x-size-base-05) !important;
2083
+ .x-border-radius--09 {
2084
+ border-radius: var(--x-size-base-09) !important;
2122
2085
  }
2123
- [dir="rtl"] .x-border-radius--top-05 {
2124
- border-top-right-radius: var(--x-size-base-05) !important;
2086
+ [dir="ltr"] .x-border-radius--top-09 {
2087
+ border-top-left-radius: var(--x-size-base-09) !important;
2125
2088
  }
2126
- [dir="ltr"] .x-border-radius--top-05 {
2127
- border-top-right-radius: var(--x-size-base-05) !important;
2089
+ [dir="rtl"] .x-border-radius--top-09 {
2090
+ border-top-right-radius: var(--x-size-base-09) !important;
2128
2091
  }
2129
- [dir="rtl"] .x-border-radius--top-05 {
2130
- border-top-left-radius: var(--x-size-base-05) !important;
2092
+ [dir="ltr"] .x-border-radius--top-09 {
2093
+ border-top-right-radius: var(--x-size-base-09) !important;
2131
2094
  }
2132
- [dir="ltr"] .x-border-radius--bottom-05 {
2133
- border-bottom-left-radius: var(--x-size-base-05) !important;
2095
+ [dir="rtl"] .x-border-radius--top-09 {
2096
+ border-top-left-radius: var(--x-size-base-09) !important;
2134
2097
  }
2135
- [dir="rtl"] .x-border-radius--bottom-05 {
2136
- border-bottom-right-radius: var(--x-size-base-05) !important;
2098
+ [dir="ltr"] .x-border-radius--bottom-09 {
2099
+ border-bottom-left-radius: var(--x-size-base-09) !important;
2137
2100
  }
2138
- [dir="ltr"] .x-border-radius--bottom-05 {
2139
- border-bottom-right-radius: var(--x-size-base-05) !important;
2101
+ [dir="rtl"] .x-border-radius--bottom-09 {
2102
+ border-bottom-right-radius: var(--x-size-base-09) !important;
2140
2103
  }
2141
- [dir="rtl"] .x-border-radius--bottom-05 {
2142
- border-bottom-left-radius: var(--x-size-base-05) !important;
2104
+ [dir="ltr"] .x-border-radius--bottom-09 {
2105
+ border-bottom-right-radius: var(--x-size-base-09) !important;
2143
2106
  }
2144
- [dir="ltr"] .x-border-radius--right-05 {
2145
- border-top-right-radius: var(--x-size-base-05) !important;
2107
+ [dir="rtl"] .x-border-radius--bottom-09 {
2108
+ border-bottom-left-radius: var(--x-size-base-09) !important;
2146
2109
  }
2147
- [dir="rtl"] .x-border-radius--right-05 {
2148
- border-top-left-radius: var(--x-size-base-05) !important;
2110
+ [dir="ltr"] .x-border-radius--right-09 {
2111
+ border-top-right-radius: var(--x-size-base-09) !important;
2149
2112
  }
2150
- [dir="ltr"] .x-border-radius--right-05 {
2151
- border-bottom-right-radius: var(--x-size-base-05) !important;
2113
+ [dir="rtl"] .x-border-radius--right-09 {
2114
+ border-top-left-radius: var(--x-size-base-09) !important;
2152
2115
  }
2153
- [dir="rtl"] .x-border-radius--right-05 {
2154
- border-bottom-left-radius: var(--x-size-base-05) !important;
2116
+ [dir="ltr"] .x-border-radius--right-09 {
2117
+ border-bottom-right-radius: var(--x-size-base-09) !important;
2155
2118
  }
2156
- [dir="ltr"] .x-border-radius--left-05 {
2157
- border-top-left-radius: var(--x-size-base-05) !important;
2119
+ [dir="rtl"] .x-border-radius--right-09 {
2120
+ border-bottom-left-radius: var(--x-size-base-09) !important;
2158
2121
  }
2159
- [dir="rtl"] .x-border-radius--left-05 {
2160
- border-top-right-radius: var(--x-size-base-05) !important;
2122
+ [dir="ltr"] .x-border-radius--left-09 {
2123
+ border-top-left-radius: var(--x-size-base-09) !important;
2161
2124
  }
2162
- [dir="ltr"] .x-border-radius--left-05 {
2163
- border-bottom-left-radius: var(--x-size-base-05) !important;
2125
+ [dir="rtl"] .x-border-radius--left-09 {
2126
+ border-top-right-radius: var(--x-size-base-09) !important;
2164
2127
  }
2165
- [dir="rtl"] .x-border-radius--left-05 {
2166
- border-bottom-right-radius: var(--x-size-base-05) !important;
2128
+ [dir="ltr"] .x-border-radius--left-09 {
2129
+ border-bottom-left-radius: var(--x-size-base-09) !important;
2167
2130
  }
2168
- [dir="ltr"] .x-border-radius--top-left-05 {
2169
- border-top-left-radius: var(--x-size-base-05) !important;
2131
+ [dir="rtl"] .x-border-radius--left-09 {
2132
+ border-bottom-right-radius: var(--x-size-base-09) !important;
2170
2133
  }
2171
- [dir="rtl"] .x-border-radius--top-left-05 {
2172
- border-top-right-radius: var(--x-size-base-05) !important;
2134
+ [dir="ltr"] .x-border-radius--top-left-09 {
2135
+ border-top-left-radius: var(--x-size-base-09) !important;
2173
2136
  }
2174
- [dir="ltr"] .x-border-radius--top-right-05 {
2175
- border-top-right-radius: var(--x-size-base-05) !important;
2137
+ [dir="rtl"] .x-border-radius--top-left-09 {
2138
+ border-top-right-radius: var(--x-size-base-09) !important;
2176
2139
  }
2177
- [dir="rtl"] .x-border-radius--top-right-05 {
2178
- border-top-left-radius: var(--x-size-base-05) !important;
2140
+ [dir="ltr"] .x-border-radius--top-right-09 {
2141
+ border-top-right-radius: var(--x-size-base-09) !important;
2179
2142
  }
2180
- [dir="ltr"] .x-border-radius--bottom-left-05 {
2181
- border-bottom-left-radius: var(--x-size-base-05) !important;
2143
+ [dir="rtl"] .x-border-radius--top-right-09 {
2144
+ border-top-left-radius: var(--x-size-base-09) !important;
2182
2145
  }
2183
- [dir="rtl"] .x-border-radius--bottom-left-05 {
2184
- border-bottom-right-radius: var(--x-size-base-05) !important;
2146
+ [dir="ltr"] .x-border-radius--bottom-left-09 {
2147
+ border-bottom-left-radius: var(--x-size-base-09) !important;
2185
2148
  }
2186
- [dir="ltr"] .x-border-radius--bottom-right-05 {
2187
- border-bottom-right-radius: var(--x-size-base-05) !important;
2149
+ [dir="rtl"] .x-border-radius--bottom-left-09 {
2150
+ border-bottom-right-radius: var(--x-size-base-09) !important;
2188
2151
  }
2189
- [dir="rtl"] .x-border-radius--bottom-right-05 {
2190
- border-bottom-left-radius: var(--x-size-base-05) !important;
2152
+ [dir="ltr"] .x-border-radius--bottom-right-09 {
2153
+ border-bottom-right-radius: var(--x-size-base-09) !important;
2191
2154
  }
2192
- .x-border-radius--06 {
2193
- border-radius: var(--x-size-base-06) !important;
2155
+ [dir="rtl"] .x-border-radius--bottom-right-09 {
2156
+ border-bottom-left-radius: var(--x-size-base-09) !important;
2194
2157
  }
2195
- [dir="ltr"] .x-border-radius--top-06 {
2196
- border-top-left-radius: var(--x-size-base-06) !important;
2158
+ .x-border-radius--10 {
2159
+ border-radius: var(--x-size-base-10) !important;
2197
2160
  }
2198
- [dir="rtl"] .x-border-radius--top-06 {
2199
- border-top-right-radius: var(--x-size-base-06) !important;
2161
+ [dir="ltr"] .x-border-radius--top-10 {
2162
+ border-top-left-radius: var(--x-size-base-10) !important;
2200
2163
  }
2201
- [dir="ltr"] .x-border-radius--top-06 {
2202
- border-top-right-radius: var(--x-size-base-06) !important;
2164
+ [dir="rtl"] .x-border-radius--top-10 {
2165
+ border-top-right-radius: var(--x-size-base-10) !important;
2203
2166
  }
2204
- [dir="rtl"] .x-border-radius--top-06 {
2205
- border-top-left-radius: var(--x-size-base-06) !important;
2167
+ [dir="ltr"] .x-border-radius--top-10 {
2168
+ border-top-right-radius: var(--x-size-base-10) !important;
2206
2169
  }
2207
- [dir="ltr"] .x-border-radius--bottom-06 {
2208
- border-bottom-left-radius: var(--x-size-base-06) !important;
2170
+ [dir="rtl"] .x-border-radius--top-10 {
2171
+ border-top-left-radius: var(--x-size-base-10) !important;
2209
2172
  }
2210
- [dir="rtl"] .x-border-radius--bottom-06 {
2211
- border-bottom-right-radius: var(--x-size-base-06) !important;
2173
+ [dir="ltr"] .x-border-radius--bottom-10 {
2174
+ border-bottom-left-radius: var(--x-size-base-10) !important;
2212
2175
  }
2213
- [dir="ltr"] .x-border-radius--bottom-06 {
2214
- border-bottom-right-radius: var(--x-size-base-06) !important;
2176
+ [dir="rtl"] .x-border-radius--bottom-10 {
2177
+ border-bottom-right-radius: var(--x-size-base-10) !important;
2215
2178
  }
2216
- [dir="rtl"] .x-border-radius--bottom-06 {
2217
- border-bottom-left-radius: var(--x-size-base-06) !important;
2179
+ [dir="ltr"] .x-border-radius--bottom-10 {
2180
+ border-bottom-right-radius: var(--x-size-base-10) !important;
2218
2181
  }
2219
- [dir="ltr"] .x-border-radius--right-06 {
2220
- border-top-right-radius: var(--x-size-base-06) !important;
2182
+ [dir="rtl"] .x-border-radius--bottom-10 {
2183
+ border-bottom-left-radius: var(--x-size-base-10) !important;
2221
2184
  }
2222
- [dir="rtl"] .x-border-radius--right-06 {
2223
- border-top-left-radius: var(--x-size-base-06) !important;
2185
+ [dir="ltr"] .x-border-radius--right-10 {
2186
+ border-top-right-radius: var(--x-size-base-10) !important;
2224
2187
  }
2225
- [dir="ltr"] .x-border-radius--right-06 {
2226
- border-bottom-right-radius: var(--x-size-base-06) !important;
2188
+ [dir="rtl"] .x-border-radius--right-10 {
2189
+ border-top-left-radius: var(--x-size-base-10) !important;
2227
2190
  }
2228
- [dir="rtl"] .x-border-radius--right-06 {
2229
- border-bottom-left-radius: var(--x-size-base-06) !important;
2191
+ [dir="ltr"] .x-border-radius--right-10 {
2192
+ border-bottom-right-radius: var(--x-size-base-10) !important;
2230
2193
  }
2231
- [dir="ltr"] .x-border-radius--left-06 {
2232
- border-top-left-radius: var(--x-size-base-06) !important;
2194
+ [dir="rtl"] .x-border-radius--right-10 {
2195
+ border-bottom-left-radius: var(--x-size-base-10) !important;
2233
2196
  }
2234
- [dir="rtl"] .x-border-radius--left-06 {
2235
- border-top-right-radius: var(--x-size-base-06) !important;
2197
+ [dir="ltr"] .x-border-radius--left-10 {
2198
+ border-top-left-radius: var(--x-size-base-10) !important;
2236
2199
  }
2237
- [dir="ltr"] .x-border-radius--left-06 {
2238
- border-bottom-left-radius: var(--x-size-base-06) !important;
2200
+ [dir="rtl"] .x-border-radius--left-10 {
2201
+ border-top-right-radius: var(--x-size-base-10) !important;
2239
2202
  }
2240
- [dir="rtl"] .x-border-radius--left-06 {
2241
- border-bottom-right-radius: var(--x-size-base-06) !important;
2203
+ [dir="ltr"] .x-border-radius--left-10 {
2204
+ border-bottom-left-radius: var(--x-size-base-10) !important;
2242
2205
  }
2243
- [dir="ltr"] .x-border-radius--top-left-06 {
2244
- border-top-left-radius: var(--x-size-base-06) !important;
2206
+ [dir="rtl"] .x-border-radius--left-10 {
2207
+ border-bottom-right-radius: var(--x-size-base-10) !important;
2245
2208
  }
2246
- [dir="rtl"] .x-border-radius--top-left-06 {
2247
- border-top-right-radius: var(--x-size-base-06) !important;
2209
+ [dir="ltr"] .x-border-radius--top-left-10 {
2210
+ border-top-left-radius: var(--x-size-base-10) !important;
2248
2211
  }
2249
- [dir="ltr"] .x-border-radius--top-right-06 {
2250
- border-top-right-radius: var(--x-size-base-06) !important;
2212
+ [dir="rtl"] .x-border-radius--top-left-10 {
2213
+ border-top-right-radius: var(--x-size-base-10) !important;
2251
2214
  }
2252
- [dir="rtl"] .x-border-radius--top-right-06 {
2253
- border-top-left-radius: var(--x-size-base-06) !important;
2215
+ [dir="ltr"] .x-border-radius--top-right-10 {
2216
+ border-top-right-radius: var(--x-size-base-10) !important;
2254
2217
  }
2255
- [dir="ltr"] .x-border-radius--bottom-left-06 {
2256
- border-bottom-left-radius: var(--x-size-base-06) !important;
2218
+ [dir="rtl"] .x-border-radius--top-right-10 {
2219
+ border-top-left-radius: var(--x-size-base-10) !important;
2257
2220
  }
2258
- [dir="rtl"] .x-border-radius--bottom-left-06 {
2259
- border-bottom-right-radius: var(--x-size-base-06) !important;
2221
+ [dir="ltr"] .x-border-radius--bottom-left-10 {
2222
+ border-bottom-left-radius: var(--x-size-base-10) !important;
2260
2223
  }
2261
- [dir="ltr"] .x-border-radius--bottom-right-06 {
2262
- border-bottom-right-radius: var(--x-size-base-06) !important;
2224
+ [dir="rtl"] .x-border-radius--bottom-left-10 {
2225
+ border-bottom-right-radius: var(--x-size-base-10) !important;
2263
2226
  }
2264
- [dir="rtl"] .x-border-radius--bottom-right-06 {
2265
- border-bottom-left-radius: var(--x-size-base-06) !important;
2227
+ [dir="ltr"] .x-border-radius--bottom-right-10 {
2228
+ border-bottom-right-radius: var(--x-size-base-10) !important;
2266
2229
  }
2267
- .x-border-radius--07 {
2268
- border-radius: var(--x-size-base-07) !important;
2230
+ [dir="rtl"] .x-border-radius--bottom-right-10 {
2231
+ border-bottom-left-radius: var(--x-size-base-10) !important;
2269
2232
  }
2270
- [dir="ltr"] .x-border-radius--top-07 {
2271
- border-top-left-radius: var(--x-size-base-07) !important;
2233
+ .x-border-radius--11 {
2234
+ border-radius: var(--x-size-base-11) !important;
2272
2235
  }
2273
- [dir="rtl"] .x-border-radius--top-07 {
2274
- border-top-right-radius: var(--x-size-base-07) !important;
2236
+ [dir="ltr"] .x-border-radius--top-11 {
2237
+ border-top-left-radius: var(--x-size-base-11) !important;
2275
2238
  }
2276
- [dir="ltr"] .x-border-radius--top-07 {
2277
- border-top-right-radius: var(--x-size-base-07) !important;
2239
+ [dir="rtl"] .x-border-radius--top-11 {
2240
+ border-top-right-radius: var(--x-size-base-11) !important;
2278
2241
  }
2279
- [dir="rtl"] .x-border-radius--top-07 {
2280
- border-top-left-radius: var(--x-size-base-07) !important;
2242
+ [dir="ltr"] .x-border-radius--top-11 {
2243
+ border-top-right-radius: var(--x-size-base-11) !important;
2281
2244
  }
2282
- [dir="ltr"] .x-border-radius--bottom-07 {
2283
- border-bottom-left-radius: var(--x-size-base-07) !important;
2245
+ [dir="rtl"] .x-border-radius--top-11 {
2246
+ border-top-left-radius: var(--x-size-base-11) !important;
2284
2247
  }
2285
- [dir="rtl"] .x-border-radius--bottom-07 {
2286
- border-bottom-right-radius: var(--x-size-base-07) !important;
2248
+ [dir="ltr"] .x-border-radius--bottom-11 {
2249
+ border-bottom-left-radius: var(--x-size-base-11) !important;
2287
2250
  }
2288
- [dir="ltr"] .x-border-radius--bottom-07 {
2289
- border-bottom-right-radius: var(--x-size-base-07) !important;
2251
+ [dir="rtl"] .x-border-radius--bottom-11 {
2252
+ border-bottom-right-radius: var(--x-size-base-11) !important;
2290
2253
  }
2291
- [dir="rtl"] .x-border-radius--bottom-07 {
2292
- border-bottom-left-radius: var(--x-size-base-07) !important;
2254
+ [dir="ltr"] .x-border-radius--bottom-11 {
2255
+ border-bottom-right-radius: var(--x-size-base-11) !important;
2293
2256
  }
2294
- [dir="ltr"] .x-border-radius--right-07 {
2295
- border-top-right-radius: var(--x-size-base-07) !important;
2257
+ [dir="rtl"] .x-border-radius--bottom-11 {
2258
+ border-bottom-left-radius: var(--x-size-base-11) !important;
2296
2259
  }
2297
- [dir="rtl"] .x-border-radius--right-07 {
2298
- border-top-left-radius: var(--x-size-base-07) !important;
2260
+ [dir="ltr"] .x-border-radius--right-11 {
2261
+ border-top-right-radius: var(--x-size-base-11) !important;
2299
2262
  }
2300
- [dir="ltr"] .x-border-radius--right-07 {
2301
- border-bottom-right-radius: var(--x-size-base-07) !important;
2263
+ [dir="rtl"] .x-border-radius--right-11 {
2264
+ border-top-left-radius: var(--x-size-base-11) !important;
2302
2265
  }
2303
- [dir="rtl"] .x-border-radius--right-07 {
2304
- border-bottom-left-radius: var(--x-size-base-07) !important;
2266
+ [dir="ltr"] .x-border-radius--right-11 {
2267
+ border-bottom-right-radius: var(--x-size-base-11) !important;
2305
2268
  }
2306
- [dir="ltr"] .x-border-radius--left-07 {
2307
- border-top-left-radius: var(--x-size-base-07) !important;
2269
+ [dir="rtl"] .x-border-radius--right-11 {
2270
+ border-bottom-left-radius: var(--x-size-base-11) !important;
2308
2271
  }
2309
- [dir="rtl"] .x-border-radius--left-07 {
2310
- border-top-right-radius: var(--x-size-base-07) !important;
2272
+ [dir="ltr"] .x-border-radius--left-11 {
2273
+ border-top-left-radius: var(--x-size-base-11) !important;
2311
2274
  }
2312
- [dir="ltr"] .x-border-radius--left-07 {
2313
- border-bottom-left-radius: var(--x-size-base-07) !important;
2275
+ [dir="rtl"] .x-border-radius--left-11 {
2276
+ border-top-right-radius: var(--x-size-base-11) !important;
2314
2277
  }
2315
- [dir="rtl"] .x-border-radius--left-07 {
2316
- border-bottom-right-radius: var(--x-size-base-07) !important;
2278
+ [dir="ltr"] .x-border-radius--left-11 {
2279
+ border-bottom-left-radius: var(--x-size-base-11) !important;
2317
2280
  }
2318
- [dir="ltr"] .x-border-radius--top-left-07 {
2319
- border-top-left-radius: var(--x-size-base-07) !important;
2281
+ [dir="rtl"] .x-border-radius--left-11 {
2282
+ border-bottom-right-radius: var(--x-size-base-11) !important;
2320
2283
  }
2321
- [dir="rtl"] .x-border-radius--top-left-07 {
2322
- border-top-right-radius: var(--x-size-base-07) !important;
2284
+ [dir="ltr"] .x-border-radius--top-left-11 {
2285
+ border-top-left-radius: var(--x-size-base-11) !important;
2323
2286
  }
2324
- [dir="ltr"] .x-border-radius--top-right-07 {
2325
- border-top-right-radius: var(--x-size-base-07) !important;
2287
+ [dir="rtl"] .x-border-radius--top-left-11 {
2288
+ border-top-right-radius: var(--x-size-base-11) !important;
2326
2289
  }
2327
- [dir="rtl"] .x-border-radius--top-right-07 {
2328
- border-top-left-radius: var(--x-size-base-07) !important;
2290
+ [dir="ltr"] .x-border-radius--top-right-11 {
2291
+ border-top-right-radius: var(--x-size-base-11) !important;
2329
2292
  }
2330
- [dir="ltr"] .x-border-radius--bottom-left-07 {
2331
- border-bottom-left-radius: var(--x-size-base-07) !important;
2293
+ [dir="rtl"] .x-border-radius--top-right-11 {
2294
+ border-top-left-radius: var(--x-size-base-11) !important;
2332
2295
  }
2333
- [dir="rtl"] .x-border-radius--bottom-left-07 {
2334
- border-bottom-right-radius: var(--x-size-base-07) !important;
2296
+ [dir="ltr"] .x-border-radius--bottom-left-11 {
2297
+ border-bottom-left-radius: var(--x-size-base-11) !important;
2335
2298
  }
2336
- [dir="ltr"] .x-border-radius--bottom-right-07 {
2337
- border-bottom-right-radius: var(--x-size-base-07) !important;
2299
+ [dir="rtl"] .x-border-radius--bottom-left-11 {
2300
+ border-bottom-right-radius: var(--x-size-base-11) !important;
2338
2301
  }
2339
- [dir="rtl"] .x-border-radius--bottom-right-07 {
2340
- border-bottom-left-radius: var(--x-size-base-07) !important;
2302
+ [dir="ltr"] .x-border-radius--bottom-right-11 {
2303
+ border-bottom-right-radius: var(--x-size-base-11) !important;
2341
2304
  }
2342
- .x-border-radius--08 {
2343
- border-radius: var(--x-size-base-08) !important;
2305
+ [dir="rtl"] .x-border-radius--bottom-right-11 {
2306
+ border-bottom-left-radius: var(--x-size-base-11) !important;
2344
2307
  }
2345
- [dir="ltr"] .x-border-radius--top-08 {
2346
- border-top-left-radius: var(--x-size-base-08) !important;
2308
+ .x-border-radius--12 {
2309
+ border-radius: var(--x-size-base-12) !important;
2347
2310
  }
2348
- [dir="rtl"] .x-border-radius--top-08 {
2349
- border-top-right-radius: var(--x-size-base-08) !important;
2311
+ [dir="ltr"] .x-border-radius--top-12 {
2312
+ border-top-left-radius: var(--x-size-base-12) !important;
2350
2313
  }
2351
- [dir="ltr"] .x-border-radius--top-08 {
2352
- border-top-right-radius: var(--x-size-base-08) !important;
2314
+ [dir="rtl"] .x-border-radius--top-12 {
2315
+ border-top-right-radius: var(--x-size-base-12) !important;
2353
2316
  }
2354
- [dir="rtl"] .x-border-radius--top-08 {
2355
- border-top-left-radius: var(--x-size-base-08) !important;
2317
+ [dir="ltr"] .x-border-radius--top-12 {
2318
+ border-top-right-radius: var(--x-size-base-12) !important;
2356
2319
  }
2357
- [dir="ltr"] .x-border-radius--bottom-08 {
2358
- border-bottom-left-radius: var(--x-size-base-08) !important;
2320
+ [dir="rtl"] .x-border-radius--top-12 {
2321
+ border-top-left-radius: var(--x-size-base-12) !important;
2359
2322
  }
2360
- [dir="rtl"] .x-border-radius--bottom-08 {
2361
- border-bottom-right-radius: var(--x-size-base-08) !important;
2323
+ [dir="ltr"] .x-border-radius--bottom-12 {
2324
+ border-bottom-left-radius: var(--x-size-base-12) !important;
2362
2325
  }
2363
- [dir="ltr"] .x-border-radius--bottom-08 {
2364
- border-bottom-right-radius: var(--x-size-base-08) !important;
2326
+ [dir="rtl"] .x-border-radius--bottom-12 {
2327
+ border-bottom-right-radius: var(--x-size-base-12) !important;
2365
2328
  }
2366
- [dir="rtl"] .x-border-radius--bottom-08 {
2367
- border-bottom-left-radius: var(--x-size-base-08) !important;
2329
+ [dir="ltr"] .x-border-radius--bottom-12 {
2330
+ border-bottom-right-radius: var(--x-size-base-12) !important;
2368
2331
  }
2369
- [dir="ltr"] .x-border-radius--right-08 {
2370
- border-top-right-radius: var(--x-size-base-08) !important;
2332
+ [dir="rtl"] .x-border-radius--bottom-12 {
2333
+ border-bottom-left-radius: var(--x-size-base-12) !important;
2371
2334
  }
2372
- [dir="rtl"] .x-border-radius--right-08 {
2373
- border-top-left-radius: var(--x-size-base-08) !important;
2335
+ [dir="ltr"] .x-border-radius--right-12 {
2336
+ border-top-right-radius: var(--x-size-base-12) !important;
2374
2337
  }
2375
- [dir="ltr"] .x-border-radius--right-08 {
2376
- border-bottom-right-radius: var(--x-size-base-08) !important;
2338
+ [dir="rtl"] .x-border-radius--right-12 {
2339
+ border-top-left-radius: var(--x-size-base-12) !important;
2377
2340
  }
2378
- [dir="rtl"] .x-border-radius--right-08 {
2379
- border-bottom-left-radius: var(--x-size-base-08) !important;
2341
+ [dir="ltr"] .x-border-radius--right-12 {
2342
+ border-bottom-right-radius: var(--x-size-base-12) !important;
2380
2343
  }
2381
- [dir="ltr"] .x-border-radius--left-08 {
2382
- border-top-left-radius: var(--x-size-base-08) !important;
2344
+ [dir="rtl"] .x-border-radius--right-12 {
2345
+ border-bottom-left-radius: var(--x-size-base-12) !important;
2383
2346
  }
2384
- [dir="rtl"] .x-border-radius--left-08 {
2385
- border-top-right-radius: var(--x-size-base-08) !important;
2347
+ [dir="ltr"] .x-border-radius--left-12 {
2348
+ border-top-left-radius: var(--x-size-base-12) !important;
2386
2349
  }
2387
- [dir="ltr"] .x-border-radius--left-08 {
2388
- border-bottom-left-radius: var(--x-size-base-08) !important;
2350
+ [dir="rtl"] .x-border-radius--left-12 {
2351
+ border-top-right-radius: var(--x-size-base-12) !important;
2389
2352
  }
2390
- [dir="rtl"] .x-border-radius--left-08 {
2391
- border-bottom-right-radius: var(--x-size-base-08) !important;
2353
+ [dir="ltr"] .x-border-radius--left-12 {
2354
+ border-bottom-left-radius: var(--x-size-base-12) !important;
2392
2355
  }
2393
- [dir="ltr"] .x-border-radius--top-left-08 {
2394
- border-top-left-radius: var(--x-size-base-08) !important;
2356
+ [dir="rtl"] .x-border-radius--left-12 {
2357
+ border-bottom-right-radius: var(--x-size-base-12) !important;
2395
2358
  }
2396
- [dir="rtl"] .x-border-radius--top-left-08 {
2397
- border-top-right-radius: var(--x-size-base-08) !important;
2359
+ [dir="ltr"] .x-border-radius--top-left-12 {
2360
+ border-top-left-radius: var(--x-size-base-12) !important;
2398
2361
  }
2399
- [dir="ltr"] .x-border-radius--top-right-08 {
2400
- border-top-right-radius: var(--x-size-base-08) !important;
2362
+ [dir="rtl"] .x-border-radius--top-left-12 {
2363
+ border-top-right-radius: var(--x-size-base-12) !important;
2401
2364
  }
2402
- [dir="rtl"] .x-border-radius--top-right-08 {
2403
- border-top-left-radius: var(--x-size-base-08) !important;
2365
+ [dir="ltr"] .x-border-radius--top-right-12 {
2366
+ border-top-right-radius: var(--x-size-base-12) !important;
2404
2367
  }
2405
- [dir="ltr"] .x-border-radius--bottom-left-08 {
2406
- border-bottom-left-radius: var(--x-size-base-08) !important;
2368
+ [dir="rtl"] .x-border-radius--top-right-12 {
2369
+ border-top-left-radius: var(--x-size-base-12) !important;
2407
2370
  }
2408
- [dir="rtl"] .x-border-radius--bottom-left-08 {
2409
- border-bottom-right-radius: var(--x-size-base-08) !important;
2371
+ [dir="ltr"] .x-border-radius--bottom-left-12 {
2372
+ border-bottom-left-radius: var(--x-size-base-12) !important;
2410
2373
  }
2411
- [dir="ltr"] .x-border-radius--bottom-right-08 {
2412
- border-bottom-right-radius: var(--x-size-base-08) !important;
2374
+ [dir="rtl"] .x-border-radius--bottom-left-12 {
2375
+ border-bottom-right-radius: var(--x-size-base-12) !important;
2413
2376
  }
2414
- [dir="rtl"] .x-border-radius--bottom-right-08 {
2415
- border-bottom-left-radius: var(--x-size-base-08) !important;
2377
+ [dir="ltr"] .x-border-radius--bottom-right-12 {
2378
+ border-bottom-right-radius: var(--x-size-base-12) !important;
2416
2379
  }
2417
- .x-border-radius--09 {
2418
- border-radius: var(--x-size-base-09) !important;
2380
+ [dir="rtl"] .x-border-radius--bottom-right-12 {
2381
+ border-bottom-left-radius: var(--x-size-base-12) !important;
2419
2382
  }
2420
- [dir="ltr"] .x-border-radius--top-09 {
2421
- border-top-left-radius: var(--x-size-base-09) !important;
2383
+ .x-border-radius--13 {
2384
+ border-radius: var(--x-size-base-13) !important;
2422
2385
  }
2423
- [dir="rtl"] .x-border-radius--top-09 {
2424
- border-top-right-radius: var(--x-size-base-09) !important;
2386
+ [dir="ltr"] .x-border-radius--top-13 {
2387
+ border-top-left-radius: var(--x-size-base-13) !important;
2425
2388
  }
2426
- [dir="ltr"] .x-border-radius--top-09 {
2427
- border-top-right-radius: var(--x-size-base-09) !important;
2389
+ [dir="rtl"] .x-border-radius--top-13 {
2390
+ border-top-right-radius: var(--x-size-base-13) !important;
2428
2391
  }
2429
- [dir="rtl"] .x-border-radius--top-09 {
2430
- border-top-left-radius: var(--x-size-base-09) !important;
2392
+ [dir="ltr"] .x-border-radius--top-13 {
2393
+ border-top-right-radius: var(--x-size-base-13) !important;
2431
2394
  }
2432
- [dir="ltr"] .x-border-radius--bottom-09 {
2433
- border-bottom-left-radius: var(--x-size-base-09) !important;
2395
+ [dir="rtl"] .x-border-radius--top-13 {
2396
+ border-top-left-radius: var(--x-size-base-13) !important;
2434
2397
  }
2435
- [dir="rtl"] .x-border-radius--bottom-09 {
2436
- border-bottom-right-radius: var(--x-size-base-09) !important;
2398
+ [dir="ltr"] .x-border-radius--bottom-13 {
2399
+ border-bottom-left-radius: var(--x-size-base-13) !important;
2437
2400
  }
2438
- [dir="ltr"] .x-border-radius--bottom-09 {
2439
- border-bottom-right-radius: var(--x-size-base-09) !important;
2401
+ [dir="rtl"] .x-border-radius--bottom-13 {
2402
+ border-bottom-right-radius: var(--x-size-base-13) !important;
2440
2403
  }
2441
- [dir="rtl"] .x-border-radius--bottom-09 {
2442
- border-bottom-left-radius: var(--x-size-base-09) !important;
2404
+ [dir="ltr"] .x-border-radius--bottom-13 {
2405
+ border-bottom-right-radius: var(--x-size-base-13) !important;
2443
2406
  }
2444
- [dir="ltr"] .x-border-radius--right-09 {
2445
- border-top-right-radius: var(--x-size-base-09) !important;
2407
+ [dir="rtl"] .x-border-radius--bottom-13 {
2408
+ border-bottom-left-radius: var(--x-size-base-13) !important;
2446
2409
  }
2447
- [dir="rtl"] .x-border-radius--right-09 {
2448
- border-top-left-radius: var(--x-size-base-09) !important;
2410
+ [dir="ltr"] .x-border-radius--right-13 {
2411
+ border-top-right-radius: var(--x-size-base-13) !important;
2449
2412
  }
2450
- [dir="ltr"] .x-border-radius--right-09 {
2451
- border-bottom-right-radius: var(--x-size-base-09) !important;
2413
+ [dir="rtl"] .x-border-radius--right-13 {
2414
+ border-top-left-radius: var(--x-size-base-13) !important;
2452
2415
  }
2453
- [dir="rtl"] .x-border-radius--right-09 {
2454
- border-bottom-left-radius: var(--x-size-base-09) !important;
2416
+ [dir="ltr"] .x-border-radius--right-13 {
2417
+ border-bottom-right-radius: var(--x-size-base-13) !important;
2455
2418
  }
2456
- [dir="ltr"] .x-border-radius--left-09 {
2457
- border-top-left-radius: var(--x-size-base-09) !important;
2419
+ [dir="rtl"] .x-border-radius--right-13 {
2420
+ border-bottom-left-radius: var(--x-size-base-13) !important;
2458
2421
  }
2459
- [dir="rtl"] .x-border-radius--left-09 {
2460
- border-top-right-radius: var(--x-size-base-09) !important;
2422
+ [dir="ltr"] .x-border-radius--left-13 {
2423
+ border-top-left-radius: var(--x-size-base-13) !important;
2461
2424
  }
2462
- [dir="ltr"] .x-border-radius--left-09 {
2463
- border-bottom-left-radius: var(--x-size-base-09) !important;
2425
+ [dir="rtl"] .x-border-radius--left-13 {
2426
+ border-top-right-radius: var(--x-size-base-13) !important;
2464
2427
  }
2465
- [dir="rtl"] .x-border-radius--left-09 {
2466
- border-bottom-right-radius: var(--x-size-base-09) !important;
2428
+ [dir="ltr"] .x-border-radius--left-13 {
2429
+ border-bottom-left-radius: var(--x-size-base-13) !important;
2467
2430
  }
2468
- [dir="ltr"] .x-border-radius--top-left-09 {
2469
- border-top-left-radius: var(--x-size-base-09) !important;
2431
+ [dir="rtl"] .x-border-radius--left-13 {
2432
+ border-bottom-right-radius: var(--x-size-base-13) !important;
2470
2433
  }
2471
- [dir="rtl"] .x-border-radius--top-left-09 {
2472
- border-top-right-radius: var(--x-size-base-09) !important;
2434
+ [dir="ltr"] .x-border-radius--top-left-13 {
2435
+ border-top-left-radius: var(--x-size-base-13) !important;
2473
2436
  }
2474
- [dir="ltr"] .x-border-radius--top-right-09 {
2475
- border-top-right-radius: var(--x-size-base-09) !important;
2437
+ [dir="rtl"] .x-border-radius--top-left-13 {
2438
+ border-top-right-radius: var(--x-size-base-13) !important;
2476
2439
  }
2477
- [dir="rtl"] .x-border-radius--top-right-09 {
2478
- border-top-left-radius: var(--x-size-base-09) !important;
2440
+ [dir="ltr"] .x-border-radius--top-right-13 {
2441
+ border-top-right-radius: var(--x-size-base-13) !important;
2479
2442
  }
2480
- [dir="ltr"] .x-border-radius--bottom-left-09 {
2481
- border-bottom-left-radius: var(--x-size-base-09) !important;
2443
+ [dir="rtl"] .x-border-radius--top-right-13 {
2444
+ border-top-left-radius: var(--x-size-base-13) !important;
2482
2445
  }
2483
- [dir="rtl"] .x-border-radius--bottom-left-09 {
2484
- border-bottom-right-radius: var(--x-size-base-09) !important;
2446
+ [dir="ltr"] .x-border-radius--bottom-left-13 {
2447
+ border-bottom-left-radius: var(--x-size-base-13) !important;
2485
2448
  }
2486
- [dir="ltr"] .x-border-radius--bottom-right-09 {
2487
- border-bottom-right-radius: var(--x-size-base-09) !important;
2449
+ [dir="rtl"] .x-border-radius--bottom-left-13 {
2450
+ border-bottom-right-radius: var(--x-size-base-13) !important;
2488
2451
  }
2489
- [dir="rtl"] .x-border-radius--bottom-right-09 {
2490
- border-bottom-left-radius: var(--x-size-base-09) !important;
2452
+ [dir="ltr"] .x-border-radius--bottom-right-13 {
2453
+ border-bottom-right-radius: var(--x-size-base-13) !important;
2491
2454
  }
2492
- .x-border-radius--10 {
2493
- border-radius: var(--x-size-base-10) !important;
2455
+ [dir="rtl"] .x-border-radius--bottom-right-13 {
2456
+ border-bottom-left-radius: var(--x-size-base-13) !important;
2494
2457
  }
2495
- [dir="ltr"] .x-border-radius--top-10 {
2496
- border-top-left-radius: var(--x-size-base-10) !important;
2458
+ .x-border-radius--14 {
2459
+ border-radius: var(--x-size-base-14) !important;
2497
2460
  }
2498
- [dir="rtl"] .x-border-radius--top-10 {
2499
- border-top-right-radius: var(--x-size-base-10) !important;
2461
+ [dir="ltr"] .x-border-radius--top-14 {
2462
+ border-top-left-radius: var(--x-size-base-14) !important;
2500
2463
  }
2501
- [dir="ltr"] .x-border-radius--top-10 {
2502
- border-top-right-radius: var(--x-size-base-10) !important;
2464
+ [dir="rtl"] .x-border-radius--top-14 {
2465
+ border-top-right-radius: var(--x-size-base-14) !important;
2503
2466
  }
2504
- [dir="rtl"] .x-border-radius--top-10 {
2505
- border-top-left-radius: var(--x-size-base-10) !important;
2467
+ [dir="ltr"] .x-border-radius--top-14 {
2468
+ border-top-right-radius: var(--x-size-base-14) !important;
2506
2469
  }
2507
- [dir="ltr"] .x-border-radius--bottom-10 {
2508
- border-bottom-left-radius: var(--x-size-base-10) !important;
2470
+ [dir="rtl"] .x-border-radius--top-14 {
2471
+ border-top-left-radius: var(--x-size-base-14) !important;
2509
2472
  }
2510
- [dir="rtl"] .x-border-radius--bottom-10 {
2511
- border-bottom-right-radius: var(--x-size-base-10) !important;
2473
+ [dir="ltr"] .x-border-radius--bottom-14 {
2474
+ border-bottom-left-radius: var(--x-size-base-14) !important;
2512
2475
  }
2513
- [dir="ltr"] .x-border-radius--bottom-10 {
2514
- border-bottom-right-radius: var(--x-size-base-10) !important;
2476
+ [dir="rtl"] .x-border-radius--bottom-14 {
2477
+ border-bottom-right-radius: var(--x-size-base-14) !important;
2515
2478
  }
2516
- [dir="rtl"] .x-border-radius--bottom-10 {
2517
- border-bottom-left-radius: var(--x-size-base-10) !important;
2479
+ [dir="ltr"] .x-border-radius--bottom-14 {
2480
+ border-bottom-right-radius: var(--x-size-base-14) !important;
2518
2481
  }
2519
- [dir="ltr"] .x-border-radius--right-10 {
2520
- border-top-right-radius: var(--x-size-base-10) !important;
2482
+ [dir="rtl"] .x-border-radius--bottom-14 {
2483
+ border-bottom-left-radius: var(--x-size-base-14) !important;
2521
2484
  }
2522
- [dir="rtl"] .x-border-radius--right-10 {
2523
- border-top-left-radius: var(--x-size-base-10) !important;
2485
+ [dir="ltr"] .x-border-radius--right-14 {
2486
+ border-top-right-radius: var(--x-size-base-14) !important;
2524
2487
  }
2525
- [dir="ltr"] .x-border-radius--right-10 {
2526
- border-bottom-right-radius: var(--x-size-base-10) !important;
2488
+ [dir="rtl"] .x-border-radius--right-14 {
2489
+ border-top-left-radius: var(--x-size-base-14) !important;
2527
2490
  }
2528
- [dir="rtl"] .x-border-radius--right-10 {
2529
- border-bottom-left-radius: var(--x-size-base-10) !important;
2491
+ [dir="ltr"] .x-border-radius--right-14 {
2492
+ border-bottom-right-radius: var(--x-size-base-14) !important;
2530
2493
  }
2531
- [dir="ltr"] .x-border-radius--left-10 {
2532
- border-top-left-radius: var(--x-size-base-10) !important;
2494
+ [dir="rtl"] .x-border-radius--right-14 {
2495
+ border-bottom-left-radius: var(--x-size-base-14) !important;
2533
2496
  }
2534
- [dir="rtl"] .x-border-radius--left-10 {
2535
- border-top-right-radius: var(--x-size-base-10) !important;
2497
+ [dir="ltr"] .x-border-radius--left-14 {
2498
+ border-top-left-radius: var(--x-size-base-14) !important;
2536
2499
  }
2537
- [dir="ltr"] .x-border-radius--left-10 {
2538
- border-bottom-left-radius: var(--x-size-base-10) !important;
2500
+ [dir="rtl"] .x-border-radius--left-14 {
2501
+ border-top-right-radius: var(--x-size-base-14) !important;
2539
2502
  }
2540
- [dir="rtl"] .x-border-radius--left-10 {
2541
- border-bottom-right-radius: var(--x-size-base-10) !important;
2503
+ [dir="ltr"] .x-border-radius--left-14 {
2504
+ border-bottom-left-radius: var(--x-size-base-14) !important;
2542
2505
  }
2543
- [dir="ltr"] .x-border-radius--top-left-10 {
2544
- border-top-left-radius: var(--x-size-base-10) !important;
2506
+ [dir="rtl"] .x-border-radius--left-14 {
2507
+ border-bottom-right-radius: var(--x-size-base-14) !important;
2545
2508
  }
2546
- [dir="rtl"] .x-border-radius--top-left-10 {
2547
- border-top-right-radius: var(--x-size-base-10) !important;
2509
+ [dir="ltr"] .x-border-radius--top-left-14 {
2510
+ border-top-left-radius: var(--x-size-base-14) !important;
2548
2511
  }
2549
- [dir="ltr"] .x-border-radius--top-right-10 {
2550
- border-top-right-radius: var(--x-size-base-10) !important;
2512
+ [dir="rtl"] .x-border-radius--top-left-14 {
2513
+ border-top-right-radius: var(--x-size-base-14) !important;
2551
2514
  }
2552
- [dir="rtl"] .x-border-radius--top-right-10 {
2553
- border-top-left-radius: var(--x-size-base-10) !important;
2515
+ [dir="ltr"] .x-border-radius--top-right-14 {
2516
+ border-top-right-radius: var(--x-size-base-14) !important;
2554
2517
  }
2555
- [dir="ltr"] .x-border-radius--bottom-left-10 {
2556
- border-bottom-left-radius: var(--x-size-base-10) !important;
2518
+ [dir="rtl"] .x-border-radius--top-right-14 {
2519
+ border-top-left-radius: var(--x-size-base-14) !important;
2557
2520
  }
2558
- [dir="rtl"] .x-border-radius--bottom-left-10 {
2559
- border-bottom-right-radius: var(--x-size-base-10) !important;
2521
+ [dir="ltr"] .x-border-radius--bottom-left-14 {
2522
+ border-bottom-left-radius: var(--x-size-base-14) !important;
2560
2523
  }
2561
- [dir="ltr"] .x-border-radius--bottom-right-10 {
2562
- border-bottom-right-radius: var(--x-size-base-10) !important;
2524
+ [dir="rtl"] .x-border-radius--bottom-left-14 {
2525
+ border-bottom-right-radius: var(--x-size-base-14) !important;
2563
2526
  }
2564
- [dir="rtl"] .x-border-radius--bottom-right-10 {
2565
- border-bottom-left-radius: var(--x-size-base-10) !important;
2527
+ [dir="ltr"] .x-border-radius--bottom-right-14 {
2528
+ border-bottom-right-radius: var(--x-size-base-14) !important;
2566
2529
  }
2567
- .x-border-radius--11 {
2568
- border-radius: var(--x-size-base-11) !important;
2530
+ [dir="rtl"] .x-border-radius--bottom-right-14 {
2531
+ border-bottom-left-radius: var(--x-size-base-14) !important;
2569
2532
  }
2570
- [dir="ltr"] .x-border-radius--top-11 {
2571
- border-top-left-radius: var(--x-size-base-11) !important;
2533
+ .x-border-radius--15 {
2534
+ border-radius: var(--x-size-base-15) !important;
2572
2535
  }
2573
- [dir="rtl"] .x-border-radius--top-11 {
2574
- border-top-right-radius: var(--x-size-base-11) !important;
2536
+ [dir="ltr"] .x-border-radius--top-15 {
2537
+ border-top-left-radius: var(--x-size-base-15) !important;
2575
2538
  }
2576
- [dir="ltr"] .x-border-radius--top-11 {
2577
- border-top-right-radius: var(--x-size-base-11) !important;
2539
+ [dir="rtl"] .x-border-radius--top-15 {
2540
+ border-top-right-radius: var(--x-size-base-15) !important;
2578
2541
  }
2579
- [dir="rtl"] .x-border-radius--top-11 {
2580
- border-top-left-radius: var(--x-size-base-11) !important;
2542
+ [dir="ltr"] .x-border-radius--top-15 {
2543
+ border-top-right-radius: var(--x-size-base-15) !important;
2581
2544
  }
2582
- [dir="ltr"] .x-border-radius--bottom-11 {
2583
- border-bottom-left-radius: var(--x-size-base-11) !important;
2545
+ [dir="rtl"] .x-border-radius--top-15 {
2546
+ border-top-left-radius: var(--x-size-base-15) !important;
2584
2547
  }
2585
- [dir="rtl"] .x-border-radius--bottom-11 {
2586
- border-bottom-right-radius: var(--x-size-base-11) !important;
2548
+ [dir="ltr"] .x-border-radius--bottom-15 {
2549
+ border-bottom-left-radius: var(--x-size-base-15) !important;
2587
2550
  }
2588
- [dir="ltr"] .x-border-radius--bottom-11 {
2589
- border-bottom-right-radius: var(--x-size-base-11) !important;
2551
+ [dir="rtl"] .x-border-radius--bottom-15 {
2552
+ border-bottom-right-radius: var(--x-size-base-15) !important;
2590
2553
  }
2591
- [dir="rtl"] .x-border-radius--bottom-11 {
2592
- border-bottom-left-radius: var(--x-size-base-11) !important;
2554
+ [dir="ltr"] .x-border-radius--bottom-15 {
2555
+ border-bottom-right-radius: var(--x-size-base-15) !important;
2593
2556
  }
2594
- [dir="ltr"] .x-border-radius--right-11 {
2595
- border-top-right-radius: var(--x-size-base-11) !important;
2557
+ [dir="rtl"] .x-border-radius--bottom-15 {
2558
+ border-bottom-left-radius: var(--x-size-base-15) !important;
2596
2559
  }
2597
- [dir="rtl"] .x-border-radius--right-11 {
2598
- border-top-left-radius: var(--x-size-base-11) !important;
2560
+ [dir="ltr"] .x-border-radius--right-15 {
2561
+ border-top-right-radius: var(--x-size-base-15) !important;
2599
2562
  }
2600
- [dir="ltr"] .x-border-radius--right-11 {
2601
- border-bottom-right-radius: var(--x-size-base-11) !important;
2563
+ [dir="rtl"] .x-border-radius--right-15 {
2564
+ border-top-left-radius: var(--x-size-base-15) !important;
2602
2565
  }
2603
- [dir="rtl"] .x-border-radius--right-11 {
2604
- border-bottom-left-radius: var(--x-size-base-11) !important;
2566
+ [dir="ltr"] .x-border-radius--right-15 {
2567
+ border-bottom-right-radius: var(--x-size-base-15) !important;
2605
2568
  }
2606
- [dir="ltr"] .x-border-radius--left-11 {
2607
- border-top-left-radius: var(--x-size-base-11) !important;
2569
+ [dir="rtl"] .x-border-radius--right-15 {
2570
+ border-bottom-left-radius: var(--x-size-base-15) !important;
2608
2571
  }
2609
- [dir="rtl"] .x-border-radius--left-11 {
2610
- border-top-right-radius: var(--x-size-base-11) !important;
2572
+ [dir="ltr"] .x-border-radius--left-15 {
2573
+ border-top-left-radius: var(--x-size-base-15) !important;
2611
2574
  }
2612
- [dir="ltr"] .x-border-radius--left-11 {
2613
- border-bottom-left-radius: var(--x-size-base-11) !important;
2575
+ [dir="rtl"] .x-border-radius--left-15 {
2576
+ border-top-right-radius: var(--x-size-base-15) !important;
2614
2577
  }
2615
- [dir="rtl"] .x-border-radius--left-11 {
2616
- border-bottom-right-radius: var(--x-size-base-11) !important;
2578
+ [dir="ltr"] .x-border-radius--left-15 {
2579
+ border-bottom-left-radius: var(--x-size-base-15) !important;
2617
2580
  }
2618
- [dir="ltr"] .x-border-radius--top-left-11 {
2619
- border-top-left-radius: var(--x-size-base-11) !important;
2581
+ [dir="rtl"] .x-border-radius--left-15 {
2582
+ border-bottom-right-radius: var(--x-size-base-15) !important;
2620
2583
  }
2621
- [dir="rtl"] .x-border-radius--top-left-11 {
2622
- border-top-right-radius: var(--x-size-base-11) !important;
2584
+ [dir="ltr"] .x-border-radius--top-left-15 {
2585
+ border-top-left-radius: var(--x-size-base-15) !important;
2623
2586
  }
2624
- [dir="ltr"] .x-border-radius--top-right-11 {
2625
- border-top-right-radius: var(--x-size-base-11) !important;
2587
+ [dir="rtl"] .x-border-radius--top-left-15 {
2588
+ border-top-right-radius: var(--x-size-base-15) !important;
2626
2589
  }
2627
- [dir="rtl"] .x-border-radius--top-right-11 {
2628
- border-top-left-radius: var(--x-size-base-11) !important;
2590
+ [dir="ltr"] .x-border-radius--top-right-15 {
2591
+ border-top-right-radius: var(--x-size-base-15) !important;
2629
2592
  }
2630
- [dir="ltr"] .x-border-radius--bottom-left-11 {
2631
- border-bottom-left-radius: var(--x-size-base-11) !important;
2593
+ [dir="rtl"] .x-border-radius--top-right-15 {
2594
+ border-top-left-radius: var(--x-size-base-15) !important;
2632
2595
  }
2633
- [dir="rtl"] .x-border-radius--bottom-left-11 {
2634
- border-bottom-right-radius: var(--x-size-base-11) !important;
2596
+ [dir="ltr"] .x-border-radius--bottom-left-15 {
2597
+ border-bottom-left-radius: var(--x-size-base-15) !important;
2635
2598
  }
2636
- [dir="ltr"] .x-border-radius--bottom-right-11 {
2637
- border-bottom-right-radius: var(--x-size-base-11) !important;
2599
+ [dir="rtl"] .x-border-radius--bottom-left-15 {
2600
+ border-bottom-right-radius: var(--x-size-base-15) !important;
2638
2601
  }
2639
- [dir="rtl"] .x-border-radius--bottom-right-11 {
2640
- border-bottom-left-radius: var(--x-size-base-11) !important;
2602
+ [dir="ltr"] .x-border-radius--bottom-right-15 {
2603
+ border-bottom-right-radius: var(--x-size-base-15) !important;
2641
2604
  }
2642
- .x-border-radius--12 {
2643
- border-radius: var(--x-size-base-12) !important;
2605
+ [dir="rtl"] .x-border-radius--bottom-right-15 {
2606
+ border-bottom-left-radius: var(--x-size-base-15) !important;
2644
2607
  }
2645
- [dir="ltr"] .x-border-radius--top-12 {
2646
- border-top-left-radius: var(--x-size-base-12) !important;
2608
+ .x-border-radius--16 {
2609
+ border-radius: var(--x-size-base-16) !important;
2647
2610
  }
2648
- [dir="rtl"] .x-border-radius--top-12 {
2649
- border-top-right-radius: var(--x-size-base-12) !important;
2611
+ [dir="ltr"] .x-border-radius--top-16 {
2612
+ border-top-left-radius: var(--x-size-base-16) !important;
2650
2613
  }
2651
- [dir="ltr"] .x-border-radius--top-12 {
2652
- border-top-right-radius: var(--x-size-base-12) !important;
2614
+ [dir="rtl"] .x-border-radius--top-16 {
2615
+ border-top-right-radius: var(--x-size-base-16) !important;
2653
2616
  }
2654
- [dir="rtl"] .x-border-radius--top-12 {
2655
- border-top-left-radius: var(--x-size-base-12) !important;
2617
+ [dir="ltr"] .x-border-radius--top-16 {
2618
+ border-top-right-radius: var(--x-size-base-16) !important;
2656
2619
  }
2657
- [dir="ltr"] .x-border-radius--bottom-12 {
2658
- border-bottom-left-radius: var(--x-size-base-12) !important;
2620
+ [dir="rtl"] .x-border-radius--top-16 {
2621
+ border-top-left-radius: var(--x-size-base-16) !important;
2659
2622
  }
2660
- [dir="rtl"] .x-border-radius--bottom-12 {
2661
- border-bottom-right-radius: var(--x-size-base-12) !important;
2623
+ [dir="ltr"] .x-border-radius--bottom-16 {
2624
+ border-bottom-left-radius: var(--x-size-base-16) !important;
2662
2625
  }
2663
- [dir="ltr"] .x-border-radius--bottom-12 {
2664
- border-bottom-right-radius: var(--x-size-base-12) !important;
2626
+ [dir="rtl"] .x-border-radius--bottom-16 {
2627
+ border-bottom-right-radius: var(--x-size-base-16) !important;
2665
2628
  }
2666
- [dir="rtl"] .x-border-radius--bottom-12 {
2667
- border-bottom-left-radius: var(--x-size-base-12) !important;
2629
+ [dir="ltr"] .x-border-radius--bottom-16 {
2630
+ border-bottom-right-radius: var(--x-size-base-16) !important;
2668
2631
  }
2669
- [dir="ltr"] .x-border-radius--right-12 {
2670
- border-top-right-radius: var(--x-size-base-12) !important;
2632
+ [dir="rtl"] .x-border-radius--bottom-16 {
2633
+ border-bottom-left-radius: var(--x-size-base-16) !important;
2671
2634
  }
2672
- [dir="rtl"] .x-border-radius--right-12 {
2673
- border-top-left-radius: var(--x-size-base-12) !important;
2635
+ [dir="ltr"] .x-border-radius--right-16 {
2636
+ border-top-right-radius: var(--x-size-base-16) !important;
2674
2637
  }
2675
- [dir="ltr"] .x-border-radius--right-12 {
2676
- border-bottom-right-radius: var(--x-size-base-12) !important;
2638
+ [dir="rtl"] .x-border-radius--right-16 {
2639
+ border-top-left-radius: var(--x-size-base-16) !important;
2677
2640
  }
2678
- [dir="rtl"] .x-border-radius--right-12 {
2679
- border-bottom-left-radius: var(--x-size-base-12) !important;
2641
+ [dir="ltr"] .x-border-radius--right-16 {
2642
+ border-bottom-right-radius: var(--x-size-base-16) !important;
2680
2643
  }
2681
- [dir="ltr"] .x-border-radius--left-12 {
2682
- border-top-left-radius: var(--x-size-base-12) !important;
2644
+ [dir="rtl"] .x-border-radius--right-16 {
2645
+ border-bottom-left-radius: var(--x-size-base-16) !important;
2683
2646
  }
2684
- [dir="rtl"] .x-border-radius--left-12 {
2685
- border-top-right-radius: var(--x-size-base-12) !important;
2647
+ [dir="ltr"] .x-border-radius--left-16 {
2648
+ border-top-left-radius: var(--x-size-base-16) !important;
2686
2649
  }
2687
- [dir="ltr"] .x-border-radius--left-12 {
2688
- border-bottom-left-radius: var(--x-size-base-12) !important;
2650
+ [dir="rtl"] .x-border-radius--left-16 {
2651
+ border-top-right-radius: var(--x-size-base-16) !important;
2689
2652
  }
2690
- [dir="rtl"] .x-border-radius--left-12 {
2691
- border-bottom-right-radius: var(--x-size-base-12) !important;
2653
+ [dir="ltr"] .x-border-radius--left-16 {
2654
+ border-bottom-left-radius: var(--x-size-base-16) !important;
2692
2655
  }
2693
- [dir="ltr"] .x-border-radius--top-left-12 {
2694
- border-top-left-radius: var(--x-size-base-12) !important;
2656
+ [dir="rtl"] .x-border-radius--left-16 {
2657
+ border-bottom-right-radius: var(--x-size-base-16) !important;
2695
2658
  }
2696
- [dir="rtl"] .x-border-radius--top-left-12 {
2697
- border-top-right-radius: var(--x-size-base-12) !important;
2659
+ [dir="ltr"] .x-border-radius--top-left-16 {
2660
+ border-top-left-radius: var(--x-size-base-16) !important;
2698
2661
  }
2699
- [dir="ltr"] .x-border-radius--top-right-12 {
2700
- border-top-right-radius: var(--x-size-base-12) !important;
2662
+ [dir="rtl"] .x-border-radius--top-left-16 {
2663
+ border-top-right-radius: var(--x-size-base-16) !important;
2701
2664
  }
2702
- [dir="rtl"] .x-border-radius--top-right-12 {
2703
- border-top-left-radius: var(--x-size-base-12) !important;
2665
+ [dir="ltr"] .x-border-radius--top-right-16 {
2666
+ border-top-right-radius: var(--x-size-base-16) !important;
2704
2667
  }
2705
- [dir="ltr"] .x-border-radius--bottom-left-12 {
2706
- border-bottom-left-radius: var(--x-size-base-12) !important;
2668
+ [dir="rtl"] .x-border-radius--top-right-16 {
2669
+ border-top-left-radius: var(--x-size-base-16) !important;
2707
2670
  }
2708
- [dir="rtl"] .x-border-radius--bottom-left-12 {
2709
- border-bottom-right-radius: var(--x-size-base-12) !important;
2671
+ [dir="ltr"] .x-border-radius--bottom-left-16 {
2672
+ border-bottom-left-radius: var(--x-size-base-16) !important;
2710
2673
  }
2711
- [dir="ltr"] .x-border-radius--bottom-right-12 {
2712
- border-bottom-right-radius: var(--x-size-base-12) !important;
2674
+ [dir="rtl"] .x-border-radius--bottom-left-16 {
2675
+ border-bottom-right-radius: var(--x-size-base-16) !important;
2713
2676
  }
2714
- [dir="rtl"] .x-border-radius--bottom-right-12 {
2715
- border-bottom-left-radius: var(--x-size-base-12) !important;
2677
+ [dir="ltr"] .x-border-radius--bottom-right-16 {
2678
+ border-bottom-right-radius: var(--x-size-base-16) !important;
2716
2679
  }
2717
- .x-border-radius--13 {
2718
- border-radius: var(--x-size-base-13) !important;
2680
+ [dir="rtl"] .x-border-radius--bottom-right-16 {
2681
+ border-bottom-left-radius: var(--x-size-base-16) !important;
2719
2682
  }
2720
- [dir="ltr"] .x-border-radius--top-13 {
2721
- border-top-left-radius: var(--x-size-base-13) !important;
2683
+ .x-border-radius--17 {
2684
+ border-radius: var(--x-size-base-17) !important;
2722
2685
  }
2723
- [dir="rtl"] .x-border-radius--top-13 {
2724
- border-top-right-radius: var(--x-size-base-13) !important;
2686
+ [dir="ltr"] .x-border-radius--top-17 {
2687
+ border-top-left-radius: var(--x-size-base-17) !important;
2725
2688
  }
2726
- [dir="ltr"] .x-border-radius--top-13 {
2727
- border-top-right-radius: var(--x-size-base-13) !important;
2689
+ [dir="rtl"] .x-border-radius--top-17 {
2690
+ border-top-right-radius: var(--x-size-base-17) !important;
2728
2691
  }
2729
- [dir="rtl"] .x-border-radius--top-13 {
2730
- border-top-left-radius: var(--x-size-base-13) !important;
2692
+ [dir="ltr"] .x-border-radius--top-17 {
2693
+ border-top-right-radius: var(--x-size-base-17) !important;
2731
2694
  }
2732
- [dir="ltr"] .x-border-radius--bottom-13 {
2733
- border-bottom-left-radius: var(--x-size-base-13) !important;
2695
+ [dir="rtl"] .x-border-radius--top-17 {
2696
+ border-top-left-radius: var(--x-size-base-17) !important;
2734
2697
  }
2735
- [dir="rtl"] .x-border-radius--bottom-13 {
2736
- border-bottom-right-radius: var(--x-size-base-13) !important;
2698
+ [dir="ltr"] .x-border-radius--bottom-17 {
2699
+ border-bottom-left-radius: var(--x-size-base-17) !important;
2737
2700
  }
2738
- [dir="ltr"] .x-border-radius--bottom-13 {
2739
- border-bottom-right-radius: var(--x-size-base-13) !important;
2701
+ [dir="rtl"] .x-border-radius--bottom-17 {
2702
+ border-bottom-right-radius: var(--x-size-base-17) !important;
2740
2703
  }
2741
- [dir="rtl"] .x-border-radius--bottom-13 {
2742
- border-bottom-left-radius: var(--x-size-base-13) !important;
2704
+ [dir="ltr"] .x-border-radius--bottom-17 {
2705
+ border-bottom-right-radius: var(--x-size-base-17) !important;
2743
2706
  }
2744
- [dir="ltr"] .x-border-radius--right-13 {
2745
- border-top-right-radius: var(--x-size-base-13) !important;
2707
+ [dir="rtl"] .x-border-radius--bottom-17 {
2708
+ border-bottom-left-radius: var(--x-size-base-17) !important;
2746
2709
  }
2747
- [dir="rtl"] .x-border-radius--right-13 {
2748
- border-top-left-radius: var(--x-size-base-13) !important;
2710
+ [dir="ltr"] .x-border-radius--right-17 {
2711
+ border-top-right-radius: var(--x-size-base-17) !important;
2749
2712
  }
2750
- [dir="ltr"] .x-border-radius--right-13 {
2751
- border-bottom-right-radius: var(--x-size-base-13) !important;
2713
+ [dir="rtl"] .x-border-radius--right-17 {
2714
+ border-top-left-radius: var(--x-size-base-17) !important;
2752
2715
  }
2753
- [dir="rtl"] .x-border-radius--right-13 {
2754
- border-bottom-left-radius: var(--x-size-base-13) !important;
2716
+ [dir="ltr"] .x-border-radius--right-17 {
2717
+ border-bottom-right-radius: var(--x-size-base-17) !important;
2755
2718
  }
2756
- [dir="ltr"] .x-border-radius--left-13 {
2757
- border-top-left-radius: var(--x-size-base-13) !important;
2719
+ [dir="rtl"] .x-border-radius--right-17 {
2720
+ border-bottom-left-radius: var(--x-size-base-17) !important;
2758
2721
  }
2759
- [dir="rtl"] .x-border-radius--left-13 {
2760
- border-top-right-radius: var(--x-size-base-13) !important;
2722
+ [dir="ltr"] .x-border-radius--left-17 {
2723
+ border-top-left-radius: var(--x-size-base-17) !important;
2761
2724
  }
2762
- [dir="ltr"] .x-border-radius--left-13 {
2763
- border-bottom-left-radius: var(--x-size-base-13) !important;
2725
+ [dir="rtl"] .x-border-radius--left-17 {
2726
+ border-top-right-radius: var(--x-size-base-17) !important;
2764
2727
  }
2765
- [dir="rtl"] .x-border-radius--left-13 {
2766
- border-bottom-right-radius: var(--x-size-base-13) !important;
2728
+ [dir="ltr"] .x-border-radius--left-17 {
2729
+ border-bottom-left-radius: var(--x-size-base-17) !important;
2767
2730
  }
2768
- [dir="ltr"] .x-border-radius--top-left-13 {
2769
- border-top-left-radius: var(--x-size-base-13) !important;
2731
+ [dir="rtl"] .x-border-radius--left-17 {
2732
+ border-bottom-right-radius: var(--x-size-base-17) !important;
2770
2733
  }
2771
- [dir="rtl"] .x-border-radius--top-left-13 {
2772
- border-top-right-radius: var(--x-size-base-13) !important;
2734
+ [dir="ltr"] .x-border-radius--top-left-17 {
2735
+ border-top-left-radius: var(--x-size-base-17) !important;
2773
2736
  }
2774
- [dir="ltr"] .x-border-radius--top-right-13 {
2775
- border-top-right-radius: var(--x-size-base-13) !important;
2737
+ [dir="rtl"] .x-border-radius--top-left-17 {
2738
+ border-top-right-radius: var(--x-size-base-17) !important;
2776
2739
  }
2777
- [dir="rtl"] .x-border-radius--top-right-13 {
2778
- border-top-left-radius: var(--x-size-base-13) !important;
2740
+ [dir="ltr"] .x-border-radius--top-right-17 {
2741
+ border-top-right-radius: var(--x-size-base-17) !important;
2779
2742
  }
2780
- [dir="ltr"] .x-border-radius--bottom-left-13 {
2781
- border-bottom-left-radius: var(--x-size-base-13) !important;
2743
+ [dir="rtl"] .x-border-radius--top-right-17 {
2744
+ border-top-left-radius: var(--x-size-base-17) !important;
2782
2745
  }
2783
- [dir="rtl"] .x-border-radius--bottom-left-13 {
2784
- border-bottom-right-radius: var(--x-size-base-13) !important;
2746
+ [dir="ltr"] .x-border-radius--bottom-left-17 {
2747
+ border-bottom-left-radius: var(--x-size-base-17) !important;
2785
2748
  }
2786
- [dir="ltr"] .x-border-radius--bottom-right-13 {
2787
- border-bottom-right-radius: var(--x-size-base-13) !important;
2749
+ [dir="rtl"] .x-border-radius--bottom-left-17 {
2750
+ border-bottom-right-radius: var(--x-size-base-17) !important;
2788
2751
  }
2789
- [dir="rtl"] .x-border-radius--bottom-right-13 {
2790
- border-bottom-left-radius: var(--x-size-base-13) !important;
2752
+ [dir="ltr"] .x-border-radius--bottom-right-17 {
2753
+ border-bottom-right-radius: var(--x-size-base-17) !important;
2791
2754
  }
2792
- .x-border-radius--14 {
2793
- border-radius: var(--x-size-base-14) !important;
2755
+ [dir="rtl"] .x-border-radius--bottom-right-17 {
2756
+ border-bottom-left-radius: var(--x-size-base-17) !important;
2794
2757
  }
2795
- [dir="ltr"] .x-border-radius--top-14 {
2796
- border-top-left-radius: var(--x-size-base-14) !important;
2758
+ .x-border-radius--18 {
2759
+ border-radius: var(--x-size-base-18) !important;
2797
2760
  }
2798
- [dir="rtl"] .x-border-radius--top-14 {
2799
- border-top-right-radius: var(--x-size-base-14) !important;
2761
+ [dir="ltr"] .x-border-radius--top-18 {
2762
+ border-top-left-radius: var(--x-size-base-18) !important;
2800
2763
  }
2801
- [dir="ltr"] .x-border-radius--top-14 {
2802
- border-top-right-radius: var(--x-size-base-14) !important;
2764
+ [dir="rtl"] .x-border-radius--top-18 {
2765
+ border-top-right-radius: var(--x-size-base-18) !important;
2803
2766
  }
2804
- [dir="rtl"] .x-border-radius--top-14 {
2805
- border-top-left-radius: var(--x-size-base-14) !important;
2767
+ [dir="ltr"] .x-border-radius--top-18 {
2768
+ border-top-right-radius: var(--x-size-base-18) !important;
2806
2769
  }
2807
- [dir="ltr"] .x-border-radius--bottom-14 {
2808
- border-bottom-left-radius: var(--x-size-base-14) !important;
2770
+ [dir="rtl"] .x-border-radius--top-18 {
2771
+ border-top-left-radius: var(--x-size-base-18) !important;
2809
2772
  }
2810
- [dir="rtl"] .x-border-radius--bottom-14 {
2811
- border-bottom-right-radius: var(--x-size-base-14) !important;
2773
+ [dir="ltr"] .x-border-radius--bottom-18 {
2774
+ border-bottom-left-radius: var(--x-size-base-18) !important;
2812
2775
  }
2813
- [dir="ltr"] .x-border-radius--bottom-14 {
2814
- border-bottom-right-radius: var(--x-size-base-14) !important;
2776
+ [dir="rtl"] .x-border-radius--bottom-18 {
2777
+ border-bottom-right-radius: var(--x-size-base-18) !important;
2815
2778
  }
2816
- [dir="rtl"] .x-border-radius--bottom-14 {
2817
- border-bottom-left-radius: var(--x-size-base-14) !important;
2779
+ [dir="ltr"] .x-border-radius--bottom-18 {
2780
+ border-bottom-right-radius: var(--x-size-base-18) !important;
2818
2781
  }
2819
- [dir="ltr"] .x-border-radius--right-14 {
2820
- border-top-right-radius: var(--x-size-base-14) !important;
2782
+ [dir="rtl"] .x-border-radius--bottom-18 {
2783
+ border-bottom-left-radius: var(--x-size-base-18) !important;
2821
2784
  }
2822
- [dir="rtl"] .x-border-radius--right-14 {
2823
- border-top-left-radius: var(--x-size-base-14) !important;
2785
+ [dir="ltr"] .x-border-radius--right-18 {
2786
+ border-top-right-radius: var(--x-size-base-18) !important;
2824
2787
  }
2825
- [dir="ltr"] .x-border-radius--right-14 {
2826
- border-bottom-right-radius: var(--x-size-base-14) !important;
2788
+ [dir="rtl"] .x-border-radius--right-18 {
2789
+ border-top-left-radius: var(--x-size-base-18) !important;
2827
2790
  }
2828
- [dir="rtl"] .x-border-radius--right-14 {
2829
- border-bottom-left-radius: var(--x-size-base-14) !important;
2791
+ [dir="ltr"] .x-border-radius--right-18 {
2792
+ border-bottom-right-radius: var(--x-size-base-18) !important;
2830
2793
  }
2831
- [dir="ltr"] .x-border-radius--left-14 {
2832
- border-top-left-radius: var(--x-size-base-14) !important;
2794
+ [dir="rtl"] .x-border-radius--right-18 {
2795
+ border-bottom-left-radius: var(--x-size-base-18) !important;
2833
2796
  }
2834
- [dir="rtl"] .x-border-radius--left-14 {
2835
- border-top-right-radius: var(--x-size-base-14) !important;
2797
+ [dir="ltr"] .x-border-radius--left-18 {
2798
+ border-top-left-radius: var(--x-size-base-18) !important;
2836
2799
  }
2837
- [dir="ltr"] .x-border-radius--left-14 {
2838
- border-bottom-left-radius: var(--x-size-base-14) !important;
2800
+ [dir="rtl"] .x-border-radius--left-18 {
2801
+ border-top-right-radius: var(--x-size-base-18) !important;
2839
2802
  }
2840
- [dir="rtl"] .x-border-radius--left-14 {
2841
- border-bottom-right-radius: var(--x-size-base-14) !important;
2803
+ [dir="ltr"] .x-border-radius--left-18 {
2804
+ border-bottom-left-radius: var(--x-size-base-18) !important;
2842
2805
  }
2843
- [dir="ltr"] .x-border-radius--top-left-14 {
2844
- border-top-left-radius: var(--x-size-base-14) !important;
2806
+ [dir="rtl"] .x-border-radius--left-18 {
2807
+ border-bottom-right-radius: var(--x-size-base-18) !important;
2845
2808
  }
2846
- [dir="rtl"] .x-border-radius--top-left-14 {
2847
- border-top-right-radius: var(--x-size-base-14) !important;
2809
+ [dir="ltr"] .x-border-radius--top-left-18 {
2810
+ border-top-left-radius: var(--x-size-base-18) !important;
2848
2811
  }
2849
- [dir="ltr"] .x-border-radius--top-right-14 {
2850
- border-top-right-radius: var(--x-size-base-14) !important;
2812
+ [dir="rtl"] .x-border-radius--top-left-18 {
2813
+ border-top-right-radius: var(--x-size-base-18) !important;
2851
2814
  }
2852
- [dir="rtl"] .x-border-radius--top-right-14 {
2853
- border-top-left-radius: var(--x-size-base-14) !important;
2815
+ [dir="ltr"] .x-border-radius--top-right-18 {
2816
+ border-top-right-radius: var(--x-size-base-18) !important;
2854
2817
  }
2855
- [dir="ltr"] .x-border-radius--bottom-left-14 {
2856
- border-bottom-left-radius: var(--x-size-base-14) !important;
2818
+ [dir="rtl"] .x-border-radius--top-right-18 {
2819
+ border-top-left-radius: var(--x-size-base-18) !important;
2857
2820
  }
2858
- [dir="rtl"] .x-border-radius--bottom-left-14 {
2859
- border-bottom-right-radius: var(--x-size-base-14) !important;
2821
+ [dir="ltr"] .x-border-radius--bottom-left-18 {
2822
+ border-bottom-left-radius: var(--x-size-base-18) !important;
2860
2823
  }
2861
- [dir="ltr"] .x-border-radius--bottom-right-14 {
2862
- border-bottom-right-radius: var(--x-size-base-14) !important;
2824
+ [dir="rtl"] .x-border-radius--bottom-left-18 {
2825
+ border-bottom-right-radius: var(--x-size-base-18) !important;
2863
2826
  }
2864
- [dir="rtl"] .x-border-radius--bottom-right-14 {
2865
- border-bottom-left-radius: var(--x-size-base-14) !important;
2827
+ [dir="ltr"] .x-border-radius--bottom-right-18 {
2828
+ border-bottom-right-radius: var(--x-size-base-18) !important;
2866
2829
  }
2867
- .x-border-radius--15 {
2868
- border-radius: var(--x-size-base-15) !important;
2830
+ [dir="rtl"] .x-border-radius--bottom-right-18 {
2831
+ border-bottom-left-radius: var(--x-size-base-18) !important;
2869
2832
  }
2870
- [dir="ltr"] .x-border-radius--top-15 {
2871
- border-top-left-radius: var(--x-size-base-15) !important;
2833
+ .x-border-radius--19 {
2834
+ border-radius: var(--x-size-base-19) !important;
2872
2835
  }
2873
- [dir="rtl"] .x-border-radius--top-15 {
2874
- border-top-right-radius: var(--x-size-base-15) !important;
2836
+ [dir="ltr"] .x-border-radius--top-19 {
2837
+ border-top-left-radius: var(--x-size-base-19) !important;
2875
2838
  }
2876
- [dir="ltr"] .x-border-radius--top-15 {
2877
- border-top-right-radius: var(--x-size-base-15) !important;
2839
+ [dir="rtl"] .x-border-radius--top-19 {
2840
+ border-top-right-radius: var(--x-size-base-19) !important;
2878
2841
  }
2879
- [dir="rtl"] .x-border-radius--top-15 {
2880
- border-top-left-radius: var(--x-size-base-15) !important;
2842
+ [dir="ltr"] .x-border-radius--top-19 {
2843
+ border-top-right-radius: var(--x-size-base-19) !important;
2881
2844
  }
2882
- [dir="ltr"] .x-border-radius--bottom-15 {
2883
- border-bottom-left-radius: var(--x-size-base-15) !important;
2845
+ [dir="rtl"] .x-border-radius--top-19 {
2846
+ border-top-left-radius: var(--x-size-base-19) !important;
2884
2847
  }
2885
- [dir="rtl"] .x-border-radius--bottom-15 {
2886
- border-bottom-right-radius: var(--x-size-base-15) !important;
2848
+ [dir="ltr"] .x-border-radius--bottom-19 {
2849
+ border-bottom-left-radius: var(--x-size-base-19) !important;
2887
2850
  }
2888
- [dir="ltr"] .x-border-radius--bottom-15 {
2889
- border-bottom-right-radius: var(--x-size-base-15) !important;
2851
+ [dir="rtl"] .x-border-radius--bottom-19 {
2852
+ border-bottom-right-radius: var(--x-size-base-19) !important;
2890
2853
  }
2891
- [dir="rtl"] .x-border-radius--bottom-15 {
2892
- border-bottom-left-radius: var(--x-size-base-15) !important;
2854
+ [dir="ltr"] .x-border-radius--bottom-19 {
2855
+ border-bottom-right-radius: var(--x-size-base-19) !important;
2893
2856
  }
2894
- [dir="ltr"] .x-border-radius--right-15 {
2895
- border-top-right-radius: var(--x-size-base-15) !important;
2857
+ [dir="rtl"] .x-border-radius--bottom-19 {
2858
+ border-bottom-left-radius: var(--x-size-base-19) !important;
2896
2859
  }
2897
- [dir="rtl"] .x-border-radius--right-15 {
2898
- border-top-left-radius: var(--x-size-base-15) !important;
2860
+ [dir="ltr"] .x-border-radius--right-19 {
2861
+ border-top-right-radius: var(--x-size-base-19) !important;
2899
2862
  }
2900
- [dir="ltr"] .x-border-radius--right-15 {
2901
- border-bottom-right-radius: var(--x-size-base-15) !important;
2863
+ [dir="rtl"] .x-border-radius--right-19 {
2864
+ border-top-left-radius: var(--x-size-base-19) !important;
2902
2865
  }
2903
- [dir="rtl"] .x-border-radius--right-15 {
2904
- border-bottom-left-radius: var(--x-size-base-15) !important;
2866
+ [dir="ltr"] .x-border-radius--right-19 {
2867
+ border-bottom-right-radius: var(--x-size-base-19) !important;
2905
2868
  }
2906
- [dir="ltr"] .x-border-radius--left-15 {
2907
- border-top-left-radius: var(--x-size-base-15) !important;
2869
+ [dir="rtl"] .x-border-radius--right-19 {
2870
+ border-bottom-left-radius: var(--x-size-base-19) !important;
2908
2871
  }
2909
- [dir="rtl"] .x-border-radius--left-15 {
2910
- border-top-right-radius: var(--x-size-base-15) !important;
2872
+ [dir="ltr"] .x-border-radius--left-19 {
2873
+ border-top-left-radius: var(--x-size-base-19) !important;
2911
2874
  }
2912
- [dir="ltr"] .x-border-radius--left-15 {
2913
- border-bottom-left-radius: var(--x-size-base-15) !important;
2875
+ [dir="rtl"] .x-border-radius--left-19 {
2876
+ border-top-right-radius: var(--x-size-base-19) !important;
2914
2877
  }
2915
- [dir="rtl"] .x-border-radius--left-15 {
2916
- border-bottom-right-radius: var(--x-size-base-15) !important;
2878
+ [dir="ltr"] .x-border-radius--left-19 {
2879
+ border-bottom-left-radius: var(--x-size-base-19) !important;
2917
2880
  }
2918
- [dir="ltr"] .x-border-radius--top-left-15 {
2919
- border-top-left-radius: var(--x-size-base-15) !important;
2881
+ [dir="rtl"] .x-border-radius--left-19 {
2882
+ border-bottom-right-radius: var(--x-size-base-19) !important;
2920
2883
  }
2921
- [dir="rtl"] .x-border-radius--top-left-15 {
2922
- border-top-right-radius: var(--x-size-base-15) !important;
2884
+ [dir="ltr"] .x-border-radius--top-left-19 {
2885
+ border-top-left-radius: var(--x-size-base-19) !important;
2923
2886
  }
2924
- [dir="ltr"] .x-border-radius--top-right-15 {
2925
- border-top-right-radius: var(--x-size-base-15) !important;
2887
+ [dir="rtl"] .x-border-radius--top-left-19 {
2888
+ border-top-right-radius: var(--x-size-base-19) !important;
2926
2889
  }
2927
- [dir="rtl"] .x-border-radius--top-right-15 {
2928
- border-top-left-radius: var(--x-size-base-15) !important;
2890
+ [dir="ltr"] .x-border-radius--top-right-19 {
2891
+ border-top-right-radius: var(--x-size-base-19) !important;
2929
2892
  }
2930
- [dir="ltr"] .x-border-radius--bottom-left-15 {
2931
- border-bottom-left-radius: var(--x-size-base-15) !important;
2893
+ [dir="rtl"] .x-border-radius--top-right-19 {
2894
+ border-top-left-radius: var(--x-size-base-19) !important;
2932
2895
  }
2933
- [dir="rtl"] .x-border-radius--bottom-left-15 {
2934
- border-bottom-right-radius: var(--x-size-base-15) !important;
2896
+ [dir="ltr"] .x-border-radius--bottom-left-19 {
2897
+ border-bottom-left-radius: var(--x-size-base-19) !important;
2935
2898
  }
2936
- [dir="ltr"] .x-border-radius--bottom-right-15 {
2937
- border-bottom-right-radius: var(--x-size-base-15) !important;
2899
+ [dir="rtl"] .x-border-radius--bottom-left-19 {
2900
+ border-bottom-right-radius: var(--x-size-base-19) !important;
2938
2901
  }
2939
- [dir="rtl"] .x-border-radius--bottom-right-15 {
2940
- border-bottom-left-radius: var(--x-size-base-15) !important;
2902
+ [dir="ltr"] .x-border-radius--bottom-right-19 {
2903
+ border-bottom-right-radius: var(--x-size-base-19) !important;
2941
2904
  }
2942
- .x-border-radius--16 {
2943
- border-radius: var(--x-size-base-16) !important;
2905
+ [dir="rtl"] .x-border-radius--bottom-right-19 {
2906
+ border-bottom-left-radius: var(--x-size-base-19) !important;
2944
2907
  }
2945
- [dir="ltr"] .x-border-radius--top-16 {
2946
- border-top-left-radius: var(--x-size-base-16) !important;
2908
+ .x-border-radius--20 {
2909
+ border-radius: var(--x-size-base-20) !important;
2947
2910
  }
2948
- [dir="rtl"] .x-border-radius--top-16 {
2949
- border-top-right-radius: var(--x-size-base-16) !important;
2911
+ [dir="ltr"] .x-border-radius--top-20 {
2912
+ border-top-left-radius: var(--x-size-base-20) !important;
2950
2913
  }
2951
- [dir="ltr"] .x-border-radius--top-16 {
2952
- border-top-right-radius: var(--x-size-base-16) !important;
2914
+ [dir="rtl"] .x-border-radius--top-20 {
2915
+ border-top-right-radius: var(--x-size-base-20) !important;
2953
2916
  }
2954
- [dir="rtl"] .x-border-radius--top-16 {
2955
- border-top-left-radius: var(--x-size-base-16) !important;
2917
+ [dir="ltr"] .x-border-radius--top-20 {
2918
+ border-top-right-radius: var(--x-size-base-20) !important;
2956
2919
  }
2957
- [dir="ltr"] .x-border-radius--bottom-16 {
2958
- border-bottom-left-radius: var(--x-size-base-16) !important;
2920
+ [dir="rtl"] .x-border-radius--top-20 {
2921
+ border-top-left-radius: var(--x-size-base-20) !important;
2959
2922
  }
2960
- [dir="rtl"] .x-border-radius--bottom-16 {
2961
- border-bottom-right-radius: var(--x-size-base-16) !important;
2923
+ [dir="ltr"] .x-border-radius--bottom-20 {
2924
+ border-bottom-left-radius: var(--x-size-base-20) !important;
2962
2925
  }
2963
- [dir="ltr"] .x-border-radius--bottom-16 {
2964
- border-bottom-right-radius: var(--x-size-base-16) !important;
2926
+ [dir="rtl"] .x-border-radius--bottom-20 {
2927
+ border-bottom-right-radius: var(--x-size-base-20) !important;
2965
2928
  }
2966
- [dir="rtl"] .x-border-radius--bottom-16 {
2967
- border-bottom-left-radius: var(--x-size-base-16) !important;
2929
+ [dir="ltr"] .x-border-radius--bottom-20 {
2930
+ border-bottom-right-radius: var(--x-size-base-20) !important;
2968
2931
  }
2969
- [dir="ltr"] .x-border-radius--right-16 {
2970
- border-top-right-radius: var(--x-size-base-16) !important;
2932
+ [dir="rtl"] .x-border-radius--bottom-20 {
2933
+ border-bottom-left-radius: var(--x-size-base-20) !important;
2971
2934
  }
2972
- [dir="rtl"] .x-border-radius--right-16 {
2973
- border-top-left-radius: var(--x-size-base-16) !important;
2935
+ [dir="ltr"] .x-border-radius--right-20 {
2936
+ border-top-right-radius: var(--x-size-base-20) !important;
2974
2937
  }
2975
- [dir="ltr"] .x-border-radius--right-16 {
2976
- border-bottom-right-radius: var(--x-size-base-16) !important;
2938
+ [dir="rtl"] .x-border-radius--right-20 {
2939
+ border-top-left-radius: var(--x-size-base-20) !important;
2977
2940
  }
2978
- [dir="rtl"] .x-border-radius--right-16 {
2979
- border-bottom-left-radius: var(--x-size-base-16) !important;
2941
+ [dir="ltr"] .x-border-radius--right-20 {
2942
+ border-bottom-right-radius: var(--x-size-base-20) !important;
2980
2943
  }
2981
- [dir="ltr"] .x-border-radius--left-16 {
2982
- border-top-left-radius: var(--x-size-base-16) !important;
2944
+ [dir="rtl"] .x-border-radius--right-20 {
2945
+ border-bottom-left-radius: var(--x-size-base-20) !important;
2983
2946
  }
2984
- [dir="rtl"] .x-border-radius--left-16 {
2985
- border-top-right-radius: var(--x-size-base-16) !important;
2947
+ [dir="ltr"] .x-border-radius--left-20 {
2948
+ border-top-left-radius: var(--x-size-base-20) !important;
2986
2949
  }
2987
- [dir="ltr"] .x-border-radius--left-16 {
2988
- border-bottom-left-radius: var(--x-size-base-16) !important;
2950
+ [dir="rtl"] .x-border-radius--left-20 {
2951
+ border-top-right-radius: var(--x-size-base-20) !important;
2989
2952
  }
2990
- [dir="rtl"] .x-border-radius--left-16 {
2991
- border-bottom-right-radius: var(--x-size-base-16) !important;
2953
+ [dir="ltr"] .x-border-radius--left-20 {
2954
+ border-bottom-left-radius: var(--x-size-base-20) !important;
2992
2955
  }
2993
- [dir="ltr"] .x-border-radius--top-left-16 {
2994
- border-top-left-radius: var(--x-size-base-16) !important;
2956
+ [dir="rtl"] .x-border-radius--left-20 {
2957
+ border-bottom-right-radius: var(--x-size-base-20) !important;
2995
2958
  }
2996
- [dir="rtl"] .x-border-radius--top-left-16 {
2997
- border-top-right-radius: var(--x-size-base-16) !important;
2959
+ [dir="ltr"] .x-border-radius--top-left-20 {
2960
+ border-top-left-radius: var(--x-size-base-20) !important;
2998
2961
  }
2999
- [dir="ltr"] .x-border-radius--top-right-16 {
3000
- border-top-right-radius: var(--x-size-base-16) !important;
2962
+ [dir="rtl"] .x-border-radius--top-left-20 {
2963
+ border-top-right-radius: var(--x-size-base-20) !important;
3001
2964
  }
3002
- [dir="rtl"] .x-border-radius--top-right-16 {
3003
- border-top-left-radius: var(--x-size-base-16) !important;
2965
+ [dir="ltr"] .x-border-radius--top-right-20 {
2966
+ border-top-right-radius: var(--x-size-base-20) !important;
3004
2967
  }
3005
- [dir="ltr"] .x-border-radius--bottom-left-16 {
3006
- border-bottom-left-radius: var(--x-size-base-16) !important;
2968
+ [dir="rtl"] .x-border-radius--top-right-20 {
2969
+ border-top-left-radius: var(--x-size-base-20) !important;
3007
2970
  }
3008
- [dir="rtl"] .x-border-radius--bottom-left-16 {
3009
- border-bottom-right-radius: var(--x-size-base-16) !important;
2971
+ [dir="ltr"] .x-border-radius--bottom-left-20 {
2972
+ border-bottom-left-radius: var(--x-size-base-20) !important;
3010
2973
  }
3011
- [dir="ltr"] .x-border-radius--bottom-right-16 {
3012
- border-bottom-right-radius: var(--x-size-base-16) !important;
2974
+ [dir="rtl"] .x-border-radius--bottom-left-20 {
2975
+ border-bottom-right-radius: var(--x-size-base-20) !important;
3013
2976
  }
3014
- [dir="rtl"] .x-border-radius--bottom-right-16 {
3015
- border-bottom-left-radius: var(--x-size-base-16) !important;
2977
+ [dir="ltr"] .x-border-radius--bottom-right-20 {
2978
+ border-bottom-right-radius: var(--x-size-base-20) !important;
3016
2979
  }
3017
- .x-border-radius--17 {
3018
- border-radius: var(--x-size-base-17) !important;
2980
+ [dir="rtl"] .x-border-radius--bottom-right-20 {
2981
+ border-bottom-left-radius: var(--x-size-base-20) !important;
3019
2982
  }
3020
- [dir="ltr"] .x-border-radius--top-17 {
3021
- border-top-left-radius: var(--x-size-base-17) !important;
2983
+ *[class*=x-border-width--] {
2984
+ border-width: 0;
3022
2985
  }
3023
- [dir="rtl"] .x-border-radius--top-17 {
3024
- border-top-right-radius: var(--x-size-base-17) !important;
2986
+
2987
+ .x-border-width--00 {
2988
+ border-width: 0px !important;
2989
+ border-style: solid !important;
3025
2990
  }
3026
- [dir="ltr"] .x-border-radius--top-17 {
3027
- border-top-right-radius: var(--x-size-base-17) !important;
2991
+ .x-border-width--top-00 {
2992
+ border-top-width: 0px !important;
2993
+ border-style: solid !important;
3028
2994
  }
3029
- [dir="rtl"] .x-border-radius--top-17 {
3030
- border-top-left-radius: var(--x-size-base-17) !important;
2995
+ .x-border-width--bottom-00 {
2996
+ border-bottom-width: 0px !important;
2997
+ border-style: solid !important;
3031
2998
  }
3032
- [dir="ltr"] .x-border-radius--bottom-17 {
3033
- border-bottom-left-radius: var(--x-size-base-17) !important;
2999
+ [dir="ltr"] .x-border-width--right-00 {
3000
+ border-right-width: 0px !important;
3034
3001
  }
3035
- [dir="rtl"] .x-border-radius--bottom-17 {
3036
- border-bottom-right-radius: var(--x-size-base-17) !important;
3002
+ [dir="rtl"] .x-border-width--right-00 {
3003
+ border-left-width: 0px !important;
3037
3004
  }
3038
- [dir="ltr"] .x-border-radius--bottom-17 {
3039
- border-bottom-right-radius: var(--x-size-base-17) !important;
3005
+ .x-border-width--right-00 {
3006
+ border-style: solid !important;
3040
3007
  }
3041
- [dir="rtl"] .x-border-radius--bottom-17 {
3042
- border-bottom-left-radius: var(--x-size-base-17) !important;
3008
+ [dir="ltr"] .x-border-width--left-00 {
3009
+ border-left-width: 0px !important;
3043
3010
  }
3044
- [dir="ltr"] .x-border-radius--right-17 {
3045
- border-top-right-radius: var(--x-size-base-17) !important;
3011
+ [dir="rtl"] .x-border-width--left-00 {
3012
+ border-right-width: 0px !important;
3046
3013
  }
3047
- [dir="rtl"] .x-border-radius--right-17 {
3048
- border-top-left-radius: var(--x-size-base-17) !important;
3014
+ .x-border-width--left-00 {
3015
+ border-style: solid !important;
3049
3016
  }
3050
- [dir="ltr"] .x-border-radius--right-17 {
3051
- border-bottom-right-radius: var(--x-size-base-17) !important;
3017
+ .x-border-width--01 {
3018
+ border-width: 1px !important;
3019
+ border-style: solid !important;
3052
3020
  }
3053
- [dir="rtl"] .x-border-radius--right-17 {
3054
- border-bottom-left-radius: var(--x-size-base-17) !important;
3021
+ .x-border-width--top-01 {
3022
+ border-top-width: 1px !important;
3023
+ border-style: solid !important;
3055
3024
  }
3056
- [dir="ltr"] .x-border-radius--left-17 {
3057
- border-top-left-radius: var(--x-size-base-17) !important;
3025
+ .x-border-width--bottom-01 {
3026
+ border-bottom-width: 1px !important;
3027
+ border-style: solid !important;
3058
3028
  }
3059
- [dir="rtl"] .x-border-radius--left-17 {
3060
- border-top-right-radius: var(--x-size-base-17) !important;
3029
+ [dir="ltr"] .x-border-width--right-01 {
3030
+ border-right-width: 1px !important;
3061
3031
  }
3062
- [dir="ltr"] .x-border-radius--left-17 {
3063
- border-bottom-left-radius: var(--x-size-base-17) !important;
3032
+ [dir="rtl"] .x-border-width--right-01 {
3033
+ border-left-width: 1px !important;
3064
3034
  }
3065
- [dir="rtl"] .x-border-radius--left-17 {
3066
- border-bottom-right-radius: var(--x-size-base-17) !important;
3035
+ .x-border-width--right-01 {
3036
+ border-style: solid !important;
3067
3037
  }
3068
- [dir="ltr"] .x-border-radius--top-left-17 {
3069
- border-top-left-radius: var(--x-size-base-17) !important;
3038
+ [dir="ltr"] .x-border-width--left-01 {
3039
+ border-left-width: 1px !important;
3070
3040
  }
3071
- [dir="rtl"] .x-border-radius--top-left-17 {
3072
- border-top-right-radius: var(--x-size-base-17) !important;
3041
+ [dir="rtl"] .x-border-width--left-01 {
3042
+ border-right-width: 1px !important;
3073
3043
  }
3074
- [dir="ltr"] .x-border-radius--top-right-17 {
3075
- border-top-right-radius: var(--x-size-base-17) !important;
3044
+ .x-border-width--left-01 {
3045
+ border-style: solid !important;
3076
3046
  }
3077
- [dir="rtl"] .x-border-radius--top-right-17 {
3078
- border-top-left-radius: var(--x-size-base-17) !important;
3047
+ .x-border-width--02 {
3048
+ border-width: 2px !important;
3049
+ border-style: solid !important;
3079
3050
  }
3080
- [dir="ltr"] .x-border-radius--bottom-left-17 {
3081
- border-bottom-left-radius: var(--x-size-base-17) !important;
3051
+ .x-border-width--top-02 {
3052
+ border-top-width: 2px !important;
3053
+ border-style: solid !important;
3082
3054
  }
3083
- [dir="rtl"] .x-border-radius--bottom-left-17 {
3084
- border-bottom-right-radius: var(--x-size-base-17) !important;
3055
+ .x-border-width--bottom-02 {
3056
+ border-bottom-width: 2px !important;
3057
+ border-style: solid !important;
3085
3058
  }
3086
- [dir="ltr"] .x-border-radius--bottom-right-17 {
3087
- border-bottom-right-radius: var(--x-size-base-17) !important;
3059
+ [dir="ltr"] .x-border-width--right-02 {
3060
+ border-right-width: 2px !important;
3088
3061
  }
3089
- [dir="rtl"] .x-border-radius--bottom-right-17 {
3090
- border-bottom-left-radius: var(--x-size-base-17) !important;
3062
+ [dir="rtl"] .x-border-width--right-02 {
3063
+ border-left-width: 2px !important;
3091
3064
  }
3092
- .x-border-radius--18 {
3093
- border-radius: var(--x-size-base-18) !important;
3065
+ .x-border-width--right-02 {
3066
+ border-style: solid !important;
3094
3067
  }
3095
- [dir="ltr"] .x-border-radius--top-18 {
3096
- border-top-left-radius: var(--x-size-base-18) !important;
3068
+ [dir="ltr"] .x-border-width--left-02 {
3069
+ border-left-width: 2px !important;
3097
3070
  }
3098
- [dir="rtl"] .x-border-radius--top-18 {
3099
- border-top-right-radius: var(--x-size-base-18) !important;
3071
+ [dir="rtl"] .x-border-width--left-02 {
3072
+ border-right-width: 2px !important;
3100
3073
  }
3101
- [dir="ltr"] .x-border-radius--top-18 {
3102
- border-top-right-radius: var(--x-size-base-18) !important;
3074
+ .x-border-width--left-02 {
3075
+ border-style: solid !important;
3103
3076
  }
3104
- [dir="rtl"] .x-border-radius--top-18 {
3105
- border-top-left-radius: var(--x-size-base-18) !important;
3077
+ .x-border-width--03 {
3078
+ border-width: 3px !important;
3079
+ border-style: solid !important;
3106
3080
  }
3107
- [dir="ltr"] .x-border-radius--bottom-18 {
3108
- border-bottom-left-radius: var(--x-size-base-18) !important;
3081
+ .x-border-width--top-03 {
3082
+ border-top-width: 3px !important;
3083
+ border-style: solid !important;
3109
3084
  }
3110
- [dir="rtl"] .x-border-radius--bottom-18 {
3111
- border-bottom-right-radius: var(--x-size-base-18) !important;
3085
+ .x-border-width--bottom-03 {
3086
+ border-bottom-width: 3px !important;
3087
+ border-style: solid !important;
3112
3088
  }
3113
- [dir="ltr"] .x-border-radius--bottom-18 {
3114
- border-bottom-right-radius: var(--x-size-base-18) !important;
3089
+ [dir="ltr"] .x-border-width--right-03 {
3090
+ border-right-width: 3px !important;
3115
3091
  }
3116
- [dir="rtl"] .x-border-radius--bottom-18 {
3117
- border-bottom-left-radius: var(--x-size-base-18) !important;
3092
+ [dir="rtl"] .x-border-width--right-03 {
3093
+ border-left-width: 3px !important;
3118
3094
  }
3119
- [dir="ltr"] .x-border-radius--right-18 {
3120
- border-top-right-radius: var(--x-size-base-18) !important;
3095
+ .x-border-width--right-03 {
3096
+ border-style: solid !important;
3121
3097
  }
3122
- [dir="rtl"] .x-border-radius--right-18 {
3123
- border-top-left-radius: var(--x-size-base-18) !important;
3098
+ [dir="ltr"] .x-border-width--left-03 {
3099
+ border-left-width: 3px !important;
3124
3100
  }
3125
- [dir="ltr"] .x-border-radius--right-18 {
3126
- border-bottom-right-radius: var(--x-size-base-18) !important;
3101
+ [dir="rtl"] .x-border-width--left-03 {
3102
+ border-right-width: 3px !important;
3127
3103
  }
3128
- [dir="rtl"] .x-border-radius--right-18 {
3129
- border-bottom-left-radius: var(--x-size-base-18) !important;
3104
+ .x-border-width--left-03 {
3105
+ border-style: solid !important;
3130
3106
  }
3131
- [dir="ltr"] .x-border-radius--left-18 {
3132
- border-top-left-radius: var(--x-size-base-18) !important;
3107
+ .x-border-width--04 {
3108
+ border-width: 4px !important;
3109
+ border-style: solid !important;
3133
3110
  }
3134
- [dir="rtl"] .x-border-radius--left-18 {
3135
- border-top-right-radius: var(--x-size-base-18) !important;
3111
+ .x-border-width--top-04 {
3112
+ border-top-width: 4px !important;
3113
+ border-style: solid !important;
3136
3114
  }
3137
- [dir="ltr"] .x-border-radius--left-18 {
3138
- border-bottom-left-radius: var(--x-size-base-18) !important;
3115
+ .x-border-width--bottom-04 {
3116
+ border-bottom-width: 4px !important;
3117
+ border-style: solid !important;
3139
3118
  }
3140
- [dir="rtl"] .x-border-radius--left-18 {
3141
- border-bottom-right-radius: var(--x-size-base-18) !important;
3119
+ [dir="ltr"] .x-border-width--right-04 {
3120
+ border-right-width: 4px !important;
3142
3121
  }
3143
- [dir="ltr"] .x-border-radius--top-left-18 {
3144
- border-top-left-radius: var(--x-size-base-18) !important;
3122
+ [dir="rtl"] .x-border-width--right-04 {
3123
+ border-left-width: 4px !important;
3145
3124
  }
3146
- [dir="rtl"] .x-border-radius--top-left-18 {
3147
- border-top-right-radius: var(--x-size-base-18) !important;
3125
+ .x-border-width--right-04 {
3126
+ border-style: solid !important;
3148
3127
  }
3149
- [dir="ltr"] .x-border-radius--top-right-18 {
3150
- border-top-right-radius: var(--x-size-base-18) !important;
3128
+ [dir="ltr"] .x-border-width--left-04 {
3129
+ border-left-width: 4px !important;
3151
3130
  }
3152
- [dir="rtl"] .x-border-radius--top-right-18 {
3153
- border-top-left-radius: var(--x-size-base-18) !important;
3131
+ [dir="rtl"] .x-border-width--left-04 {
3132
+ border-right-width: 4px !important;
3154
3133
  }
3155
- [dir="ltr"] .x-border-radius--bottom-left-18 {
3156
- border-bottom-left-radius: var(--x-size-base-18) !important;
3134
+ .x-border-width--left-04 {
3135
+ border-style: solid !important;
3157
3136
  }
3158
- [dir="rtl"] .x-border-radius--bottom-left-18 {
3159
- border-bottom-right-radius: var(--x-size-base-18) !important;
3137
+ .x-border-width--05 {
3138
+ border-width: 5px !important;
3139
+ border-style: solid !important;
3160
3140
  }
3161
- [dir="ltr"] .x-border-radius--bottom-right-18 {
3162
- border-bottom-right-radius: var(--x-size-base-18) !important;
3141
+ .x-border-width--top-05 {
3142
+ border-top-width: 5px !important;
3143
+ border-style: solid !important;
3163
3144
  }
3164
- [dir="rtl"] .x-border-radius--bottom-right-18 {
3165
- border-bottom-left-radius: var(--x-size-base-18) !important;
3145
+ .x-border-width--bottom-05 {
3146
+ border-bottom-width: 5px !important;
3147
+ border-style: solid !important;
3166
3148
  }
3167
- .x-border-radius--19 {
3168
- border-radius: var(--x-size-base-19) !important;
3149
+ [dir="ltr"] .x-border-width--right-05 {
3150
+ border-right-width: 5px !important;
3169
3151
  }
3170
- [dir="ltr"] .x-border-radius--top-19 {
3171
- border-top-left-radius: var(--x-size-base-19) !important;
3152
+ [dir="rtl"] .x-border-width--right-05 {
3153
+ border-left-width: 5px !important;
3172
3154
  }
3173
- [dir="rtl"] .x-border-radius--top-19 {
3174
- border-top-right-radius: var(--x-size-base-19) !important;
3155
+ .x-border-width--right-05 {
3156
+ border-style: solid !important;
3175
3157
  }
3176
- [dir="ltr"] .x-border-radius--top-19 {
3177
- border-top-right-radius: var(--x-size-base-19) !important;
3158
+ [dir="ltr"] .x-border-width--left-05 {
3159
+ border-left-width: 5px !important;
3178
3160
  }
3179
- [dir="rtl"] .x-border-radius--top-19 {
3180
- border-top-left-radius: var(--x-size-base-19) !important;
3161
+ [dir="rtl"] .x-border-width--left-05 {
3162
+ border-right-width: 5px !important;
3181
3163
  }
3182
- [dir="ltr"] .x-border-radius--bottom-19 {
3183
- border-bottom-left-radius: var(--x-size-base-19) !important;
3164
+ .x-border-width--left-05 {
3165
+ border-style: solid !important;
3184
3166
  }
3185
- [dir="rtl"] .x-border-radius--bottom-19 {
3186
- border-bottom-right-radius: var(--x-size-base-19) !important;
3167
+ .x-border-width--06 {
3168
+ border-width: 6px !important;
3169
+ border-style: solid !important;
3187
3170
  }
3188
- [dir="ltr"] .x-border-radius--bottom-19 {
3189
- border-bottom-right-radius: var(--x-size-base-19) !important;
3171
+ .x-border-width--top-06 {
3172
+ border-top-width: 6px !important;
3173
+ border-style: solid !important;
3190
3174
  }
3191
- [dir="rtl"] .x-border-radius--bottom-19 {
3192
- border-bottom-left-radius: var(--x-size-base-19) !important;
3175
+ .x-border-width--bottom-06 {
3176
+ border-bottom-width: 6px !important;
3177
+ border-style: solid !important;
3193
3178
  }
3194
- [dir="ltr"] .x-border-radius--right-19 {
3195
- border-top-right-radius: var(--x-size-base-19) !important;
3179
+ [dir="ltr"] .x-border-width--right-06 {
3180
+ border-right-width: 6px !important;
3196
3181
  }
3197
- [dir="rtl"] .x-border-radius--right-19 {
3198
- border-top-left-radius: var(--x-size-base-19) !important;
3182
+ [dir="rtl"] .x-border-width--right-06 {
3183
+ border-left-width: 6px !important;
3199
3184
  }
3200
- [dir="ltr"] .x-border-radius--right-19 {
3201
- border-bottom-right-radius: var(--x-size-base-19) !important;
3185
+ .x-border-width--right-06 {
3186
+ border-style: solid !important;
3202
3187
  }
3203
- [dir="rtl"] .x-border-radius--right-19 {
3204
- border-bottom-left-radius: var(--x-size-base-19) !important;
3188
+ [dir="ltr"] .x-border-width--left-06 {
3189
+ border-left-width: 6px !important;
3205
3190
  }
3206
- [dir="ltr"] .x-border-radius--left-19 {
3207
- border-top-left-radius: var(--x-size-base-19) !important;
3191
+ [dir="rtl"] .x-border-width--left-06 {
3192
+ border-right-width: 6px !important;
3208
3193
  }
3209
- [dir="rtl"] .x-border-radius--left-19 {
3210
- border-top-right-radius: var(--x-size-base-19) !important;
3194
+ .x-border-width--left-06 {
3195
+ border-style: solid !important;
3211
3196
  }
3212
- [dir="ltr"] .x-border-radius--left-19 {
3213
- border-bottom-left-radius: var(--x-size-base-19) !important;
3197
+ .x-border-width--07 {
3198
+ border-width: 7px !important;
3199
+ border-style: solid !important;
3214
3200
  }
3215
- [dir="rtl"] .x-border-radius--left-19 {
3216
- border-bottom-right-radius: var(--x-size-base-19) !important;
3201
+ .x-border-width--top-07 {
3202
+ border-top-width: 7px !important;
3203
+ border-style: solid !important;
3217
3204
  }
3218
- [dir="ltr"] .x-border-radius--top-left-19 {
3219
- border-top-left-radius: var(--x-size-base-19) !important;
3205
+ .x-border-width--bottom-07 {
3206
+ border-bottom-width: 7px !important;
3207
+ border-style: solid !important;
3220
3208
  }
3221
- [dir="rtl"] .x-border-radius--top-left-19 {
3222
- border-top-right-radius: var(--x-size-base-19) !important;
3209
+ [dir="ltr"] .x-border-width--right-07 {
3210
+ border-right-width: 7px !important;
3223
3211
  }
3224
- [dir="ltr"] .x-border-radius--top-right-19 {
3225
- border-top-right-radius: var(--x-size-base-19) !important;
3212
+ [dir="rtl"] .x-border-width--right-07 {
3213
+ border-left-width: 7px !important;
3226
3214
  }
3227
- [dir="rtl"] .x-border-radius--top-right-19 {
3228
- border-top-left-radius: var(--x-size-base-19) !important;
3215
+ .x-border-width--right-07 {
3216
+ border-style: solid !important;
3229
3217
  }
3230
- [dir="ltr"] .x-border-radius--bottom-left-19 {
3231
- border-bottom-left-radius: var(--x-size-base-19) !important;
3218
+ [dir="ltr"] .x-border-width--left-07 {
3219
+ border-left-width: 7px !important;
3232
3220
  }
3233
- [dir="rtl"] .x-border-radius--bottom-left-19 {
3234
- border-bottom-right-radius: var(--x-size-base-19) !important;
3221
+ [dir="rtl"] .x-border-width--left-07 {
3222
+ border-right-width: 7px !important;
3235
3223
  }
3236
- [dir="ltr"] .x-border-radius--bottom-right-19 {
3237
- border-bottom-right-radius: var(--x-size-base-19) !important;
3224
+ .x-border-width--left-07 {
3225
+ border-style: solid !important;
3238
3226
  }
3239
- [dir="rtl"] .x-border-radius--bottom-right-19 {
3240
- border-bottom-left-radius: var(--x-size-base-19) !important;
3227
+ .x-border-width--08 {
3228
+ border-width: 8px !important;
3229
+ border-style: solid !important;
3241
3230
  }
3242
- .x-border-radius--20 {
3243
- border-radius: var(--x-size-base-20) !important;
3231
+ .x-border-width--top-08 {
3232
+ border-top-width: 8px !important;
3233
+ border-style: solid !important;
3244
3234
  }
3245
- [dir="ltr"] .x-border-radius--top-20 {
3246
- border-top-left-radius: var(--x-size-base-20) !important;
3235
+ .x-border-width--bottom-08 {
3236
+ border-bottom-width: 8px !important;
3237
+ border-style: solid !important;
3247
3238
  }
3248
- [dir="rtl"] .x-border-radius--top-20 {
3249
- border-top-right-radius: var(--x-size-base-20) !important;
3239
+ [dir="ltr"] .x-border-width--right-08 {
3240
+ border-right-width: 8px !important;
3250
3241
  }
3251
- [dir="ltr"] .x-border-radius--top-20 {
3252
- border-top-right-radius: var(--x-size-base-20) !important;
3242
+ [dir="rtl"] .x-border-width--right-08 {
3243
+ border-left-width: 8px !important;
3253
3244
  }
3254
- [dir="rtl"] .x-border-radius--top-20 {
3255
- border-top-left-radius: var(--x-size-base-20) !important;
3245
+ .x-border-width--right-08 {
3246
+ border-style: solid !important;
3256
3247
  }
3257
- [dir="ltr"] .x-border-radius--bottom-20 {
3258
- border-bottom-left-radius: var(--x-size-base-20) !important;
3248
+ [dir="ltr"] .x-border-width--left-08 {
3249
+ border-left-width: 8px !important;
3259
3250
  }
3260
- [dir="rtl"] .x-border-radius--bottom-20 {
3261
- border-bottom-right-radius: var(--x-size-base-20) !important;
3251
+ [dir="rtl"] .x-border-width--left-08 {
3252
+ border-right-width: 8px !important;
3262
3253
  }
3263
- [dir="ltr"] .x-border-radius--bottom-20 {
3264
- border-bottom-right-radius: var(--x-size-base-20) !important;
3254
+ .x-border-width--left-08 {
3255
+ border-style: solid !important;
3265
3256
  }
3266
- [dir="rtl"] .x-border-radius--bottom-20 {
3267
- border-bottom-left-radius: var(--x-size-base-20) !important;
3257
+ .x-border-width--09 {
3258
+ border-width: 9px !important;
3259
+ border-style: solid !important;
3268
3260
  }
3269
- [dir="ltr"] .x-border-radius--right-20 {
3270
- border-top-right-radius: var(--x-size-base-20) !important;
3261
+ .x-border-width--top-09 {
3262
+ border-top-width: 9px !important;
3263
+ border-style: solid !important;
3271
3264
  }
3272
- [dir="rtl"] .x-border-radius--right-20 {
3273
- border-top-left-radius: var(--x-size-base-20) !important;
3265
+ .x-border-width--bottom-09 {
3266
+ border-bottom-width: 9px !important;
3267
+ border-style: solid !important;
3274
3268
  }
3275
- [dir="ltr"] .x-border-radius--right-20 {
3276
- border-bottom-right-radius: var(--x-size-base-20) !important;
3269
+ [dir="ltr"] .x-border-width--right-09 {
3270
+ border-right-width: 9px !important;
3277
3271
  }
3278
- [dir="rtl"] .x-border-radius--right-20 {
3279
- border-bottom-left-radius: var(--x-size-base-20) !important;
3272
+ [dir="rtl"] .x-border-width--right-09 {
3273
+ border-left-width: 9px !important;
3280
3274
  }
3281
- [dir="ltr"] .x-border-radius--left-20 {
3282
- border-top-left-radius: var(--x-size-base-20) !important;
3275
+ .x-border-width--right-09 {
3276
+ border-style: solid !important;
3283
3277
  }
3284
- [dir="rtl"] .x-border-radius--left-20 {
3285
- border-top-right-radius: var(--x-size-base-20) !important;
3278
+ [dir="ltr"] .x-border-width--left-09 {
3279
+ border-left-width: 9px !important;
3286
3280
  }
3287
- [dir="ltr"] .x-border-radius--left-20 {
3288
- border-bottom-left-radius: var(--x-size-base-20) !important;
3281
+ [dir="rtl"] .x-border-width--left-09 {
3282
+ border-right-width: 9px !important;
3289
3283
  }
3290
- [dir="rtl"] .x-border-radius--left-20 {
3291
- border-bottom-right-radius: var(--x-size-base-20) !important;
3284
+ .x-border-width--left-09 {
3285
+ border-style: solid !important;
3292
3286
  }
3293
- [dir="ltr"] .x-border-radius--top-left-20 {
3294
- border-top-left-radius: var(--x-size-base-20) !important;
3287
+ .x-border-width--10 {
3288
+ border-width: 10px !important;
3289
+ border-style: solid !important;
3295
3290
  }
3296
- [dir="rtl"] .x-border-radius--top-left-20 {
3297
- border-top-right-radius: var(--x-size-base-20) !important;
3291
+ .x-border-width--top-10 {
3292
+ border-top-width: 10px !important;
3293
+ border-style: solid !important;
3298
3294
  }
3299
- [dir="ltr"] .x-border-radius--top-right-20 {
3300
- border-top-right-radius: var(--x-size-base-20) !important;
3295
+ .x-border-width--bottom-10 {
3296
+ border-bottom-width: 10px !important;
3297
+ border-style: solid !important;
3301
3298
  }
3302
- [dir="rtl"] .x-border-radius--top-right-20 {
3303
- border-top-left-radius: var(--x-size-base-20) !important;
3299
+ [dir="ltr"] .x-border-width--right-10 {
3300
+ border-right-width: 10px !important;
3304
3301
  }
3305
- [dir="ltr"] .x-border-radius--bottom-left-20 {
3306
- border-bottom-left-radius: var(--x-size-base-20) !important;
3302
+ [dir="rtl"] .x-border-width--right-10 {
3303
+ border-left-width: 10px !important;
3307
3304
  }
3308
- [dir="rtl"] .x-border-radius--bottom-left-20 {
3309
- border-bottom-right-radius: var(--x-size-base-20) !important;
3305
+ .x-border-width--right-10 {
3306
+ border-style: solid !important;
3310
3307
  }
3311
- [dir="ltr"] .x-border-radius--bottom-right-20 {
3312
- border-bottom-right-radius: var(--x-size-base-20) !important;
3308
+ [dir="ltr"] .x-border-width--left-10 {
3309
+ border-left-width: 10px !important;
3313
3310
  }
3314
- [dir="rtl"] .x-border-radius--bottom-right-20 {
3315
- border-bottom-left-radius: var(--x-size-base-20) !important;
3311
+ [dir="rtl"] .x-border-width--left-10 {
3312
+ border-right-width: 10px !important;
3313
+ }
3314
+ .x-border-width--left-10 {
3315
+ border-style: solid !important;
3316
3316
  }
3317
3317
  .x-border-color--lead {
3318
3318
  border-color: var(--x-color-base-lead) !important;
@@ -4701,14 +4701,6 @@
4701
4701
  --x-size-span-row-item: 1;
4702
4702
  --x-size-start-row-item: 0;
4703
4703
  }
4704
- :root {
4705
- --x-size-gap-row: 0;
4706
- --x-size-padding-row: 0;
4707
- --x-size-justify-row: stretch;
4708
- --x-size-align-row: center;
4709
- --x-size-span-row-item: 1;
4710
- --x-size-start-row-item: 0;
4711
- }
4712
4704
 
4713
4705
  .x-row {
4714
4706
  display: grid;
@@ -4829,6 +4821,14 @@
4829
4821
  .x-row--align-stretch {
4830
4822
  --x-size-align-row: stretch;
4831
4823
  }
4824
+ :root {
4825
+ --x-size-gap-row: 0;
4826
+ --x-size-padding-row: 0;
4827
+ --x-size-justify-row: stretch;
4828
+ --x-size-align-row: center;
4829
+ --x-size-span-row-item: 1;
4830
+ --x-size-start-row-item: 0;
4831
+ }
4832
4832
  :root {
4833
4833
  --x-color-border-result-default: var(--x-color-base-lead);
4834
4834
  --x-color-border-result-overlay-default: var(--x-color-border-result-default);
@@ -5117,21 +5117,6 @@
5117
5117
  --x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
5118
5118
  --x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
5119
5119
  }
5120
- :root {
5121
- --x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
5122
- --x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
5123
- --x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
5124
- --x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
5125
- --x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
5126
- }
5127
-
5128
- .x-picture--card.x-picture {
5129
- --x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
5130
- --x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
5131
- --x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
5132
- --x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
5133
- --x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
5134
- }
5135
5120
  :root {
5136
5121
  --x-color-background-option-list-button-default: transparent;
5137
5122
  --x-color-border-option-list-button-default: transparent;
@@ -5212,6 +5197,21 @@
5212
5197
  --x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
5213
5198
  --x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
5214
5199
  }
5200
+ :root {
5201
+ --x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
5202
+ --x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
5203
+ --x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
5204
+ --x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
5205
+ --x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
5206
+ }
5207
+
5208
+ .x-picture--card.x-picture {
5209
+ --x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
5210
+ --x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
5211
+ --x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
5212
+ --x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
5213
+ --x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
5214
+ }
5215
5215
  :root {
5216
5216
  --x-color-background-option-list-button-default: transparent;
5217
5217
  --x-color-border-option-list-button-default: transparent;
@@ -5449,10 +5449,6 @@
5449
5449
  --x-number-font-weight-base-regular
5450
5450
  );
5451
5451
  }
5452
- :root {
5453
- --x-modal-overlay-color: rgb(0, 0, 0);
5454
- --x-modal-overlay-opacity: 0.7;
5455
- }
5456
5452
  :root {
5457
5453
  --x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
5458
5454
  --x-color-text-option-list-button-bottom-selected-hover: var(
@@ -5588,6 +5584,10 @@
5588
5584
  --x-modal-overlay-color: rgb(0, 0, 0);
5589
5585
  --x-modal-overlay-opacity: 0.7;
5590
5586
  }
5587
+ :root {
5588
+ --x-modal-overlay-color: rgb(0, 0, 0);
5589
+ --x-modal-overlay-opacity: 0.7;
5590
+ }
5591
5591
 
5592
5592
  .x-modal__overlay {
5593
5593
  background-color: var(--x-modal-overlay-color) !important;
@@ -6785,53 +6785,6 @@
6785
6785
  --x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
6786
6786
  --x-size-border-width-left-input-group-line: 0;
6787
6787
  }
6788
-
6789
- .x-input-group--line .x-input-group,
6790
- .x-input-group--line.x-input-group {
6791
- --x-size-border-width-top-input-group-default: var(--x-size-border-width-top-input-group-line);
6792
- --x-size-border-width-right-input-group-default: var(
6793
- --x-size-border-width-right-input-group-line
6794
- );
6795
- --x-size-border-width-bottom-input-group-default: var(
6796
- --x-size-border-width-bottom-input-group-line
6797
- );
6798
- --x-size-border-width-left-input-group-default: var(--x-size-border-width-left-input-group-line);
6799
- }
6800
- .x-input-group--line .x-input-group > *:not(.x-input-group__action),
6801
- .x-input-group--line.x-input-group > *:not(.x-input-group__action) {
6802
- --x-size-padding-right-input-group-default: var(--x-size-padding-right-input-group-line);
6803
- --x-size-padding-left-input-group-default: var(--x-size-padding-left-input-group-line);
6804
- }
6805
- [dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
6806
- .x-input-group--line.x-input-group > .x-input-group__action {
6807
- margin-right: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
6808
- }
6809
- [dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
6810
- .x-input-group--line.x-input-group > .x-input-group__action {
6811
- margin-left: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
6812
- }
6813
- [dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
6814
- .x-input-group--line.x-input-group > .x-input-group__action {
6815
- margin-left: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
6816
- }
6817
- [dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
6818
- .x-input-group--line.x-input-group > .x-input-group__action {
6819
- margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
6820
- }
6821
- .x-input-group--line .x-input-group > .x-input-group__action,
6822
- .x-input-group--line.x-input-group > .x-input-group__action {
6823
- margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
6824
- margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
6825
- }
6826
- :root {
6827
- --x-size-padding-left-input-group-line: 0;
6828
- --x-size-padding-right-input-group-line: 0;
6829
- --x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
6830
- --x-size-border-width-top-input-group-line: 0;
6831
- --x-size-border-width-right-input-group-line: 0;
6832
- --x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
6833
- --x-size-border-width-left-input-group-line: 0;
6834
- }
6835
6788
  :root {
6836
6789
  --x-color-background-input-group-default: var(--x-color-background-input-default);
6837
6790
  --x-color-border-input-group-default: var(--x-color-border-input-default);
@@ -6875,6 +6828,53 @@
6875
6828
  );
6876
6829
  --x-number-font-weight-input-group-default-button: var(--x-number-font-weight-base-light);
6877
6830
  }
6831
+ :root {
6832
+ --x-size-padding-left-input-group-line: 0;
6833
+ --x-size-padding-right-input-group-line: 0;
6834
+ --x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
6835
+ --x-size-border-width-top-input-group-line: 0;
6836
+ --x-size-border-width-right-input-group-line: 0;
6837
+ --x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
6838
+ --x-size-border-width-left-input-group-line: 0;
6839
+ }
6840
+
6841
+ .x-input-group--line .x-input-group,
6842
+ .x-input-group--line.x-input-group {
6843
+ --x-size-border-width-top-input-group-default: var(--x-size-border-width-top-input-group-line);
6844
+ --x-size-border-width-right-input-group-default: var(
6845
+ --x-size-border-width-right-input-group-line
6846
+ );
6847
+ --x-size-border-width-bottom-input-group-default: var(
6848
+ --x-size-border-width-bottom-input-group-line
6849
+ );
6850
+ --x-size-border-width-left-input-group-default: var(--x-size-border-width-left-input-group-line);
6851
+ }
6852
+ .x-input-group--line .x-input-group > *:not(.x-input-group__action),
6853
+ .x-input-group--line.x-input-group > *:not(.x-input-group__action) {
6854
+ --x-size-padding-right-input-group-default: var(--x-size-padding-right-input-group-line);
6855
+ --x-size-padding-left-input-group-default: var(--x-size-padding-left-input-group-line);
6856
+ }
6857
+ [dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
6858
+ .x-input-group--line.x-input-group > .x-input-group__action {
6859
+ margin-right: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
6860
+ }
6861
+ [dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
6862
+ .x-input-group--line.x-input-group > .x-input-group__action {
6863
+ margin-left: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
6864
+ }
6865
+ [dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
6866
+ .x-input-group--line.x-input-group > .x-input-group__action {
6867
+ margin-left: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
6868
+ }
6869
+ [dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
6870
+ .x-input-group--line.x-input-group > .x-input-group__action {
6871
+ margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
6872
+ }
6873
+ .x-input-group--line .x-input-group > .x-input-group__action,
6874
+ .x-input-group--line.x-input-group > .x-input-group__action {
6875
+ margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
6876
+ margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
6877
+ }
6878
6878
  :root {
6879
6879
  --x-color-background-input-group-default: var(--x-color-background-input-default);
6880
6880
  --x-color-border-input-group-default: var(--x-color-border-input-default);
@@ -7358,15 +7358,6 @@
7358
7358
  --x-size-width-icon-l: var(--x-size-base-06);
7359
7359
  --x-size-height-icon-l: var(--x-size-base-06);
7360
7360
  }
7361
- :root {
7362
- --x-size-width-icon-l: var(--x-size-base-06);
7363
- --x-size-height-icon-l: var(--x-size-base-06);
7364
- }
7365
-
7366
- .x-icon--l {
7367
- --x-size-width-icon-default: var(--x-size-width-icon-l);
7368
- --x-size-height-icon-default: var(--x-size-height-icon-l);
7369
- }
7370
7361
  :root {
7371
7362
  --x-color-stroke-icon-default: currentColor;
7372
7363
  --x-color-fill-icon-default: none;
@@ -7376,6 +7367,15 @@
7376
7367
  --x-string-stroke-linejoin-icon-default: mitter;
7377
7368
  --x-size-stroke-width-icon-default: 1px;
7378
7369
  }
7370
+ :root {
7371
+ --x-size-width-icon-l: var(--x-size-base-06);
7372
+ --x-size-height-icon-l: var(--x-size-base-06);
7373
+ }
7374
+
7375
+ .x-icon--l {
7376
+ --x-size-width-icon-default: var(--x-size-width-icon-l);
7377
+ --x-size-height-icon-default: var(--x-size-height-icon-l);
7378
+ }
7379
7379
  :root {
7380
7380
  --x-color-stroke-icon-default: currentColor;
7381
7381
  --x-color-fill-icon-default: none;
@@ -7411,11 +7411,6 @@
7411
7411
  --x-size-gap-grid: var(--x-size-base-03);
7412
7412
  --x-size-min-width-grid-item: 150px;
7413
7413
  }
7414
- :root {
7415
- --x-size-padding-grid: 0;
7416
- --x-size-gap-grid: var(--x-size-base-03);
7417
- --x-size-min-width-grid-item: 150px;
7418
- }
7419
7414
 
7420
7415
  .x-grid-list {
7421
7416
  margin: 0;
@@ -7437,6 +7432,11 @@
7437
7432
  .x-grid-list--cols-auto .x-grid-list__item {
7438
7433
  min-width: var(--x-size-min-width-grid-item);
7439
7434
  }
7435
+ :root {
7436
+ --x-size-padding-grid: 0;
7437
+ --x-size-gap-grid: var(--x-size-base-03);
7438
+ --x-size-min-width-grid-item: 150px;
7439
+ }
7440
7440
  .x-filter--justified.x-filter > *:last-child:not(.x-filter__label),
7441
7441
  .x-filter--justified.x-facet-filter > *:last-child:not(.x-filter__label),
7442
7442
  .x-filter--justified .x-filter > *:last-child:not(.x-filter__label),
@@ -7450,13 +7450,6 @@
7450
7450
  --x-size-padding-bottom-filter-children: 0;
7451
7451
  --x-size-padding-left-filter-children: var(--x-size-base-05);
7452
7452
  }
7453
- :root {
7454
- --x-size-margin-filter-children: 0;
7455
- --x-size-padding-top-filter-children: 0;
7456
- --x-size-padding-right-filter-children: 0;
7457
- --x-size-padding-bottom-filter-children: 0;
7458
- --x-size-padding-left-filter-children: var(--x-size-base-05);
7459
- }
7460
7453
 
7461
7454
  .x-hierarchical-filter-container {
7462
7455
  list-style: none;
@@ -7483,6 +7476,13 @@
7483
7476
  .x-hierarchical-filter-container .x-facet-filter {
7484
7477
  width: 100%;
7485
7478
  }
7479
+ :root {
7480
+ --x-size-margin-filter-children: 0;
7481
+ --x-size-padding-top-filter-children: 0;
7482
+ --x-size-padding-right-filter-children: 0;
7483
+ --x-size-padding-bottom-filter-children: 0;
7484
+ --x-size-padding-left-filter-children: var(--x-size-base-05);
7485
+ }
7486
7486
  :root {
7487
7487
  --x-color-background-filter-default: transparent;
7488
7488
  --x-color-border-filter-default: var(--x-color-background-filter-default);
@@ -7657,19 +7657,6 @@
7657
7657
  --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7658
7658
  --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7659
7659
  }
7660
- :root {
7661
- --x-color-border-facet-outlined: var(--x-color-base-neutral-70);
7662
- --x-size-border-width-facet-outlined: var(--x-size-border-width-base);
7663
- --x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
7664
- --x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
7665
- --x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
7666
- --x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
7667
- --x-size-padding-facet-header-outlined: var(--x-size-base-03);
7668
- --x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7669
- --x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7670
- --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7671
- --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7672
- }
7673
7660
 
7674
7661
  .x-facet--outlined.x-facet,
7675
7662
  .x-facet--outlined .x-facet {
@@ -7686,12 +7673,17 @@
7686
7673
  --x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
7687
7674
  }
7688
7675
  :root {
7689
- --x-color-border-facet-header-line: var(--x-color-base-neutral-10);
7690
- --x-size-border-width-facet-header-line: var(--x-size-border-width-base);
7691
- --x-size-border-width-top-facet-header-line: 0;
7692
- --x-size-border-width-right-facet-header-line: 0;
7693
- --x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
7694
- --x-size-border-width-left-facet-header-line: 0;
7676
+ --x-color-border-facet-outlined: var(--x-color-base-neutral-70);
7677
+ --x-size-border-width-facet-outlined: var(--x-size-border-width-base);
7678
+ --x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
7679
+ --x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
7680
+ --x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
7681
+ --x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
7682
+ --x-size-padding-facet-header-outlined: var(--x-size-base-03);
7683
+ --x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7684
+ --x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7685
+ --x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7686
+ --x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
7695
7687
  }
7696
7688
  :root {
7697
7689
  --x-color-border-facet-header-line: var(--x-color-base-neutral-10);
@@ -7701,22 +7693,6 @@
7701
7693
  --x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
7702
7694
  --x-size-border-width-left-facet-header-line: 0;
7703
7695
  }
7704
-
7705
- .x-facet--line.x-facet,
7706
- .x-facet--line .x-facet {
7707
- --x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
7708
- --x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
7709
- --x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
7710
- --x-size-border-width-right-facet-header-default: var(
7711
- --x-size-border-width-right-facet-header-line
7712
- );
7713
- --x-size-border-width-bottom-facet-header-default: var(
7714
- --x-size-border-width-bottom-facet-header-line
7715
- );
7716
- --x-size-border-width-left-facet-header-default: var(
7717
- --x-size-border-width-left-facet-header-line
7718
- );
7719
- }
7720
7696
  :root {
7721
7697
  --x-color-background-facet-default: transparent;
7722
7698
  --x-color-border-facet-default: var(--x-color-background-facet-default);
@@ -7750,6 +7726,30 @@
7750
7726
  --x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
7751
7727
  --x-size-line-height-facet-default: var(--x-size-line-height-title3);
7752
7728
  }
7729
+ :root {
7730
+ --x-color-border-facet-header-line: var(--x-color-base-neutral-10);
7731
+ --x-size-border-width-facet-header-line: var(--x-size-border-width-base);
7732
+ --x-size-border-width-top-facet-header-line: 0;
7733
+ --x-size-border-width-right-facet-header-line: 0;
7734
+ --x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
7735
+ --x-size-border-width-left-facet-header-line: 0;
7736
+ }
7737
+
7738
+ .x-facet--line.x-facet,
7739
+ .x-facet--line .x-facet {
7740
+ --x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
7741
+ --x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
7742
+ --x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
7743
+ --x-size-border-width-right-facet-header-default: var(
7744
+ --x-size-border-width-right-facet-header-line
7745
+ );
7746
+ --x-size-border-width-bottom-facet-header-default: var(
7747
+ --x-size-border-width-bottom-facet-header-line
7748
+ );
7749
+ --x-size-border-width-left-facet-header-default: var(
7750
+ --x-size-border-width-left-facet-header-line
7751
+ );
7752
+ }
7753
7753
  :root {
7754
7754
  --x-color-background-facet-default: transparent;
7755
7755
  --x-color-border-facet-default: var(--x-color-background-facet-default);
@@ -7943,14 +7943,6 @@
7943
7943
  --x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7944
7944
  --x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7945
7945
  }
7946
- :root {
7947
- --x-size-gap-dropdown-pill: var(--x-size-base-03);
7948
- --x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
7949
- --x-size-border-width-top-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7950
- --x-size-border-width-right-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7951
- --x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7952
- --x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7953
- }
7954
7946
 
7955
7947
  .x-dropdown--pill {
7956
7948
  --x-size-gap-dropdown-default: var(--x-size-gap-dropdown-pill);
@@ -7988,6 +7980,14 @@
7988
7980
  --x-size-border-width-left-dropdown-list-pill
7989
7981
  );
7990
7982
  }
7983
+ :root {
7984
+ --x-size-gap-dropdown-pill: var(--x-size-base-03);
7985
+ --x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
7986
+ --x-size-border-width-top-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7987
+ --x-size-border-width-right-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7988
+ --x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7989
+ --x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
7990
+ }
7991
7991
  :root {
7992
7992
  --x-size-width-dropdown-m: 130px;
7993
7993
  }
@@ -8088,13 +8088,13 @@
8088
8088
  :root {
8089
8089
  --x-size-width-dropdown-l: 202px;
8090
8090
  }
8091
+ :root {
8092
+ --x-size-width-dropdown-l: 202px;
8093
+ }
8091
8094
 
8092
8095
  .x-dropdown.x-dropdown--l {
8093
8096
  --x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-l);
8094
8097
  }
8095
- :root {
8096
- --x-size-width-dropdown-l: 202px;
8097
- }
8098
8098
  :root {
8099
8099
  --x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
8100
8100
  --x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
@@ -8794,6 +8794,16 @@
8794
8794
  --x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
8795
8795
  --x-size-font-badge-default: var(--x-size-font-base-xs);
8796
8796
  }
8797
+ :root {
8798
+ --x-color-background-badge-default: var(--x-color-base-neutral-10);
8799
+ --x-color-text-badge-default: var(--x-color-base-neutral-100);
8800
+ --x-color-border-badge-default: var(--x-color-base-neutral-10);
8801
+ --x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
8802
+ --x-size-border-width-badge-default: 0;
8803
+ --x-size-width-badge-default: 1.5em;
8804
+ --x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
8805
+ --x-size-font-badge-default: var(--x-size-font-base-xs);
8806
+ }
8797
8807
 
8798
8808
  [dir="ltr"] .x-badge {
8799
8809
  right: calc(var(--x-size-width-badge-default) / 4);
@@ -8833,16 +8843,6 @@
8833
8843
  .x-badge-container {
8834
8844
  position: relative;
8835
8845
  }
8836
- :root {
8837
- --x-color-background-badge-default: var(--x-color-base-neutral-10);
8838
- --x-color-text-badge-default: var(--x-color-base-neutral-100);
8839
- --x-color-border-badge-default: var(--x-color-base-neutral-10);
8840
- --x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
8841
- --x-size-border-width-badge-default: 0;
8842
- --x-size-width-badge-default: 1.5em;
8843
- --x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
8844
- --x-size-font-badge-default: var(--x-size-font-base-xs);
8845
- }
8846
8846
  :root {
8847
8847
  --x-size-base-01: 2px;
8848
8848
  --x-size-base-02: 4px;