@coreui/coreui 4.2.6 → 5.0.0-alpha.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 (205) hide show
  1. package/LICENSE +1 -2
  2. package/README.md +1 -1
  3. package/dist/css/coreui-grid.css +133 -22
  4. package/dist/css/coreui-grid.css.map +1 -1
  5. package/dist/css/coreui-grid.min.css +3 -5
  6. package/dist/css/coreui-grid.min.css.map +1 -1
  7. package/dist/css/coreui-grid.rtl.css +216 -113
  8. package/dist/css/coreui-grid.rtl.css.map +1 -1
  9. package/dist/css/coreui-grid.rtl.min.css +3 -11
  10. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  11. package/dist/css/coreui-reboot.css +151 -36
  12. package/dist/css/coreui-reboot.css.map +1 -1
  13. package/dist/css/coreui-reboot.min.css +3 -5
  14. package/dist/css/coreui-reboot.min.css.map +1 -1
  15. package/dist/css/coreui-reboot.rtl.css +159 -47
  16. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  17. package/dist/css/coreui-reboot.rtl.min.css +3 -11
  18. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  19. package/dist/css/coreui-utilities.css +1116 -104
  20. package/dist/css/coreui-utilities.css.map +1 -1
  21. package/dist/css/coreui-utilities.min.css +3 -5
  22. package/dist/css/coreui-utilities.min.css.map +1 -1
  23. package/dist/css/coreui-utilities.rtl.css +1261 -246
  24. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  25. package/dist/css/coreui-utilities.rtl.min.css +3 -11
  26. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  27. package/dist/css/coreui.css +2412 -1220
  28. package/dist/css/coreui.css.map +1 -1
  29. package/dist/css/coreui.min.css +3 -5
  30. package/dist/css/coreui.min.css.map +1 -1
  31. package/dist/css/coreui.rtl.css +2821 -1574
  32. package/dist/css/coreui.rtl.css.map +1 -1
  33. package/dist/css/coreui.rtl.min.css +3 -11
  34. package/dist/css/coreui.rtl.min.css.map +1 -1
  35. package/dist/js/coreui.bundle.js +80 -80
  36. package/dist/js/coreui.bundle.js.map +1 -1
  37. package/dist/js/coreui.bundle.min.js +4 -4
  38. package/dist/js/coreui.bundle.min.js.map +1 -1
  39. package/dist/js/coreui.esm.js +78 -78
  40. package/dist/js/coreui.esm.js.map +1 -1
  41. package/dist/js/coreui.esm.min.js +4 -4
  42. package/dist/js/coreui.esm.min.js.map +1 -1
  43. package/dist/js/coreui.js +80 -80
  44. package/dist/js/coreui.js.map +1 -1
  45. package/dist/js/coreui.min.js +4 -4
  46. package/dist/js/coreui.min.js.map +1 -1
  47. package/js/dist/alert.js +5 -5
  48. package/js/dist/alert.js.map +1 -1
  49. package/js/dist/base-component.js +6 -6
  50. package/js/dist/base-component.js.map +1 -1
  51. package/js/dist/button.js +5 -5
  52. package/js/dist/button.js.map +1 -1
  53. package/js/dist/carousel.js +5 -5
  54. package/js/dist/carousel.js.map +1 -1
  55. package/js/dist/collapse.js +5 -5
  56. package/js/dist/collapse.js.map +1 -1
  57. package/js/dist/dom/data.js +6 -6
  58. package/js/dist/dom/data.js.map +1 -1
  59. package/js/dist/dom/event-handler.js +6 -6
  60. package/js/dist/dom/event-handler.js.map +1 -1
  61. package/js/dist/dom/manipulator.js +7 -7
  62. package/js/dist/dom/manipulator.js.map +1 -1
  63. package/js/dist/dom/selector-engine.js +6 -6
  64. package/js/dist/dom/selector-engine.js.map +1 -1
  65. package/js/dist/dropdown.js +7 -7
  66. package/js/dist/dropdown.js.map +1 -1
  67. package/js/dist/modal.js +5 -5
  68. package/js/dist/modal.js.map +1 -1
  69. package/js/dist/navigation.js +5 -5
  70. package/js/dist/navigation.js.map +1 -1
  71. package/js/dist/offcanvas.js +6 -6
  72. package/js/dist/offcanvas.js.map +1 -1
  73. package/js/dist/popover.js +5 -5
  74. package/js/dist/popover.js.map +1 -1
  75. package/js/dist/scrollspy.js +12 -12
  76. package/js/dist/scrollspy.js.map +1 -1
  77. package/js/dist/sidebar.js +5 -5
  78. package/js/dist/sidebar.js.map +1 -1
  79. package/js/dist/tab.js +5 -5
  80. package/js/dist/tab.js.map +1 -1
  81. package/js/dist/toast.js +5 -5
  82. package/js/dist/toast.js.map +1 -1
  83. package/js/dist/tooltip.js +6 -6
  84. package/js/dist/tooltip.js.map +1 -1
  85. package/js/dist/util/backdrop.js +6 -6
  86. package/js/dist/util/backdrop.js.map +1 -1
  87. package/js/dist/util/component-functions.js +6 -6
  88. package/js/dist/util/component-functions.js.map +1 -1
  89. package/js/dist/util/config.js +6 -6
  90. package/js/dist/util/config.js.map +1 -1
  91. package/js/dist/util/focustrap.js +6 -6
  92. package/js/dist/util/focustrap.js.map +1 -1
  93. package/js/dist/util/index.js +6 -6
  94. package/js/dist/util/index.js.map +1 -1
  95. package/js/dist/util/sanitizer.js +6 -6
  96. package/js/dist/util/sanitizer.js.map +1 -1
  97. package/js/dist/util/scrollbar.js +6 -6
  98. package/js/dist/util/scrollbar.js.map +1 -1
  99. package/js/dist/util/swipe.js +6 -6
  100. package/js/dist/util/swipe.js.map +1 -1
  101. package/js/dist/util/template-factory.js +6 -6
  102. package/js/dist/util/template-factory.js.map +1 -1
  103. package/js/src/alert.js +2 -2
  104. package/js/src/base-component.js +3 -3
  105. package/js/src/button.js +2 -3
  106. package/js/src/carousel.js +2 -2
  107. package/js/src/collapse.js +2 -2
  108. package/js/src/dom/data.js +3 -3
  109. package/js/src/dom/event-handler.js +3 -3
  110. package/js/src/dom/manipulator.js +4 -4
  111. package/js/src/dom/selector-engine.js +3 -3
  112. package/js/src/dropdown.js +4 -4
  113. package/js/src/modal.js +2 -2
  114. package/js/src/navigation.js +2 -2
  115. package/js/src/offcanvas.js +3 -3
  116. package/js/src/popover.js +2 -2
  117. package/js/src/scrollspy.js +6 -6
  118. package/js/src/sidebar.js +2 -2
  119. package/js/src/tab.js +2 -2
  120. package/js/src/toast.js +2 -2
  121. package/js/src/tooltip.js +3 -3
  122. package/js/src/util/backdrop.js +3 -3
  123. package/js/src/util/component-functions.js +3 -3
  124. package/js/src/util/config.js +3 -3
  125. package/js/src/util/focustrap.js +3 -3
  126. package/js/src/util/index.js +3 -3
  127. package/js/src/util/sanitizer.js +3 -3
  128. package/js/src/util/scrollbar.js +3 -3
  129. package/js/src/util/swipe.js +3 -3
  130. package/js/src/util/template-factory.js +4 -3
  131. package/package.json +9 -6
  132. package/scss/_accordion.scss +9 -1
  133. package/scss/_alert.scss +9 -13
  134. package/scss/_avatar.scss +4 -4
  135. package/scss/_badge.scss +1 -10
  136. package/scss/_breadcrumb.scss +4 -9
  137. package/scss/_button-group.scss +4 -4
  138. package/scss/_buttons.scss +70 -15
  139. package/scss/_callout.scss +2 -2
  140. package/scss/_card.scss +7 -3
  141. package/scss/_carousel.scss +17 -7
  142. package/scss/_close.scss +30 -9
  143. package/scss/_dropdown.scss +9 -9
  144. package/scss/_functions.scss +6 -81
  145. package/scss/_images.scss +3 -3
  146. package/scss/_list-group.scss +22 -6
  147. package/scss/_maps.scss +71 -0
  148. package/scss/_mixins.scss +4 -9
  149. package/scss/_modal.scss +2 -2
  150. package/scss/_nav.scss +41 -4
  151. package/scss/_navbar.scss +14 -3
  152. package/scss/_offcanvas.scss +12 -10
  153. package/scss/_pagination.scss +2 -2
  154. package/scss/_progress.scss +10 -44
  155. package/scss/_reboot.scss +22 -21
  156. package/scss/_root.scss +133 -6
  157. package/scss/_sidebar.scss +11 -0
  158. package/scss/_tables.scss +1 -5
  159. package/scss/_toasts.scss +2 -2
  160. package/scss/_tooltip.scss +10 -10
  161. package/scss/_type.scss +3 -1
  162. package/scss/_utilities.scss +160 -53
  163. package/scss/_variables-dark.scss +109 -0
  164. package/scss/_variables.scss +402 -538
  165. package/scss/coreui-grid.scss +4 -8
  166. package/scss/coreui-reboot.scss +4 -7
  167. package/scss/coreui-utilities.scss +3 -7
  168. package/scss/coreui.scss +5 -10
  169. package/scss/forms/_floating-labels.scss +16 -1
  170. package/scss/forms/_form-check.scss +30 -53
  171. package/scss/forms/_form-control.scss +18 -11
  172. package/scss/forms/_form-range.scss +8 -8
  173. package/scss/forms/_form-select.scss +24 -14
  174. package/scss/forms/_form-text.scss +1 -1
  175. package/scss/forms/_input-group.scss +5 -5
  176. package/scss/forms/_labels.scss +2 -2
  177. package/scss/helpers/_colored-links.scss +2 -2
  178. package/scss/helpers/_ratio.scss +1 -1
  179. package/scss/helpers/_vr.scss +0 -1
  180. package/scss/mixins/_alert.scss +4 -1
  181. package/scss/mixins/_banner.scss +7 -0
  182. package/scss/mixins/_border-radius.scss +7 -7
  183. package/scss/mixins/_breakpoints.scss +0 -13
  184. package/scss/mixins/_buttons.scss +49 -53
  185. package/scss/mixins/_caret.scss +31 -26
  186. package/scss/mixins/_color-mode.scss +21 -0
  187. package/scss/mixins/_forms.scss +15 -14
  188. package/scss/mixins/_grid.scss +2 -2
  189. package/scss/mixins/_list-group.scss +22 -11
  190. package/scss/mixins/_lists.scss +1 -1
  191. package/scss/mixins/_utilities.scss +29 -14
  192. package/scss/sidebar/_sidebar-narrow.scss +6 -6
  193. package/scss/sidebar/_sidebar-nav.scss +4 -4
  194. package/scss/sidebar/_sidebar.scss +20 -20
  195. package/scss/tests/mixins/_color-modes.test.scss +69 -0
  196. package/scss/tests/mixins/_utilities.test.scss +393 -0
  197. package/scss/tests/utilities/_api.test.scss +75 -0
  198. package/scss/_header.scss +0 -195
  199. package/scss/_subheader.scss +0 -72
  200. package/scss/coreui-grid.rtl.scss +0 -12
  201. package/scss/coreui-reboot.rtl.scss +0 -12
  202. package/scss/coreui-utilities.rtl.scss +0 -12
  203. package/scss/coreui.rtl.scss +0 -12
  204. package/scss/mixins/_css-vars.scss +0 -87
  205. package/scss/mixins/_ltr-rtl.scss +0 -87
@@ -1,8 +1,6 @@
1
1
  @charset "UTF-8";/*!
2
- * CoreUI - HTML, CSS, and JavaScript UI Components Library
3
- * @version v4.2.6
4
- * @link https://coreui.io/
2
+ * CoreUI Reboot v5.0.0-alpha.0 (https://getbootstrap.com/)
5
3
  * Copyright (c) 2022 creativeLabs Łukasz Holeczek
6
- * License MIT (https://coreui.io/license/)
7
- */:root{--cui-blue:#0d6efd;--cui-indigo:#6610f2;--cui-purple:#6f42c1;--cui-pink:#d63384;--cui-red:#dc3545;--cui-orange:#fd7e14;--cui-yellow:#ffc107;--cui-green:#198754;--cui-teal:#20c997;--cui-cyan:#0dcaf0;--cui-black:#000015;--cui-white:#fff;--cui-gray:#8a93a2;--cui-gray-dark:#636f83;--cui-gray-100:#ebedef;--cui-gray-200:#d8dbe0;--cui-gray-300:#c4c9d0;--cui-gray-400:#b1b7c1;--cui-gray-500:#9da5b1;--cui-gray-600:#8a93a2;--cui-gray-700:#768192;--cui-gray-800:#636f83;--cui-gray-900:#4f5d73;--cui-primary:#321fdb;--cui-secondary:#9da5b1;--cui-success:#2eb85c;--cui-info:#39f;--cui-warning:#f9b115;--cui-danger:#e55353;--cui-light:#ebedef;--cui-dark:#4f5d73;--cui-primary-rgb:50,31,219;--cui-secondary-rgb:157,165,177;--cui-success-rgb:46,184,92;--cui-info-rgb:51,153,255;--cui-warning-rgb:249,177,21;--cui-danger-rgb:229,83,83;--cui-light-rgb:235,237,239;--cui-dark-rgb:79,93,115;--cui-white-rgb:255,255,255;--cui-black-rgb:0,0,21;--cui-body-color-rgb:44,56,74;--cui-body-bg-rgb:255,255,255;--cui-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--cui-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--cui-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--cui-body-font-family:var(--cui-font-sans-serif);--cui-body-font-size:1rem;--cui-body-font-weight:400;--cui-body-line-height:1.5;--cui-body-color:rgba(44, 56, 74, 0.95);--cui-body-bg:#fff;--cui-border-width:1px;--cui-border-style:solid;--cui-border-color:#d8dbe0;--cui-border-color-translucent:rgba(0, 0, 21, 0.175);--cui-border-radius:0.375rem;--cui-border-radius-sm:0.25rem;--cui-border-radius-lg:0.5rem;--cui-border-radius-xl:1rem;--cui-border-radius-2xl:2rem;--cui-border-radius-pill:50rem;--cui-heading-color:unset;--cui-link-color:#321fdb;--cui-link-hover-color:#2819af;--cui-code-color:#d63384;--cui-highlight-bg:#fff3cd;--cui-breakpoint-xs:0;--cui-breakpoint-sm:576px;--cui-breakpoint-md:768px;--cui-breakpoint-lg:992px;--cui-breakpoint-xl:1200px;--cui-breakpoint-xxl:1400px;--cui-mobile-breakpoint:md}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--cui-body-font-family);font-size:var(--cui-body-font-size);font-weight:var(--cui-body-font-weight);line-height:var(--cui-body-line-height);color:var(--cui-body-color);text-align:var(--cui-body-text-align);background-color:var(--cui-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,21,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--cui-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;background-color:var(--cui-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--cui-link-color);text-decoration:underline}a:hover{color:var(--cui-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--cui-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em;color:var(--cui-pre-color,unset)}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--cui-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--cui-kbd-color,var(--cui-body-bg));background-color:var(--cui-kbd-bg,var(--cui-body-color));border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--cui-table-caption-color,rgba(44,56,74,.38));text-align:left}th{font-weight:600;text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[dir=rtl] [type=email],[dir=rtl] [type=number],[dir=rtl] [type=tel],[dir=rtl] [type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
4
+ * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
5
+ */:root,[data-coreui-theme=light]{--cui-blue:#0d6efd;--cui-indigo:#6610f2;--cui-purple:#6f42c1;--cui-pink:#d63384;--cui-red:#dc3545;--cui-orange:#fd7e14;--cui-yellow:#ffc107;--cui-green:#198754;--cui-teal:#20c997;--cui-cyan:#0dcaf0;--cui-black:#000;--cui-white:#fff;--cui-gray:#8a93a2;--cui-gray-dark:#4f5d73;--cui-gray-100:#ebedef;--cui-gray-200:#d8dbe0;--cui-gray-300:#c4c9d0;--cui-gray-400:#b1b7c1;--cui-gray-500:#9da5b1;--cui-gray-600:#8a93a2;--cui-gray-700:#636f83;--cui-gray-800:#4f5d73;--cui-gray-900:#3c4b64;--cui-primary:#321fdb;--cui-secondary:#9da5b1;--cui-success:#2eb85c;--cui-info:#39f;--cui-warning:#f9b115;--cui-danger:#e55353;--cui-light:#ebedef;--cui-dark:#3c4b64;--cui-primary-rgb:50,31,219;--cui-secondary-rgb:157,165,177;--cui-success-rgb:46,184,92;--cui-info-rgb:51,153,255;--cui-warning-rgb:249,177,21;--cui-danger-rgb:229,83,83;--cui-light-rgb:235,237,239;--cui-dark-rgb:60,75,100;--cui-primary-text:#1f1498;--cui-secondary-text:#212233;--cui-success-text:#1b9e3e;--cui-info-text:#2982cc;--cui-warning-text:#f6960b;--cui-danger-text:#d93737;--cui-light-text:#8a93a2;--cui-dark-text:#636f83;--cui-primary-bg-subtle:#ccc7f6;--cui-secondary-bg-subtle:#ced2d8;--cui-success-bg-subtle:#cbedd6;--cui-info-bg-subtle:#c0e6ff;--cui-warning-bg-subtle:#feecc5;--cui-danger-bg-subtle:#f9d4d4;--cui-light-bg-subtle:#f5f6f7;--cui-dark-bg-subtle:#b1b7c1;--cui-primary-border-subtle:#988fed;--cui-secondary-border-subtle:#9da5b1;--cui-success-border-subtle:#96dbad;--cui-info-border-subtle:#80c6ff;--cui-warning-border-subtle:#fcd88a;--cui-danger-border-subtle:#f2a9a9;--cui-light-border-subtle:#d8dbe0;--cui-dark-border-subtle:#9da5b1;--cui-white-rgb:255,255,255;--cui-black-rgb:0,0,0;--cui-body-color-rgb:60,75,100;--cui-body-bg-rgb:255,255,255;--cui-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--cui-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--cui-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--cui-body-font-family:var(--cui-font-sans-serif);--cui-body-font-size:1rem;--cui-body-font-weight:400;--cui-body-line-height:1.5;--cui-body-color:#3c4b64;--cui-emphasis-color:#000;--cui-emphasis-color-rgb:0,0,0;--cui-secondary-color:rgba(60, 75, 100, 0.75);--cui-secondary-color-rgb:60,75,100;--cui-secondary-bg:#d8dbe0;--cui-secondary-bg-rgb:216,219,224;--cui-tertiary-color:rgba(60, 75, 100, 0.5);--cui-tertiary-color-rgb:60,75,100;--cui-tertiary-bg:#ebedef;--cui-tertiary-bg-rgb:235,237,239;--cui-body-bg:#fff;--cui-body-bg-rgb:255,255,255;--cui-link-color:#321fdb;--cui-link-color-rgb:50,31,219;--cui-link-decoration:underline;--cui-link-hover-color:#2819af;--cui-link-hover-color-rgb:40,25,175;--cui-code-color:#d63384;--cui-highlight-bg:#fff3cd;--cui-border-width:1px;--cui-border-style:solid;--cui-border-color:#c4c9d0;--cui-border-color-translucent:rgba(0, 0, 0, 0.175);--cui-border-radius:0.375rem;--cui-border-radius-sm:0.25rem;--cui-border-radius-lg:0.5rem;--cui-border-radius-xl:1rem;--cui-border-radius-2xl:2rem;--cui-border-radius-pill:50rem;--cui-box-shadow:0 0.5rem 1rem rgba(var(--cui-body-color-rgb), 0.15);--cui-box-shadow-sm:0 0.125rem 0.25rem rgba(var(--cui-body-color-rgb), 0.075);--cui-box-shadow-lg:0 1rem 3rem rgba(var(--cui-body-color-rgb), 0.175);--cui-box-shadow-inset:inset 0 1px 2px rgba(var(--cui-body-color-rgb), 0.075);--cui-emphasis-color:#000;--cui-form-control-bg:var(--cui-body-bg);--cui-form-control-disabled-bg:var(--cui-secondary-bg);--cui-highlight-bg:#fff3cd;--cui-breakpoint-xs:0;--cui-breakpoint-sm:576px;--cui-breakpoint-md:768px;--cui-breakpoint-lg:992px;--cui-breakpoint-xl:1200px;--cui-breakpoint-xxl:1400px;--cui-mobile-breakpoint:md}[data-coreui-theme=dark]{color-scheme:dark;--cui-primary:#857dcc;--cui-secondary:#a7a7a7;--cui-success:#519668;--cui-info:#5299e0;--cui-warning:#d5a439;--cui-danger:#c77171;--cui-light:rgba(255, 255, 255, 0.1);--cui-dark:rgba(0, 0, 0, 0.1);--cui-primary-rgb:133,125,204;--cui-secondary-rgb:167,167,167;--cui-success-rgb:81,150,104;--cui-info-rgb:82,153,224;--cui-warning-rgb:213,164,57;--cui-danger-rgb:199,113,113;--cui-light-rgb:255,255,255;--cui-dark-rgb:0,0,0;--cui-body-color:#adb5bd;--cui-body-color-rgb:173,181,189;--cui-body-bg:#212529;--cui-body-bg-rgb:33,37,41;--cui-emphasis-color:#f8f9fa;--cui-emphasis-color-rgb:248,249,250;--cui-secondary-color:rgba(173, 181, 189, 0.75);--cui-secondary-color-rgb:173,181,189;--cui-secondary-bg:#343a40;--cui-secondary-bg-rgb:52,58,64;--cui-tertiary-color:rgba(173, 181, 189, 0.5);--cui-tertiary-color-rgb:173,181,189;--cui-tertiary-bg:#2b3035;--cui-tertiary-bg-rgb:43,48,53;--cui-emphasis-color:#fff;--cui-primary-text:#6ea8fe;--cui-secondary-text:#dee2e6;--cui-success-text:#75b798;--cui-info-text:#6edff6;--cui-warning-text:#ffda6a;--cui-danger-text:#ea868f;--cui-light-text:#f8f9fa;--cui-dark-text:#dee2e6;--cui-primary-bg-subtle:#031633;--cui-secondary-bg-subtle:#212529;--cui-success-bg-subtle:#051b11;--cui-info-bg-subtle:#032830;--cui-warning-bg-subtle:#332701;--cui-danger-bg-subtle:#2c0b0e;--cui-light-bg-subtle:#343a40;--cui-dark-bg-subtle:#1a1d20;--cui-primary-border-subtle:#084298;--cui-secondary-border-subtle:#495057;--cui-success-border-subtle:#0f5132;--cui-info-border-subtle:#055160;--cui-warning-border-subtle:#664d03;--cui-danger-border-subtle:#842029;--cui-light-border-subtle:#495057;--cui-dark-border-subtle:#343a40;--cui-heading-color:#fff;--cui-link-color:#6ea8fe;--cui-link-hover-color:#9ec5fe;--cui-link-color-rgb:110,168,254;--cui-link-hover-color-rgb:158,197,254;--cui-code-color:#e685b5;--cui-border-color:#495057;--cui-border-color-translucent:rgba(255, 255, 255, 0.15)}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--cui-body-font-family);font-size:var(--cui-body-font-size);font-weight:var(--cui-body-font-weight);line-height:var(--cui-body-line-height);color:var(--cui-body-color);text-align:var(--cui-body-text-align);background-color:var(--cui-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--cui-border-width) solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--cui-heading-color,inherit)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;background-color:var(--cui-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--cui-link-color-rgb),var(--cui-link-opacity,1));text-decoration:underline}a:hover{--cui-link-color-rgb:var(--cui-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--cui-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--cui-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--cui-body-bg);background-color:var(--cui-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--cui-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
8
6
  /*# sourceMappingURL=coreui-reboot.min.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../../scss/coreui-reboot.scss","../../scss/_root.scss","../../scss/vendor/_rfs.scss","../../scss/_reboot.scss","dist/css/coreui-reboot.css","../../scss/mixins/_ltr-rtl.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * CoreUI - HTML, CSS, and JavaScript UI Components Library\n * @version v4.2.6\n * @link https://coreui.io/\n * Copyright (c) 2022 creativeLabs Łukasz Holeczek\n * License MIT (https://coreui.io/license/)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n",":root {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$prefix}#{$color}-rgb: #{$value};\n }\n\n --#{$prefix}white-rgb: #{to-rgb($white)};\n --#{$prefix}black-rgb: #{to-rgb($black)};\n --#{$prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$prefix}gradient: #{$gradient};\n\n // Root and body\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$prefix}root-font-size: #{$font-size-root};\n }\n --#{$prefix}body-font-family: #{$font-family-base};\n @include rfs($font-size-base, --#{$prefix}body-font-size);\n --#{$prefix}body-font-weight: #{$font-weight-base};\n --#{$prefix}body-line-height: #{$line-height-base};\n --#{$prefix}body-color: #{$body-color};\n @if $body-text-align != null {\n --#{$prefix}body-text-align: #{$body-text-align};\n }\n --#{$prefix}body-bg: #{$body-bg};\n // scss-docs-end root-body-variables\n\n // scss-docs-start root-border-var\n --#{$prefix}border-width: #{$border-width};\n --#{$prefix}border-style: #{$border-style};\n --#{$prefix}border-color: #{$border-color};\n --#{$prefix}border-color-translucent: #{$border-color-translucent};\n\n --#{$prefix}border-radius: #{$border-radius};\n --#{$prefix}border-radius-sm: #{$border-radius-sm};\n --#{$prefix}border-radius-lg: #{$border-radius-lg};\n --#{$prefix}border-radius-xl: #{$border-radius-xl};\n --#{$prefix}border-radius-2xl: #{$border-radius-2xl};\n --#{$prefix}border-radius-pill: #{$border-radius-pill};\n // scss-docs-end root-border-var\n\n --#{$prefix}heading-color: #{$headings-color};\n --#{$prefix}link-color: #{$link-color};\n --#{$prefix}link-hover-color: #{$link-hover-color};\n\n --#{$prefix}code-color: #{$code-color};\n\n --#{$prefix}highlight-bg: #{$mark-bg};\n\n @each $name, $value in $grid-breakpoints {\n --#{$prefix}breakpoint-#{$name}: #{$value};\n }\n\n --#{$prefix}mobile-breakpoint: #{$mobile-breakpoint};\n}\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n@function divide($dividend, $divisor, $precision: 10) {\n $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);\n $dividend: abs($dividend);\n $divisor: abs($divisor);\n @if $dividend == 0 {\n @return 0;\n }\n @if $divisor == 0 {\n @error \"Cannot divide by 0\";\n }\n $remainder: $dividend;\n $result: 0;\n $factor: 10;\n @while ($remainder > 0 and $precision >= 0) {\n $quotient: 0;\n @while ($remainder >= $divisor) {\n $remainder: $remainder - $divisor;\n $quotient: $quotient + 1;\n }\n $result: $result * 10 + $quotient;\n $factor: $factor * .1;\n $remainder: $remainder * 10;\n $precision: $precision - 1;\n @if ($precision < 0 and $remainder >= $divisor * 5) {\n $result: $result + 1;\n }\n }\n $result: $result * $factor * $sign;\n $dividend-unit: unit($dividend);\n $divisor-unit: unit($divisor);\n $unit-map: (\n \"px\": 1px,\n \"rem\": 1rem,\n \"em\": 1em,\n \"%\": 1%\n );\n @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {\n $result: $result * map-get($unit-map, $dividend-unit);\n }\n @return $result;\n}\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: divide($rfs-base-value, $rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: divide($rfs-base-value, divide($rfs-base-value * 0 + 1, $rfs-rem-value));\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: divide($rfs-breakpoint, $rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: divide($rfs-breakpoint, divide($rfs-breakpoint * 0 + 1, $rfs-rem-value));\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{divide($rfs-breakpoint, $rfs-rem-value)}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @if $rfs-mode == max-media-query {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + divide(abs($value) - $rfs-base-value, $rfs-factor);\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n @if $font-size-root != null {\n @include font-size(var(--#{$prefix}root-font-size));\n }\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\n// scss-docs-start reboot-body-rules\nbody {\n margin: 0; // 1\n font-family: var(--#{$prefix}body-font-family);\n @include font-size(var(--#{$prefix}body-font-size));\n font-weight: var(--#{$prefix}body-font-weight);\n line-height: var(--#{$prefix}body-line-height);\n color: var(--#{$prefix}body-color);\n text-align: var(--#{$prefix}body-text-align);\n background-color: var(--#{$prefix}body-bg); // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n// scss-docs-end reboot-body-rules\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n opacity: $hr-opacity;\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: var(--#{$prefix}heading-color);\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 2. Add explicit cursor to indicate changed behavior.\n// 3. Prevent the text-decoration to be skipped.\n\nabbr[title] {\n text-decoration: underline dotted; // 1\n cursor: help; // 2\n text-decoration-skip-ink: none; // 3\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\n// ol,\n// ul {\n// @include ltr-rtl(\"padding-left\", 2rem); // TODO: find solution\n// }\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n @include ltr-rtl(\"margin-left\", 0); // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: var(--#{$prefix}highlight-bg);\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: var(--#{$prefix}link-color);\n text-decoration: $link-decoration;\n\n &:hover {\n color: var(--#{$prefix}link-hover-color);\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: var(--#{$prefix}pre-color, $pre-color);\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: var(--#{$prefix}code-color);\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: var(--#{$prefix}kbd-color, $kbd-color);\n background-color: var(--#{$prefix}kbd-bg, $kbd-bg);\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: var(--#{$prefix}table-caption-color, $table-caption-color);\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `<td>` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-`<button>` buttons\n//\n// Details at https://github.com/twbs/bootstrap/pull/30562\n[role=\"button\"] {\n cursor: pointer;\n}\n\nselect {\n // Remove the inheritance of word-wrap in Safari.\n // See https://github.com/twbs/bootstrap/issues/24990\n word-wrap: normal;\n\n // Undo the opacity change from Chrome\n &:disabled {\n opacity: 1;\n }\n}\n\n// Remove the dropdown arrow only from text type inputs built with datalists in Chrome.\n// See https://stackoverflow.com/a/54997118\n\n[list]:not([type=\"date\"]):not([type=\"datetime-local\"]):not([type=\"month\"]):not([type=\"week\"]):not([type=\"time\"])::-webkit-calendar-picker-indicator {\n display: none !important;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-button-pointers {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n @include ltr-rtl(\"float\", left); // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n\n + * {\n clear: left; // 2\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// 1. A few input types should stay LTR\n// See https://rtlstyling.com/posts/rtl-styling#form-inputs\n\n*[dir=\"rtl\"] {\n [type=\"tel\"],\n [type=\"url\"],\n [type=\"email\"],\n [type=\"number\"] {\n direction: ltr;\n }\n}\n\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n\n// 1. Inherit font family and line height for file input buttons\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::file-selector-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n// Remove border from iframe\n\niframe {\n border: 0;\n}\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\n}\n","@charset \"UTF-8\";\n/*!\n * CoreUI - HTML, CSS, and JavaScript UI Components Library\n * @version v4.2.6\n * @link https://coreui.io/\n * Copyright (c) 2022 creativeLabs Łukasz Holeczek\n * License MIT (https://coreui.io/license/)\n */\n:root {\n --cui-blue: #0d6efd;\n --cui-indigo: #6610f2;\n --cui-purple: #6f42c1;\n --cui-pink: #d63384;\n --cui-red: #dc3545;\n --cui-orange: #fd7e14;\n --cui-yellow: #ffc107;\n --cui-green: #198754;\n --cui-teal: #20c997;\n --cui-cyan: #0dcaf0;\n --cui-black: #000015;\n --cui-white: #fff;\n --cui-gray: #8a93a2;\n --cui-gray-dark: #636f83;\n --cui-gray-100: #ebedef;\n --cui-gray-200: #d8dbe0;\n --cui-gray-300: #c4c9d0;\n --cui-gray-400: #b1b7c1;\n --cui-gray-500: #9da5b1;\n --cui-gray-600: #8a93a2;\n --cui-gray-700: #768192;\n --cui-gray-800: #636f83;\n --cui-gray-900: #4f5d73;\n --cui-primary: #321fdb;\n --cui-secondary: #9da5b1;\n --cui-success: #2eb85c;\n --cui-info: #39f;\n --cui-warning: #f9b115;\n --cui-danger: #e55353;\n --cui-light: #ebedef;\n --cui-dark: #4f5d73;\n --cui-primary-rgb: 50, 31, 219;\n --cui-secondary-rgb: 157, 165, 177;\n --cui-success-rgb: 46, 184, 92;\n --cui-info-rgb: 51, 153, 255;\n --cui-warning-rgb: 249, 177, 21;\n --cui-danger-rgb: 229, 83, 83;\n --cui-light-rgb: 235, 237, 239;\n --cui-dark-rgb: 79, 93, 115;\n --cui-white-rgb: 255, 255, 255;\n --cui-black-rgb: 0, 0, 21;\n --cui-body-color-rgb: 44, 56, 74;\n --cui-body-bg-rgb: 255, 255, 255;\n --cui-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --cui-body-font-family: var(--cui-font-sans-serif);\n --cui-body-font-size: 1rem;\n --cui-body-font-weight: 400;\n --cui-body-line-height: 1.5;\n --cui-body-color: rgba(44, 56, 74, 0.95);\n --cui-body-bg: #fff;\n --cui-border-width: 1px;\n --cui-border-style: solid;\n --cui-border-color: #d8dbe0;\n --cui-border-color-translucent: rgba(0, 0, 21, 0.175);\n --cui-border-radius: 0.375rem;\n --cui-border-radius-sm: 0.25rem;\n --cui-border-radius-lg: 0.5rem;\n --cui-border-radius-xl: 1rem;\n --cui-border-radius-2xl: 2rem;\n --cui-border-radius-pill: 50rem;\n --cui-heading-color: unset;\n --cui-link-color: #321fdb;\n --cui-link-hover-color: #2819af;\n --cui-code-color: #d63384;\n --cui-highlight-bg: #fff3cd;\n --cui-breakpoint-xs: 0;\n --cui-breakpoint-sm: 576px;\n --cui-breakpoint-md: 768px;\n --cui-breakpoint-lg: 992px;\n --cui-breakpoint-xl: 1200px;\n --cui-breakpoint-xxl: 1400px;\n --cui-mobile-breakpoint: md;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n :root {\n scroll-behavior: smooth;\n }\n}\n\nbody {\n margin: 0;\n font-family: var(--cui-body-font-family);\n font-size: var(--cui-body-font-size);\n font-weight: var(--cui-body-font-weight);\n line-height: var(--cui-body-line-height);\n color: var(--cui-body-color);\n text-align: var(--cui-body-text-align);\n background-color: var(--cui-body-bg);\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 21, 0);\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n border: 0;\n border-top: 1px solid;\n opacity: 0.25;\n}\n\nh6, h5, h4, h3, h2, h1 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n color: var(--cui-heading-color);\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title] {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.1875em;\n background-color: var(--cui-highlight-bg);\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n color: var(--cui-link-color);\n text-decoration: underline;\n}\na:hover {\n color: var(--cui-link-hover-color);\n}\n\na:not([href]):not([class]), a:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--cui-font-monospace);\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n color: var(--cui-pre-color, unset);\n}\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: var(--cui-code-color);\n word-wrap: break-word;\n}\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.1875rem 0.375rem;\n font-size: 0.875em;\n color: var(--cui-kbd-color, var(--cui-body-bg));\n background-color: var(--cui-kbd-bg, var(--cui-body-color));\n border-radius: 0.25rem;\n}\nkbd kbd {\n padding: 0;\n font-size: 1em;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: var(--cui-table-caption-color, rgba(44, 56, 74, 0.38));\n text-align: left;\n}\n\nth {\n font-weight: 600;\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=button] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\nselect:disabled {\n opacity: 1;\n}\n\n[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {\n display: none !important;\n}\n\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nbutton:not(:disabled),\n[type=button]:not(:disabled),\n[type=reset]:not(:disabled),\n[type=submit]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n}\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=search] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n*[dir=rtl] [type=tel],\n*[dir=rtl] [type=url],\n*[dir=rtl] [type=email],\n*[dir=rtl] [type=number] {\n direction: ltr;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\n::file-selector-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=coreui-reboot.css.map */","@mixin ltr {\n @if $enable-ltr {\n html:not([dir=\"rtl\"]) & {\n @content;\n }\n }\n}\n\n@mixin rtl {\n @if $enable-rtl {\n *[dir=\"rtl\"] & {\n @content;\n }\n }\n}\n\n@function reflect($element) {\n $string: #{$element};\n @if str-index($string, \"left\") {\n @return str-replace($string, \"left\", \"right\");\n }\n @if str-index($string, \"right\") {\n @return str-replace($string, \"right\", \"left\");\n }\n\n @return unquote($string);\n}\n\n@mixin ltr-rtl($property, $value, $property-rtl: null, $value-rtl: null, $important: null) {\n $property-reflected: reflect($property);\n $value-reflected: reflect($value);\n\n @if $enable-ltr and $enable-rtl {\n @include ltr() {\n #{$property}: $value $important;\n }\n @include rtl() {\n @if $value-rtl {\n #{$property-reflected}: $value-rtl $important;\n }\n @else {\n #{$property-reflected}: $value-reflected $important;\n }\n }\n }\n @else {\n @if $enable-rtl {\n @if $value-rtl {\n #{$property-reflected}: $value-rtl $important;\n }\n @else {\n #{$property-reflected}: $value-reflected $important;\n }\n }\n @else {\n #{$property}: $value $important;\n }\n }\n}\n\n@mixin ltr-rtl-value-only($property, $value, $value-rtl: null, $important: null) {\n $value-reflected: reflect($value);\n\n @if $enable-ltr and $enable-rtl {\n @include ltr() {\n #{$property}: $value $important;\n }\n @include rtl() {\n @if $value-rtl {\n #{$property}: $value-rtl $important;\n } @else {\n #{$property}: $value-reflected $important;\n }\n }\n }\n @else {\n @if $enable-rtl {\n @if $value-rtl {\n #{$property}: $value-rtl $important;\n } @else {\n #{$property}: $value-reflected $important;\n }\n } @else {\n #{$property}: $value $important;\n }\n }\n}\n","// stylelint-disable property-disallowed-list\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n// scss-docs-start border-radius-mixins\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-end-radius($radius: $border-radius) {\n @if $enable-rounded {\n @include ltr-rtl(\"border-top-right-radius\", valid-radius($radius));\n @include ltr-rtl(\"border-bottom-right-radius\", valid-radius($radius));\n }\n}\n\n@mixin border-bottom-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-start-radius($radius: $border-radius) {\n @if $enable-rounded {\n @include ltr-rtl(\"border-top-left-radius\", valid-radius($radius));\n @include ltr-rtl(\"border-bottom-left-radius\", valid-radius($radius));\n }\n}\n\n@mixin border-top-start-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-end-radius($radius: $border-radius) {\n @if $enable-rounded {\n @include ltr-rtl(\"border-top-right-radius\", valid-radius($radius));\n }\n}\n\n@mixin border-bottom-end-radius($radius: $border-radius) {\n @if $enable-rounded {\n @include ltr-rtl(\"border-bottom-right-radius\", valid-radius($radius));\n }\n}\n\n@mixin border-bottom-start-radius($radius: $border-radius) {\n @if $enable-rounded {\n @include ltr-rtl(\"border-bottom-left-radius\", valid-radius($radius));\n }\n}\n// scss-docs-end border-radius-mixins\n"]}
1
+ {"version":3,"sources":["../../scss/mixins/_banner.scss","../../scss/_root.scss","dist/css/coreui-reboot.css","../../scss/vendor/_rfs.scss","../../scss/mixins/_color-mode.scss","../../scss/_reboot.scss","../../scss/mixins/_border-radius.scss"],"names":[],"mappings":"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","sourcesContent":["@mixin cuiBanner($file) {\n /*!\n * CoreUI #{$file} v5.0.0-alpha.0 (https://getbootstrap.com/)\n * Copyright (c) 2022 creativeLabs Łukasz Holeczek\n * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)\n */\n}\n",":root,\n[data-coreui-theme=\"light\"] {\n // Note: Custom variable values only support SassScript inside `#{}`.\n\n // Colors\n //\n // Generate palettes for full colors, grays, and theme colors.\n\n @each $color, $value in $colors {\n --#{$prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $grays {\n --#{$prefix}gray-#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-rgb {\n --#{$prefix}#{$color}-rgb: #{$value};\n }\n\n @each $color, $value in $theme-colors-text {\n --#{$prefix}#{$color}-text: #{$value};\n }\n\n @each $color, $value in $theme-colors-bg-subtle {\n --#{$prefix}#{$color}-bg-subtle: #{$value};\n }\n\n @each $color, $value in $theme-colors-border-subtle {\n --#{$prefix}#{$color}-border-subtle: #{$value};\n }\n\n --#{$prefix}white-rgb: #{to-rgb($white)};\n --#{$prefix}black-rgb: #{to-rgb($black)};\n --#{$prefix}body-color-rgb: #{to-rgb($body-color)};\n --#{$prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n // Fonts\n\n // Note: Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$prefix}gradient: #{$gradient};\n\n // Root and body\n // scss-docs-start root-body-variables\n @if $font-size-root != null {\n --#{$prefix}root-font-size: #{$font-size-root};\n }\n --#{$prefix}body-font-family: #{inspect($font-family-base)};\n @include rfs($font-size-base, --#{$prefix}body-font-size);\n --#{$prefix}body-font-weight: #{$font-weight-base};\n --#{$prefix}body-line-height: #{$line-height-base};\n --#{$prefix}body-color: #{$body-color};\n\n --#{$prefix}emphasis-color: #{$body-emphasis-color};\n --#{$prefix}emphasis-color-rgb: #{to-rgb($body-emphasis-color)};\n\n --#{$prefix}secondary-color: #{$body-secondary-color};\n --#{$prefix}secondary-color-rgb: #{to-rgb($body-secondary-color)};\n --#{$prefix}secondary-bg: #{$body-secondary-bg};\n --#{$prefix}secondary-bg-rgb: #{to-rgb($body-secondary-bg)};\n\n --#{$prefix}tertiary-color: #{$body-tertiary-color};\n --#{$prefix}tertiary-color-rgb: #{to-rgb($body-tertiary-color)};\n --#{$prefix}tertiary-bg: #{$body-tertiary-bg};\n --#{$prefix}tertiary-bg-rgb: #{to-rgb($body-tertiary-bg)};\n\n @if $body-text-align != null {\n --#{$prefix}body-text-align: #{$body-text-align};\n }\n --#{$prefix}body-bg: #{$body-bg};\n --#{$prefix}body-bg-rgb: #{to-rgb($body-bg)};\n // scss-docs-end root-body-variables\n\n @if $headings-color != null {\n --#{$prefix}heading-color: #{$headings-color};\n }\n\n --#{$prefix}link-color: #{$link-color};\n --#{$prefix}link-color-rgb: #{to-rgb($link-color)};\n --#{$prefix}link-decoration: #{$link-decoration};\n\n --#{$prefix}link-hover-color: #{$link-hover-color};\n --#{$prefix}link-hover-color-rgb: #{to-rgb($link-hover-color)};\n\n @if $link-hover-decoration != null {\n --#{$prefix}link-hover-decoration: #{$link-hover-decoration};\n }\n\n --#{$prefix}code-color: #{$code-color};\n --#{$prefix}highlight-bg: #{$mark-bg};\n\n // scss-docs-start root-border-var\n --#{$prefix}border-width: #{$border-width};\n --#{$prefix}border-style: #{$border-style};\n --#{$prefix}border-color: #{$border-color};\n --#{$prefix}border-color-translucent: #{$border-color-translucent};\n\n --#{$prefix}border-radius: #{$border-radius};\n --#{$prefix}border-radius-sm: #{$border-radius-sm};\n --#{$prefix}border-radius-lg: #{$border-radius-lg};\n --#{$prefix}border-radius-xl: #{$border-radius-xl};\n --#{$prefix}border-radius-2xl: #{$border-radius-2xl};\n --#{$prefix}border-radius-pill: #{$border-radius-pill};\n // scss-docs-end root-border-var\n\n --#{$prefix}box-shadow: #{$box-shadow};\n --#{$prefix}box-shadow-sm: #{$box-shadow-sm};\n --#{$prefix}box-shadow-lg: #{$box-shadow-lg};\n --#{$prefix}box-shadow-inset: #{$box-shadow-inset};\n\n --#{$prefix}emphasis-color: #{$emphasis-color};\n\n // scss-docs-start form-control-vars\n --#{$prefix}form-control-bg: var(--#{$prefix}body-bg);\n --#{$prefix}form-control-disabled-bg: var(--#{$prefix}secondary-bg);\n // scss-docs-end form-control-vars\n\n --#{$prefix}highlight-bg: #{$mark-bg};\n\n @each $name, $value in $grid-breakpoints {\n --#{$prefix}breakpoint-#{$name}: #{$value};\n }\n\n --#{$prefix}mobile-breakpoint: #{$mobile-breakpoint};\n}\n\n@if $enable-dark-mode {\n @include color-mode(dark, true) {\n color-scheme: dark;\n\n @each $color, $value in $theme-colors-dark {\n --#{$prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors-dark-rgb {\n --#{$prefix}#{$color}-rgb: #{$value};\n }\n\n // scss-docs-start root-dark-mode-vars\n --#{$prefix}body-color: #{$body-color-dark};\n --#{$prefix}body-color-rgb: #{to-rgb($body-color-dark)};\n --#{$prefix}body-bg: #{$body-bg-dark};\n --#{$prefix}body-bg-rgb: #{to-rgb($body-bg-dark)};\n\n --#{$prefix}emphasis-color: #{$body-emphasis-color-dark};\n --#{$prefix}emphasis-color-rgb: #{to-rgb($body-emphasis-color-dark)};\n\n --#{$prefix}secondary-color: #{$body-secondary-color-dark};\n --#{$prefix}secondary-color-rgb: #{to-rgb($body-secondary-color-dark)};\n --#{$prefix}secondary-bg: #{$body-secondary-bg-dark};\n --#{$prefix}secondary-bg-rgb: #{to-rgb($body-secondary-bg-dark)};\n\n --#{$prefix}tertiary-color: #{$body-tertiary-color-dark};\n --#{$prefix}tertiary-color-rgb: #{to-rgb($body-tertiary-color-dark)};\n --#{$prefix}tertiary-bg: #{$body-tertiary-bg-dark};\n --#{$prefix}tertiary-bg-rgb: #{to-rgb($body-tertiary-bg-dark)};\n\n --#{$prefix}emphasis-color: #{$emphasis-color-dark};\n\n --#{$prefix}primary-text: #{$primary-text-dark};\n --#{$prefix}secondary-text: #{$secondary-text-dark};\n --#{$prefix}success-text: #{$success-text-dark};\n --#{$prefix}info-text: #{$info-text-dark};\n --#{$prefix}warning-text: #{$warning-text-dark};\n --#{$prefix}danger-text: #{$danger-text-dark};\n --#{$prefix}light-text: #{$light-text-dark};\n --#{$prefix}dark-text: #{$dark-text-dark};\n\n --#{$prefix}primary-bg-subtle: #{$primary-bg-subtle-dark};\n --#{$prefix}secondary-bg-subtle: #{$secondary-bg-subtle-dark};\n --#{$prefix}success-bg-subtle: #{$success-bg-subtle-dark};\n --#{$prefix}info-bg-subtle: #{$info-bg-subtle-dark};\n --#{$prefix}warning-bg-subtle: #{$warning-bg-subtle-dark};\n --#{$prefix}danger-bg-subtle: #{$danger-bg-subtle-dark};\n --#{$prefix}light-bg-subtle: #{$light-bg-subtle-dark};\n --#{$prefix}dark-bg-subtle: #{$dark-bg-subtle-dark};\n\n --#{$prefix}primary-border-subtle: #{$primary-border-subtle-dark};\n --#{$prefix}secondary-border-subtle: #{$secondary-border-subtle-dark};\n --#{$prefix}success-border-subtle: #{$success-border-subtle-dark};\n --#{$prefix}info-border-subtle: #{$info-border-subtle-dark};\n --#{$prefix}warning-border-subtle: #{$warning-border-subtle-dark};\n --#{$prefix}danger-border-subtle: #{$danger-border-subtle-dark};\n --#{$prefix}light-border-subtle: #{$light-border-subtle-dark};\n --#{$prefix}dark-border-subtle: #{$dark-border-subtle-dark};\n\n --#{$prefix}heading-color: #{$headings-color-dark};\n\n --#{$prefix}link-color: #{$link-color-dark};\n --#{$prefix}link-hover-color: #{$link-hover-color-dark};\n --#{$prefix}link-color-rgb: #{to-rgb($link-color-dark)};\n --#{$prefix}link-hover-color-rgb: #{to-rgb($link-hover-color-dark)};\n\n --#{$prefix}code-color: #{$code-color-dark};\n\n --#{$prefix}border-color: #{$border-color-dark};\n --#{$prefix}border-color-translucent: #{$border-color-translucent-dark};\n // scss-docs-end root-dark-mode-vars\n }\n}\n","@charset \"UTF-8\";\n/*!\n * CoreUI Reboot v5.0.0-alpha.0 (https://getbootstrap.com/)\n * Copyright (c) 2022 creativeLabs Łukasz Holeczek\n * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)\n */\n:root,\n[data-coreui-theme=light] {\n --cui-blue: #0d6efd;\n --cui-indigo: #6610f2;\n --cui-purple: #6f42c1;\n --cui-pink: #d63384;\n --cui-red: #dc3545;\n --cui-orange: #fd7e14;\n --cui-yellow: #ffc107;\n --cui-green: #198754;\n --cui-teal: #20c997;\n --cui-cyan: #0dcaf0;\n --cui-black: #000;\n --cui-white: #fff;\n --cui-gray: #8a93a2;\n --cui-gray-dark: #4f5d73;\n --cui-gray-100: #ebedef;\n --cui-gray-200: #d8dbe0;\n --cui-gray-300: #c4c9d0;\n --cui-gray-400: #b1b7c1;\n --cui-gray-500: #9da5b1;\n --cui-gray-600: #8a93a2;\n --cui-gray-700: #636f83;\n --cui-gray-800: #4f5d73;\n --cui-gray-900: #3c4b64;\n --cui-primary: #321fdb;\n --cui-secondary: #9da5b1;\n --cui-success: #2eb85c;\n --cui-info: #39f;\n --cui-warning: #f9b115;\n --cui-danger: #e55353;\n --cui-light: #ebedef;\n --cui-dark: #3c4b64;\n --cui-primary-rgb: 50, 31, 219;\n --cui-secondary-rgb: 157, 165, 177;\n --cui-success-rgb: 46, 184, 92;\n --cui-info-rgb: 51, 153, 255;\n --cui-warning-rgb: 249, 177, 21;\n --cui-danger-rgb: 229, 83, 83;\n --cui-light-rgb: 235, 237, 239;\n --cui-dark-rgb: 60, 75, 100;\n --cui-primary-text: #1f1498;\n --cui-secondary-text: #212233;\n --cui-success-text: #1b9e3e;\n --cui-info-text: #2982cc;\n --cui-warning-text: #f6960b;\n --cui-danger-text: #d93737;\n --cui-light-text: #8a93a2;\n --cui-dark-text: #636f83;\n --cui-primary-bg-subtle: #ccc7f6;\n --cui-secondary-bg-subtle: #ced2d8;\n --cui-success-bg-subtle: #cbedd6;\n --cui-info-bg-subtle: #c0e6ff;\n --cui-warning-bg-subtle: #feecc5;\n --cui-danger-bg-subtle: #f9d4d4;\n --cui-light-bg-subtle: #f5f6f7;\n --cui-dark-bg-subtle: #b1b7c1;\n --cui-primary-border-subtle: #988fed;\n --cui-secondary-border-subtle: #9da5b1;\n --cui-success-border-subtle: #96dbad;\n --cui-info-border-subtle: #80c6ff;\n --cui-warning-border-subtle: #fcd88a;\n --cui-danger-border-subtle: #f2a9a9;\n --cui-light-border-subtle: #d8dbe0;\n --cui-dark-border-subtle: #9da5b1;\n --cui-white-rgb: 255, 255, 255;\n --cui-black-rgb: 0, 0, 0;\n --cui-body-color-rgb: 60, 75, 100;\n --cui-body-bg-rgb: 255, 255, 255;\n --cui-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n --cui-body-font-family: var(--cui-font-sans-serif);\n --cui-body-font-size: 1rem;\n --cui-body-font-weight: 400;\n --cui-body-line-height: 1.5;\n --cui-body-color: #3c4b64;\n --cui-emphasis-color: #000;\n --cui-emphasis-color-rgb: 0, 0, 0;\n --cui-secondary-color: rgba(60, 75, 100, 0.75);\n --cui-secondary-color-rgb: 60, 75, 100;\n --cui-secondary-bg: #d8dbe0;\n --cui-secondary-bg-rgb: 216, 219, 224;\n --cui-tertiary-color: rgba(60, 75, 100, 0.5);\n --cui-tertiary-color-rgb: 60, 75, 100;\n --cui-tertiary-bg: #ebedef;\n --cui-tertiary-bg-rgb: 235, 237, 239;\n --cui-body-bg: #fff;\n --cui-body-bg-rgb: 255, 255, 255;\n --cui-link-color: #321fdb;\n --cui-link-color-rgb: 50, 31, 219;\n --cui-link-decoration: underline;\n --cui-link-hover-color: #2819af;\n --cui-link-hover-color-rgb: 40, 25, 175;\n --cui-code-color: #d63384;\n --cui-highlight-bg: #fff3cd;\n --cui-border-width: 1px;\n --cui-border-style: solid;\n --cui-border-color: #c4c9d0;\n --cui-border-color-translucent: rgba(0, 0, 0, 0.175);\n --cui-border-radius: 0.375rem;\n --cui-border-radius-sm: 0.25rem;\n --cui-border-radius-lg: 0.5rem;\n --cui-border-radius-xl: 1rem;\n --cui-border-radius-2xl: 2rem;\n --cui-border-radius-pill: 50rem;\n --cui-box-shadow: 0 0.5rem 1rem rgba(var(--cui-body-color-rgb), 0.15);\n --cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--cui-body-color-rgb), 0.075);\n --cui-box-shadow-lg: 0 1rem 3rem rgba(var(--cui-body-color-rgb), 0.175);\n --cui-box-shadow-inset: inset 0 1px 2px rgba(var(--cui-body-color-rgb), 0.075);\n --cui-emphasis-color: #000;\n --cui-form-control-bg: var(--cui-body-bg);\n --cui-form-control-disabled-bg: var(--cui-secondary-bg);\n --cui-highlight-bg: #fff3cd;\n --cui-breakpoint-xs: 0;\n --cui-breakpoint-sm: 576px;\n --cui-breakpoint-md: 768px;\n --cui-breakpoint-lg: 992px;\n --cui-breakpoint-xl: 1200px;\n --cui-breakpoint-xxl: 1400px;\n --cui-mobile-breakpoint: md;\n}\n\n[data-coreui-theme=dark] {\n color-scheme: dark;\n --cui-primary: #857dcc;\n --cui-secondary: #a7a7a7;\n --cui-success: #519668;\n --cui-info: #5299e0;\n --cui-warning: #d5a439;\n --cui-danger: #c77171;\n --cui-light: rgba(255, 255, 255, 0.1);\n --cui-dark: rgba(0, 0, 0, 0.1);\n --cui-primary-rgb: 133, 125, 204;\n --cui-secondary-rgb: 167, 167, 167;\n --cui-success-rgb: 81, 150, 104;\n --cui-info-rgb: 82, 153, 224;\n --cui-warning-rgb: 213, 164, 57;\n --cui-danger-rgb: 199, 113, 113;\n --cui-light-rgb: 255, 255, 255;\n --cui-dark-rgb: 0, 0, 0;\n --cui-body-color: #adb5bd;\n --cui-body-color-rgb: 173, 181, 189;\n --cui-body-bg: #212529;\n --cui-body-bg-rgb: 33, 37, 41;\n --cui-emphasis-color: #f8f9fa;\n --cui-emphasis-color-rgb: 248, 249, 250;\n --cui-secondary-color: rgba(173, 181, 189, 0.75);\n --cui-secondary-color-rgb: 173, 181, 189;\n --cui-secondary-bg: #343a40;\n --cui-secondary-bg-rgb: 52, 58, 64;\n --cui-tertiary-color: rgba(173, 181, 189, 0.5);\n --cui-tertiary-color-rgb: 173, 181, 189;\n --cui-tertiary-bg: #2b3035;\n --cui-tertiary-bg-rgb: 43, 48, 53;\n --cui-emphasis-color: #fff;\n --cui-primary-text: #6ea8fe;\n --cui-secondary-text: #dee2e6;\n --cui-success-text: #75b798;\n --cui-info-text: #6edff6;\n --cui-warning-text: #ffda6a;\n --cui-danger-text: #ea868f;\n --cui-light-text: #f8f9fa;\n --cui-dark-text: #dee2e6;\n --cui-primary-bg-subtle: #031633;\n --cui-secondary-bg-subtle: #212529;\n --cui-success-bg-subtle: #051b11;\n --cui-info-bg-subtle: #032830;\n --cui-warning-bg-subtle: #332701;\n --cui-danger-bg-subtle: #2c0b0e;\n --cui-light-bg-subtle: #343a40;\n --cui-dark-bg-subtle: #1a1d20;\n --cui-primary-border-subtle: #084298;\n --cui-secondary-border-subtle: #495057;\n --cui-success-border-subtle: #0f5132;\n --cui-info-border-subtle: #055160;\n --cui-warning-border-subtle: #664d03;\n --cui-danger-border-subtle: #842029;\n --cui-light-border-subtle: #495057;\n --cui-dark-border-subtle: #343a40;\n --cui-heading-color: #fff;\n --cui-link-color: #6ea8fe;\n --cui-link-hover-color: #9ec5fe;\n --cui-link-color-rgb: 110, 168, 254;\n --cui-link-hover-color-rgb: 158, 197, 254;\n --cui-code-color: #e685b5;\n --cui-border-color: #495057;\n --cui-border-color-translucent: rgba(255, 255, 255, 0.15);\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n :root {\n scroll-behavior: smooth;\n }\n}\n\nbody {\n margin: 0;\n font-family: var(--cui-body-font-family);\n font-size: var(--cui-body-font-size);\n font-weight: var(--cui-body-font-weight);\n line-height: var(--cui-body-line-height);\n color: var(--cui-body-color);\n text-align: var(--cui-body-text-align);\n background-color: var(--cui-body-bg);\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\nhr {\n margin: 1rem 0;\n color: inherit;\n border: 0;\n border-top: var(--cui-border-width) solid;\n opacity: 0.25;\n}\n\nh6, h5, h4, h3, h2, h1 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n color: var(--cui-heading-color, inherit);\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n@media (min-width: 1200px) {\n h1 {\n font-size: 2.5rem;\n }\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n@media (min-width: 1200px) {\n h2 {\n font-size: 2rem;\n }\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n@media (min-width: 1200px) {\n h3 {\n font-size: 1.75rem;\n }\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n@media (min-width: 1200px) {\n h4 {\n font-size: 1.5rem;\n }\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title] {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 0.875em;\n}\n\nmark {\n padding: 0.1875em;\n background-color: var(--cui-highlight-bg);\n}\n\nsub,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 1));\n text-decoration: underline;\n}\na:hover {\n --cui-link-color-rgb: var(--cui-link-hover-color-rgb);\n}\n\na:not([href]):not([class]), a:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: var(--cui-font-monospace);\n font-size: 1em;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n font-size: 0.875em;\n}\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\ncode {\n font-size: 0.875em;\n color: var(--cui-code-color);\n word-wrap: break-word;\n}\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.1875rem 0.375rem;\n font-size: 0.875em;\n color: var(--cui-body-bg);\n background-color: var(--cui-body-color);\n border-radius: 0.25rem;\n}\nkbd kbd {\n padding: 0;\n font-size: 1em;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n color: var(--cui-secondary-color);\n text-align: left;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\nlabel {\n display: inline-block;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=button] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\nselect:disabled {\n opacity: 1;\n}\n\n[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {\n display: none !important;\n}\n\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nbutton:not(:disabled),\n[type=button]:not(:disabled),\n[type=reset]:not(:disabled),\n[type=submit]:not(:disabled) {\n cursor: pointer;\n}\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n float: left;\n width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: calc(1.275rem + 0.3vw);\n line-height: inherit;\n}\n@media (min-width: 1200px) {\n legend {\n font-size: 1.5rem;\n }\n}\nlegend + * {\n clear: left;\n}\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n[type=search] {\n outline-offset: -2px;\n -webkit-appearance: textfield;\n}\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n direction: ltr;\n}\n*/\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\n::file-selector-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\niframe {\n border: 0;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=coreui-reboot.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n@function divide($dividend, $divisor, $precision: 10) {\n $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);\n $dividend: abs($dividend);\n $divisor: abs($divisor);\n @if $dividend == 0 {\n @return 0;\n }\n @if $divisor == 0 {\n @error \"Cannot divide by 0\";\n }\n $remainder: $dividend;\n $result: 0;\n $factor: 10;\n @while ($remainder > 0 and $precision >= 0) {\n $quotient: 0;\n @while ($remainder >= $divisor) {\n $remainder: $remainder - $divisor;\n $quotient: $quotient + 1;\n }\n $result: $result * 10 + $quotient;\n $factor: $factor * .1;\n $remainder: $remainder * 10;\n $precision: $precision - 1;\n @if ($precision < 0 and $remainder >= $divisor * 5) {\n $result: $result + 1;\n }\n }\n $result: $result * $factor * $sign;\n $dividend-unit: unit($dividend);\n $divisor-unit: unit($divisor);\n $unit-map: (\n \"px\": 1px,\n \"rem\": 1rem,\n \"em\": 1em,\n \"%\": 1%\n );\n @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {\n $result: $result * map-get($unit-map, $dividend-unit);\n }\n @return $result;\n}\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: divide($rfs-base-value, $rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: divide($rfs-base-value, divide($rfs-base-value * 0 + 1, $rfs-rem-value));\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: divide($rfs-breakpoint, $rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: divide($rfs-breakpoint, divide($rfs-breakpoint * 0 + 1, $rfs-rem-value));\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{divide($rfs-breakpoint, $rfs-rem-value)}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @if $rfs-mode == max-media-query {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + divide(abs($value) - $rfs-base-value, $rfs-factor);\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","// scss-docs-start color-mode-mixin\n@mixin color-mode($mode: light, $root: false) {\n @if $color-mode-type == \"media-query\" {\n @if $root == true {\n @media (prefers-color-scheme: $mode) {\n :root {\n @content;\n }\n }\n } @else {\n @media (prefers-color-scheme: $mode) {\n @content;\n }\n }\n } @else {\n [data-coreui-theme=\"#{$mode}\"] {\n @content;\n }\n }\n}\n// scss-docs-end color-mode-mixin\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n @if $font-size-root != null {\n @include font-size(var(--#{$prefix}root-font-size));\n }\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\n// scss-docs-start reboot-body-rules\nbody {\n margin: 0; // 1\n font-family: var(--#{$prefix}body-font-family);\n @include font-size(var(--#{$prefix}body-font-size));\n font-weight: var(--#{$prefix}body-font-weight);\n line-height: var(--#{$prefix}body-line-height);\n color: var(--#{$prefix}body-color);\n text-align: var(--#{$prefix}body-text-align);\n background-color: var(--#{$prefix}body-bg); // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n// scss-docs-end reboot-body-rules\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n opacity: $hr-opacity;\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: var(--#{$prefix}heading-color, inherit);\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 2. Add explicit cursor to indicate changed behavior.\n// 3. Prevent the text-decoration to be skipped.\n\nabbr[title] {\n text-decoration: underline dotted; // 1\n cursor: help; // 2\n text-decoration-skip-ink: none; // 3\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: var(--#{$prefix}highlight-bg);\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, 1));\n text-decoration: $link-decoration;\n\n &:hover {\n --#{$prefix}link-color-rgb: var(--#{$prefix}link-hover-color-rgb);\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: var(--#{$prefix}code-color);\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `<td>` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-`<button>` buttons\n//\n// Details at https://github.com/twbs/bootstrap/pull/30562\n[role=\"button\"] {\n cursor: pointer;\n}\n\nselect {\n // Remove the inheritance of word-wrap in Safari.\n // See https://github.com/twbs/bootstrap/issues/24990\n word-wrap: normal;\n\n // Undo the opacity change from Chrome\n &:disabled {\n opacity: 1;\n }\n}\n\n// Remove the dropdown arrow only from text type inputs built with datalists in Chrome.\n// See https://stackoverflow.com/a/54997118\n\n[list]:not([type=\"date\"]):not([type=\"datetime-local\"]):not([type=\"month\"]):not([type=\"week\"]):not([type=\"time\"])::-webkit-calendar-picker-indicator {\n display: none !important;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n\n @if $enable-button-pointers {\n &:not(:disabled) {\n cursor: pointer; // 3\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n// unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n// So we reset that to ensure fieldsets behave more like a standard block element.\n// See https://github.com/twbs/bootstrap/issues/12359\n// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n min-width: 0; // 1\n padding: 0; // 2\n margin: 0; // 2\n border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n// This way the border of a fieldset wraps around the legend if present.\n// 2. Fix wrapping bug.\n// See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n float: left; // 1\n width: 100%;\n padding: 0;\n margin-bottom: $legend-margin-bottom;\n @include font-size($legend-font-size);\n font-weight: $legend-font-weight;\n line-height: inherit;\n\n + * {\n clear: left; // 2\n }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n padding: 0;\n}\n\n::-webkit-inner-spin-button {\n height: auto;\n}\n\n// 1. Correct the outline style in Safari.\n// 2. This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\n[type=\"search\"] {\n outline-offset: -2px; // 1\n -webkit-appearance: textfield; // 2\n}\n\n// 1. A few input types should stay LTR\n// See https://rtlstyling.com/posts/rtl-styling#form-inputs\n// 2. RTL only output\n// See https://rtlcss.com/learn/usage-guide/control-directives/#raw\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n direction: ltr;\n}\n*/\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n padding: 0;\n}\n\n\n// 1. Inherit font family and line height for file input buttons\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::file-selector-button {\n font: inherit; // 1\n -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n display: inline-block;\n}\n\n// Remove border from iframe\n\niframe {\n border: 0;\n}\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n display: list-item; // 1\n cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n display: none !important;\n}\n","// stylelint-disable property-disallowed-list\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n $return: ();\n @each $value in $radius {\n @if type-of($value) == number {\n $return: append($return, max($value, 0));\n } @else {\n $return: append($return, $value);\n }\n }\n @return $return;\n}\n\n// scss-docs-start border-radius-mixins\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: valid-radius($radius);\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-end-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-start-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-start-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-left-radius: valid-radius($radius);\n }\n}\n\n@mixin border-top-end-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-top-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-end-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-bottom-right-radius: valid-radius($radius);\n }\n}\n\n@mixin border-bottom-start-radius($radius: $border-radius) {\n @if $enable-rounded {\n border-bottom-left-radius: valid-radius($radius);\n }\n}\n// scss-docs-end border-radius-mixins\n"]}
@@ -1,19 +1,11 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * CoreUI - HTML, CSS, and JavaScript UI Components Library
4
- * @version v4.2.6
5
- * @link https://coreui.io/
3
+ * CoreUI Reboot v5.0.0-alpha.0 (https://getbootstrap.com/)
6
4
  * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
- * License MIT (https://coreui.io/license/)
8
- */
9
- /*!
10
- * CoreUI - HTML, CSS, and JavaScript UI Components Library
11
- * @version v4.2.6
12
- * @link https://coreui.io/
13
- * Copyright (c) 2022 creativeLabs Łukasz Holeczek
14
- * License MIT (https://coreui.io/license/)
5
+ * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
15
6
  */
16
- :root {
7
+ :root,
8
+ [data-coreui-theme=light] {
17
9
  --cui-blue: #0d6efd;
18
10
  --cui-indigo: #6610f2;
19
11
  --cui-purple: #6f42c1;
@@ -24,19 +16,19 @@
24
16
  --cui-green: #198754;
25
17
  --cui-teal: #20c997;
26
18
  --cui-cyan: #0dcaf0;
27
- --cui-black: #000015;
19
+ --cui-black: #000;
28
20
  --cui-white: #fff;
29
21
  --cui-gray: #8a93a2;
30
- --cui-gray-dark: #636f83;
22
+ --cui-gray-dark: #4f5d73;
31
23
  --cui-gray-100: #ebedef;
32
24
  --cui-gray-200: #d8dbe0;
33
25
  --cui-gray-300: #c4c9d0;
34
26
  --cui-gray-400: #b1b7c1;
35
27
  --cui-gray-500: #9da5b1;
36
28
  --cui-gray-600: #8a93a2;
37
- --cui-gray-700: #768192;
38
- --cui-gray-800: #636f83;
39
- --cui-gray-900: #4f5d73;
29
+ --cui-gray-700: #636f83;
30
+ --cui-gray-800: #4f5d73;
31
+ --cui-gray-900: #3c4b64;
40
32
  --cui-primary: #321fdb;
41
33
  --cui-secondary: #9da5b1;
42
34
  --cui-success: #2eb85c;
@@ -44,7 +36,7 @@
44
36
  --cui-warning: #f9b115;
45
37
  --cui-danger: #e55353;
46
38
  --cui-light: #ebedef;
47
- --cui-dark: #4f5d73;
39
+ --cui-dark: #3c4b64;
48
40
  --cui-primary-rgb: 50, 31, 219;
49
41
  --cui-secondary-rgb: 157, 165, 177;
50
42
  --cui-success-rgb: 46, 184, 92;
@@ -52,10 +44,34 @@
52
44
  --cui-warning-rgb: 249, 177, 21;
53
45
  --cui-danger-rgb: 229, 83, 83;
54
46
  --cui-light-rgb: 235, 237, 239;
55
- --cui-dark-rgb: 79, 93, 115;
47
+ --cui-dark-rgb: 60, 75, 100;
48
+ --cui-primary-text: #1f1498;
49
+ --cui-secondary-text: #212233;
50
+ --cui-success-text: #1b9e3e;
51
+ --cui-info-text: #2982cc;
52
+ --cui-warning-text: #f6960b;
53
+ --cui-danger-text: #d93737;
54
+ --cui-light-text: #8a93a2;
55
+ --cui-dark-text: #636f83;
56
+ --cui-primary-bg-subtle: #ccc7f6;
57
+ --cui-secondary-bg-subtle: #ced2d8;
58
+ --cui-success-bg-subtle: #cbedd6;
59
+ --cui-info-bg-subtle: #c0e6ff;
60
+ --cui-warning-bg-subtle: #feecc5;
61
+ --cui-danger-bg-subtle: #f9d4d4;
62
+ --cui-light-bg-subtle: #f5f6f7;
63
+ --cui-dark-bg-subtle: #b1b7c1;
64
+ --cui-primary-border-subtle: #988fed;
65
+ --cui-secondary-border-subtle: #9da5b1;
66
+ --cui-success-border-subtle: #96dbad;
67
+ --cui-info-border-subtle: #80c6ff;
68
+ --cui-warning-border-subtle: #fcd88a;
69
+ --cui-danger-border-subtle: #f2a9a9;
70
+ --cui-light-border-subtle: #d8dbe0;
71
+ --cui-dark-border-subtle: #9da5b1;
56
72
  --cui-white-rgb: 255, 255, 255;
57
- --cui-black-rgb: 0, 0, 21;
58
- --cui-body-color-rgb: 44, 56, 74;
73
+ --cui-black-rgb: 0, 0, 0;
74
+ --cui-body-color-rgb: 60, 75, 100;
59
75
  --cui-body-bg-rgb: 255, 255, 255;
60
76
  --cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
61
77
  --cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
@@ -64,22 +80,43 @@
64
80
  --cui-body-font-size: 1rem;
65
81
  --cui-body-font-weight: 400;
66
82
  --cui-body-line-height: 1.5;
67
- --cui-body-color: rgba(44, 56, 74, 0.95);
83
+ --cui-body-color: #3c4b64;
84
+ --cui-emphasis-color: #000;
85
+ --cui-emphasis-color-rgb: 0, 0, 0;
86
+ --cui-secondary-color: rgba(60, 75, 100, 0.75);
87
+ --cui-secondary-color-rgb: 60, 75, 100;
88
+ --cui-secondary-bg: #d8dbe0;
89
+ --cui-secondary-bg-rgb: 216, 219, 224;
90
+ --cui-tertiary-color: rgba(60, 75, 100, 0.5);
91
+ --cui-tertiary-color-rgb: 60, 75, 100;
92
+ --cui-tertiary-bg: #ebedef;
93
+ --cui-tertiary-bg-rgb: 235, 237, 239;
68
94
  --cui-body-bg: #fff;
95
+ --cui-body-bg-rgb: 255, 255, 255;
96
+ --cui-link-color: #321fdb;
97
+ --cui-link-color-rgb: 50, 31, 219;
98
+ --cui-link-decoration: underline;
99
+ --cui-link-hover-color: #2819af;
100
+ --cui-link-hover-color-rgb: 40, 25, 175;
101
+ --cui-code-color: #d63384;
102
+ --cui-highlight-bg: #fff3cd;
69
103
  --cui-border-width: 1px;
70
104
  --cui-border-style: solid;
71
- --cui-border-color: #d8dbe0;
72
- --cui-border-color-translucent: rgba(0, 0, 21, 0.175);
105
+ --cui-border-color: #c4c9d0;
106
+ --cui-border-color-translucent: rgba(0, 0, 0, 0.175);
73
107
  --cui-border-radius: 0.375rem;
74
108
  --cui-border-radius-sm: 0.25rem;
75
109
  --cui-border-radius-lg: 0.5rem;
76
110
  --cui-border-radius-xl: 1rem;
77
111
  --cui-border-radius-2xl: 2rem;
78
112
  --cui-border-radius-pill: 50rem;
79
- --cui-heading-color: unset;
80
- --cui-link-color: #321fdb;
81
- --cui-link-hover-color: #2819af;
82
- --cui-code-color: #d63384;
113
+ --cui-box-shadow: 0 0.5rem 1rem rgba(var(--cui-body-color-rgb), 0.15);
114
+ --cui-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--cui-body-color-rgb), 0.075);
115
+ --cui-box-shadow-lg: 0 1rem 3rem rgba(var(--cui-body-color-rgb), 0.175);
116
+ --cui-box-shadow-inset: inset 0 1px 2px rgba(var(--cui-body-color-rgb), 0.075);
117
+ --cui-emphasis-color: #000;
118
+ --cui-form-control-bg: var(--cui-body-bg);
119
+ --cui-form-control-disabled-bg: var(--cui-secondary-bg);
83
120
  --cui-highlight-bg: #fff3cd;
84
121
  --cui-breakpoint-xs: 0;
85
122
  --cui-breakpoint-sm: 576px;
@@ -90,6 +127,73 @@
90
127
  --cui-mobile-breakpoint: md;
91
128
  }
92
129
 
130
+ [data-coreui-theme=dark] {
131
+ color-scheme: dark;
132
+ --cui-primary: #857dcc;
133
+ --cui-secondary: #a7a7a7;
134
+ --cui-success: #519668;
135
+ --cui-info: #5299e0;
136
+ --cui-warning: #d5a439;
137
+ --cui-danger: #c77171;
138
+ --cui-light: rgba(255, 255, 255, 0.1);
139
+ --cui-dark: rgba(0, 0, 0, 0.1);
140
+ --cui-primary-rgb: 133, 125, 204;
141
+ --cui-secondary-rgb: 167, 167, 167;
142
+ --cui-success-rgb: 81, 150, 104;
143
+ --cui-info-rgb: 82, 153, 224;
144
+ --cui-warning-rgb: 213, 164, 57;
145
+ --cui-danger-rgb: 199, 113, 113;
146
+ --cui-light-rgb: 255, 255, 255;
147
+ --cui-dark-rgb: 0, 0, 0;
148
+ --cui-body-color: #adb5bd;
149
+ --cui-body-color-rgb: 173, 181, 189;
150
+ --cui-body-bg: #212529;
151
+ --cui-body-bg-rgb: 33, 37, 41;
152
+ --cui-emphasis-color: #f8f9fa;
153
+ --cui-emphasis-color-rgb: 248, 249, 250;
154
+ --cui-secondary-color: rgba(173, 181, 189, 0.75);
155
+ --cui-secondary-color-rgb: 173, 181, 189;
156
+ --cui-secondary-bg: #343a40;
157
+ --cui-secondary-bg-rgb: 52, 58, 64;
158
+ --cui-tertiary-color: rgba(173, 181, 189, 0.5);
159
+ --cui-tertiary-color-rgb: 173, 181, 189;
160
+ --cui-tertiary-bg: #2b3035;
161
+ --cui-tertiary-bg-rgb: 43, 48, 53;
162
+ --cui-emphasis-color: #fff;
163
+ --cui-primary-text: #6ea8fe;
164
+ --cui-secondary-text: #dee2e6;
165
+ --cui-success-text: #75b798;
166
+ --cui-info-text: #6edff6;
167
+ --cui-warning-text: #ffda6a;
168
+ --cui-danger-text: #ea868f;
169
+ --cui-light-text: #f8f9fa;
170
+ --cui-dark-text: #dee2e6;
171
+ --cui-primary-bg-subtle: #031633;
172
+ --cui-secondary-bg-subtle: #212529;
173
+ --cui-success-bg-subtle: #051b11;
174
+ --cui-info-bg-subtle: #032830;
175
+ --cui-warning-bg-subtle: #332701;
176
+ --cui-danger-bg-subtle: #2c0b0e;
177
+ --cui-light-bg-subtle: #343a40;
178
+ --cui-dark-bg-subtle: #1a1d20;
179
+ --cui-primary-border-subtle: #084298;
180
+ --cui-secondary-border-subtle: #495057;
181
+ --cui-success-border-subtle: #0f5132;
182
+ --cui-info-border-subtle: #055160;
183
+ --cui-warning-border-subtle: #664d03;
184
+ --cui-danger-border-subtle: #842029;
185
+ --cui-light-border-subtle: #495057;
186
+ --cui-dark-border-subtle: #343a40;
187
+ --cui-heading-color: #fff;
188
+ --cui-link-color: #6ea8fe;
189
+ --cui-link-hover-color: #9ec5fe;
190
+ --cui-link-color-rgb: 110, 168, 254;
191
+ --cui-link-hover-color-rgb: 158, 197, 254;
192
+ --cui-code-color: #e685b5;
193
+ --cui-border-color: #495057;
194
+ --cui-border-color-translucent: rgba(255, 255, 255, 0.15);
195
+ }
196
+
93
197
  *,
94
198
  *::before,
95
199
  *::after {
@@ -112,14 +216,14 @@ body {
112
216
  text-align: var(--cui-body-text-align);
113
217
  background-color: var(--cui-body-bg);
114
218
  -webkit-text-size-adjust: 100%;
115
- -webkit-tap-highlight-color: rgba(0, 0, 21, 0);
219
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
116
220
  }
117
221
 
118
222
  hr {
119
223
  margin: 1rem 0;
120
224
  color: inherit;
121
225
  border: 0;
122
- border-top: 1px solid;
226
+ border-top: var(--cui-border-width) solid;
123
227
  opacity: 0.25;
124
228
  }
125
229
 
@@ -128,7 +232,7 @@ h6, h5, h4, h3, h2, h1 {
128
232
  margin-bottom: 0.5rem;
129
233
  font-weight: 500;
130
234
  line-height: 1.2;
131
- color: var(--cui-heading-color);
235
+ color: var(--cui-heading-color, inherit);
132
236
  }
133
237
 
134
238
  h1 {
@@ -181,8 +285,10 @@ p {
181
285
  }
182
286
 
183
287
  abbr[title] {
288
+ -webkit-text-decoration: underline dotted;
184
289
  text-decoration: underline dotted;
185
290
  cursor: help;
291
+ -webkit-text-decoration-skip-ink: none;
186
292
  text-decoration-skip-ink: none;
187
293
  }
188
294
 
@@ -192,6 +298,11 @@ address {
192
298
  line-height: inherit;
193
299
  }
194
300
 
301
+ ol,
302
+ ul {
303
+ padding-right: 2rem;
304
+ }
305
+
195
306
  ol,
196
307
  ul,
197
308
  dl {
@@ -250,11 +361,11 @@ sup {
250
361
  }
251
362
 
252
363
  a {
253
- color: var(--cui-link-color);
364
+ color: rgba(var(--cui-link-color-rgb), var(--cui-link-opacity, 1));
254
365
  text-decoration: underline;
255
366
  }
256
367
  a:hover {
257
- color: var(--cui-link-hover-color);
368
+ --cui-link-color-rgb: var(--cui-link-hover-color-rgb);
258
369
  }
259
370
 
260
371
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
@@ -276,7 +387,6 @@ pre {
276
387
  margin-bottom: 1rem;
277
388
  overflow: auto;
278
389
  font-size: 0.875em;
279
- color: var(--cui-pre-color, unset);
280
390
  }
281
391
  pre code {
282
392
  font-size: inherit;
@@ -296,8 +406,8 @@ a > code {
296
406
  kbd {
297
407
  padding: 0.1875rem 0.375rem;
298
408
  font-size: 0.875em;
299
- color: var(--cui-kbd-color, var(--cui-body-bg));
300
- background-color: var(--cui-kbd-bg, var(--cui-body-color));
409
+ color: var(--cui-body-bg);
410
+ background-color: var(--cui-body-color);
301
411
  border-radius: 0.25rem;
302
412
  }
303
413
  kbd kbd {
@@ -322,12 +432,11 @@ table {
322
432
  caption {
323
433
  padding-top: 0.5rem;
324
434
  padding-bottom: 0.5rem;
325
- color: var(--cui-table-caption-color, rgba(44, 56, 74, 0.38));
326
- text-align: left;
435
+ color: var(--cui-secondary-color);
436
+ text-align: right;
327
437
  }
328
438
 
329
439
  th {
330
- font-weight: 600;
331
440
  text-align: inherit;
332
441
  text-align: -webkit-match-parent;
333
442
  }
@@ -429,7 +538,7 @@ legend {
429
538
  }
430
539
  }
431
540
  legend + * {
432
- clear: left;
541
+ clear: right;
433
542
  }
434
543
 
435
544
  ::-webkit-datetime-edit-fields-wrapper,
@@ -451,13 +560,12 @@ legend + * {
451
560
  -webkit-appearance: textfield;
452
561
  }
453
562
 
454
- *[dir=rtl] [type=tel],
455
- *[dir=rtl] [type=url],
456
- *[dir=rtl] [type=email],
457
- *[dir=rtl] [type=number] {
563
+ [type="tel"],
564
+ [type="url"],
565
+ [type="email"],
566
+ [type="number"] {
458
567
  direction: ltr;
459
568
  }
460
-
461
569
  ::-webkit-search-decoration {
462
570
  -webkit-appearance: none;
463
571
  }
@@ -466,6 +574,11 @@ legend + * {
466
574
  padding: 0;
467
575
  }
468
576
 
577
+ ::-webkit-file-upload-button {
578
+ font: inherit;
579
+ -webkit-appearance: button;
580
+ }
581
+
469
582
  ::file-selector-button {
470
583
  font: inherit;
471
584
  -webkit-appearance: button;
@@ -491,5 +604,4 @@ progress {
491
604
  [hidden] {
492
605
  display: none !important;
493
606
  }
494
-
495
- /*# sourceMappingURL=coreui-reboot.rtl.css.map */
607
+ /*# sourceMappingURL=coreui-reboot.rtl.css.map */