@coreui/coreui 4.1.1 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/README.md +1 -1
  2. package/dist/css/coreui-grid.css +1 -1
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +1 -1
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +158 -158
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +3 -3
  9. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  10. package/dist/css/coreui-reboot.css +1 -1
  11. package/dist/css/coreui-reboot.css.map +1 -1
  12. package/dist/css/coreui-reboot.min.css +1 -1
  13. package/dist/css/coreui-reboot.min.css.map +1 -1
  14. package/dist/css/coreui-reboot.rtl.css +2 -2
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +2 -2
  17. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  18. package/dist/css/coreui-utilities.css +1 -1
  19. package/dist/css/coreui-utilities.css.map +1 -1
  20. package/dist/css/coreui-utilities.min.css +1 -1
  21. package/dist/css/coreui-utilities.min.css.map +1 -1
  22. package/dist/css/coreui-utilities.rtl.css +218 -218
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +3 -3
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +1 -1
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +1 -1
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +218 -218
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +3 -3
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/js/coreui.bundle.js +24 -24
  35. package/dist/js/coreui.bundle.js.map +1 -1
  36. package/dist/js/coreui.bundle.min.js +2 -2
  37. package/dist/js/coreui.bundle.min.js.map +1 -1
  38. package/dist/js/coreui.esm.js +23 -23
  39. package/dist/js/coreui.esm.js.map +1 -1
  40. package/dist/js/coreui.esm.min.js +2 -2
  41. package/dist/js/coreui.esm.min.js.map +1 -1
  42. package/dist/js/coreui.js +24 -24
  43. package/dist/js/coreui.js.map +1 -1
  44. package/dist/js/coreui.min.js +2 -2
  45. package/dist/js/coreui.min.js.map +1 -1
  46. package/js/dist/alert.js +3 -3
  47. package/js/dist/alert.js.map +1 -1
  48. package/js/dist/base-component.js +4 -4
  49. package/js/dist/base-component.js.map +1 -1
  50. package/js/dist/button.js +3 -3
  51. package/js/dist/button.js.map +1 -1
  52. package/js/dist/carousel.js +3 -3
  53. package/js/dist/carousel.js.map +1 -1
  54. package/js/dist/collapse.js +3 -3
  55. package/js/dist/collapse.js.map +1 -1
  56. package/js/dist/dom/data.js +2 -2
  57. package/js/dist/dom/data.js.map +1 -1
  58. package/js/dist/dom/event-handler.js +3 -3
  59. package/js/dist/dom/event-handler.js.map +1 -1
  60. package/js/dist/dom/manipulator.js +2 -2
  61. package/js/dist/dom/manipulator.js.map +1 -1
  62. package/js/dist/dom/selector-engine.js +3 -3
  63. package/js/dist/dom/selector-engine.js.map +1 -1
  64. package/js/dist/dropdown.js +3 -3
  65. package/js/dist/dropdown.js.map +1 -1
  66. package/js/dist/modal.js +3 -3
  67. package/js/dist/modal.js.map +1 -1
  68. package/js/dist/offcanvas.js +3 -3
  69. package/js/dist/offcanvas.js.map +1 -1
  70. package/js/dist/popover.js +3 -3
  71. package/js/dist/popover.js.map +1 -1
  72. package/js/dist/scrollspy.js +3 -3
  73. package/js/dist/scrollspy.js.map +1 -1
  74. package/js/dist/tab.js +3 -3
  75. package/js/dist/tab.js.map +1 -1
  76. package/js/dist/toast.js +3 -3
  77. package/js/dist/toast.js.map +1 -1
  78. package/js/dist/tooltip.js +4 -4
  79. package/js/dist/tooltip.js.map +1 -1
  80. package/js/src/alert.js +1 -1
  81. package/js/src/base-component.js +2 -2
  82. package/js/src/button.js +1 -1
  83. package/js/src/carousel.js +1 -1
  84. package/js/src/collapse.js +1 -1
  85. package/js/src/dom/data.js +1 -1
  86. package/js/src/dom/event-handler.js +1 -1
  87. package/js/src/dom/manipulator.js +1 -1
  88. package/js/src/dom/selector-engine.js +1 -1
  89. package/js/src/dropdown.js +1 -1
  90. package/js/src/modal.js +1 -1
  91. package/js/src/navigation.js +1 -1
  92. package/js/src/offcanvas.js +1 -1
  93. package/js/src/popover.js +1 -1
  94. package/js/src/scrollspy.js +1 -1
  95. package/js/src/sidebar.js +1 -1
  96. package/js/src/tab.js +1 -1
  97. package/js/src/toast.js +1 -1
  98. package/js/src/tooltip.js +1 -1
  99. package/js/src/util/index.js +1 -1
  100. package/js/src/util/sanitizer.js +1 -1
  101. package/package.json +2 -2
  102. package/scss/coreui-grid.rtl.scss +1 -1
  103. package/scss/coreui-grid.scss +1 -1
  104. package/scss/coreui-reboot.rtl.scss +1 -1
  105. package/scss/coreui-reboot.scss +1 -1
  106. package/scss/coreui-utilities.rtl.scss +1 -1
  107. package/scss/coreui-utilities.scss +1 -1
  108. package/scss/coreui.rtl.scss +1 -1
  109. package/scss/coreui.scss +1 -1
  110. package/scss/mixins/_utilities.scss +8 -1
@@ -1,14 +1,14 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
3
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.1.1
4
+ * @version v4.1.2
5
5
  * @link https://coreui.io/
6
6
  * Copyright (c) 2021 creativeLabs Łukasz Holeczek
7
7
  * License MIT (https://coreui.io/license/)
8
8
  */
9
9
  /*!
10
10
  * CoreUI - HTML, CSS, and JavaScript UI Components Library
11
- * @version v4.1.1
11
+ * @version v4.1.2
12
12
  * @link https://coreui.io/
13
13
  * Copyright (c) 2021 creativeLabs Łukasz Holeczek
14
14
  * License MIT (https://coreui.io/license/)
@@ -242,11 +242,11 @@
242
242
  }
243
243
 
244
244
  .float-start {
245
- float: left !important;
245
+ float: right !important;
246
246
  }
247
247
 
248
248
  .float-end {
249
- float: right !important;
249
+ float: left !important;
250
250
  }
251
251
 
252
252
  .float-none {
@@ -442,11 +442,11 @@
442
442
  }
443
443
 
444
444
  .border-end {
445
- border-right: 1px solid var(--cui-border-color, #d8dbe0) !important;
445
+ border-left: 1px solid var(--cui-border-color, #d8dbe0) !important;
446
446
  }
447
447
 
448
448
  .border-end-0 {
449
- border-right: 0 !important;
449
+ border-left: 0 !important;
450
450
  }
451
451
 
452
452
  .border-bottom {
@@ -458,11 +458,11 @@
458
458
  }
459
459
 
460
460
  .border-start {
461
- border-left: 1px solid var(--cui-border-color, #d8dbe0) !important;
461
+ border-right: 1px solid var(--cui-border-color, #d8dbe0) !important;
462
462
  }
463
463
 
464
464
  .border-start-0 {
465
- border-left: 0 !important;
465
+ border-right: 0 !important;
466
466
  }
467
467
 
468
468
  .border-primary {
@@ -538,39 +538,39 @@
538
538
  }
539
539
 
540
540
  .border-end-primary {
541
- border-right-color: #321fdb !important;
541
+ border-left-color: #321fdb !important;
542
542
  }
543
543
 
544
544
  .border-end-secondary {
545
- border-right-color: #9da5b1 !important;
545
+ border-left-color: #9da5b1 !important;
546
546
  }
547
547
 
548
548
  .border-end-success {
549
- border-right-color: #2eb85c !important;
549
+ border-left-color: #2eb85c !important;
550
550
  }
551
551
 
552
552
  .border-end-info {
553
- border-right-color: #39f !important;
553
+ border-left-color: #39f !important;
554
554
  }
555
555
 
556
556
  .border-end-warning {
557
- border-right-color: #f9b115 !important;
557
+ border-left-color: #f9b115 !important;
558
558
  }
559
559
 
560
560
  .border-end-danger {
561
- border-right-color: #e55353 !important;
561
+ border-left-color: #e55353 !important;
562
562
  }
563
563
 
564
564
  .border-end-light {
565
- border-right-color: #ebedef !important;
565
+ border-left-color: #ebedef !important;
566
566
  }
567
567
 
568
568
  .border-end-dark {
569
- border-right-color: #4f5d73 !important;
569
+ border-left-color: #4f5d73 !important;
570
570
  }
571
571
 
572
572
  .border-end-white {
573
- border-right-color: #fff !important;
573
+ border-left-color: #fff !important;
574
574
  }
575
575
 
576
576
  .border-bottom-primary {
@@ -610,39 +610,39 @@
610
610
  }
611
611
 
612
612
  .border-start-primary {
613
- border-left-color: #321fdb !important;
613
+ border-right-color: #321fdb !important;
614
614
  }
615
615
 
616
616
  .border-start-secondary {
617
- border-left-color: #9da5b1 !important;
617
+ border-right-color: #9da5b1 !important;
618
618
  }
619
619
 
620
620
  .border-start-success {
621
- border-left-color: #2eb85c !important;
621
+ border-right-color: #2eb85c !important;
622
622
  }
623
623
 
624
624
  .border-start-info {
625
- border-left-color: #39f !important;
625
+ border-right-color: #39f !important;
626
626
  }
627
627
 
628
628
  .border-start-warning {
629
- border-left-color: #f9b115 !important;
629
+ border-right-color: #f9b115 !important;
630
630
  }
631
631
 
632
632
  .border-start-danger {
633
- border-left-color: #e55353 !important;
633
+ border-right-color: #e55353 !important;
634
634
  }
635
635
 
636
636
  .border-start-light {
637
- border-left-color: #ebedef !important;
637
+ border-right-color: #ebedef !important;
638
638
  }
639
639
 
640
640
  .border-start-dark {
641
- border-left-color: #4f5d73 !important;
641
+ border-right-color: #4f5d73 !important;
642
642
  }
643
643
 
644
644
  .border-start-white {
645
- border-left-color: #fff !important;
645
+ border-right-color: #fff !important;
646
646
  }
647
647
 
648
648
  .border-1 {
@@ -686,23 +686,23 @@
686
686
  }
687
687
 
688
688
  .border-end-1 {
689
- border-right-width: 1px !important;
689
+ border-left-width: 1px !important;
690
690
  }
691
691
 
692
692
  .border-end-2 {
693
- border-right-width: 2px !important;
693
+ border-left-width: 2px !important;
694
694
  }
695
695
 
696
696
  .border-end-3 {
697
- border-right-width: 3px !important;
697
+ border-left-width: 3px !important;
698
698
  }
699
699
 
700
700
  .border-end-4 {
701
- border-right-width: 4px !important;
701
+ border-left-width: 4px !important;
702
702
  }
703
703
 
704
704
  .border-end-5 {
705
- border-right-width: 5px !important;
705
+ border-left-width: 5px !important;
706
706
  }
707
707
 
708
708
  .border-bottom-1 {
@@ -726,23 +726,23 @@
726
726
  }
727
727
 
728
728
  .border-start-1 {
729
- border-left-width: 1px !important;
729
+ border-right-width: 1px !important;
730
730
  }
731
731
 
732
732
  .border-start-2 {
733
- border-left-width: 2px !important;
733
+ border-right-width: 2px !important;
734
734
  }
735
735
 
736
736
  .border-start-3 {
737
- border-left-width: 3px !important;
737
+ border-right-width: 3px !important;
738
738
  }
739
739
 
740
740
  .border-start-4 {
741
- border-left-width: 4px !important;
741
+ border-right-width: 4px !important;
742
742
  }
743
743
 
744
744
  .border-start-5 {
745
- border-left-width: 5px !important;
745
+ border-right-width: 5px !important;
746
746
  }
747
747
 
748
748
  .w-25 {
@@ -1132,31 +1132,31 @@
1132
1132
  }
1133
1133
 
1134
1134
  .me-0 {
1135
- margin-right: 0 !important;
1135
+ margin-left: 0 !important;
1136
1136
  }
1137
1137
 
1138
1138
  .me-1 {
1139
- margin-right: 0.25rem !important;
1139
+ margin-left: 0.25rem !important;
1140
1140
  }
1141
1141
 
1142
1142
  .me-2 {
1143
- margin-right: 0.5rem !important;
1143
+ margin-left: 0.5rem !important;
1144
1144
  }
1145
1145
 
1146
1146
  .me-3 {
1147
- margin-right: 1rem !important;
1147
+ margin-left: 1rem !important;
1148
1148
  }
1149
1149
 
1150
1150
  .me-4 {
1151
- margin-right: 1.5rem !important;
1151
+ margin-left: 1.5rem !important;
1152
1152
  }
1153
1153
 
1154
1154
  .me-5 {
1155
- margin-right: 3rem !important;
1155
+ margin-left: 3rem !important;
1156
1156
  }
1157
1157
 
1158
1158
  .me-auto {
1159
- margin-right: auto !important;
1159
+ margin-left: auto !important;
1160
1160
  }
1161
1161
 
1162
1162
  .mb-0 {
@@ -1188,31 +1188,31 @@
1188
1188
  }
1189
1189
 
1190
1190
  .ms-0 {
1191
- margin-left: 0 !important;
1191
+ margin-right: 0 !important;
1192
1192
  }
1193
1193
 
1194
1194
  .ms-1 {
1195
- margin-left: 0.25rem !important;
1195
+ margin-right: 0.25rem !important;
1196
1196
  }
1197
1197
 
1198
1198
  .ms-2 {
1199
- margin-left: 0.5rem !important;
1199
+ margin-right: 0.5rem !important;
1200
1200
  }
1201
1201
 
1202
1202
  .ms-3 {
1203
- margin-left: 1rem !important;
1203
+ margin-right: 1rem !important;
1204
1204
  }
1205
1205
 
1206
1206
  .ms-4 {
1207
- margin-left: 1.5rem !important;
1207
+ margin-right: 1.5rem !important;
1208
1208
  }
1209
1209
 
1210
1210
  .ms-5 {
1211
- margin-left: 3rem !important;
1211
+ margin-right: 3rem !important;
1212
1212
  }
1213
1213
 
1214
1214
  .ms-auto {
1215
- margin-left: auto !important;
1215
+ margin-right: auto !important;
1216
1216
  }
1217
1217
 
1218
1218
  .p-0 {
@@ -1324,27 +1324,27 @@
1324
1324
  }
1325
1325
 
1326
1326
  .pe-0 {
1327
- padding-right: 0 !important;
1327
+ padding-left: 0 !important;
1328
1328
  }
1329
1329
 
1330
1330
  .pe-1 {
1331
- padding-right: 0.25rem !important;
1331
+ padding-left: 0.25rem !important;
1332
1332
  }
1333
1333
 
1334
1334
  .pe-2 {
1335
- padding-right: 0.5rem !important;
1335
+ padding-left: 0.5rem !important;
1336
1336
  }
1337
1337
 
1338
1338
  .pe-3 {
1339
- padding-right: 1rem !important;
1339
+ padding-left: 1rem !important;
1340
1340
  }
1341
1341
 
1342
1342
  .pe-4 {
1343
- padding-right: 1.5rem !important;
1343
+ padding-left: 1.5rem !important;
1344
1344
  }
1345
1345
 
1346
1346
  .pe-5 {
1347
- padding-right: 3rem !important;
1347
+ padding-left: 3rem !important;
1348
1348
  }
1349
1349
 
1350
1350
  .pb-0 {
@@ -1372,27 +1372,27 @@
1372
1372
  }
1373
1373
 
1374
1374
  .ps-0 {
1375
- padding-left: 0 !important;
1375
+ padding-right: 0 !important;
1376
1376
  }
1377
1377
 
1378
1378
  .ps-1 {
1379
- padding-left: 0.25rem !important;
1379
+ padding-right: 0.25rem !important;
1380
1380
  }
1381
1381
 
1382
1382
  .ps-2 {
1383
- padding-left: 0.5rem !important;
1383
+ padding-right: 0.5rem !important;
1384
1384
  }
1385
1385
 
1386
1386
  .ps-3 {
1387
- padding-left: 1rem !important;
1387
+ padding-right: 1rem !important;
1388
1388
  }
1389
1389
 
1390
1390
  .ps-4 {
1391
- padding-left: 1.5rem !important;
1391
+ padding-right: 1.5rem !important;
1392
1392
  }
1393
1393
 
1394
1394
  .ps-5 {
1395
- padding-left: 3rem !important;
1395
+ padding-right: 3rem !important;
1396
1396
  }
1397
1397
 
1398
1398
  .font-monospace {
@@ -1476,11 +1476,11 @@
1476
1476
  }
1477
1477
 
1478
1478
  .text-start {
1479
- text-align: left !important;
1479
+ text-align: right !important;
1480
1480
  }
1481
1481
 
1482
1482
  .text-end {
1483
- text-align: right !important;
1483
+ text-align: left !important;
1484
1484
  }
1485
1485
 
1486
1486
  .text-center {
@@ -1785,8 +1785,8 @@
1785
1785
  }
1786
1786
 
1787
1787
  .rounded-end {
1788
- border-top-right-radius: 0.25rem !important;
1789
- border-bottom-right-radius: 0.25rem !important;
1788
+ border-top-left-radius: 0.25rem !important;
1789
+ border-bottom-left-radius: 0.25rem !important;
1790
1790
  }
1791
1791
 
1792
1792
  .rounded-bottom {
@@ -1795,8 +1795,8 @@
1795
1795
  }
1796
1796
 
1797
1797
  .rounded-start {
1798
- border-bottom-left-radius: 0.25rem !important;
1799
- border-top-left-radius: 0.25rem !important;
1798
+ border-bottom-right-radius: 0.25rem !important;
1799
+ border-top-right-radius: 0.25rem !important;
1800
1800
  }
1801
1801
 
1802
1802
  .visible {
@@ -1809,11 +1809,11 @@
1809
1809
 
1810
1810
  @media (min-width: 576px) {
1811
1811
  .float-sm-start {
1812
- float: left !important;
1812
+ float: right !important;
1813
1813
  }
1814
1814
 
1815
1815
  .float-sm-end {
1816
- float: right !important;
1816
+ float: left !important;
1817
1817
  }
1818
1818
 
1819
1819
  .float-sm-none {
@@ -2183,31 +2183,31 @@
2183
2183
  }
2184
2184
 
2185
2185
  .me-sm-0 {
2186
- margin-right: 0 !important;
2186
+ margin-left: 0 !important;
2187
2187
  }
2188
2188
 
2189
2189
  .me-sm-1 {
2190
- margin-right: 0.25rem !important;
2190
+ margin-left: 0.25rem !important;
2191
2191
  }
2192
2192
 
2193
2193
  .me-sm-2 {
2194
- margin-right: 0.5rem !important;
2194
+ margin-left: 0.5rem !important;
2195
2195
  }
2196
2196
 
2197
2197
  .me-sm-3 {
2198
- margin-right: 1rem !important;
2198
+ margin-left: 1rem !important;
2199
2199
  }
2200
2200
 
2201
2201
  .me-sm-4 {
2202
- margin-right: 1.5rem !important;
2202
+ margin-left: 1.5rem !important;
2203
2203
  }
2204
2204
 
2205
2205
  .me-sm-5 {
2206
- margin-right: 3rem !important;
2206
+ margin-left: 3rem !important;
2207
2207
  }
2208
2208
 
2209
2209
  .me-sm-auto {
2210
- margin-right: auto !important;
2210
+ margin-left: auto !important;
2211
2211
  }
2212
2212
 
2213
2213
  .mb-sm-0 {
@@ -2239,31 +2239,31 @@
2239
2239
  }
2240
2240
 
2241
2241
  .ms-sm-0 {
2242
- margin-left: 0 !important;
2242
+ margin-right: 0 !important;
2243
2243
  }
2244
2244
 
2245
2245
  .ms-sm-1 {
2246
- margin-left: 0.25rem !important;
2246
+ margin-right: 0.25rem !important;
2247
2247
  }
2248
2248
 
2249
2249
  .ms-sm-2 {
2250
- margin-left: 0.5rem !important;
2250
+ margin-right: 0.5rem !important;
2251
2251
  }
2252
2252
 
2253
2253
  .ms-sm-3 {
2254
- margin-left: 1rem !important;
2254
+ margin-right: 1rem !important;
2255
2255
  }
2256
2256
 
2257
2257
  .ms-sm-4 {
2258
- margin-left: 1.5rem !important;
2258
+ margin-right: 1.5rem !important;
2259
2259
  }
2260
2260
 
2261
2261
  .ms-sm-5 {
2262
- margin-left: 3rem !important;
2262
+ margin-right: 3rem !important;
2263
2263
  }
2264
2264
 
2265
2265
  .ms-sm-auto {
2266
- margin-left: auto !important;
2266
+ margin-right: auto !important;
2267
2267
  }
2268
2268
 
2269
2269
  .p-sm-0 {
@@ -2375,27 +2375,27 @@
2375
2375
  }
2376
2376
 
2377
2377
  .pe-sm-0 {
2378
- padding-right: 0 !important;
2378
+ padding-left: 0 !important;
2379
2379
  }
2380
2380
 
2381
2381
  .pe-sm-1 {
2382
- padding-right: 0.25rem !important;
2382
+ padding-left: 0.25rem !important;
2383
2383
  }
2384
2384
 
2385
2385
  .pe-sm-2 {
2386
- padding-right: 0.5rem !important;
2386
+ padding-left: 0.5rem !important;
2387
2387
  }
2388
2388
 
2389
2389
  .pe-sm-3 {
2390
- padding-right: 1rem !important;
2390
+ padding-left: 1rem !important;
2391
2391
  }
2392
2392
 
2393
2393
  .pe-sm-4 {
2394
- padding-right: 1.5rem !important;
2394
+ padding-left: 1.5rem !important;
2395
2395
  }
2396
2396
 
2397
2397
  .pe-sm-5 {
2398
- padding-right: 3rem !important;
2398
+ padding-left: 3rem !important;
2399
2399
  }
2400
2400
 
2401
2401
  .pb-sm-0 {
@@ -2423,35 +2423,35 @@
2423
2423
  }
2424
2424
 
2425
2425
  .ps-sm-0 {
2426
- padding-left: 0 !important;
2426
+ padding-right: 0 !important;
2427
2427
  }
2428
2428
 
2429
2429
  .ps-sm-1 {
2430
- padding-left: 0.25rem !important;
2430
+ padding-right: 0.25rem !important;
2431
2431
  }
2432
2432
 
2433
2433
  .ps-sm-2 {
2434
- padding-left: 0.5rem !important;
2434
+ padding-right: 0.5rem !important;
2435
2435
  }
2436
2436
 
2437
2437
  .ps-sm-3 {
2438
- padding-left: 1rem !important;
2438
+ padding-right: 1rem !important;
2439
2439
  }
2440
2440
 
2441
2441
  .ps-sm-4 {
2442
- padding-left: 1.5rem !important;
2442
+ padding-right: 1.5rem !important;
2443
2443
  }
2444
2444
 
2445
2445
  .ps-sm-5 {
2446
- padding-left: 3rem !important;
2446
+ padding-right: 3rem !important;
2447
2447
  }
2448
2448
 
2449
2449
  .text-sm-start {
2450
- text-align: left !important;
2450
+ text-align: right !important;
2451
2451
  }
2452
2452
 
2453
2453
  .text-sm-end {
2454
- text-align: right !important;
2454
+ text-align: left !important;
2455
2455
  }
2456
2456
 
2457
2457
  .text-sm-center {
@@ -2460,11 +2460,11 @@
2460
2460
  }
2461
2461
  @media (min-width: 768px) {
2462
2462
  .float-md-start {
2463
- float: left !important;
2463
+ float: right !important;
2464
2464
  }
2465
2465
 
2466
2466
  .float-md-end {
2467
- float: right !important;
2467
+ float: left !important;
2468
2468
  }
2469
2469
 
2470
2470
  .float-md-none {
@@ -2834,31 +2834,31 @@
2834
2834
  }
2835
2835
 
2836
2836
  .me-md-0 {
2837
- margin-right: 0 !important;
2837
+ margin-left: 0 !important;
2838
2838
  }
2839
2839
 
2840
2840
  .me-md-1 {
2841
- margin-right: 0.25rem !important;
2841
+ margin-left: 0.25rem !important;
2842
2842
  }
2843
2843
 
2844
2844
  .me-md-2 {
2845
- margin-right: 0.5rem !important;
2845
+ margin-left: 0.5rem !important;
2846
2846
  }
2847
2847
 
2848
2848
  .me-md-3 {
2849
- margin-right: 1rem !important;
2849
+ margin-left: 1rem !important;
2850
2850
  }
2851
2851
 
2852
2852
  .me-md-4 {
2853
- margin-right: 1.5rem !important;
2853
+ margin-left: 1.5rem !important;
2854
2854
  }
2855
2855
 
2856
2856
  .me-md-5 {
2857
- margin-right: 3rem !important;
2857
+ margin-left: 3rem !important;
2858
2858
  }
2859
2859
 
2860
2860
  .me-md-auto {
2861
- margin-right: auto !important;
2861
+ margin-left: auto !important;
2862
2862
  }
2863
2863
 
2864
2864
  .mb-md-0 {
@@ -2890,31 +2890,31 @@
2890
2890
  }
2891
2891
 
2892
2892
  .ms-md-0 {
2893
- margin-left: 0 !important;
2893
+ margin-right: 0 !important;
2894
2894
  }
2895
2895
 
2896
2896
  .ms-md-1 {
2897
- margin-left: 0.25rem !important;
2897
+ margin-right: 0.25rem !important;
2898
2898
  }
2899
2899
 
2900
2900
  .ms-md-2 {
2901
- margin-left: 0.5rem !important;
2901
+ margin-right: 0.5rem !important;
2902
2902
  }
2903
2903
 
2904
2904
  .ms-md-3 {
2905
- margin-left: 1rem !important;
2905
+ margin-right: 1rem !important;
2906
2906
  }
2907
2907
 
2908
2908
  .ms-md-4 {
2909
- margin-left: 1.5rem !important;
2909
+ margin-right: 1.5rem !important;
2910
2910
  }
2911
2911
 
2912
2912
  .ms-md-5 {
2913
- margin-left: 3rem !important;
2913
+ margin-right: 3rem !important;
2914
2914
  }
2915
2915
 
2916
2916
  .ms-md-auto {
2917
- margin-left: auto !important;
2917
+ margin-right: auto !important;
2918
2918
  }
2919
2919
 
2920
2920
  .p-md-0 {
@@ -3026,27 +3026,27 @@
3026
3026
  }
3027
3027
 
3028
3028
  .pe-md-0 {
3029
- padding-right: 0 !important;
3029
+ padding-left: 0 !important;
3030
3030
  }
3031
3031
 
3032
3032
  .pe-md-1 {
3033
- padding-right: 0.25rem !important;
3033
+ padding-left: 0.25rem !important;
3034
3034
  }
3035
3035
 
3036
3036
  .pe-md-2 {
3037
- padding-right: 0.5rem !important;
3037
+ padding-left: 0.5rem !important;
3038
3038
  }
3039
3039
 
3040
3040
  .pe-md-3 {
3041
- padding-right: 1rem !important;
3041
+ padding-left: 1rem !important;
3042
3042
  }
3043
3043
 
3044
3044
  .pe-md-4 {
3045
- padding-right: 1.5rem !important;
3045
+ padding-left: 1.5rem !important;
3046
3046
  }
3047
3047
 
3048
3048
  .pe-md-5 {
3049
- padding-right: 3rem !important;
3049
+ padding-left: 3rem !important;
3050
3050
  }
3051
3051
 
3052
3052
  .pb-md-0 {
@@ -3074,35 +3074,35 @@
3074
3074
  }
3075
3075
 
3076
3076
  .ps-md-0 {
3077
- padding-left: 0 !important;
3077
+ padding-right: 0 !important;
3078
3078
  }
3079
3079
 
3080
3080
  .ps-md-1 {
3081
- padding-left: 0.25rem !important;
3081
+ padding-right: 0.25rem !important;
3082
3082
  }
3083
3083
 
3084
3084
  .ps-md-2 {
3085
- padding-left: 0.5rem !important;
3085
+ padding-right: 0.5rem !important;
3086
3086
  }
3087
3087
 
3088
3088
  .ps-md-3 {
3089
- padding-left: 1rem !important;
3089
+ padding-right: 1rem !important;
3090
3090
  }
3091
3091
 
3092
3092
  .ps-md-4 {
3093
- padding-left: 1.5rem !important;
3093
+ padding-right: 1.5rem !important;
3094
3094
  }
3095
3095
 
3096
3096
  .ps-md-5 {
3097
- padding-left: 3rem !important;
3097
+ padding-right: 3rem !important;
3098
3098
  }
3099
3099
 
3100
3100
  .text-md-start {
3101
- text-align: left !important;
3101
+ text-align: right !important;
3102
3102
  }
3103
3103
 
3104
3104
  .text-md-end {
3105
- text-align: right !important;
3105
+ text-align: left !important;
3106
3106
  }
3107
3107
 
3108
3108
  .text-md-center {
@@ -3111,11 +3111,11 @@
3111
3111
  }
3112
3112
  @media (min-width: 992px) {
3113
3113
  .float-lg-start {
3114
- float: left !important;
3114
+ float: right !important;
3115
3115
  }
3116
3116
 
3117
3117
  .float-lg-end {
3118
- float: right !important;
3118
+ float: left !important;
3119
3119
  }
3120
3120
 
3121
3121
  .float-lg-none {
@@ -3485,31 +3485,31 @@
3485
3485
  }
3486
3486
 
3487
3487
  .me-lg-0 {
3488
- margin-right: 0 !important;
3488
+ margin-left: 0 !important;
3489
3489
  }
3490
3490
 
3491
3491
  .me-lg-1 {
3492
- margin-right: 0.25rem !important;
3492
+ margin-left: 0.25rem !important;
3493
3493
  }
3494
3494
 
3495
3495
  .me-lg-2 {
3496
- margin-right: 0.5rem !important;
3496
+ margin-left: 0.5rem !important;
3497
3497
  }
3498
3498
 
3499
3499
  .me-lg-3 {
3500
- margin-right: 1rem !important;
3500
+ margin-left: 1rem !important;
3501
3501
  }
3502
3502
 
3503
3503
  .me-lg-4 {
3504
- margin-right: 1.5rem !important;
3504
+ margin-left: 1.5rem !important;
3505
3505
  }
3506
3506
 
3507
3507
  .me-lg-5 {
3508
- margin-right: 3rem !important;
3508
+ margin-left: 3rem !important;
3509
3509
  }
3510
3510
 
3511
3511
  .me-lg-auto {
3512
- margin-right: auto !important;
3512
+ margin-left: auto !important;
3513
3513
  }
3514
3514
 
3515
3515
  .mb-lg-0 {
@@ -3541,31 +3541,31 @@
3541
3541
  }
3542
3542
 
3543
3543
  .ms-lg-0 {
3544
- margin-left: 0 !important;
3544
+ margin-right: 0 !important;
3545
3545
  }
3546
3546
 
3547
3547
  .ms-lg-1 {
3548
- margin-left: 0.25rem !important;
3548
+ margin-right: 0.25rem !important;
3549
3549
  }
3550
3550
 
3551
3551
  .ms-lg-2 {
3552
- margin-left: 0.5rem !important;
3552
+ margin-right: 0.5rem !important;
3553
3553
  }
3554
3554
 
3555
3555
  .ms-lg-3 {
3556
- margin-left: 1rem !important;
3556
+ margin-right: 1rem !important;
3557
3557
  }
3558
3558
 
3559
3559
  .ms-lg-4 {
3560
- margin-left: 1.5rem !important;
3560
+ margin-right: 1.5rem !important;
3561
3561
  }
3562
3562
 
3563
3563
  .ms-lg-5 {
3564
- margin-left: 3rem !important;
3564
+ margin-right: 3rem !important;
3565
3565
  }
3566
3566
 
3567
3567
  .ms-lg-auto {
3568
- margin-left: auto !important;
3568
+ margin-right: auto !important;
3569
3569
  }
3570
3570
 
3571
3571
  .p-lg-0 {
@@ -3677,27 +3677,27 @@
3677
3677
  }
3678
3678
 
3679
3679
  .pe-lg-0 {
3680
- padding-right: 0 !important;
3680
+ padding-left: 0 !important;
3681
3681
  }
3682
3682
 
3683
3683
  .pe-lg-1 {
3684
- padding-right: 0.25rem !important;
3684
+ padding-left: 0.25rem !important;
3685
3685
  }
3686
3686
 
3687
3687
  .pe-lg-2 {
3688
- padding-right: 0.5rem !important;
3688
+ padding-left: 0.5rem !important;
3689
3689
  }
3690
3690
 
3691
3691
  .pe-lg-3 {
3692
- padding-right: 1rem !important;
3692
+ padding-left: 1rem !important;
3693
3693
  }
3694
3694
 
3695
3695
  .pe-lg-4 {
3696
- padding-right: 1.5rem !important;
3696
+ padding-left: 1.5rem !important;
3697
3697
  }
3698
3698
 
3699
3699
  .pe-lg-5 {
3700
- padding-right: 3rem !important;
3700
+ padding-left: 3rem !important;
3701
3701
  }
3702
3702
 
3703
3703
  .pb-lg-0 {
@@ -3725,35 +3725,35 @@
3725
3725
  }
3726
3726
 
3727
3727
  .ps-lg-0 {
3728
- padding-left: 0 !important;
3728
+ padding-right: 0 !important;
3729
3729
  }
3730
3730
 
3731
3731
  .ps-lg-1 {
3732
- padding-left: 0.25rem !important;
3732
+ padding-right: 0.25rem !important;
3733
3733
  }
3734
3734
 
3735
3735
  .ps-lg-2 {
3736
- padding-left: 0.5rem !important;
3736
+ padding-right: 0.5rem !important;
3737
3737
  }
3738
3738
 
3739
3739
  .ps-lg-3 {
3740
- padding-left: 1rem !important;
3740
+ padding-right: 1rem !important;
3741
3741
  }
3742
3742
 
3743
3743
  .ps-lg-4 {
3744
- padding-left: 1.5rem !important;
3744
+ padding-right: 1.5rem !important;
3745
3745
  }
3746
3746
 
3747
3747
  .ps-lg-5 {
3748
- padding-left: 3rem !important;
3748
+ padding-right: 3rem !important;
3749
3749
  }
3750
3750
 
3751
3751
  .text-lg-start {
3752
- text-align: left !important;
3752
+ text-align: right !important;
3753
3753
  }
3754
3754
 
3755
3755
  .text-lg-end {
3756
- text-align: right !important;
3756
+ text-align: left !important;
3757
3757
  }
3758
3758
 
3759
3759
  .text-lg-center {
@@ -3762,11 +3762,11 @@
3762
3762
  }
3763
3763
  @media (min-width: 1200px) {
3764
3764
  .float-xl-start {
3765
- float: left !important;
3765
+ float: right !important;
3766
3766
  }
3767
3767
 
3768
3768
  .float-xl-end {
3769
- float: right !important;
3769
+ float: left !important;
3770
3770
  }
3771
3771
 
3772
3772
  .float-xl-none {
@@ -4136,31 +4136,31 @@
4136
4136
  }
4137
4137
 
4138
4138
  .me-xl-0 {
4139
- margin-right: 0 !important;
4139
+ margin-left: 0 !important;
4140
4140
  }
4141
4141
 
4142
4142
  .me-xl-1 {
4143
- margin-right: 0.25rem !important;
4143
+ margin-left: 0.25rem !important;
4144
4144
  }
4145
4145
 
4146
4146
  .me-xl-2 {
4147
- margin-right: 0.5rem !important;
4147
+ margin-left: 0.5rem !important;
4148
4148
  }
4149
4149
 
4150
4150
  .me-xl-3 {
4151
- margin-right: 1rem !important;
4151
+ margin-left: 1rem !important;
4152
4152
  }
4153
4153
 
4154
4154
  .me-xl-4 {
4155
- margin-right: 1.5rem !important;
4155
+ margin-left: 1.5rem !important;
4156
4156
  }
4157
4157
 
4158
4158
  .me-xl-5 {
4159
- margin-right: 3rem !important;
4159
+ margin-left: 3rem !important;
4160
4160
  }
4161
4161
 
4162
4162
  .me-xl-auto {
4163
- margin-right: auto !important;
4163
+ margin-left: auto !important;
4164
4164
  }
4165
4165
 
4166
4166
  .mb-xl-0 {
@@ -4192,31 +4192,31 @@
4192
4192
  }
4193
4193
 
4194
4194
  .ms-xl-0 {
4195
- margin-left: 0 !important;
4195
+ margin-right: 0 !important;
4196
4196
  }
4197
4197
 
4198
4198
  .ms-xl-1 {
4199
- margin-left: 0.25rem !important;
4199
+ margin-right: 0.25rem !important;
4200
4200
  }
4201
4201
 
4202
4202
  .ms-xl-2 {
4203
- margin-left: 0.5rem !important;
4203
+ margin-right: 0.5rem !important;
4204
4204
  }
4205
4205
 
4206
4206
  .ms-xl-3 {
4207
- margin-left: 1rem !important;
4207
+ margin-right: 1rem !important;
4208
4208
  }
4209
4209
 
4210
4210
  .ms-xl-4 {
4211
- margin-left: 1.5rem !important;
4211
+ margin-right: 1.5rem !important;
4212
4212
  }
4213
4213
 
4214
4214
  .ms-xl-5 {
4215
- margin-left: 3rem !important;
4215
+ margin-right: 3rem !important;
4216
4216
  }
4217
4217
 
4218
4218
  .ms-xl-auto {
4219
- margin-left: auto !important;
4219
+ margin-right: auto !important;
4220
4220
  }
4221
4221
 
4222
4222
  .p-xl-0 {
@@ -4328,27 +4328,27 @@
4328
4328
  }
4329
4329
 
4330
4330
  .pe-xl-0 {
4331
- padding-right: 0 !important;
4331
+ padding-left: 0 !important;
4332
4332
  }
4333
4333
 
4334
4334
  .pe-xl-1 {
4335
- padding-right: 0.25rem !important;
4335
+ padding-left: 0.25rem !important;
4336
4336
  }
4337
4337
 
4338
4338
  .pe-xl-2 {
4339
- padding-right: 0.5rem !important;
4339
+ padding-left: 0.5rem !important;
4340
4340
  }
4341
4341
 
4342
4342
  .pe-xl-3 {
4343
- padding-right: 1rem !important;
4343
+ padding-left: 1rem !important;
4344
4344
  }
4345
4345
 
4346
4346
  .pe-xl-4 {
4347
- padding-right: 1.5rem !important;
4347
+ padding-left: 1.5rem !important;
4348
4348
  }
4349
4349
 
4350
4350
  .pe-xl-5 {
4351
- padding-right: 3rem !important;
4351
+ padding-left: 3rem !important;
4352
4352
  }
4353
4353
 
4354
4354
  .pb-xl-0 {
@@ -4376,35 +4376,35 @@
4376
4376
  }
4377
4377
 
4378
4378
  .ps-xl-0 {
4379
- padding-left: 0 !important;
4379
+ padding-right: 0 !important;
4380
4380
  }
4381
4381
 
4382
4382
  .ps-xl-1 {
4383
- padding-left: 0.25rem !important;
4383
+ padding-right: 0.25rem !important;
4384
4384
  }
4385
4385
 
4386
4386
  .ps-xl-2 {
4387
- padding-left: 0.5rem !important;
4387
+ padding-right: 0.5rem !important;
4388
4388
  }
4389
4389
 
4390
4390
  .ps-xl-3 {
4391
- padding-left: 1rem !important;
4391
+ padding-right: 1rem !important;
4392
4392
  }
4393
4393
 
4394
4394
  .ps-xl-4 {
4395
- padding-left: 1.5rem !important;
4395
+ padding-right: 1.5rem !important;
4396
4396
  }
4397
4397
 
4398
4398
  .ps-xl-5 {
4399
- padding-left: 3rem !important;
4399
+ padding-right: 3rem !important;
4400
4400
  }
4401
4401
 
4402
4402
  .text-xl-start {
4403
- text-align: left !important;
4403
+ text-align: right !important;
4404
4404
  }
4405
4405
 
4406
4406
  .text-xl-end {
4407
- text-align: right !important;
4407
+ text-align: left !important;
4408
4408
  }
4409
4409
 
4410
4410
  .text-xl-center {
@@ -4413,11 +4413,11 @@
4413
4413
  }
4414
4414
  @media (min-width: 1400px) {
4415
4415
  .float-xxl-start {
4416
- float: left !important;
4416
+ float: right !important;
4417
4417
  }
4418
4418
 
4419
4419
  .float-xxl-end {
4420
- float: right !important;
4420
+ float: left !important;
4421
4421
  }
4422
4422
 
4423
4423
  .float-xxl-none {
@@ -4787,31 +4787,31 @@
4787
4787
  }
4788
4788
 
4789
4789
  .me-xxl-0 {
4790
- margin-right: 0 !important;
4790
+ margin-left: 0 !important;
4791
4791
  }
4792
4792
 
4793
4793
  .me-xxl-1 {
4794
- margin-right: 0.25rem !important;
4794
+ margin-left: 0.25rem !important;
4795
4795
  }
4796
4796
 
4797
4797
  .me-xxl-2 {
4798
- margin-right: 0.5rem !important;
4798
+ margin-left: 0.5rem !important;
4799
4799
  }
4800
4800
 
4801
4801
  .me-xxl-3 {
4802
- margin-right: 1rem !important;
4802
+ margin-left: 1rem !important;
4803
4803
  }
4804
4804
 
4805
4805
  .me-xxl-4 {
4806
- margin-right: 1.5rem !important;
4806
+ margin-left: 1.5rem !important;
4807
4807
  }
4808
4808
 
4809
4809
  .me-xxl-5 {
4810
- margin-right: 3rem !important;
4810
+ margin-left: 3rem !important;
4811
4811
  }
4812
4812
 
4813
4813
  .me-xxl-auto {
4814
- margin-right: auto !important;
4814
+ margin-left: auto !important;
4815
4815
  }
4816
4816
 
4817
4817
  .mb-xxl-0 {
@@ -4843,31 +4843,31 @@
4843
4843
  }
4844
4844
 
4845
4845
  .ms-xxl-0 {
4846
- margin-left: 0 !important;
4846
+ margin-right: 0 !important;
4847
4847
  }
4848
4848
 
4849
4849
  .ms-xxl-1 {
4850
- margin-left: 0.25rem !important;
4850
+ margin-right: 0.25rem !important;
4851
4851
  }
4852
4852
 
4853
4853
  .ms-xxl-2 {
4854
- margin-left: 0.5rem !important;
4854
+ margin-right: 0.5rem !important;
4855
4855
  }
4856
4856
 
4857
4857
  .ms-xxl-3 {
4858
- margin-left: 1rem !important;
4858
+ margin-right: 1rem !important;
4859
4859
  }
4860
4860
 
4861
4861
  .ms-xxl-4 {
4862
- margin-left: 1.5rem !important;
4862
+ margin-right: 1.5rem !important;
4863
4863
  }
4864
4864
 
4865
4865
  .ms-xxl-5 {
4866
- margin-left: 3rem !important;
4866
+ margin-right: 3rem !important;
4867
4867
  }
4868
4868
 
4869
4869
  .ms-xxl-auto {
4870
- margin-left: auto !important;
4870
+ margin-right: auto !important;
4871
4871
  }
4872
4872
 
4873
4873
  .p-xxl-0 {
@@ -4979,27 +4979,27 @@
4979
4979
  }
4980
4980
 
4981
4981
  .pe-xxl-0 {
4982
- padding-right: 0 !important;
4982
+ padding-left: 0 !important;
4983
4983
  }
4984
4984
 
4985
4985
  .pe-xxl-1 {
4986
- padding-right: 0.25rem !important;
4986
+ padding-left: 0.25rem !important;
4987
4987
  }
4988
4988
 
4989
4989
  .pe-xxl-2 {
4990
- padding-right: 0.5rem !important;
4990
+ padding-left: 0.5rem !important;
4991
4991
  }
4992
4992
 
4993
4993
  .pe-xxl-3 {
4994
- padding-right: 1rem !important;
4994
+ padding-left: 1rem !important;
4995
4995
  }
4996
4996
 
4997
4997
  .pe-xxl-4 {
4998
- padding-right: 1.5rem !important;
4998
+ padding-left: 1.5rem !important;
4999
4999
  }
5000
5000
 
5001
5001
  .pe-xxl-5 {
5002
- padding-right: 3rem !important;
5002
+ padding-left: 3rem !important;
5003
5003
  }
5004
5004
 
5005
5005
  .pb-xxl-0 {
@@ -5027,35 +5027,35 @@
5027
5027
  }
5028
5028
 
5029
5029
  .ps-xxl-0 {
5030
- padding-left: 0 !important;
5030
+ padding-right: 0 !important;
5031
5031
  }
5032
5032
 
5033
5033
  .ps-xxl-1 {
5034
- padding-left: 0.25rem !important;
5034
+ padding-right: 0.25rem !important;
5035
5035
  }
5036
5036
 
5037
5037
  .ps-xxl-2 {
5038
- padding-left: 0.5rem !important;
5038
+ padding-right: 0.5rem !important;
5039
5039
  }
5040
5040
 
5041
5041
  .ps-xxl-3 {
5042
- padding-left: 1rem !important;
5042
+ padding-right: 1rem !important;
5043
5043
  }
5044
5044
 
5045
5045
  .ps-xxl-4 {
5046
- padding-left: 1.5rem !important;
5046
+ padding-right: 1.5rem !important;
5047
5047
  }
5048
5048
 
5049
5049
  .ps-xxl-5 {
5050
- padding-left: 3rem !important;
5050
+ padding-right: 3rem !important;
5051
5051
  }
5052
5052
 
5053
5053
  .text-xxl-start {
5054
- text-align: left !important;
5054
+ text-align: right !important;
5055
5055
  }
5056
5056
 
5057
5057
  .text-xxl-end {
5058
- text-align: right !important;
5058
+ text-align: left !important;
5059
5059
  }
5060
5060
 
5061
5061
  .text-xxl-center {