@coreui/coreui 5.1.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/README.md +51 -3
  2. package/dist/css/coreui-grid.css +7 -7
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +2 -2
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +7 -7
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +2 -2
  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 +1 -1
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +1 -1
  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 +1 -1
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +1 -1
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +129 -215
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +2 -2
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +128 -212
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +2 -2
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/css/themes/bootstrap/bootstrap.css +2419 -2501
  35. package/dist/css/themes/bootstrap/bootstrap.css.map +1 -1
  36. package/dist/css/themes/bootstrap/bootstrap.min.css +2 -2
  37. package/dist/css/themes/bootstrap/bootstrap.min.css.map +1 -1
  38. package/dist/css/themes/bootstrap/bootstrap.rtl.css +2418 -2501
  39. package/dist/css/themes/bootstrap/bootstrap.rtl.css.map +1 -1
  40. package/dist/css/themes/bootstrap/bootstrap.rtl.min.css +2 -2
  41. package/dist/css/themes/bootstrap/bootstrap.rtl.min.css.map +1 -1
  42. package/dist/js/bootstrap.bundle.js +41 -41
  43. package/dist/js/bootstrap.bundle.js.map +1 -1
  44. package/dist/js/bootstrap.bundle.min.js +2 -2
  45. package/dist/js/bootstrap.bundle.min.js.map +1 -1
  46. package/dist/js/bootstrap.esm.js +57 -57
  47. package/dist/js/bootstrap.esm.js.map +1 -1
  48. package/dist/js/bootstrap.esm.min.js +2 -2
  49. package/dist/js/bootstrap.esm.min.js.map +1 -1
  50. package/dist/js/bootstrap.js +57 -57
  51. package/dist/js/bootstrap.js.map +1 -1
  52. package/dist/js/bootstrap.min.js +2 -2
  53. package/dist/js/bootstrap.min.js.map +1 -1
  54. package/dist/js/coreui.bundle.js +8 -8
  55. package/dist/js/coreui.bundle.js.map +1 -1
  56. package/dist/js/coreui.bundle.min.js +2 -2
  57. package/dist/js/coreui.bundle.min.js.map +1 -1
  58. package/dist/js/coreui.esm.js +8 -8
  59. package/dist/js/coreui.esm.js.map +1 -1
  60. package/dist/js/coreui.esm.min.js +2 -2
  61. package/dist/js/coreui.esm.min.js.map +1 -1
  62. package/dist/js/coreui.js +8 -8
  63. package/dist/js/coreui.js.map +1 -1
  64. package/dist/js/coreui.min.js +2 -2
  65. package/dist/js/coreui.min.js.map +1 -1
  66. package/js/dist/alert.js +1 -1
  67. package/js/dist/alert.js.map +1 -1
  68. package/js/dist/base-component.js +2 -2
  69. package/js/dist/base-component.js.map +1 -1
  70. package/js/dist/button.js +1 -1
  71. package/js/dist/button.js.map +1 -1
  72. package/js/dist/carousel.js +1 -1
  73. package/js/dist/carousel.js.map +1 -1
  74. package/js/dist/collapse.js +1 -1
  75. package/js/dist/collapse.js.map +1 -1
  76. package/js/dist/dom/data.js +1 -1
  77. package/js/dist/dom/data.js.map +1 -1
  78. package/js/dist/dom/event-handler.js +1 -1
  79. package/js/dist/dom/event-handler.js.map +1 -1
  80. package/js/dist/dom/manipulator.js +2 -2
  81. package/js/dist/dom/manipulator.js.map +1 -1
  82. package/js/dist/dom/selector-engine.js +1 -1
  83. package/js/dist/dom/selector-engine.js.map +1 -1
  84. package/js/dist/dropdown.js +2 -2
  85. package/js/dist/dropdown.js.map +1 -1
  86. package/js/dist/modal.js +1 -1
  87. package/js/dist/modal.js.map +1 -1
  88. package/js/dist/navigation.js +1 -1
  89. package/js/dist/navigation.js.map +1 -1
  90. package/js/dist/offcanvas.js +1 -1
  91. package/js/dist/offcanvas.js.map +1 -1
  92. package/js/dist/popover.js +1 -1
  93. package/js/dist/popover.js.map +1 -1
  94. package/js/dist/scrollspy.js +1 -1
  95. package/js/dist/scrollspy.js.map +1 -1
  96. package/js/dist/sidebar.js +1 -1
  97. package/js/dist/sidebar.js.map +1 -1
  98. package/js/dist/tab.js +1 -1
  99. package/js/dist/tab.js.map +1 -1
  100. package/js/dist/toast.js +1 -1
  101. package/js/dist/toast.js.map +1 -1
  102. package/js/dist/tooltip.js +3 -3
  103. package/js/dist/tooltip.js.map +1 -1
  104. package/js/dist/util/backdrop.js +1 -1
  105. package/js/dist/util/backdrop.js.map +1 -1
  106. package/js/dist/util/component-functions.js +1 -1
  107. package/js/dist/util/component-functions.js.map +1 -1
  108. package/js/dist/util/config.js +1 -1
  109. package/js/dist/util/config.js.map +1 -1
  110. package/js/dist/util/focustrap.js +1 -1
  111. package/js/dist/util/focustrap.js.map +1 -1
  112. package/js/dist/util/index.js +2 -2
  113. package/js/dist/util/index.js.map +1 -1
  114. package/js/dist/util/sanitizer.js +1 -1
  115. package/js/dist/util/sanitizer.js.map +1 -1
  116. package/js/dist/util/scrollbar.js +1 -1
  117. package/js/dist/util/scrollbar.js.map +1 -1
  118. package/js/dist/util/swipe.js +1 -1
  119. package/js/dist/util/swipe.js.map +1 -1
  120. package/js/dist/util/template-factory.js +2 -2
  121. package/js/dist/util/template-factory.js.map +1 -1
  122. package/js/src/base-component.js +1 -1
  123. package/js/src/dom/manipulator.js +1 -1
  124. package/js/src/dropdown.js +1 -1
  125. package/js/src/tooltip.js +2 -2
  126. package/js/src/util/index.js +1 -1
  127. package/js/src/util/template-factory.js +1 -1
  128. package/package.json +27 -25
  129. package/scss/_accordion.scss +4 -9
  130. package/scss/_button-group.scss +6 -1
  131. package/scss/_card.scss +1 -2
  132. package/scss/_functions.scss +1 -1
  133. package/scss/_nav.scss +1 -1
  134. package/scss/_navbar.scss +1 -1
  135. package/scss/_variables-dark.scss +2 -2
  136. package/scss/_variables.scss +11 -9
  137. package/scss/forms/_floating-labels.scss +17 -16
  138. package/scss/mixins/_banner.scss +1 -1
  139. package/scss/mixins/_grid.scss +1 -1
  140. package/scss/mixins/_visually-hidden.scss +1 -1
  141. package/scss/sidebar/_sidebar-narrow.scss +19 -45
  142. package/scss/sidebar/_sidebar-nav.scss +3 -2
  143. package/scss/sidebar/_sidebar.scss +66 -101
  144. package/scss/themes/bootstrap/bootstrap.rtl.scss +0 -2
  145. package/scss/themes/bootstrap/bootstrap.scss +0 -2
  146. package/scss/themes/bootstrap/mixins/_banner.scss +1 -1
  147. package/scss/themes/bootstrap/_variables.scss +0 -2
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * CoreUI v5.1.1 (https://coreui.io)
3
+ * CoreUI v5.2.0 (https://coreui.io)
4
4
  * Copyright (c) 2024 creativeLabs Łukasz Holeczek
5
5
  * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
6
6
  */
@@ -847,7 +847,7 @@ progress {
847
847
  }
848
848
 
849
849
  .col {
850
- flex: 1 0 0%;
850
+ flex: 1 0 0;
851
851
  }
852
852
 
853
853
  .row-cols-auto > * {
@@ -1056,7 +1056,7 @@ progress {
1056
1056
 
1057
1057
  @media (min-width: 576px) {
1058
1058
  .col-sm {
1059
- flex: 1 0 0%;
1059
+ flex: 1 0 0;
1060
1060
  }
1061
1061
  .row-cols-sm-auto > * {
1062
1062
  flex: 0 0 auto;
@@ -1225,7 +1225,7 @@ progress {
1225
1225
  }
1226
1226
  @media (min-width: 768px) {
1227
1227
  .col-md {
1228
- flex: 1 0 0%;
1228
+ flex: 1 0 0;
1229
1229
  }
1230
1230
  .row-cols-md-auto > * {
1231
1231
  flex: 0 0 auto;
@@ -1394,7 +1394,7 @@ progress {
1394
1394
  }
1395
1395
  @media (min-width: 992px) {
1396
1396
  .col-lg {
1397
- flex: 1 0 0%;
1397
+ flex: 1 0 0;
1398
1398
  }
1399
1399
  .row-cols-lg-auto > * {
1400
1400
  flex: 0 0 auto;
@@ -1563,7 +1563,7 @@ progress {
1563
1563
  }
1564
1564
  @media (min-width: 1200px) {
1565
1565
  .col-xl {
1566
- flex: 1 0 0%;
1566
+ flex: 1 0 0;
1567
1567
  }
1568
1568
  .row-cols-xl-auto > * {
1569
1569
  flex: 0 0 auto;
@@ -1732,7 +1732,7 @@ progress {
1732
1732
  }
1733
1733
  @media (min-width: 1400px) {
1734
1734
  .col-xxl {
1735
- flex: 1 0 0%;
1735
+ flex: 1 0 0;
1736
1736
  }
1737
1737
  .row-cols-xxl-auto > * {
1738
1738
  flex: 0 0 auto;
@@ -2681,9 +2681,11 @@ textarea.form-control-lg {
2681
2681
  top: 0;
2682
2682
  left: 0;
2683
2683
  z-index: 2;
2684
+ max-width: 100%;
2684
2685
  height: 100%;
2685
2686
  padding: 1rem 0.75rem;
2686
2687
  overflow: hidden;
2688
+ color: rgba(var(--cui-body-color-rgb), 0.65);
2687
2689
  text-align: start;
2688
2690
  text-overflow: ellipsis;
2689
2691
  white-space: nowrap;
@@ -2728,17 +2730,18 @@ textarea.form-control-lg {
2728
2730
  padding-bottom: 0.625rem;
2729
2731
  }
2730
2732
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
2731
- color: rgba(var(--cui-body-color-rgb), 0.65);
2732
2733
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2733
2734
  }
2734
2735
  .form-floating > .form-control:focus ~ label,
2735
2736
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
2736
2737
  .form-floating > .form-control-plaintext ~ label,
2737
2738
  .form-floating > .form-select ~ label {
2738
- color: rgba(var(--cui-body-color-rgb), 0.65);
2739
2739
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2740
2740
  }
2741
- .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
2741
+ .form-floating > .form-control:-webkit-autofill ~ label {
2742
+ transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2743
+ }
2744
+ .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
2742
2745
  position: absolute;
2743
2746
  inset: 1rem 0.375rem;
2744
2747
  z-index: -1;
@@ -2747,10 +2750,8 @@ textarea.form-control-lg {
2747
2750
  background-color: var(--cui-body-bg);
2748
2751
  border-radius: var(--cui-border-radius);
2749
2752
  }
2750
- .form-floating > .form-control:focus ~ label::after,
2751
- .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
2752
- .form-floating > .form-control-plaintext ~ label::after,
2753
- .form-floating > .form-select ~ label::after {
2753
+ .form-floating > textarea:focus ~ label::after,
2754
+ .form-floating > textarea:not(:placeholder-shown) ~ label::after {
2754
2755
  position: absolute;
2755
2756
  inset: 1rem 0.375rem;
2756
2757
  z-index: -1;
@@ -2759,9 +2760,8 @@ textarea.form-control-lg {
2759
2760
  background-color: var(--cui-body-bg);
2760
2761
  border-radius: var(--cui-border-radius);
2761
2762
  }
2762
- .form-floating > .form-control:-webkit-autofill ~ label {
2763
- color: rgba(var(--cui-body-color-rgb), 0.65);
2764
- transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2763
+ .form-floating > textarea:disabled ~ label::after {
2764
+ background-color: var(--cui-secondary-bg);
2765
2765
  }
2766
2766
  .form-floating > .form-control-plaintext ~ label {
2767
2767
  border-width: var(--cui-border-width) 0;
@@ -2770,10 +2770,6 @@ textarea.form-control-lg {
2770
2770
  .form-floating > .form-control:disabled ~ label {
2771
2771
  color: #6d7d9c;
2772
2772
  }
2773
- .form-floating > :disabled ~ label::after,
2774
- .form-floating > .form-control:disabled ~ label::after {
2775
- background-color: var(--cui-secondary-bg);
2776
- }
2777
2773
 
2778
2774
  .input-group {
2779
2775
  position: relative;
@@ -2898,7 +2894,7 @@ textarea.form-control-lg {
2898
2894
  .was-validated .form-control:valid, .form-control.is-valid {
2899
2895
  border-color: var(--cui-form-valid-border-color);
2900
2896
  padding-right: calc(1.5em + 0.75rem);
2901
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2897
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2902
2898
  background-repeat: no-repeat;
2903
2899
  background-position: right calc(0.375em + 0.1875rem) center;
2904
2900
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
@@ -2917,7 +2913,7 @@ textarea.form-control-lg {
2917
2913
  border-color: var(--cui-form-valid-border-color);
2918
2914
  }
2919
2915
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
2920
- --cui-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2916
+ --cui-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2921
2917
  padding-right: 4.125rem;
2922
2918
  background-position: right 0.75rem center, center right 2.25rem;
2923
2919
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
@@ -4220,7 +4216,8 @@ textarea.form-control-lg {
4220
4216
  border-bottom-right-radius: 0;
4221
4217
  border-bottom-left-radius: 0;
4222
4218
  }
4223
- .btn-group-vertical > .btn ~ .btn,
4219
+ .btn-group-vertical > .btn:nth-child(n+3),
4220
+ .btn-group-vertical > :not(.btn-check) + .btn,
4224
4221
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
4225
4222
  border-top-left-radius: 0;
4226
4223
  border-top-right-radius: 0;
@@ -4373,8 +4370,8 @@ textarea.form-control-lg {
4373
4370
 
4374
4371
  .nav-justified > .nav-link,
4375
4372
  .nav-justified .nav-item {
4376
- flex-basis: 0;
4377
4373
  flex-grow: 1;
4374
+ flex-basis: 0;
4378
4375
  text-align: center;
4379
4376
  }
4380
4377
 
@@ -4481,8 +4478,8 @@ textarea.form-control-lg {
4481
4478
  }
4482
4479
 
4483
4480
  .navbar-collapse {
4484
- flex-basis: 100%;
4485
4481
  flex-grow: 1;
4482
+ flex-basis: 100%;
4486
4483
  align-items: center;
4487
4484
  }
4488
4485
 
@@ -4977,7 +4974,7 @@ textarea.form-control-lg {
4977
4974
  flex-flow: row wrap;
4978
4975
  }
4979
4976
  .card-group > .card {
4980
- flex: 1 0 0%;
4977
+ flex: 1 0 0;
4981
4978
  margin-bottom: 0;
4982
4979
  }
4983
4980
  .card-group > .card + .card {
@@ -5022,11 +5019,11 @@ textarea.form-control-lg {
5022
5019
  --cui-accordion-btn-padding-y: 1rem;
5023
5020
  --cui-accordion-btn-color: var(--cui-body-color);
5024
5021
  --cui-accordion-btn-bg: var(--cui-accordion-bg);
5025
- --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%2837, 43, 54, 0.95%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
5022
+ --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%2837, 43, 54, 0.95%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
5026
5023
  --cui-accordion-btn-icon-width: 1.25rem;
5027
5024
  --cui-accordion-btn-icon-transform: rotate(-180deg);
5028
5025
  --cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
5029
- --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233634a3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
5026
+ --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233634a3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
5030
5027
  --cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25);
5031
5028
  --cui-accordion-body-padding-x: 1.25rem;
5032
5029
  --cui-accordion-body-padding-y: 1rem;
@@ -5136,16 +5133,15 @@ textarea.form-control-lg {
5136
5133
  .accordion-flush > .accordion-item:last-child {
5137
5134
  border-bottom: 0;
5138
5135
  }
5139
- .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
5140
- border-radius: 0;
5141
- }
5142
- .accordion-flush > .accordion-item > .accordion-collapse {
5136
+ .accordion-flush > .accordion-item > .accordion-collapse,
5137
+ .accordion-flush > .accordion-item > .accordion-header .accordion-button,
5138
+ .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
5143
5139
  border-radius: 0;
5144
5140
  }
5145
5141
 
5146
5142
  [data-coreui-theme=dark] .accordion-button::after {
5147
- --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5148
- --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5143
+ --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
5144
+ --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
5149
5145
  }
5150
5146
 
5151
5147
  .breadcrumb {
@@ -5850,7 +5846,7 @@ textarea.form-control-lg {
5850
5846
 
5851
5847
  .btn-close {
5852
5848
  --cui-btn-close-color: #080a0c;
5853
- --cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23080a0c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
5849
+ --cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23080a0c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
5854
5850
  --cui-btn-close-opacity: 0.5;
5855
5851
  --cui-btn-close-hover-opacity: 0.75;
5856
5852
  --cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25);
@@ -6647,11 +6643,11 @@ textarea.form-control-lg {
6647
6643
  } ]
6648
6644
  } */
6649
6645
  .carousel-control-prev-icon {
6650
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
6646
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
6651
6647
  }
6652
6648
 
6653
6649
  .carousel-control-next-icon {
6654
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
6650
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
6655
6651
  }
6656
6652
 
6657
6653
  .carousel-indicators {
@@ -7753,144 +7749,114 @@ textarea.form-control-lg {
7753
7749
  transition: none;
7754
7750
  }
7755
7751
  }
7756
- .sidebar.sidebar-fixed, .sidebar.sidebar-narrow, .sidebar.sidebar-narrow-unfoldable, .sidebar.sidebar-overlaid {
7757
- z-index: var(--cui-sidebar-zindex);
7758
- }
7759
7752
  .sidebar:not(.sidebar-end) {
7760
7753
  margin-left: 0;
7761
7754
  }
7762
- .sidebar:not(.sidebar-end) ~ * {
7763
- --cui-sidebar-occupy-start: 16rem;
7764
- }
7765
7755
  .sidebar.sidebar-end {
7766
7756
  order: 99;
7767
7757
  margin-right: 0;
7768
7758
  }
7769
- .sidebar.sidebar-end ~ * {
7770
- --cui-sidebar-occupy-end: 16rem;
7771
- }
7772
- .sidebar.sidebar-sm {
7773
- --cui-sidebar-width: 12rem;
7774
- }
7775
7759
  @media (min-width: 992px) {
7776
- .sidebar.sidebar-sm:not(.sidebar-end):not(.hide) ~ * {
7777
- --cui-sidebar-occupy-start: 12rem;
7760
+ .sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7761
+ --cui-sidebar-occupy-start: 16rem;
7778
7762
  }
7779
- .sidebar.sidebar-sm.sidebar-end:not(.hide) ~ * {
7780
- --cui-sidebar-occupy-end: 12rem;
7763
+ .sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7764
+ --cui-sidebar-occupy-end: 16rem;
7781
7765
  }
7782
- }
7783
- .sidebar.sidebar-lg {
7784
- --cui-sidebar-width: 20rem;
7785
- }
7786
- @media (min-width: 992px) {
7787
- .sidebar.sidebar-lg:not(.sidebar-end):not(.hide) ~ * {
7788
- --cui-sidebar-occupy-start: 20rem;
7789
- }
7790
- .sidebar.sidebar-lg.sidebar-end:not(.hide) ~ * {
7791
- --cui-sidebar-occupy-end: 20rem;
7792
- }
7793
- }
7794
- .sidebar.sidebar-xl {
7795
- --cui-sidebar-width: 24rem;
7796
- }
7797
- @media (min-width: 992px) {
7798
- .sidebar.sidebar-xl:not(.sidebar-end):not(.hide) ~ * {
7799
- --cui-sidebar-occupy-start: 24rem;
7800
- }
7801
- .sidebar.sidebar-xl.sidebar-end:not(.hide) ~ * {
7802
- --cui-sidebar-occupy-end: 24rem;
7803
- }
7804
- }
7805
- @media (min-width: 992px) {
7806
7766
  .sidebar.hide:not(.sidebar-end) {
7807
7767
  margin-left: calc(-1 * var(--cui-sidebar-width));
7808
7768
  }
7809
- .sidebar.hide:not(.sidebar-end) ~ * {
7810
- --cui-sidebar-occupy-start: 0;
7811
- }
7812
7769
  .sidebar.hide.sidebar-end {
7813
7770
  margin-right: calc(-1 * var(--cui-sidebar-width));
7814
7771
  }
7815
- .sidebar.hide.sidebar-end ~ * {
7816
- --cui-sidebar-occupy-end: 0;
7817
- }
7818
7772
  }
7819
- @media (min-width: 992px) {
7820
- .sidebar.sidebar-fixed {
7773
+ @media (max-width: 991.98px) {
7774
+ .sidebar {
7775
+ --cui-is-mobile: true;
7821
7776
  position: fixed;
7822
7777
  top: 0;
7823
7778
  bottom: 0;
7779
+ z-index: var(--cui-sidebar-zindex);
7824
7780
  }
7825
- .sidebar.sidebar-fixed:not(.sidebar-end) {
7781
+ .sidebar:not(.sidebar-end) {
7826
7782
  left: 0;
7827
7783
  }
7828
- .sidebar.sidebar-fixed.sidebar-end {
7784
+ .sidebar:not(.sidebar-end):not(.show) {
7785
+ margin-left: calc(-1 * var(--cui-sidebar-width));
7786
+ }
7787
+ .sidebar.sidebar-end {
7829
7788
  right: 0;
7830
7789
  }
7831
- }
7832
- @media (min-width: 992px) {
7833
- .sidebar.sidebar-sticky {
7834
- position: -webkit-sticky;
7835
- position: sticky;
7836
- top: 0;
7837
- height: 100vh;
7790
+ .sidebar.sidebar-end:not(.show) {
7791
+ margin-right: calc(-1 * var(--cui-sidebar-width));
7838
7792
  }
7839
7793
  }
7840
- .sidebar.sidebar-overlaid {
7841
- --cui-sidebar-overlaid-box-shadow: var(--cui-box-shadow);
7794
+
7795
+ .sidebar-fixed, .sidebar-narrow-unfoldable, .sidebar-overlaid {
7842
7796
  position: fixed;
7843
7797
  top: 0;
7844
7798
  bottom: 0;
7799
+ z-index: var(--cui-sidebar-zindex);
7845
7800
  }
7846
- .sidebar.sidebar-overlaid:not(.sidebar-end) {
7801
+ .sidebar-fixed:not(.sidebar-end), .sidebar-narrow-unfoldable:not(.sidebar-end), .sidebar-overlaid:not(.sidebar-end) {
7847
7802
  left: 0;
7848
- margin-left: calc(-1 * var(--cui-sidebar-width));
7849
- }
7850
- .sidebar.sidebar-overlaid:not(.sidebar-end) ~ * {
7851
- --cui-sidebar-occupy-start: 0 !important;
7852
7803
  }
7853
- .sidebar.sidebar-overlaid.sidebar-end {
7804
+ .sidebar-fixed.sidebar-end, .sidebar-end.sidebar-narrow-unfoldable, .sidebar-end.sidebar-overlaid {
7854
7805
  right: 0;
7855
- margin-right: calc(-1 * var(--cui-sidebar-width));
7856
7806
  }
7857
- .sidebar.sidebar-overlaid.sidebar-end ~ * {
7858
- --cui-sidebar-occupy-end: 0 !important;
7807
+
7808
+ .sidebar-overlaid {
7809
+ --cui-sidebar-overlaid-box-shadow: var(--cui-box-shadow);
7810
+ }
7811
+ .sidebar-overlaid:not(.sidebar-end) {
7812
+ margin-left: calc(-1 * var(--cui-sidebar-width));
7813
+ }
7814
+ .sidebar-overlaid.sidebar-end {
7815
+ margin-right: calc(-1 * var(--cui-sidebar-width));
7859
7816
  }
7860
- .sidebar.sidebar-overlaid.show {
7817
+ .sidebar-overlaid.show {
7861
7818
  box-shadow: var(--cui-sidebar-overlaid-box-shadow);
7862
7819
  }
7863
- .sidebar.sidebar-overlaid.show:not(.sidebar-end) {
7820
+ .sidebar-overlaid.show:not(.sidebar-end) {
7864
7821
  margin-left: 0;
7865
7822
  }
7866
- .sidebar.sidebar-overlaid.show.sidebar-end {
7823
+ .sidebar-overlaid.show.sidebar-end {
7867
7824
  margin-right: 0;
7868
7825
  }
7869
- @media (max-width: 991.98px) {
7870
- .sidebar {
7871
- --cui-is-mobile: true;
7872
- position: fixed;
7873
- top: 0;
7874
- bottom: 0;
7875
- z-index: var(--cui-sidebar-zindex);
7876
- }
7877
- .sidebar:not(.sidebar-end) {
7878
- left: 0;
7826
+
7827
+ .sidebar-sm {
7828
+ --cui-sidebar-width: 12rem;
7829
+ }
7830
+ @media (min-width: 992px) {
7831
+ .sidebar-sm:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7832
+ --cui-sidebar-occupy-start: 12rem;
7879
7833
  }
7880
- .sidebar:not(.sidebar-end) ~ * {
7881
- --cui-sidebar-occupy-start: 0 !important;
7834
+ .sidebar-sm:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7835
+ --cui-sidebar-occupy-end: 12rem;
7882
7836
  }
7883
- .sidebar:not(.sidebar-end):not(.show) {
7884
- margin-left: calc(-1 * var(--cui-sidebar-width));
7837
+ }
7838
+
7839
+ .sidebar-lg {
7840
+ --cui-sidebar-width: 20rem;
7841
+ }
7842
+ @media (min-width: 992px) {
7843
+ .sidebar-lg:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7844
+ --cui-sidebar-occupy-start: 20rem;
7885
7845
  }
7886
- .sidebar.sidebar-end {
7887
- right: 0;
7846
+ .sidebar-lg:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7847
+ --cui-sidebar-occupy-end: 20rem;
7888
7848
  }
7889
- .sidebar.sidebar-end ~ * {
7890
- --cui-sidebar-occupy-end: 0 !important;
7849
+ }
7850
+
7851
+ .sidebar-xl {
7852
+ --cui-sidebar-width: 24rem;
7853
+ }
7854
+ @media (min-width: 992px) {
7855
+ .sidebar-xl:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7856
+ --cui-sidebar-occupy-start: 24rem;
7891
7857
  }
7892
- .sidebar.sidebar-end:not(.show) {
7893
- margin-right: calc(-1 * var(--cui-sidebar-width));
7858
+ .sidebar-xl:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7859
+ --cui-sidebar-occupy-end: 24rem;
7894
7860
  }
7895
7861
  }
7896
7862
 
@@ -8022,6 +7988,7 @@ textarea.form-control-lg {
8022
7988
  .sidebar-nav {
8023
7989
  --cui-sidebar-nav-padding-x: 0.5rem;
8024
7990
  --cui-sidebar-nav-padding-y: 0.5rem;
7991
+ --cui-sidebar-nav-gap: 1px;
8025
7992
  --cui-sidebar-nav-title-padding-x: 1rem;
8026
7993
  --cui-sidebar-nav-title-padding-y: 0.75rem;
8027
7994
  --cui-sidebar-nav-title-margin-top: 1rem;
@@ -8064,9 +8031,9 @@ textarea.form-control-lg {
8064
8031
  --cui-sidebar-nav-group-items-padding-y: 0;
8065
8032
  --cui-sidebar-nav-group-items-padding-x: 0;
8066
8033
  --cui-sidebar-nav-group-indicator-color: var(--cui-tertiary-color);
8067
- --cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
8034
+ --cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
8068
8035
  --cui-sidebar-nav-group-indicator-hover-color: var(--cui-emphasis-color);
8069
- --cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
8036
+ --cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
8070
8037
  --cui-sidebar-nav-group-toggle-show-color: var(--cui-body-color);
8071
8038
  position: relative;
8072
8039
  display: flex;
@@ -8081,7 +8048,7 @@ textarea.form-control-lg {
8081
8048
  .sidebar-nav .nav-item + .nav-item,
8082
8049
  .sidebar-nav .nav-item + .nav-group,
8083
8050
  .sidebar-nav .nav-group + .nav-item {
8084
- margin-top: 1px;
8051
+ margin-top: var(--cui-sidebar-nav-gap);
8085
8052
  }
8086
8053
  .sidebar-nav .nav-title {
8087
8054
  padding: var(--cui-sidebar-nav-title-padding-y) var(--cui-sidebar-nav-title-padding-x);
@@ -8237,7 +8204,7 @@ textarea.form-control-lg {
8237
8204
  transform: rotate(180deg);
8238
8205
  }
8239
8206
  .sidebar-nav .nav-group.show + .show {
8240
- margin-top: 1px;
8207
+ margin-top: var(--cui-sidebar-nav-gap);
8241
8208
  }
8242
8209
  .sidebar-nav .nav-group-toggle {
8243
8210
  cursor: pointer;
@@ -8273,80 +8240,66 @@ textarea.form-control-lg {
8273
8240
  --cui-sidebar-nav-link-padding-y: 0.5625rem;
8274
8241
  }
8275
8242
 
8276
- .sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
8243
+ .sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) {
8277
8244
  --cui-sidebar-narrow-width: 4rem;
8278
8245
  }
8279
8246
  @media (min-width: 992px) {
8280
- .sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
8247
+ .sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) {
8281
8248
  flex: 0 0 var(--cui-sidebar-narrow-width);
8282
8249
  width: var(--cui-sidebar-narrow-width);
8283
8250
  padding-bottom: var(--cui-sidebar-toggler-height);
8284
8251
  overflow: visible;
8285
8252
  }
8286
- .sidebar-fixed.sidebar-narrow-unfoldable:not(:hover), .sidebar-fixed.sidebar-narrow {
8287
- width: var(--cui-sidebar-narrow-width);
8288
- }
8289
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full, .sidebar-narrow .sidebar-brand-full {
8253
+ .sidebar-narrow .sidebar-brand-full, .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full {
8290
8254
  display: none;
8291
8255
  }
8292
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-narrow, .sidebar-narrow .sidebar-brand-narrow {
8256
+ .sidebar-narrow .sidebar-brand-narrow, .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-narrow {
8293
8257
  display: block;
8294
8258
  }
8295
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-header, .sidebar-narrow .sidebar-header {
8259
+ .sidebar-narrow .sidebar-header, .sidebar-narrow-unfoldable:not(:hover) .sidebar-header {
8296
8260
  justify-content: center;
8297
8261
  padding-right: 0;
8298
8262
  padding-left: 0;
8299
8263
  }
8300
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-nav, .sidebar-narrow .sidebar-nav {
8264
+ .sidebar-narrow .sidebar-nav, .sidebar-narrow-unfoldable:not(:hover) .sidebar-nav {
8301
8265
  --cui-sidebar-nav-link-padding-x: 0.5rem;
8302
8266
  --cui-sidebar-nav-link-padding-y: 0.75rem;
8303
8267
  }
8304
- .sidebar-narrow-unfoldable:not(:hover) .nav-icon, .sidebar-narrow .nav-icon {
8268
+ .sidebar-narrow .nav-link, .sidebar-narrow-unfoldable:not(:hover) .nav-link {
8269
+ overflow: hidden;
8270
+ }
8271
+ .sidebar-narrow .nav-icon, .sidebar-narrow-unfoldable:not(:hover) .nav-icon {
8305
8272
  flex: 0 0 calc(var(--cui-sidebar-narrow-width) - var(--cui-sidebar-nav-padding-x) * 2 - var(--cui-sidebar-nav-link-padding-x) * 2);
8306
8273
  }
8307
- .sidebar-narrow-unfoldable:not(:hover) .d-narrow-none, .sidebar-narrow .d-narrow-none,
8308
- .sidebar-narrow-unfoldable:not(:hover) .nav-label,
8274
+ .sidebar-narrow .d-narrow-none, .sidebar-narrow-unfoldable:not(:hover) .d-narrow-none,
8309
8275
  .sidebar-narrow .nav-label,
8310
- .sidebar-narrow-unfoldable:not(:hover) .nav-title,
8276
+ .sidebar-narrow-unfoldable:not(:hover) .nav-label,
8311
8277
  .sidebar-narrow .nav-title,
8312
- .sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
8278
+ .sidebar-narrow-unfoldable:not(:hover) .nav-title,
8313
8279
  .sidebar-narrow .nav-group-items,
8314
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-form,
8315
- .sidebar-narrow .sidebar-form {
8280
+ .sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
8281
+ .sidebar-narrow .nav-group.show .nav-group-items,
8282
+ .sidebar-narrow .sidebar-form,
8283
+ .sidebar-narrow-unfoldable:not(:hover) .sidebar-form {
8316
8284
  height: 0 !important;
8317
8285
  padding: 0 !important;
8318
8286
  margin: 0 !important;
8319
8287
  visibility: hidden;
8320
8288
  opacity: 0;
8321
8289
  }
8322
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before, .sidebar-narrow .sidebar-toggler::before {
8290
+ .sidebar-narrow .sidebar-toggler::before, .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before {
8323
8291
  transform: rotate(-180deg);
8324
8292
  }
8325
- .sidebar-end.sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before, .sidebar-end.sidebar-narrow .sidebar-toggler::before {
8293
+ .sidebar-narrow.sidebar-end .sidebar-toggler::before, .sidebar-end.sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before {
8326
8294
  transform: rotate(0deg);
8327
8295
  }
8328
8296
  }
8329
8297
 
8330
- .sidebar-narrow:not(.sidebar-end) ~ * {
8331
- --cui-sidebar-occupy-start: 4rem !important;
8332
- }
8333
- .sidebar-narrow.sidebar-end ~ * {
8334
- --cui-sidebar-occupy-end: 4rem !important;
8335
- }
8336
- .sidebar-narrow .nav-link {
8337
- overflow: hidden;
8338
- }
8339
-
8340
8298
  .sidebar-narrow-unfoldable {
8341
- position: fixed;
8342
- }
8343
- .sidebar-narrow-unfoldable:not(.sidebar-end) ~ * {
8344
- --cui-sidebar-occupy-start: 4rem !important;
8345
- }
8346
- .sidebar-narrow-unfoldable.sidebar-end ~ * {
8347
- --cui-sidebar-occupy-end: 4rem !important;
8299
+ --cui-sidebar-narrow-unfoldable-box-shadow: var(--cui-box-shadow);
8348
8300
  }
8349
8301
  .sidebar-narrow-unfoldable:hover {
8302
+ box-shadow: var(--cui-sidebar-narrow-unfoldable-box-shadow);
8350
8303
  box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
8351
8304
  }
8352
8305
  .sidebar-narrow-unfoldable:hover .sidebar-toggler::before {
@@ -8355,57 +8308,18 @@ textarea.form-control-lg {
8355
8308
  .sidebar-narrow-unfoldable:hover.sidebar-end .sidebar-toggler::before {
8356
8309
  transform: rotate(0deg);
8357
8310
  }
8358
- .sidebar-narrow-unfoldable .nav-link {
8359
- overflow: hidden;
8360
- }
8361
-
8362
- .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable:not(.sidebar-end) {
8363
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8364
- }
8365
- .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable.sidebar-end {
8366
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8367
- }
8368
8311
 
8369
- @media (max-width: 575.98px) {
8370
- .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable:not(.sidebar-end) {
8371
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8372
- }
8373
- .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable.sidebar-end {
8374
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8375
- }
8376
- }
8377
- @media (max-width: 767.98px) {
8378
- .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable:not(.sidebar-end) {
8379
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8380
- }
8381
- .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable.sidebar-end {
8382
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8383
- }
8384
- }
8385
- @media (max-width: 991.98px) {
8386
- .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable:not(.sidebar-end) {
8387
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8388
- }
8389
- .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable.sidebar-end {
8390
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8391
- }
8392
- }
8393
- @media (max-width: 1199.98px) {
8394
- .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable:not(.sidebar-end) {
8395
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8396
- }
8397
- .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable.sidebar-end {
8398
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8399
- }
8400
- }
8401
- @media (max-width: 1399.98px) {
8402
- .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable:not(.sidebar-end) {
8403
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8312
+ @media (min-width: 992px) {
8313
+ .sidebar-narrow:not(.sidebar-end):not(.hide) ~ *,
8314
+ .sidebar-narrow-unfoldable:not(.sidebar-end):not(.hide) ~ * {
8315
+ --cui-sidebar-occupy-start: 4rem;
8404
8316
  }
8405
- .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable.sidebar-end {
8406
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8317
+ .sidebar-narrow.sidebar-end:not(.hide) ~ *,
8318
+ .sidebar-narrow-unfoldable.sidebar-end:not(.hide) ~ * {
8319
+ --cui-sidebar-occupy-end: 4rem;
8407
8320
  }
8408
8321
  }
8322
+
8409
8323
  .clearfix::after {
8410
8324
  display: block;
8411
8325
  clear: both;