@sparkle-learning/core 0.0.57 → 0.0.59

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 (1100) hide show
  1. package/dist/cjs/PrivateRoute-f97245ce.js +217 -0
  2. package/dist/cjs/active-router-f9e18bd8.js +75 -0
  3. package/dist/cjs/animation-ee586546.js +986 -0
  4. package/dist/cjs/app-globals-33c9f31b.js +9 -0
  5. package/dist/cjs/appdata.service-c8d71e05.js +73 -0
  6. package/dist/cjs/assets.service-bfa75092.js +50 -0
  7. package/dist/cjs/assignment.service-690fb59c.js +19 -0
  8. package/dist/cjs/auth.store-1e630a7d.js +3392 -0
  9. package/dist/cjs/compass-svg.cjs.entry.js +132 -0
  10. package/dist/cjs/context-consumer.cjs.entry.js +29 -0
  11. package/dist/cjs/course-select.cjs.entry.js +30 -0
  12. package/dist/cjs/cubic-bezier-53d26d05.js +93 -0
  13. package/dist/cjs/dir-5af5259a.js +20 -0
  14. package/dist/cjs/environment-config.service-c8ff1f3d.js +28 -0
  15. package/dist/cjs/facilitator.service-ff0e1659.js +95 -0
  16. package/dist/cjs/feed.service-8eca4de6.js +57 -0
  17. package/dist/cjs/focus-visible-b0b07ba6.js +76 -0
  18. package/dist/cjs/framework-delegate-59a98abd.js +111 -0
  19. package/dist/cjs/gesture-controller-0eb5579e.js +196 -0
  20. package/dist/cjs/haptic-780f33c4.js +116 -0
  21. package/dist/cjs/hardware-back-button-92d97ff8.js +76 -0
  22. package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +15124 -0
  23. package/dist/cjs/helpers-c2496722.js +425 -0
  24. package/dist/cjs/httpService-d2e7bf8f.js +687 -0
  25. package/dist/cjs/icons-fda820af.js +26 -0
  26. package/dist/cjs/index-12082cba.js +465 -0
  27. package/dist/cjs/index-15ea05f5.js +314 -0
  28. package/dist/cjs/index-51e8292e.js +1928 -0
  29. package/dist/cjs/index-787d4498.js +232 -0
  30. package/dist/cjs/index-8b5629a6.js +186 -0
  31. package/dist/cjs/index-975586fd.js +48 -0
  32. package/dist/cjs/index-9c7b27e4.js +140 -0
  33. package/dist/cjs/index-af080b50.js +139 -0
  34. package/dist/cjs/index-e56e09b8.js +38 -0
  35. package/dist/cjs/index.cjs.js +26 -0
  36. package/dist/cjs/index.es-38cbcdbe.js +10666 -0
  37. package/dist/cjs/input-shims-eff63b88.js +418 -0
  38. package/dist/cjs/ion-accordion-group.cjs.entry.js +205 -0
  39. package/dist/cjs/ion-accordion.cjs.entry.js +336 -0
  40. package/dist/cjs/ion-action-sheet_7.cjs.entry.js +2935 -0
  41. package/dist/cjs/ion-app.cjs.entry.js +79 -0
  42. package/dist/cjs/ion-back-button.cjs.entry.js +94 -0
  43. package/dist/cjs/ion-backdrop.cjs.entry.js +67 -0
  44. package/dist/cjs/ion-badge.cjs.entry.js +29 -0
  45. package/dist/cjs/ion-breadcrumb.cjs.entry.js +95 -0
  46. package/dist/cjs/ion-breadcrumbs.cjs.entry.js +133 -0
  47. package/dist/cjs/ion-buttons_3.cjs.entry.js +153 -0
  48. package/dist/cjs/ion-card-header.cjs.entry.js +37 -0
  49. package/dist/cjs/ion-card-subtitle.cjs.entry.js +30 -0
  50. package/dist/cjs/ion-card-title.cjs.entry.js +30 -0
  51. package/dist/cjs/ion-chip.cjs.entry.js +40 -0
  52. package/dist/cjs/ion-content_2.cjs.entry.js +659 -0
  53. package/dist/cjs/ion-datetime-button.cjs.entry.js +312 -0
  54. package/dist/cjs/ion-datetime.cjs.entry.js +1623 -0
  55. package/dist/cjs/ion-fab-button.cjs.entry.js +108 -0
  56. package/dist/cjs/ion-fab-list.cjs.entry.js +45 -0
  57. package/dist/cjs/ion-fab.cjs.entry.js +76 -0
  58. package/dist/cjs/ion-footer.cjs.entry.js +120 -0
  59. package/dist/cjs/ion-img.cjs.entry.js +101 -0
  60. package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +37 -0
  61. package/dist/cjs/ion-infinite-scroll.cjs.entry.js +206 -0
  62. package/dist/cjs/ion-item-divider.cjs.entry.js +40 -0
  63. package/dist/cjs/ion-item-group.cjs.entry.js +31 -0
  64. package/dist/cjs/ion-item-option.cjs.entry.js +60 -0
  65. package/dist/cjs/ion-item-options.cjs.entry.js +47 -0
  66. package/dist/cjs/ion-item-sliding.cjs.entry.js +398 -0
  67. package/dist/cjs/ion-loading.cjs.entry.js +215 -0
  68. package/dist/cjs/ion-menu-button.cjs.entry.js +76 -0
  69. package/dist/cjs/ion-menu-toggle.cjs.entry.js +47 -0
  70. package/dist/cjs/ion-menu.cjs.entry.js +575 -0
  71. package/dist/cjs/ion-modal.cjs.entry.js +1711 -0
  72. package/dist/cjs/ion-nav-link.cjs.entry.js +47 -0
  73. package/dist/cjs/ion-nav.cjs.entry.js +872 -0
  74. package/dist/cjs/ion-picker-column-internal_2.cjs.entry.js +808 -0
  75. package/dist/cjs/ion-picker-column.cjs.entry.js +331 -0
  76. package/dist/cjs/ion-picker.cjs.entry.js +221 -0
  77. package/dist/cjs/ion-progress-bar.cjs.entry.js +74 -0
  78. package/dist/cjs/ion-refresher-content.cjs.entry.js +35 -0
  79. package/dist/cjs/ion-refresher.cjs.entry.js +802 -0
  80. package/dist/cjs/ion-reorder-group.cjs.entry.js +281 -0
  81. package/dist/cjs/ion-reorder.cjs.entry.js +38 -0
  82. package/dist/cjs/ion-route-redirect.cjs.entry.js +24 -0
  83. package/dist/cjs/ion-route.cjs.entry.js +49 -0
  84. package/dist/cjs/ion-router-link.cjs.entry.js +38 -0
  85. package/dist/cjs/ion-router-outlet.cjs.entry.js +200 -0
  86. package/dist/cjs/ion-router.cjs.entry.js +831 -0
  87. package/dist/cjs/ion-searchbar.cjs.entry.js +370 -0
  88. package/dist/cjs/ion-segment-button.cjs.entry.js +102 -0
  89. package/dist/cjs/ion-segment.cjs.entry.js +417 -0
  90. package/dist/cjs/ion-skeleton-text.cjs.entry.js +33 -0
  91. package/dist/cjs/ion-slide.cjs.entry.js +25 -0
  92. package/dist/cjs/ion-slides.cjs.entry.js +391 -0
  93. package/dist/cjs/ion-split-pane.cjs.entry.js +154 -0
  94. package/dist/cjs/ion-tab-bar.cjs.entry.js +75 -0
  95. package/dist/cjs/ion-tab-button.cjs.entry.js +103 -0
  96. package/dist/cjs/ion-tab.cjs.entry.js +59 -0
  97. package/dist/cjs/ion-tabs.cjs.entry.js +154 -0
  98. package/dist/cjs/ion-thumbnail.cjs.entry.js +20 -0
  99. package/dist/cjs/ion-toast.cjs.entry.js +272 -0
  100. package/dist/cjs/ion-toggle.cjs.entry.js +177 -0
  101. package/dist/cjs/ion-virtual-scroll.cjs.entry.js +555 -0
  102. package/dist/cjs/ionic-global-2cde9d3a.js +231 -0
  103. package/dist/cjs/ios.transition-da235483.js +482 -0
  104. package/dist/cjs/keyboard-91096619.js +140 -0
  105. package/dist/cjs/loader.cjs.js +24 -0
  106. package/dist/cjs/localstorage.service-6346a41d.js +40 -0
  107. package/dist/cjs/md.transition-be429e07.js +57 -0
  108. package/dist/cjs/media.service-8a1b9bc5.js +40 -0
  109. package/dist/cjs/menu-toggle-util-7a01448c.js +14 -0
  110. package/dist/cjs/overlays-32df265a.js +507 -0
  111. package/dist/cjs/parse-d0071120.js +1237 -0
  112. package/dist/cjs/purify-fb9c107e.js +1468 -0
  113. package/dist/cjs/signalR.service-bd6b42f9.js +2985 -0
  114. package/dist/cjs/sparkle-animation-player.cjs.entry.js +515 -0
  115. package/dist/cjs/sparkle-assignment.cjs.entry.js +110 -0
  116. package/dist/cjs/sparkle-character-intro.cjs.entry.js +26 -0
  117. package/dist/cjs/sparkle-code.cjs.entry.js +43 -0
  118. package/dist/cjs/sparkle-compass-post.cjs.entry.js +133 -0
  119. package/dist/cjs/sparkle-compass.cjs.entry.js +126 -0
  120. package/dist/cjs/sparkle-core.cjs.js +22 -0
  121. package/dist/cjs/sparkle-discussion-questions_2.cjs.entry.js +281 -0
  122. package/dist/cjs/sparkle-discussion.cjs.entry.js +42 -0
  123. package/dist/cjs/sparkle-emoji.cjs.entry.js +80 -0
  124. package/dist/cjs/sparkle-facilitator-notes-form.cjs.entry.js +121 -0
  125. package/dist/cjs/sparkle-feed-post.cjs.entry.js +122 -0
  126. package/dist/cjs/sparkle-feedback.cjs.entry.js +101 -0
  127. package/dist/cjs/sparkle-file-upload.cjs.entry.js +53 -0
  128. package/dist/cjs/sparkle-goal-form.cjs.entry.js +179 -0
  129. package/dist/cjs/sparkle-gww-comment-list.cjs.entry.js +26 -0
  130. package/dist/cjs/sparkle-gww-graph.cjs.entry.js +19 -0
  131. package/dist/cjs/sparkle-input.cjs.entry.js +56 -0
  132. package/dist/cjs/sparkle-intro.cjs.entry.js +26 -0
  133. package/dist/cjs/sparkle-lower-content-nav.cjs.entry.js +22 -0
  134. package/dist/cjs/sparkle-menu-collapsible.cjs.entry.js +46 -0
  135. package/dist/cjs/sparkle-modal-image.cjs.entry.js +34 -0
  136. package/dist/cjs/sparkle-notfound-page.cjs.entry.js +25 -0
  137. package/dist/cjs/sparkle-overlay.cjs.entry.js +92 -0
  138. package/dist/cjs/sparkle-poll.cjs.entry.js +19 -0
  139. package/dist/cjs/sparkle-quiz-container.cjs.entry.js +47 -0
  140. package/dist/cjs/sparkle-quiz-feedback_5.cjs.entry.js +117 -0
  141. package/dist/cjs/sparkle-quiz-old.cjs.entry.js +120 -0
  142. package/dist/cjs/sparkle-quiz.cjs.entry.js +103 -0
  143. package/dist/cjs/sparkle-select.cjs.entry.js +61 -0
  144. package/dist/cjs/sparkle-sidebar.cjs.entry.js +43 -0
  145. package/dist/cjs/sparkle-tab.cjs.entry.js +26 -0
  146. package/dist/cjs/sparkle-table-of-contents.cjs.entry.js +71 -0
  147. package/dist/cjs/sparkle-tabs.cjs.entry.js +66 -0
  148. package/dist/cjs/sparkle-video-player.cjs.entry.js +22 -0
  149. package/dist/cjs/sparkle-youtube.cjs.entry.js +39 -0
  150. package/dist/cjs/spinner-configs-0ac05f2d.js +147 -0
  151. package/dist/cjs/status-tap-033befa2.js +42 -0
  152. package/dist/cjs/stencil-async-content.cjs.entry.js +32 -0
  153. package/dist/cjs/stencil-route-title.cjs.entry.js +32 -0
  154. package/dist/cjs/stencil-router-prompt.cjs.entry.js +59 -0
  155. package/dist/cjs/student.service-7e5385be.js +78 -0
  156. package/dist/cjs/swipe-back-4a826f9b.js +76 -0
  157. package/dist/cjs/swiper.bundle-8c897c07.js +6420 -0
  158. package/dist/cjs/theme-b0b295c1.js +48 -0
  159. package/dist/cjs/token.service-7a41953d.js +97 -0
  160. package/dist/cjs/util-47e320b2.js +2462 -0
  161. package/dist/collection/PrivateRoute.js +27 -0
  162. package/dist/collection/appconst.js +13 -0
  163. package/dist/collection/assets/img/forward.svg +5 -0
  164. package/dist/collection/assets/img/help/fitt-logo.svg +1 -0
  165. package/dist/collection/assets/img/home/big-white-wall.svg +15 -0
  166. package/dist/collection/assets/img/home/find-help.svg +23 -0
  167. package/dist/collection/assets/img/home/lessons.svg +26 -0
  168. package/dist/collection/assets/img/home/my-goals.svg +19 -0
  169. package/dist/collection/assets/img/home/my-health.svg +17 -0
  170. package/dist/collection/assets/img/home/my-mood.svg +26 -0
  171. package/dist/collection/assets/img/pause.svg +5 -0
  172. package/dist/collection/assets/img/play-symbol.svg +8 -0
  173. package/dist/collection/assets/img/play.svg +4 -0
  174. package/dist/collection/assets/img/rewind.svg +5 -0
  175. package/dist/collection/assets/lib/SignalRAspNetCoreHelper.js +17 -0
  176. package/dist/collection/assets/lib/sparkleUtility.js +8 -0
  177. package/dist/collection/assets/svg/profile.svg +2 -0
  178. package/dist/collection/collection-manifest.json +219 -0
  179. package/dist/collection/components/compass-svg/compass-svg.css +15 -0
  180. package/dist/collection/components/compass-svg/compass-svg.js +156 -0
  181. package/dist/collection/components/layout/facilitator/export-lessons/export-lessons.css +7 -0
  182. package/dist/collection/components/layout/facilitator/export-lessons/export-lessons.js +110 -0
  183. package/dist/collection/components/layout/facilitator/facilitator-dashboard/facilitator-dashboard.css +3 -0
  184. package/dist/collection/components/layout/facilitator/facilitator-dashboard/facilitator-dashboard.js +214 -0
  185. package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header-mobile-collapse/facilitator-header-mobile-collapse.js +0 -0
  186. package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header.css +172 -0
  187. package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header.js +104 -0
  188. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes-form/facilitator-notes-form.css +3 -0
  189. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes-form/facilitator-notes-form.js +144 -0
  190. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes.css +14 -0
  191. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes.js +64 -0
  192. package/dist/collection/components/layout/facilitator/facilitator-page.css +196 -0
  193. package/dist/collection/components/layout/facilitator/facilitator-page.js +281 -0
  194. package/dist/collection/components/layout/facilitator/online-students/online-students.css +0 -0
  195. package/dist/collection/components/layout/facilitator/online-students/online-students.js +70 -0
  196. package/dist/collection/components/layout/page/page.css +183 -0
  197. package/dist/collection/components/layout/page/page.js +321 -0
  198. package/dist/collection/components/layout/page/templates/default.js +9 -0
  199. package/dist/collection/components/layout/page/templates/error.js +33 -0
  200. package/dist/collection/components/layout/page/templates/index.js +8 -0
  201. package/dist/collection/components/layout/page/templates/pdf.js +8 -0
  202. package/dist/collection/components/layout/page/to-hypertext.js +27 -0
  203. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-form/sparkle-goal-form.css +3 -0
  204. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-form/sparkle-goal-form.js +252 -0
  205. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-item/sparkle-goal-item.css +12 -0
  206. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-item/sparkle-goal-item.js +59 -0
  207. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-progress/sparkle-goal-progress.css +33 -0
  208. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-progress/sparkle-goal-progress.js +37 -0
  209. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goals.css +8 -0
  210. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goals.js +40 -0
  211. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-comment-list/sparkle-gww-comment-list.css +7 -0
  212. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-comment-list/sparkle-gww-comment-list.js +52 -0
  213. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-graph/sparkle-gww-graph.css +3 -0
  214. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-graph/sparkle-gww-graph.js +14 -0
  215. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-item/sparkle-gww-item.css +30 -0
  216. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-item/sparkle-gww-item.js +187 -0
  217. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww.css +3 -0
  218. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww.js +43 -0
  219. package/dist/collection/components/mini-apps/sparkle-health/sparkle-health.css +10 -0
  220. package/dist/collection/components/mini-apps/sparkle-health/sparkle-health.js +111 -0
  221. package/dist/collection/components/mini-apps/sparkle-mood/sparkle-mood.css +11 -0
  222. package/dist/collection/components/mini-apps/sparkle-mood/sparkle-mood.js +127 -0
  223. package/dist/collection/components/modal-image/modal-image.css +61 -0
  224. package/dist/collection/components/modal-image/modal-image.js +159 -0
  225. package/dist/collection/components/sparkle-animation-player/assets/play-button-disabled-overlay.png +0 -0
  226. package/dist/collection/components/sparkle-animation-player/assets/play-button-overlay.png +0 -0
  227. package/dist/collection/components/sparkle-animation-player/caption-parser.js +94 -0
  228. package/dist/collection/components/sparkle-animation-player/sparkle-animation-player.css +157 -0
  229. package/dist/collection/components/sparkle-animation-player/sparkle-animation-player.js +598 -0
  230. package/dist/collection/components/sparkle-assignment/sparkle-assignment.css +30 -0
  231. package/dist/collection/components/sparkle-assignment/sparkle-assignment.js +159 -0
  232. package/dist/collection/components/sparkle-character-intro/assets/characters/character-img.jpg +0 -0
  233. package/dist/collection/components/sparkle-character-intro/assets/characters/jen.png +0 -0
  234. package/dist/collection/components/sparkle-character-intro/assets/characters/kimberly.png +0 -0
  235. package/dist/collection/components/sparkle-character-intro/assets/characters/valeria.png +0 -0
  236. package/dist/collection/components/sparkle-character-intro/assets/characters/yuna.png +0 -0
  237. package/dist/collection/components/sparkle-character-intro/assets/characters/zynab.png +0 -0
  238. package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.css +74 -0
  239. package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.js +68 -0
  240. package/dist/collection/components/sparkle-compass/sparkle-compass-post/sparkle-compass-post.css +35 -0
  241. package/dist/collection/components/sparkle-compass/sparkle-compass-post/sparkle-compass-post.js +171 -0
  242. package/dist/collection/components/sparkle-compass/sparkle-compass.css +25 -0
  243. package/dist/collection/components/sparkle-compass/sparkle-compass.js +283 -0
  244. package/dist/collection/components/sparkle-course-root/sparkle-course-root.css +3 -0
  245. package/dist/collection/components/sparkle-course-root/sparkle-course-root.js +196 -0
  246. package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.css +157 -0
  247. package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.js +232 -0
  248. package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.css +158 -0
  249. package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.js +274 -0
  250. package/dist/collection/components/sparkle-discussion/sparkle-discussion.css +5 -0
  251. package/dist/collection/components/sparkle-discussion/sparkle-discussion.js +112 -0
  252. package/dist/collection/components/sparkle-emoji/sparkle-emoji.css +16 -0
  253. package/dist/collection/components/sparkle-emoji/sparkle-emoji.js +116 -0
  254. package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.css +35 -0
  255. package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.js +199 -0
  256. package/dist/collection/components/sparkle-feedback/sparkle-feedback.css +3 -0
  257. package/dist/collection/components/sparkle-feedback/sparkle-feedback.js +118 -0
  258. package/dist/collection/components/sparkle-file-upload/sparkle-file-upload.css +0 -0
  259. package/dist/collection/components/sparkle-file-upload/sparkle-file-upload.js +105 -0
  260. package/dist/collection/components/sparkle-forgot-password/sparkle-forgot-password.css +4 -0
  261. package/dist/collection/components/sparkle-forgot-password/sparkle-forgot-password.js +107 -0
  262. package/dist/collection/components/sparkle-input/sparkle-input.css +0 -0
  263. package/dist/collection/components/sparkle-input/sparkle-input.js +212 -0
  264. package/dist/collection/components/sparkle-intro/sparkle-intro.css +15 -0
  265. package/dist/collection/components/sparkle-intro/sparkle-intro.js +35 -0
  266. package/dist/collection/components/sparkle-login/sparkle-login.css +4 -0
  267. package/dist/collection/components/sparkle-login/sparkle-login.js +173 -0
  268. package/dist/collection/components/sparkle-poll/sparkle-poll.css +3 -0
  269. package/dist/collection/components/sparkle-poll/sparkle-poll.js +15 -0
  270. package/dist/collection/components/sparkle-quiz/sparkle-quiz-feedback/sparkle-quiz-feedback.css +3 -0
  271. package/dist/collection/components/sparkle-quiz/sparkle-quiz-feedback/sparkle-quiz-feedback.js +69 -0
  272. package/dist/collection/components/sparkle-quiz/sparkle-quiz-input/sparkle-quiz-input.css +3 -0
  273. package/dist/collection/components/sparkle-quiz/sparkle-quiz-input/sparkle-quiz-input.js +59 -0
  274. package/dist/collection/components/sparkle-quiz/sparkle-quiz-old/sparkle-quiz-old.css +48 -0
  275. package/dist/collection/components/sparkle-quiz/sparkle-quiz-old/sparkle-quiz-old.js +327 -0
  276. package/dist/collection/components/sparkle-quiz/sparkle-quiz-opinion/sparkle-quiz-opinion.css +18 -0
  277. package/dist/collection/components/sparkle-quiz/sparkle-quiz-opinion/sparkle-quiz-opinion.js +106 -0
  278. package/dist/collection/components/sparkle-quiz/sparkle-quiz-poll/sparkle-quiz-poll.css +3 -0
  279. package/dist/collection/components/sparkle-quiz/sparkle-quiz-poll/sparkle-quiz-poll.js +59 -0
  280. package/dist/collection/components/sparkle-quiz/sparkle-quiz-select/sparkle-quiz-select.css +3 -0
  281. package/dist/collection/components/sparkle-quiz/sparkle-quiz-select/sparkle-quiz-select.js +100 -0
  282. package/dist/collection/components/sparkle-quiz/sparkle-quiz.css +48 -0
  283. package/dist/collection/components/sparkle-quiz/sparkle-quiz.js +221 -0
  284. package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.css +3 -0
  285. package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.js +98 -0
  286. package/dist/collection/components/sparkle-reset-password/sparkle-reset-password.css +3 -0
  287. package/dist/collection/components/sparkle-reset-password/sparkle-reset-password.js +126 -0
  288. package/dist/collection/components/sparkle-root/sparkle-root.css +61 -0
  289. package/dist/collection/components/sparkle-root/sparkle-root.js +86 -0
  290. package/dist/collection/components/sparkle-signup/sparkle-signup.css +6 -0
  291. package/dist/collection/components/sparkle-signup/sparkle-signup.js +197 -0
  292. package/dist/collection/components/sparkle-unauthorized/sparkle-unauthorized.css +13 -0
  293. package/dist/collection/components/sparkle-unauthorized/sparkle-unauthorized.js +18 -0
  294. package/dist/collection/components/sparkle-user-enrollment/sparkle-user-enrollment.css +3 -0
  295. package/dist/collection/components/sparkle-user-enrollment/sparkle-user-enrollment.js +93 -0
  296. package/dist/collection/components/sparkle-user-profile/sparkle-user-profile.css +54 -0
  297. package/dist/collection/components/sparkle-user-profile/sparkle-user-profile.js +151 -0
  298. package/dist/collection/components/sparkle-validation-error/sparkle-validation-error.css +11 -0
  299. package/dist/collection/components/sparkle-validation-error/sparkle-validation-error.js +44 -0
  300. package/dist/collection/components/sparkle-video-player/sparkle-video-player.css +0 -0
  301. package/dist/collection/components/sparkle-video-player/sparkle-video-player.js +92 -0
  302. package/dist/collection/components/sparkle-youtube/sparkle-youtube.css +24 -0
  303. package/dist/collection/components/sparkle-youtube/sparkle-youtube.js +99 -0
  304. package/dist/collection/global/app.js +4 -0
  305. package/dist/collection/helpers/utils.js +3 -0
  306. package/dist/collection/icons.js +36 -0
  307. package/dist/collection/index.js +3 -0
  308. package/dist/collection/l10n.js +18 -0
  309. package/dist/collection/models/api.model.js +7 -0
  310. package/dist/collection/models/assets.model.js +1 -0
  311. package/dist/collection/models/auth/auth.user.js +1 -0
  312. package/dist/collection/models/class.model.js +5 -0
  313. package/dist/collection/models/course.model.js +10 -0
  314. package/dist/collection/models/definitions.js +1 -0
  315. package/dist/collection/models/facilitator-dashboard.model.js +5 -0
  316. package/dist/collection/models/goal.model.js +1 -0
  317. package/dist/collection/models/index.js +1 -0
  318. package/dist/collection/models/markdown.model.js +1 -0
  319. package/dist/collection/models/page.model.js +1 -0
  320. package/dist/collection/models/quiz.model.js +3 -0
  321. package/dist/collection/models/user.model.js +1 -0
  322. package/dist/collection/pages/course/welcome-to-mind-body/introduction/animation/m4l1p1_part1.js +2727 -0
  323. package/dist/collection/pages/course/welcome-to-mind-body/introduction/animation/m4l1p1_part2.js +2042 -0
  324. package/dist/collection/services/account.service.js +61 -0
  325. package/dist/collection/services/appdata.service.js +60 -0
  326. package/dist/collection/services/assignment.service.js +14 -0
  327. package/dist/collection/services/auth/auth.service.js +64 -0
  328. package/dist/collection/services/core/assets.service.js +45 -0
  329. package/dist/collection/services/core/localstorage.service.js +34 -0
  330. package/dist/collection/services/environment/environment-config.js +24 -0
  331. package/dist/collection/services/environment/environment-config.service.js +24 -0
  332. package/dist/collection/services/facilitator.service.js +76 -0
  333. package/dist/collection/services/feed.service.js +43 -0
  334. package/dist/collection/services/httpService.js +103 -0
  335. package/dist/collection/services/index.js +4 -0
  336. package/dist/collection/services/media.service.js +29 -0
  337. package/dist/collection/services/signalR.service.js +83 -0
  338. package/dist/collection/services/store.service.js +13 -0
  339. package/dist/collection/services/student.service.js +56 -0
  340. package/dist/collection/services/token.service.js +79 -0
  341. package/dist/collection/stores/auth.store.js +12 -0
  342. package/dist/collection/stores/class.store.js +5 -0
  343. package/dist/collection/stores/error.store.js +5 -0
  344. package/dist/collection/stores/facilitator.store.js +15 -0
  345. package/dist/collection/stores/feed.store.js +8 -0
  346. package/dist/collection/stores/goal.store.js +7 -0
  347. package/dist/collection/stores/index.js +1 -0
  348. package/dist/collection/stores/media.store.js +5 -0
  349. package/dist/collection/stores/mood.store.js +5 -0
  350. package/dist/collection/stores/nav.store.js +11 -0
  351. package/dist/collection/stores/signalR.store.js +6 -0
  352. package/dist/collection/stores/theme.store.js +9 -0
  353. package/dist/collection/stores/toc.store.js +5 -0
  354. package/dist/collection/stores/user.store.js +16 -0
  355. package/dist/collection/util.js +55 -0
  356. package/dist/collection/utils.js +92 -0
  357. package/dist/esm/PrivateRoute-90ac95b8.js +212 -0
  358. package/dist/esm/active-router-fc9e4e06.js +73 -0
  359. package/dist/esm/animation-12377cb3.js +984 -0
  360. package/dist/esm/app-globals-3f0347b0.js +7 -0
  361. package/dist/esm/appdata.service-2e84e167.js +70 -0
  362. package/dist/esm/assets.service-def1d63c.js +48 -0
  363. package/dist/esm/assignment.service-8d31f141.js +17 -0
  364. package/dist/esm/auth.store-dba2c2da.js +3381 -0
  365. package/dist/esm/compass-svg.entry.js +128 -0
  366. package/dist/esm/context-consumer.entry.js +25 -0
  367. package/dist/esm/course-select.entry.js +26 -0
  368. package/dist/esm/dir-03012648.js +18 -0
  369. package/dist/esm/environment-config.service-b191f276.js +26 -0
  370. package/dist/esm/facilitator.service-18c47bdf.js +92 -0
  371. package/dist/esm/feed.service-b4f3cae4.js +54 -0
  372. package/dist/esm/framework-delegate-3e634a5c.js +107 -0
  373. package/dist/esm/gesture-controller-7be18351.js +194 -0
  374. package/dist/esm/haptic-522f76f2.js +110 -0
  375. package/dist/esm/header-mobile-collapse_61.entry.js +15060 -0
  376. package/dist/esm/helpers-bf0e23d6.js +403 -0
  377. package/dist/esm/httpService-7986aeed.js +685 -0
  378. package/dist/esm/icons-1c794c74.js +18 -0
  379. package/dist/esm/index-21661af2.js +463 -0
  380. package/dist/esm/index-2b84cad2.js +223 -0
  381. package/dist/esm/index-4044fde9.js +25 -0
  382. package/dist/esm/index-45fec1e7.js +184 -0
  383. package/dist/esm/index-5e8971ae.js +128 -0
  384. package/dist/esm/index-c04b9ed5.js +1888 -0
  385. package/dist/esm/index-cded2d87.js +312 -0
  386. package/dist/esm/index-dad75b83.js +34 -0
  387. package/dist/esm/index.es-e0c0f891.js +10580 -0
  388. package/dist/esm/index.js +12 -0
  389. package/dist/esm/input-shims-671d8d9f.js +416 -0
  390. package/dist/esm/ion-accordion-group.entry.js +201 -0
  391. package/dist/esm/ion-accordion.entry.js +332 -0
  392. package/dist/esm/ion-action-sheet_7.entry.js +2925 -0
  393. package/dist/esm/ion-app.entry.js +75 -0
  394. package/dist/esm/ion-back-button.entry.js +90 -0
  395. package/dist/esm/ion-backdrop.entry.js +63 -0
  396. package/dist/esm/ion-badge.entry.js +25 -0
  397. package/dist/esm/ion-breadcrumb.entry.js +91 -0
  398. package/dist/esm/ion-breadcrumbs.entry.js +129 -0
  399. package/dist/esm/ion-buttons_3.entry.js +147 -0
  400. package/dist/esm/ion-card-header.entry.js +33 -0
  401. package/dist/esm/ion-card-subtitle.entry.js +26 -0
  402. package/dist/esm/ion-card-title.entry.js +26 -0
  403. package/dist/esm/ion-chip.entry.js +36 -0
  404. package/dist/esm/ion-content_2.entry.js +654 -0
  405. package/dist/esm/ion-datetime-button.entry.js +308 -0
  406. package/dist/esm/ion-datetime.entry.js +1619 -0
  407. package/dist/esm/ion-fab-button.entry.js +104 -0
  408. package/dist/esm/ion-fab-list.entry.js +41 -0
  409. package/dist/esm/ion-fab.entry.js +72 -0
  410. package/dist/esm/ion-footer.entry.js +116 -0
  411. package/dist/esm/ion-img.entry.js +97 -0
  412. package/dist/esm/ion-infinite-scroll-content.entry.js +33 -0
  413. package/dist/esm/ion-infinite-scroll.entry.js +202 -0
  414. package/dist/esm/ion-item-divider.entry.js +36 -0
  415. package/dist/esm/ion-item-group.entry.js +27 -0
  416. package/dist/esm/ion-item-option.entry.js +56 -0
  417. package/dist/esm/ion-item-options.entry.js +43 -0
  418. package/dist/esm/ion-item-sliding.entry.js +394 -0
  419. package/dist/esm/ion-loading.entry.js +211 -0
  420. package/dist/esm/ion-menu-button.entry.js +72 -0
  421. package/dist/esm/ion-menu-toggle.entry.js +43 -0
  422. package/dist/esm/ion-menu.entry.js +571 -0
  423. package/dist/esm/ion-modal.entry.js +1707 -0
  424. package/dist/esm/ion-nav-link.entry.js +43 -0
  425. package/dist/esm/ion-nav.entry.js +868 -0
  426. package/dist/esm/ion-picker-column-internal_2.entry.js +803 -0
  427. package/dist/esm/ion-picker-column.entry.js +327 -0
  428. package/dist/esm/ion-picker.entry.js +217 -0
  429. package/dist/esm/ion-progress-bar.entry.js +70 -0
  430. package/dist/esm/ion-refresher-content.entry.js +31 -0
  431. package/dist/esm/ion-refresher.entry.js +798 -0
  432. package/dist/esm/ion-reorder-group.entry.js +277 -0
  433. package/dist/esm/ion-reorder.entry.js +34 -0
  434. package/dist/esm/ion-route-redirect.entry.js +20 -0
  435. package/dist/esm/ion-route.entry.js +45 -0
  436. package/dist/esm/ion-router-link.entry.js +34 -0
  437. package/dist/esm/ion-router-outlet.entry.js +196 -0
  438. package/dist/esm/ion-router.entry.js +827 -0
  439. package/dist/esm/ion-searchbar.entry.js +366 -0
  440. package/dist/esm/ion-segment-button.entry.js +98 -0
  441. package/dist/esm/ion-segment.entry.js +413 -0
  442. package/dist/esm/ion-skeleton-text.entry.js +29 -0
  443. package/dist/esm/ion-slide.entry.js +21 -0
  444. package/dist/esm/ion-slides.entry.js +387 -0
  445. package/dist/esm/ion-split-pane.entry.js +150 -0
  446. package/dist/esm/ion-tab-bar.entry.js +71 -0
  447. package/dist/esm/ion-tab-button.entry.js +99 -0
  448. package/dist/esm/ion-tab.entry.js +55 -0
  449. package/dist/esm/ion-tabs.entry.js +150 -0
  450. package/dist/esm/ion-thumbnail.entry.js +16 -0
  451. package/dist/esm/ion-toast.entry.js +268 -0
  452. package/dist/esm/ion-toggle.entry.js +173 -0
  453. package/dist/esm/ion-virtual-scroll.entry.js +551 -0
  454. package/dist/esm/ionic-global-4903e23e.js +226 -0
  455. package/dist/esm/ios.transition-131d64fe.js +479 -0
  456. package/dist/esm/loader.js +20 -0
  457. package/dist/esm/md.transition-f6126011.js +55 -0
  458. package/dist/esm/media.service-6e90bc41.js +37 -0
  459. package/dist/esm/menu-toggle-util-bace8ae6.js +12 -0
  460. package/dist/esm/overlays-4233a39d.js +491 -0
  461. package/dist/esm/parse-1ae3a9bb.js +1196 -0
  462. package/dist/esm/polyfills/core-js.js +11 -0
  463. package/dist/esm/polyfills/css-shim.js +1 -0
  464. package/dist/esm/polyfills/dom.js +79 -0
  465. package/dist/esm/polyfills/es5-html-element.js +1 -0
  466. package/dist/esm/polyfills/index.js +34 -0
  467. package/dist/esm/polyfills/system.js +6 -0
  468. package/dist/esm/purify-85bfcc69.js +1466 -0
  469. package/dist/esm/signalR.service-c33fba50.js +2982 -0
  470. package/dist/esm/sparkle-animation-player.entry.js +511 -0
  471. package/dist/esm/sparkle-assignment.entry.js +106 -0
  472. package/dist/esm/sparkle-character-intro.entry.js +22 -0
  473. package/dist/esm/sparkle-code.entry.js +39 -0
  474. package/dist/esm/sparkle-compass-post.entry.js +129 -0
  475. package/dist/esm/sparkle-compass.entry.js +122 -0
  476. package/dist/esm/sparkle-core.js +20 -0
  477. package/dist/esm/sparkle-discussion-questions_2.entry.js +276 -0
  478. package/dist/esm/sparkle-discussion.entry.js +38 -0
  479. package/dist/esm/sparkle-emoji.entry.js +76 -0
  480. package/dist/esm/sparkle-facilitator-notes-form.entry.js +117 -0
  481. package/dist/esm/sparkle-feed-post.entry.js +118 -0
  482. package/dist/esm/sparkle-feedback.entry.js +97 -0
  483. package/dist/esm/sparkle-file-upload.entry.js +49 -0
  484. package/dist/esm/sparkle-goal-form.entry.js +175 -0
  485. package/dist/esm/sparkle-gww-comment-list.entry.js +22 -0
  486. package/dist/esm/sparkle-gww-graph.entry.js +15 -0
  487. package/dist/esm/sparkle-input.entry.js +52 -0
  488. package/dist/esm/sparkle-intro.entry.js +22 -0
  489. package/dist/esm/sparkle-lower-content-nav.entry.js +18 -0
  490. package/dist/esm/sparkle-menu-collapsible.entry.js +42 -0
  491. package/dist/esm/sparkle-modal-image.entry.js +30 -0
  492. package/dist/esm/sparkle-notfound-page.entry.js +21 -0
  493. package/dist/esm/sparkle-overlay.entry.js +88 -0
  494. package/dist/esm/sparkle-poll.entry.js +15 -0
  495. package/dist/esm/sparkle-quiz-container.entry.js +43 -0
  496. package/dist/esm/sparkle-quiz-feedback_5.entry.js +109 -0
  497. package/dist/esm/sparkle-quiz-old.entry.js +116 -0
  498. package/dist/esm/sparkle-quiz.entry.js +99 -0
  499. package/dist/esm/sparkle-select.entry.js +57 -0
  500. package/dist/esm/sparkle-sidebar.entry.js +39 -0
  501. package/dist/esm/sparkle-tab.entry.js +22 -0
  502. package/dist/esm/sparkle-table-of-contents.entry.js +67 -0
  503. package/dist/esm/sparkle-tabs.entry.js +62 -0
  504. package/dist/esm/sparkle-video-player.entry.js +18 -0
  505. package/dist/esm/sparkle-youtube.entry.js +35 -0
  506. package/dist/esm/status-tap-dde52787.js +40 -0
  507. package/dist/esm/stencil-async-content.entry.js +28 -0
  508. package/dist/esm/stencil-route-title.entry.js +28 -0
  509. package/dist/esm/stencil-router-prompt.entry.js +55 -0
  510. package/dist/esm/student.service-08af124f.js +75 -0
  511. package/dist/esm/swipe-back-7847a0c1.js +74 -0
  512. package/dist/esm/swiper.bundle-b6a959de.js +6418 -0
  513. package/dist/esm/token.service-71a5d33f.js +94 -0
  514. package/dist/esm/util-57cc8006.js +2451 -0
  515. package/dist/index.cjs.js +1 -0
  516. package/dist/index.js +1 -0
  517. package/dist/loader/cdn.js +3 -0
  518. package/dist/loader/index.cjs.js +3 -0
  519. package/dist/loader/index.d.ts +12 -0
  520. package/dist/loader/index.es2017.js +3 -0
  521. package/dist/loader/index.js +4 -0
  522. package/dist/loader/package.json +10 -0
  523. package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.ios.css +75 -0
  524. package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.md.css +72 -0
  525. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.ios.css +25 -0
  526. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.md.css +59 -0
  527. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +357 -0
  528. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +290 -0
  529. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +494 -0
  530. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +502 -0
  531. package/dist/node_modules/@ionic/core/dist/collection/components/app/app.css +17 -0
  532. package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.ios.css +22 -0
  533. package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.md.css +22 -0
  534. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +281 -0
  535. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.md.css +309 -0
  536. package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.ios.css +26 -0
  537. package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.md.css +26 -0
  538. package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +58 -0
  539. package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +62 -0
  540. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.ios.css +234 -0
  541. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.md.css +237 -0
  542. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +38 -0
  543. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.md.css +37 -0
  544. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +439 -0
  545. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +428 -0
  546. package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.ios.css +128 -0
  547. package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.md.css +151 -0
  548. package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +101 -0
  549. package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +95 -0
  550. package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css +61 -0
  551. package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css +63 -0
  552. package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css +37 -0
  553. package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css +35 -0
  554. package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +28 -0
  555. package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +26 -0
  556. package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css +27 -0
  557. package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +27 -0
  558. package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +169 -0
  559. package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +172 -0
  560. package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.ios.css +200 -0
  561. package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.md.css +200 -0
  562. package/dist/node_modules/@ionic/core/dist/collection/components/col/col.css +108 -0
  563. package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +237 -0
  564. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +648 -0
  565. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +637 -0
  566. package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.css +60 -0
  567. package/dist/node_modules/@ionic/core/dist/collection/components/fab/fab.css +61 -0
  568. package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +338 -0
  569. package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +307 -0
  570. package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +116 -0
  571. package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.ios.css +37 -0
  572. package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.md.css +37 -0
  573. package/dist/node_modules/@ionic/core/dist/collection/components/grid/grid.css +151 -0
  574. package/dist/node_modules/@ionic/core/dist/collection/components/header/header.ios.css +108 -0
  575. package/dist/node_modules/@ionic/core/dist/collection/components/header/header.md.css +40 -0
  576. package/dist/node_modules/@ionic/core/dist/collection/components/img/img.css +12 -0
  577. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll/infinite-scroll.css +8 -0
  578. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +54 -0
  579. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +54 -0
  580. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +185 -0
  581. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +185 -0
  582. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +669 -0
  583. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +928 -0
  584. package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +204 -0
  585. package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +297 -0
  586. package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.ios.css +3 -0
  587. package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.md.css +3 -0
  588. package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +186 -0
  589. package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +180 -0
  590. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +88 -0
  591. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +85 -0
  592. package/dist/node_modules/@ionic/core/dist/collection/components/item-sliding/item-sliding.css +42 -0
  593. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +156 -0
  594. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +250 -0
  595. package/dist/node_modules/@ionic/core/dist/collection/components/list/list.ios.css +91 -0
  596. package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +114 -0
  597. package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +118 -0
  598. package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +94 -0
  599. package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +109 -0
  600. package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +100 -0
  601. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +127 -0
  602. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +123 -0
  603. package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +175 -0
  604. package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.md.css +178 -0
  605. package/dist/node_modules/@ionic/core/dist/collection/components/menu-toggle/menu-toggle.css +3 -0
  606. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +250 -0
  607. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +177 -0
  608. package/dist/node_modules/@ionic/core/dist/collection/components/nav/nav.css +10 -0
  609. package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +16 -0
  610. package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +17 -0
  611. package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +217 -0
  612. package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +204 -0
  613. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +122 -0
  614. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +123 -0
  615. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +82 -0
  616. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.md.css +85 -0
  617. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.ios.css +126 -0
  618. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.md.css +122 -0
  619. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +201 -0
  620. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.md.css +132 -0
  621. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +206 -0
  622. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +206 -0
  623. package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +177 -0
  624. package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +178 -0
  625. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +275 -0
  626. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +320 -0
  627. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +189 -0
  628. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +210 -0
  629. package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.ios.css +15 -0
  630. package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.md.css +15 -0
  631. package/dist/node_modules/@ionic/core/dist/collection/components/reorder-group/reorder-group.css +33 -0
  632. package/dist/node_modules/@ionic/core/dist/collection/components/ripple-effect/ripple-effect.css +58 -0
  633. package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +29 -0
  634. package/dist/node_modules/@ionic/core/dist/collection/components/router-outlet/route-outlet.css +10 -0
  635. package/dist/node_modules/@ionic/core/dist/collection/components/row/row.css +4 -0
  636. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +348 -0
  637. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +279 -0
  638. package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.ios.css +65 -0
  639. package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.md.css +36 -0
  640. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +446 -0
  641. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +424 -0
  642. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +145 -0
  643. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +177 -0
  644. package/dist/node_modules/@ionic/core/dist/collection/components/select-option/select-option.css +3 -0
  645. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.ios.css +14 -0
  646. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.md.css +37 -0
  647. package/dist/node_modules/@ionic/core/dist/collection/components/skeleton-text/skeleton-text.css +53 -0
  648. package/dist/node_modules/@ionic/core/dist/collection/components/slide/slide.css +31 -0
  649. package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.ios.css +764 -0
  650. package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.md.css +764 -0
  651. package/dist/node_modules/@ionic/core/dist/collection/components/spinner/spinner.css +167 -0
  652. package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +108 -0
  653. package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +108 -0
  654. package/dist/node_modules/@ionic/core/dist/collection/components/tab/tab.css +4 -0
  655. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +97 -0
  656. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +82 -0
  657. package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +308 -0
  658. package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +331 -0
  659. package/dist/node_modules/@ionic/core/dist/collection/components/tabs/tabs.css +19 -0
  660. package/dist/node_modules/@ionic/core/dist/collection/components/text/text.css +3 -0
  661. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +175 -0
  662. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +179 -0
  663. package/dist/node_modules/@ionic/core/dist/collection/components/thumbnail/thumbnail.css +21 -0
  664. package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +122 -0
  665. package/dist/node_modules/@ionic/core/dist/collection/components/title/title.md.css +55 -0
  666. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +262 -0
  667. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +295 -0
  668. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +286 -0
  669. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +261 -0
  670. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +175 -0
  671. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +168 -0
  672. package/dist/node_modules/@ionic/core/dist/collection/components/virtual-scroll/virtual-scroll.css +21 -0
  673. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/button/button.css +49 -0
  674. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/cards/card/card.css +208 -0
  675. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/cards/cards.css +31 -0
  676. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/code/code.css +245 -0
  677. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/dropdown/dropdown.css +115 -0
  678. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/header/header-mobile-collapse/header-mobile-collapse.css +257 -0
  679. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/header/header.css +232 -0
  680. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/collapsible/collapsible.css +3 -0
  681. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/menu-toggle/menu-toggle.css +25 -0
  682. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/menu.css +71 -0
  683. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/nav/nav.css +194 -0
  684. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/notfound-page/notfound-page.css +4 -0
  685. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/overlay/overlay.css +67 -0
  686. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/page-footer/page-footer.css +25 -0
  687. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/pagination/pagination.css +93 -0
  688. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/select/select.css +52 -0
  689. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/sidebar/sidebar.css +98 -0
  690. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/sparkle-lower-content-nav/sparkle-lower-content-nav.css +8 -0
  691. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/table-of-contents/table-of-contents.css +37 -0
  692. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/tabs/tabs.css +64 -0
  693. package/dist/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
  694. package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +101 -0
  695. package/dist/sparkle-core/index.esm.js +1 -19
  696. package/dist/sparkle-core/p-00d10dc9.js +4 -0
  697. package/dist/sparkle-core/p-0147266a.js +1 -0
  698. package/dist/sparkle-core/p-04c7b276.entry.js +1 -0
  699. package/dist/sparkle-core/p-05c032dd.js +4 -0
  700. package/dist/sparkle-core/p-06642405.entry.js +1 -0
  701. package/dist/sparkle-core/p-0664370b.entry.js +1 -0
  702. package/dist/sparkle-core/p-06c7d0f2.entry.js +1 -0
  703. package/dist/sparkle-core/p-076f0239.js +4 -0
  704. package/dist/sparkle-core/p-077c732b.js +4 -0
  705. package/dist/sparkle-core/p-08420531.entry.js +1 -0
  706. package/dist/sparkle-core/p-0ad5c123.entry.js +1 -0
  707. package/dist/sparkle-core/p-0afa3a4d.entry.js +1 -0
  708. package/dist/sparkle-core/p-0c3f3ea6.entry.js +1 -0
  709. package/dist/sparkle-core/p-0e4de1d0.js +4 -0
  710. package/dist/sparkle-core/p-0e8e539f.entry.js +1 -0
  711. package/dist/sparkle-core/p-11356b03.entry.js +1 -0
  712. package/dist/sparkle-core/p-11a6c175.entry.js +1 -0
  713. package/dist/sparkle-core/p-12dd96d7.js +4 -0
  714. package/dist/sparkle-core/p-13ec39db.entry.js +1 -0
  715. package/dist/sparkle-core/p-1adc98f6.js +1 -0
  716. package/dist/sparkle-core/p-1b1ba156.entry.js +1 -0
  717. package/dist/sparkle-core/p-1e125ca5.entry.js +1 -0
  718. package/dist/sparkle-core/p-1e4782af.entry.js +1 -0
  719. package/dist/sparkle-core/p-2033cd86.js +7 -0
  720. package/dist/sparkle-core/p-214d1229.entry.js +1 -0
  721. package/dist/sparkle-core/p-23aca7ca.js +4 -0
  722. package/dist/sparkle-core/p-24cb9a33.entry.js +1 -0
  723. package/dist/sparkle-core/p-27fbabc3.entry.js +1 -0
  724. package/dist/sparkle-core/p-2ba70507.entry.js +1 -0
  725. package/dist/sparkle-core/p-2c1ca854.entry.js +1 -0
  726. package/dist/sparkle-core/p-2caed39f.entry.js +1 -0
  727. package/dist/sparkle-core/p-2d9659e2.entry.js +1 -0
  728. package/dist/sparkle-core/p-2f569553.js +1 -0
  729. package/dist/sparkle-core/p-30b810d1.entry.js +4 -0
  730. package/dist/sparkle-core/p-32f4e565.entry.js +1 -0
  731. package/dist/sparkle-core/p-352677e6.entry.js +1 -0
  732. package/dist/sparkle-core/p-38b7cf68.entry.js +1 -0
  733. package/dist/sparkle-core/p-38c842d5.entry.js +1 -0
  734. package/dist/sparkle-core/p-3963e02b.entry.js +1 -0
  735. package/dist/sparkle-core/p-39712c56.entry.js +4 -0
  736. package/dist/sparkle-core/p-39a31e43.js +1 -0
  737. package/dist/sparkle-core/p-3de0e00c.js +4 -0
  738. package/dist/sparkle-core/p-4053ecdb.entry.js +1 -0
  739. package/dist/sparkle-core/p-408176ba.js +1 -0
  740. package/dist/sparkle-core/p-42ed7d5f.entry.js +1 -0
  741. package/dist/sparkle-core/p-48f72e63.js +4 -0
  742. package/dist/sparkle-core/p-4b4a8703.js +1 -0
  743. package/dist/sparkle-core/p-4c1980f7.entry.js +352 -0
  744. package/dist/sparkle-core/p-4c6a7e52.js +1 -0
  745. package/dist/sparkle-core/p-4d1cfcbe.entry.js +1 -0
  746. package/dist/sparkle-core/p-4d4077ea.js +4 -0
  747. package/dist/sparkle-core/p-4fba3e4c.js +1 -0
  748. package/dist/sparkle-core/p-506221fe.js +4 -0
  749. package/dist/sparkle-core/p-5096739e.entry.js +1 -0
  750. package/dist/sparkle-core/p-5322c920.entry.js +1 -0
  751. package/dist/sparkle-core/p-5893bbe5.entry.js +1 -0
  752. package/dist/sparkle-core/p-594a6982.entry.js +1 -0
  753. package/dist/sparkle-core/p-5c435d5a.entry.js +1 -0
  754. package/dist/sparkle-core/p-5cad23f1.js +3 -0
  755. package/dist/sparkle-core/p-5d409601.js +1 -0
  756. package/dist/sparkle-core/p-601397df.entry.js +1 -0
  757. package/dist/sparkle-core/p-604a7987.js +4 -0
  758. package/dist/sparkle-core/p-616941c6.entry.js +1 -0
  759. package/dist/sparkle-core/p-6316d124.entry.js +1 -0
  760. package/dist/sparkle-core/p-63f71ada.entry.js +1 -0
  761. package/dist/sparkle-core/p-69487d90.entry.js +1 -0
  762. package/dist/sparkle-core/p-6bde0192.entry.js +7 -0
  763. package/dist/sparkle-core/p-6d2f4093.entry.js +7 -0
  764. package/dist/sparkle-core/p-6ffd2420.entry.js +1 -0
  765. package/dist/sparkle-core/p-72053ae0.entry.js +1 -0
  766. package/dist/sparkle-core/p-73721c84.js +4 -0
  767. package/dist/sparkle-core/p-74864276.entry.js +1 -0
  768. package/dist/sparkle-core/p-7d8427eb.js +4 -0
  769. package/dist/sparkle-core/p-7dae0f0e.js +1 -0
  770. package/dist/sparkle-core/p-7dbfc316.js +1 -0
  771. package/dist/sparkle-core/p-7e7ce516.js +4 -0
  772. package/dist/sparkle-core/p-81714d94.entry.js +1 -0
  773. package/dist/sparkle-core/p-8492a765.entry.js +1 -0
  774. package/dist/sparkle-core/p-859563db.entry.js +1 -0
  775. package/dist/sparkle-core/p-85d4cd5c.entry.js +1 -0
  776. package/dist/sparkle-core/p-865f36a8.entry.js +1 -0
  777. package/dist/sparkle-core/p-86ed13f0.js +5 -0
  778. package/dist/sparkle-core/p-871106e0.js +4 -0
  779. package/dist/sparkle-core/p-894ff7e6.entry.js +1 -0
  780. package/dist/sparkle-core/p-8a41b502.entry.js +1 -0
  781. package/dist/sparkle-core/p-8b56f734.js +1 -0
  782. package/dist/sparkle-core/p-8c74cbb6.entry.js +1 -0
  783. package/dist/sparkle-core/p-924b2917.js +4 -0
  784. package/dist/sparkle-core/p-9289cdbc.entry.js +1 -0
  785. package/dist/sparkle-core/p-957715c5.entry.js +1 -0
  786. package/dist/sparkle-core/p-973fe404.entry.js +22 -0
  787. package/dist/sparkle-core/p-975b99ee.entry.js +1 -0
  788. package/dist/sparkle-core/p-98daeddb.entry.js +1 -0
  789. package/dist/sparkle-core/p-99ee9919.js +1 -0
  790. package/dist/sparkle-core/p-9abbd715.entry.js +1 -0
  791. package/dist/sparkle-core/p-9d894ed4.js +4 -0
  792. package/dist/sparkle-core/p-9e309b3e.entry.js +1 -0
  793. package/dist/sparkle-core/p-9e7fee8f.entry.js +1 -0
  794. package/dist/sparkle-core/p-9ebf0537.entry.js +1 -0
  795. package/dist/sparkle-core/p-a208ab2d.js +4 -0
  796. package/dist/sparkle-core/p-a2638250.entry.js +1 -0
  797. package/dist/sparkle-core/p-a2ebcf0a.entry.js +1 -0
  798. package/dist/sparkle-core/p-a98d7ebe.entry.js +1 -0
  799. package/dist/sparkle-core/p-add30d46.js +4 -0
  800. package/dist/sparkle-core/p-b0603d19.js +16 -0
  801. package/dist/sparkle-core/p-b06e2bef.js +1 -0
  802. package/dist/sparkle-core/p-b3f375fb.entry.js +1 -0
  803. package/dist/sparkle-core/p-b5f3e1bf.entry.js +1 -0
  804. package/dist/sparkle-core/p-b6fec622.entry.js +1 -0
  805. package/dist/sparkle-core/p-b8d71ff4.js +1 -0
  806. package/dist/sparkle-core/p-b96f3c84.entry.js +7 -0
  807. package/dist/sparkle-core/p-bd80ff43.js +4 -0
  808. package/dist/sparkle-core/p-bd90903e.js +1 -0
  809. package/dist/sparkle-core/p-be64105c.entry.js +1 -0
  810. package/dist/sparkle-core/p-c0533c23.entry.js +1 -0
  811. package/dist/sparkle-core/p-c2990b24.entry.js +1 -0
  812. package/dist/sparkle-core/p-c3cadfc6.entry.js +1 -0
  813. package/dist/sparkle-core/p-c60b29bd.entry.js +4 -0
  814. package/dist/sparkle-core/p-c64a34cd.entry.js +1 -0
  815. package/dist/sparkle-core/p-c7e21070.entry.js +1 -0
  816. package/dist/sparkle-core/p-c9f753a4.js +1 -0
  817. package/dist/sparkle-core/p-cabe9139.js +1 -0
  818. package/dist/sparkle-core/p-cabfbf22.entry.js +1 -0
  819. package/dist/sparkle-core/p-cc518c36.entry.js +1 -0
  820. package/dist/sparkle-core/p-cffd4817.entry.js +1 -0
  821. package/dist/sparkle-core/p-d0adf726.entry.js +1 -0
  822. package/dist/sparkle-core/p-d20e4fcf.entry.js +1 -0
  823. package/dist/sparkle-core/p-d24e53ab.entry.js +1 -0
  824. package/dist/sparkle-core/p-d288e6c1.entry.js +1 -0
  825. package/dist/sparkle-core/p-d601810e.entry.js +1 -0
  826. package/dist/sparkle-core/p-d68092b7.js +4 -0
  827. package/dist/sparkle-core/p-da391f3f.js +1 -0
  828. package/dist/sparkle-core/p-de4deb61.entry.js +1 -0
  829. package/dist/sparkle-core/p-e0cad1bb.js +1 -0
  830. package/dist/sparkle-core/p-e249aebf.entry.js +1 -0
  831. package/dist/sparkle-core/p-e3e36ce9.entry.js +1 -0
  832. package/dist/sparkle-core/p-e421d638.entry.js +1 -0
  833. package/dist/sparkle-core/p-e686d8b5.entry.js +4 -0
  834. package/dist/sparkle-core/p-e8988989.entry.js +1 -0
  835. package/dist/sparkle-core/p-e9431eeb.js +7 -0
  836. package/dist/sparkle-core/p-ea962e1b.entry.js +1 -0
  837. package/dist/sparkle-core/p-eaa8bbee.js +4 -0
  838. package/dist/sparkle-core/p-ebd4354b.entry.js +1 -0
  839. package/dist/sparkle-core/p-ee1e0eb4.js +2 -0
  840. package/dist/sparkle-core/p-ef4edc48.entry.js +4 -0
  841. package/dist/sparkle-core/p-f196c124.entry.js +7 -0
  842. package/dist/sparkle-core/p-f3cba72a.js +4 -0
  843. package/dist/sparkle-core/p-f47fe1fe.entry.js +1 -0
  844. package/dist/sparkle-core/p-f714f77a.entry.js +1 -0
  845. package/dist/sparkle-core/p-f891c79a.entry.js +1 -0
  846. package/dist/sparkle-core/p-fb0ca75e.entry.js +5 -0
  847. package/dist/sparkle-core/p-fb757951.entry.js +1 -0
  848. package/dist/sparkle-core/p-fd8d0738.entry.js +4 -0
  849. package/dist/sparkle-core/p-fda95b6e.entry.js +1 -0
  850. package/dist/sparkle-core/p-fe6dc976.entry.js +1 -0
  851. package/dist/sparkle-core/p-ff080f82.entry.js +10 -0
  852. package/dist/sparkle-core/p-ff7a8a71.js +4 -0
  853. package/dist/sparkle-core/sparkle-core.css +1 -2660
  854. package/dist/sparkle-core/sparkle-core.esm.js +1 -130
  855. package/package.json +2 -2
  856. package/dist/sparkle-core/PrivateRoute-a12e7ee5.js +0 -37
  857. package/dist/sparkle-core/account.service-e711795d.js +0 -63
  858. package/dist/sparkle-core/active-router-af86c9b4.js +0 -73
  859. package/dist/sparkle-core/animation-676a644d.js +0 -984
  860. package/dist/sparkle-core/app-globals-9ffa9ec3.js +0 -10
  861. package/dist/sparkle-core/appdata.service-703dff70.js +0 -69
  862. package/dist/sparkle-core/assets/user.png +0 -0
  863. package/dist/sparkle-core/assets.service-6508aae6.js +0 -71
  864. package/dist/sparkle-core/assignment.service-e42e9368.js +0 -17
  865. package/dist/sparkle-core/button-active-d68c5eb7.js +0 -67
  866. package/dist/sparkle-core/compass-svg.entry.js +0 -128
  867. package/dist/sparkle-core/context-consumer.entry.js +0 -25
  868. package/dist/sparkle-core/course-select.entry.js +0 -26
  869. package/dist/sparkle-core/css-shim-04165e59.js +0 -4
  870. package/dist/sparkle-core/dom-26e7cb2c.js +0 -73
  871. package/dist/sparkle-core/dom-utils-8e73e88b.js +0 -55
  872. package/dist/sparkle-core/facilitator.service-00a88935.js +0 -79
  873. package/dist/sparkle-core/facilitator.store-01be0386.js +0 -18
  874. package/dist/sparkle-core/feed.service-d495f3e1.js +0 -53
  875. package/dist/sparkle-core/framework-delegate-d3fa493f.js +0 -107
  876. package/dist/sparkle-core/haptic-a9e94599.js +0 -124
  877. package/dist/sparkle-core/header-mobile-collapse.entry.js +0 -86
  878. package/dist/sparkle-core/helpers-f11f0674.js +0 -406
  879. package/dist/sparkle-core/icons-758d1417.js +0 -41
  880. package/dist/sparkle-core/index-05b398c2.js +0 -34
  881. package/dist/sparkle-core/index-0af0deac.js +0 -312
  882. package/dist/sparkle-core/index-0df264ee.js +0 -4518
  883. package/dist/sparkle-core/index-183cda39.js +0 -223
  884. package/dist/sparkle-core/index-18a69883.js +0 -1336
  885. package/dist/sparkle-core/index-1d7a6fa0.js +0 -269
  886. package/dist/sparkle-core/index-1dec9544.js +0 -3064
  887. package/dist/sparkle-core/index-81dab78f.js +0 -85
  888. package/dist/sparkle-core/index-9b5bcea1.js +0 -22
  889. package/dist/sparkle-core/index-bb469fe3.js +0 -128
  890. package/dist/sparkle-core/index-d2990a48.js +0 -184
  891. package/dist/sparkle-core/index-dd414b33.js +0 -653
  892. package/dist/sparkle-core/index-faeec85a.js +0 -8
  893. package/dist/sparkle-core/index.es-1f6eedc5.js +0 -11066
  894. package/dist/sparkle-core/input-shims-0b2f5522.js +0 -418
  895. package/dist/sparkle-core/ion-accordion-group.entry.js +0 -201
  896. package/dist/sparkle-core/ion-accordion.entry.js +0 -332
  897. package/dist/sparkle-core/ion-action-sheet.entry.js +0 -263
  898. package/dist/sparkle-core/ion-alert.entry.js +0 -448
  899. package/dist/sparkle-core/ion-app.entry.js +0 -75
  900. package/dist/sparkle-core/ion-avatar.entry.js +0 -21
  901. package/dist/sparkle-core/ion-back-button.entry.js +0 -90
  902. package/dist/sparkle-core/ion-backdrop.entry.js +0 -63
  903. package/dist/sparkle-core/ion-badge.entry.js +0 -25
  904. package/dist/sparkle-core/ion-breadcrumb.entry.js +0 -91
  905. package/dist/sparkle-core/ion-breadcrumbs.entry.js +0 -129
  906. package/dist/sparkle-core/ion-button.entry.js +0 -125
  907. package/dist/sparkle-core/ion-buttons.entry.js +0 -38
  908. package/dist/sparkle-core/ion-card-content.entry.js +0 -26
  909. package/dist/sparkle-core/ion-card-header.entry.js +0 -33
  910. package/dist/sparkle-core/ion-card-subtitle.entry.js +0 -26
  911. package/dist/sparkle-core/ion-card-title.entry.js +0 -26
  912. package/dist/sparkle-core/ion-card.entry.js +0 -64
  913. package/dist/sparkle-core/ion-checkbox.entry.js +0 -109
  914. package/dist/sparkle-core/ion-chip.entry.js +0 -36
  915. package/dist/sparkle-core/ion-col.entry.js +0 -121
  916. package/dist/sparkle-core/ion-content.entry.js +0 -319
  917. package/dist/sparkle-core/ion-datetime-button.entry.js +0 -308
  918. package/dist/sparkle-core/ion-datetime.entry.js +0 -1619
  919. package/dist/sparkle-core/ion-fab-button.entry.js +0 -104
  920. package/dist/sparkle-core/ion-fab-list.entry.js +0 -41
  921. package/dist/sparkle-core/ion-fab.entry.js +0 -72
  922. package/dist/sparkle-core/ion-footer.entry.js +0 -116
  923. package/dist/sparkle-core/ion-grid.entry.js +0 -24
  924. package/dist/sparkle-core/ion-header.entry.js +0 -341
  925. package/dist/sparkle-core/ion-icon.entry.js +0 -200
  926. package/dist/sparkle-core/ion-img.entry.js +0 -97
  927. package/dist/sparkle-core/ion-infinite-scroll-content.entry.js +0 -33
  928. package/dist/sparkle-core/ion-infinite-scroll.entry.js +0 -202
  929. package/dist/sparkle-core/ion-input.entry.js +0 -293
  930. package/dist/sparkle-core/ion-item-divider.entry.js +0 -36
  931. package/dist/sparkle-core/ion-item-group.entry.js +0 -27
  932. package/dist/sparkle-core/ion-item-option.entry.js +0 -56
  933. package/dist/sparkle-core/ion-item-options.entry.js +0 -43
  934. package/dist/sparkle-core/ion-item-sliding.entry.js +0 -394
  935. package/dist/sparkle-core/ion-item.entry.js +0 -267
  936. package/dist/sparkle-core/ion-label.entry.js +0 -77
  937. package/dist/sparkle-core/ion-list-header.entry.js +0 -27
  938. package/dist/sparkle-core/ion-list.entry.js +0 -48
  939. package/dist/sparkle-core/ion-loading.entry.js +0 -211
  940. package/dist/sparkle-core/ion-menu-button.entry.js +0 -72
  941. package/dist/sparkle-core/ion-menu-toggle.entry.js +0 -43
  942. package/dist/sparkle-core/ion-menu.entry.js +0 -575
  943. package/dist/sparkle-core/ion-modal.entry.js +0 -1706
  944. package/dist/sparkle-core/ion-nav-link.entry.js +0 -43
  945. package/dist/sparkle-core/ion-nav.entry.js +0 -872
  946. package/dist/sparkle-core/ion-note.entry.js +0 -25
  947. package/dist/sparkle-core/ion-picker-column-internal.entry.js +0 -363
  948. package/dist/sparkle-core/ion-picker-column.entry.js +0 -327
  949. package/dist/sparkle-core/ion-picker-internal.entry.js +0 -454
  950. package/dist/sparkle-core/ion-picker.entry.js +0 -217
  951. package/dist/sparkle-core/ion-popover.entry.js +0 -1362
  952. package/dist/sparkle-core/ion-progress-bar.entry.js +0 -70
  953. package/dist/sparkle-core/ion-radio-group.entry.js +0 -121
  954. package/dist/sparkle-core/ion-radio.entry.js +0 -111
  955. package/dist/sparkle-core/ion-range.entry.js +0 -511
  956. package/dist/sparkle-core/ion-refresher-content.entry.js +0 -31
  957. package/dist/sparkle-core/ion-refresher.entry.js +0 -798
  958. package/dist/sparkle-core/ion-reorder-group.entry.js +0 -277
  959. package/dist/sparkle-core/ion-reorder.entry.js +0 -34
  960. package/dist/sparkle-core/ion-ripple-effect.entry.js +0 -89
  961. package/dist/sparkle-core/ion-route-redirect.entry.js +0 -20
  962. package/dist/sparkle-core/ion-route.entry.js +0 -45
  963. package/dist/sparkle-core/ion-router-link.entry.js +0 -34
  964. package/dist/sparkle-core/ion-router-outlet.entry.js +0 -196
  965. package/dist/sparkle-core/ion-router.entry.js +0 -827
  966. package/dist/sparkle-core/ion-row.entry.js +0 -16
  967. package/dist/sparkle-core/ion-searchbar.entry.js +0 -366
  968. package/dist/sparkle-core/ion-segment-button.entry.js +0 -98
  969. package/dist/sparkle-core/ion-segment.entry.js +0 -415
  970. package/dist/sparkle-core/ion-select-option.entry.js +0 -23
  971. package/dist/sparkle-core/ion-select-popover.entry.js +0 -96
  972. package/dist/sparkle-core/ion-select.entry.js +0 -510
  973. package/dist/sparkle-core/ion-skeleton-text.entry.js +0 -29
  974. package/dist/sparkle-core/ion-slide.entry.js +0 -21
  975. package/dist/sparkle-core/ion-slides.entry.js +0 -387
  976. package/dist/sparkle-core/ion-spinner.entry.js +0 -60
  977. package/dist/sparkle-core/ion-split-pane.entry.js +0 -156
  978. package/dist/sparkle-core/ion-tab-bar.entry.js +0 -71
  979. package/dist/sparkle-core/ion-tab-button.entry.js +0 -99
  980. package/dist/sparkle-core/ion-tab.entry.js +0 -63
  981. package/dist/sparkle-core/ion-tabs.entry.js +0 -150
  982. package/dist/sparkle-core/ion-text.entry.js +0 -20
  983. package/dist/sparkle-core/ion-textarea.entry.js +0 -244
  984. package/dist/sparkle-core/ion-thumbnail.entry.js +0 -16
  985. package/dist/sparkle-core/ion-title.entry.js +0 -48
  986. package/dist/sparkle-core/ion-toast.entry.js +0 -268
  987. package/dist/sparkle-core/ion-toggle.entry.js +0 -173
  988. package/dist/sparkle-core/ion-toolbar.entry.js +0 -70
  989. package/dist/sparkle-core/ion-virtual-scroll.entry.js +0 -551
  990. package/dist/sparkle-core/ionic-global-127576f6.js +0 -226
  991. package/dist/sparkle-core/ios.transition-02531dda.js +0 -479
  992. package/dist/sparkle-core/location-utils-fea12957.js +0 -229
  993. package/dist/sparkle-core/match-path-760e1797.js +0 -343
  994. package/dist/sparkle-core/md.transition-f8765467.js +0 -55
  995. package/dist/sparkle-core/media.service-2609406e.js +0 -36
  996. package/dist/sparkle-core/menu-toggle-util-6cc13cbd.js +0 -12
  997. package/dist/sparkle-core/overlays-fd3cfa13.js +0 -493
  998. package/dist/sparkle-core/parse-60474840.js +0 -1196
  999. package/dist/sparkle-core/purify-d9093094.js +0 -1469
  1000. package/dist/sparkle-core/quiz.model-1cff62e4.js +0 -5
  1001. package/dist/sparkle-core/shadow-css-1257b266.js +0 -387
  1002. package/dist/sparkle-core/signalR.service-2b7645c1.js +0 -2983
  1003. package/dist/sparkle-core/sparkle-animation-player.entry.js +0 -513
  1004. package/dist/sparkle-core/sparkle-assignment.entry.js +0 -114
  1005. package/dist/sparkle-core/sparkle-button.entry.js +0 -24
  1006. package/dist/sparkle-core/sparkle-card.entry.js +0 -61
  1007. package/dist/sparkle-core/sparkle-cards.entry.js +0 -15
  1008. package/dist/sparkle-core/sparkle-character-intro.entry.js +0 -22
  1009. package/dist/sparkle-core/sparkle-code.entry.js +0 -39
  1010. package/dist/sparkle-core/sparkle-compass-post.entry.js +0 -129
  1011. package/dist/sparkle-core/sparkle-compass.entry.js +0 -122
  1012. package/dist/sparkle-core/sparkle-course-root.entry.js +0 -155
  1013. package/dist/sparkle-core/sparkle-discussion-questions.entry.js +0 -122
  1014. package/dist/sparkle-core/sparkle-discussion-results.entry.js +0 -189
  1015. package/dist/sparkle-core/sparkle-discussion.entry.js +0 -52
  1016. package/dist/sparkle-core/sparkle-dropdown.entry.js +0 -57
  1017. package/dist/sparkle-core/sparkle-emoji.entry.js +0 -77
  1018. package/dist/sparkle-core/sparkle-export-lessons.entry.js +0 -10081
  1019. package/dist/sparkle-core/sparkle-facilitator-dashboard.entry.js +0 -93
  1020. package/dist/sparkle-core/sparkle-facilitator-header.entry.js +0 -60
  1021. package/dist/sparkle-core/sparkle-facilitator-notes-form.entry.js +0 -160
  1022. package/dist/sparkle-core/sparkle-facilitator-notes.entry.js +0 -65
  1023. package/dist/sparkle-core/sparkle-facilitator-page.entry.js +0 -198
  1024. package/dist/sparkle-core/sparkle-feed-post.entry.js +0 -131
  1025. package/dist/sparkle-core/sparkle-feedback.entry.js +0 -106
  1026. package/dist/sparkle-core/sparkle-file-upload.entry.js +0 -57
  1027. package/dist/sparkle-core/sparkle-forgot-password.entry.js +0 -80
  1028. package/dist/sparkle-core/sparkle-goal-form.entry.js +0 -182
  1029. package/dist/sparkle-core/sparkle-goal-item.entry.js +0 -15
  1030. package/dist/sparkle-core/sparkle-goal-progress.entry.js +0 -15
  1031. package/dist/sparkle-core/sparkle-goals.entry.js +0 -47
  1032. package/dist/sparkle-core/sparkle-gww-comment-list.entry.js +0 -22
  1033. package/dist/sparkle-core/sparkle-gww-graph.entry.js +0 -15
  1034. package/dist/sparkle-core/sparkle-gww-item.entry.js +0 -80
  1035. package/dist/sparkle-core/sparkle-gww.entry.js +0 -44
  1036. package/dist/sparkle-core/sparkle-header.entry.js +0 -97
  1037. package/dist/sparkle-core/sparkle-health.entry.js +0 -70
  1038. package/dist/sparkle-core/sparkle-input.entry.js +0 -52
  1039. package/dist/sparkle-core/sparkle-intro.entry.js +0 -22
  1040. package/dist/sparkle-core/sparkle-login.entry.js +0 -116
  1041. package/dist/sparkle-core/sparkle-lower-content-nav.entry.js +0 -18
  1042. package/dist/sparkle-core/sparkle-menu-collapsible.entry.js +0 -42
  1043. package/dist/sparkle-core/sparkle-menu-toggle.entry.js +0 -24
  1044. package/dist/sparkle-core/sparkle-menu.entry.js +0 -26
  1045. package/dist/sparkle-core/sparkle-modal-image.entry.js +0 -33
  1046. package/dist/sparkle-core/sparkle-mood.entry.js +0 -76
  1047. package/dist/sparkle-core/sparkle-nav.entry.js +0 -113
  1048. package/dist/sparkle-core/sparkle-notfound-page.entry.js +0 -25
  1049. package/dist/sparkle-core/sparkle-online-students.entry.js +0 -55
  1050. package/dist/sparkle-core/sparkle-overlay.entry.js +0 -90
  1051. package/dist/sparkle-core/sparkle-page-footer.entry.js +0 -24
  1052. package/dist/sparkle-core/sparkle-page.entry.js +0 -245
  1053. package/dist/sparkle-core/sparkle-pagination.entry.js +0 -67
  1054. package/dist/sparkle-core/sparkle-poll.entry.js +0 -15
  1055. package/dist/sparkle-core/sparkle-quiz-container.entry.js +0 -43
  1056. package/dist/sparkle-core/sparkle-quiz-feedback.entry.js +0 -18
  1057. package/dist/sparkle-core/sparkle-quiz-input.entry.js +0 -16
  1058. package/dist/sparkle-core/sparkle-quiz-old.entry.js +0 -116
  1059. package/dist/sparkle-core/sparkle-quiz-opinion.entry.js +0 -41
  1060. package/dist/sparkle-core/sparkle-quiz-poll.entry.js +0 -16
  1061. package/dist/sparkle-core/sparkle-quiz-select.entry.js +0 -29
  1062. package/dist/sparkle-core/sparkle-quiz.entry.js +0 -98
  1063. package/dist/sparkle-core/sparkle-reset-password.entry.js +0 -96
  1064. package/dist/sparkle-core/sparkle-root.entry.js +0 -79
  1065. package/dist/sparkle-core/sparkle-select.entry.js +0 -57
  1066. package/dist/sparkle-core/sparkle-sidebar.entry.js +0 -39
  1067. package/dist/sparkle-core/sparkle-signup.entry.js +0 -144
  1068. package/dist/sparkle-core/sparkle-tab.entry.js +0 -22
  1069. package/dist/sparkle-core/sparkle-table-of-contents.entry.js +0 -67
  1070. package/dist/sparkle-core/sparkle-tabs.entry.js +0 -62
  1071. package/dist/sparkle-core/sparkle-unauthorized.entry.js +0 -17
  1072. package/dist/sparkle-core/sparkle-user-enrollment.entry.js +0 -85
  1073. package/dist/sparkle-core/sparkle-user-profile.entry.js +0 -129
  1074. package/dist/sparkle-core/sparkle-validation-error.entry.js +0 -17
  1075. package/dist/sparkle-core/sparkle-video-player.entry.js +0 -18
  1076. package/dist/sparkle-core/sparkle-youtube.entry.js +0 -35
  1077. package/dist/sparkle-core/status-tap-52feb1b1.js +0 -40
  1078. package/dist/sparkle-core/stencil-async-content.entry.js +0 -28
  1079. package/dist/sparkle-core/stencil-route-link.entry.js +0 -74
  1080. package/dist/sparkle-core/stencil-route-switch.entry.js +0 -100
  1081. package/dist/sparkle-core/stencil-route-title.entry.js +0 -28
  1082. package/dist/sparkle-core/stencil-route.entry.js +0 -93
  1083. package/dist/sparkle-core/stencil-router-prompt.entry.js +0 -55
  1084. package/dist/sparkle-core/stencil-router-redirect.entry.js +0 -28
  1085. package/dist/sparkle-core/stencil-router.entry.js +0 -636
  1086. package/dist/sparkle-core/store.service-0f7d998b.js +0 -16
  1087. package/dist/sparkle-core/student.service-f0375229.js +0 -59
  1088. package/dist/sparkle-core/swipe-back-9a614189.js +0 -73
  1089. package/dist/sparkle-core/swiper.bundle-4274e115.js +0 -6418
  1090. package/dist/sparkle-core/user.store-3d052406.js +0 -19
  1091. package/dist/sparkle-core/util-ba470e54.js +0 -14683
  1092. package/dist/sparkle-core/utils-cae23bce.js +0 -114
  1093. /package/dist/{sparkle-core → esm}/cubic-bezier-4c0db14f.js +0 -0
  1094. /package/dist/{sparkle-core → esm}/focus-visible-4e9a0764.js +0 -0
  1095. /package/dist/{sparkle-core → esm}/hardware-back-button-fa04d6e9.js +0 -0
  1096. /package/dist/{sparkle-core → esm}/index-be6112f8.js +0 -0
  1097. /package/dist/{sparkle-core → esm}/keyboard-7e8329b3.js +0 -0
  1098. /package/dist/{sparkle-core → esm}/localstorage.service-4bf408c8.js +0 -0
  1099. /package/dist/{sparkle-core → esm}/spinner-configs-a37e628a.js +0 -0
  1100. /package/dist/{sparkle-core → esm}/theme-7ef00c83.js +0 -0
@@ -1,2660 +1 @@
1
- /* Document Level Styles */
2
-
3
- /*
4
- The imports below are needed to include our light dom css for global styles such as fonts and colors.
5
- You can comment out any of these imports if you do not need that css. For example, if you have your own
6
- global font family css then you can comment out the typography.css import.
7
- */
8
-
9
- /** Core CSS required for ionic components to work property */
10
- html.ios {
11
- --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
12
- }
13
-
14
- html.md {
15
- --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
16
- }
17
-
18
- html {
19
- --ion-font-family: var(--ion-default-font);
20
- }
21
-
22
- body {
23
- background: var(--ion-background-color);
24
- }
25
-
26
- body.backdrop-no-scroll {
27
- overflow: hidden;
28
- }
29
-
30
- /**
31
- * Card style modal needs additional padding on the
32
- * top of the header. We accomplish this by targeting
33
- * the first toolbar in the header.
34
- * Footer also needs this. We do not adjust the bottom
35
- * padding though because of the safe area.
36
- */
37
- html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
38
- html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
39
- html.ios ion-modal ion-footer ion-toolbar:first-of-type {
40
- padding-top: 6px;
41
- }
42
-
43
- /**
44
- * Card style modal needs additional padding on the
45
- * bottom of the header. We accomplish this by targeting
46
- * the last toolbar in the header.
47
- */
48
- html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
49
- html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
50
- padding-bottom: 6px;
51
- }
52
-
53
- /**
54
- * Add padding on the left and right
55
- * of toolbars while accounting for
56
- * safe area values when in landscape.
57
- */
58
- html.ios ion-modal ion-toolbar {
59
- padding-right: calc(var(--ion-safe-area-right) + 8px);
60
- padding-left: calc(var(--ion-safe-area-left) + 8px);
61
- }
62
-
63
- /**
64
- * Card style modal on iPadOS
65
- * should only have backdrop on first instance.
66
- */
67
- @media screen and (min-width: 768px) {
68
- html.ios ion-modal.modal-card:first-of-type {
69
- --backdrop-opacity: 0.18;
70
- }
71
- }
72
- /**
73
- * Subsequent modals should not have a backdrop/box shadow
74
- * as it will cause the screen to appear to get progressively
75
- * darker. With Ionic 6, declarative modals made it
76
- * possible to have multiple non-presented modals in the DOM,
77
- * so we could no longer rely on ion-modal:first-of-type.
78
- * Here we disable the opacity/box-shadow for every modal
79
- * that comes after the first presented modal.
80
- *
81
- * Note: ion-modal:not(.overlay-hidden):first-of-type
82
- * does not match the first modal to not have
83
- * the .overlay-hidden class, it will match the
84
- * first modal in general only if it does not
85
- * have the .overlay-hidden class.
86
- * The :nth-child() pseudo-class has support
87
- * for selectors which would help us here. At the
88
- * time of writing it does not have great cross browser
89
- * support.
90
- *
91
- * Note 2: This should only apply to non-card and
92
- * non-sheet modals. Card and sheet modals have their
93
- * own criteria for displaying backdrops/box shadows.
94
- */
95
- ion-modal.modal-default:not(.overlay-hidden) ~ ion-modal.modal-default {
96
- --backdrop-opacity: 0;
97
- --box-shadow: none;
98
- }
99
-
100
- /**
101
- * This works around a bug in WebKit where the
102
- * content will overflow outside of the bottom border
103
- * radius when re-painting. As long as a single
104
- * border radius value is set on .ion-page, this
105
- * issue does not happen. We set the top left radius
106
- * here because the top left corner will always have a
107
- * radius no matter the platform.
108
- * This behavior only applies to card modals.
109
- */
110
- html.ios ion-modal.modal-card .ion-page {
111
- border-top-left-radius: var(--border-radius);
112
- }
113
-
114
- .ion-color-primary {
115
- --ion-color-base: var(--ion-color-primary, #3880ff) !important;
116
- --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
117
- --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
118
- --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
119
- --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
120
- --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
121
- }
122
-
123
- .ion-color-secondary {
124
- --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
125
- --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
126
- --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
127
- --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
128
- --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
129
- --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
130
- }
131
-
132
- .ion-color-tertiary {
133
- --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
134
- --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
135
- --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
136
- --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
137
- --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
138
- --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
139
- }
140
-
141
- .ion-color-success {
142
- --ion-color-base: var(--ion-color-success, #2dd36f) !important;
143
- --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
144
- --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
145
- --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
146
- --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
147
- --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
148
- }
149
-
150
- .ion-color-warning {
151
- --ion-color-base: var(--ion-color-warning, #ffc409) !important;
152
- --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
153
- --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
154
- --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
155
- --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
156
- --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
157
- }
158
-
159
- .ion-color-danger {
160
- --ion-color-base: var(--ion-color-danger, #eb445a) !important;
161
- --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
162
- --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
163
- --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
164
- --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
165
- --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
166
- }
167
-
168
- .ion-color-light {
169
- --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
170
- --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
171
- --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
172
- --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
173
- --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
174
- --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
175
- }
176
-
177
- .ion-color-medium {
178
- --ion-color-base: var(--ion-color-medium, #92949c) !important;
179
- --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
180
- --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
181
- --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
182
- --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
183
- --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
184
- }
185
-
186
- .ion-color-dark {
187
- --ion-color-base: var(--ion-color-dark, #222428) !important;
188
- --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
189
- --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
190
- --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
191
- --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
192
- --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
193
- }
194
-
195
- .ion-page {
196
- left: 0;
197
- right: 0;
198
- top: 0;
199
- bottom: 0;
200
- display: flex;
201
- position: absolute;
202
- flex-direction: column;
203
- justify-content: space-between;
204
- contain: layout size style;
205
- overflow: hidden;
206
- z-index: 0;
207
- }
208
-
209
- /**
210
- * When making custom dialogs, using
211
- * ion-content is not required. As a result,
212
- * some developers may wish to have dialogs
213
- * that are automatically sized by the browser.
214
- * These changes allow certain dimension values
215
- * such as fit-content to work correctly.
216
- */
217
- ion-modal .ion-page:not(ion-nav .ion-page) {
218
- position: relative;
219
- contain: layout style;
220
- height: 100%;
221
- }
222
-
223
- .split-pane-visible > .ion-page.split-pane-main {
224
- position: relative;
225
- }
226
-
227
- ion-route,
228
- ion-route-redirect,
229
- ion-router,
230
- ion-select-option,
231
- ion-nav-controller,
232
- ion-menu-controller,
233
- ion-action-sheet-controller,
234
- ion-alert-controller,
235
- ion-loading-controller,
236
- ion-modal-controller,
237
- ion-picker-controller,
238
- ion-popover-controller,
239
- ion-toast-controller,
240
- .ion-page-hidden,
241
- [hidden] {
242
- /* stylelint-disable-next-line declaration-no-important */
243
- display: none !important;
244
- }
245
-
246
- .ion-page-invisible {
247
- opacity: 0;
248
- }
249
-
250
- .can-go-back > ion-header ion-back-button {
251
- display: block;
252
- }
253
-
254
- html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
255
- --ion-statusbar-padding: 20px;
256
- }
257
-
258
- @supports (padding-top: 20px) {
259
- html {
260
- --ion-safe-area-top: var(--ion-statusbar-padding);
261
- }
262
- }
263
- @supports (padding-top: constant(safe-area-inset-top)) {
264
- html {
265
- --ion-safe-area-top: constant(safe-area-inset-top);
266
- --ion-safe-area-bottom: constant(safe-area-inset-bottom);
267
- --ion-safe-area-left: constant(safe-area-inset-left);
268
- --ion-safe-area-right: constant(safe-area-inset-right);
269
- }
270
- }
271
- @supports (padding-top: env(safe-area-inset-top)) {
272
- html {
273
- --ion-safe-area-top: env(safe-area-inset-top);
274
- --ion-safe-area-bottom: env(safe-area-inset-bottom);
275
- --ion-safe-area-left: env(safe-area-inset-left);
276
- --ion-safe-area-right: env(safe-area-inset-right);
277
- }
278
- }
279
- ion-card.ion-color .ion-inherit-color,
280
- ion-card-header.ion-color .ion-inherit-color {
281
- color: inherit;
282
- }
283
-
284
- .menu-content {
285
- transform: translate3d(0, 0, 0);
286
- }
287
-
288
- .menu-content-open {
289
- cursor: pointer;
290
- touch-action: manipulation;
291
- pointer-events: none;
292
- }
293
-
294
- .ios .menu-content-reveal {
295
- box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
296
- }
297
-
298
- [dir=rtl].ios .menu-content-reveal {
299
- box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
300
- }
301
-
302
- .md .menu-content-reveal {
303
- box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
304
- }
305
-
306
- .md .menu-content-push {
307
- box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
308
- }
309
-
310
- ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
311
- border-top-left-radius: 8px;
312
- border-top-right-radius: 8px;
313
- }
314
-
315
- ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
316
- border-bottom-left-radius: 8px;
317
- border-bottom-right-radius: 8px;
318
- }
319
-
320
- ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
321
- --border-width: 0px;
322
- }
323
-
324
- ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
325
- transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
326
- }
327
-
328
- @media (prefers-reduced-motion: reduce) {
329
- ion-accordion .ion-accordion-toggle-icon {
330
- /* stylelint-disable declaration-no-important */
331
- transition: none !important;
332
- }
333
- }
334
- /**
335
- * The > [slot="header"] selector ensures that we do
336
- * not modify toggle icons for any nested accordions. The state
337
- * of one accordion should not affect any accordions inside
338
- * of a nested accordion group.
339
- */
340
- ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
341
- ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
342
- transform: rotate(180deg);
343
- }
344
-
345
- ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
346
- --border-width: 0px;
347
- --inner-border-width: 0px;
348
- }
349
-
350
- ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
351
- ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
352
- margin-top: 0;
353
- }
354
-
355
- ion-input input::-webkit-date-and-time-value {
356
- text-align: start;
357
- }
358
-
359
- /**
360
- * The .ion-datetime-button-overlay class contains
361
- * styles that allow any modal/popover to be
362
- * sized according to the dimensions of the datetime
363
- * when used with ion-datetime-button.
364
- */
365
- .ion-datetime-button-overlay {
366
- --width: fit-content;
367
- --height: fit-content;
368
- }
369
-
370
- /**
371
- * The grid variant can scale down when inline.
372
- * When used in a `fit-content` overlay, this causes
373
- * the overlay to shrink when the month/year picker is open.
374
- * Explicitly setting the dimensions lets us have a consistently
375
- * sized grid interface.
376
- */
377
- .ion-datetime-button-overlay ion-datetime.datetime-grid {
378
- width: 320px;
379
- min-height: 320px;
380
- }
381
-
382
- /*# sourceMappingURL=core.css.map */
383
-
384
-
385
- /** Basic CSS for apps built with Ionic */
386
- audio,
387
- canvas,
388
- progress,
389
- video {
390
- vertical-align: baseline;
391
- }
392
-
393
- audio:not([controls]) {
394
- display: none;
395
- height: 0;
396
- }
397
-
398
- b,
399
- strong {
400
- font-weight: bold;
401
- }
402
-
403
- img {
404
- max-width: 100%;
405
- border: 0;
406
- }
407
-
408
- svg:not(:root) {
409
- overflow: hidden;
410
- }
411
-
412
- figure {
413
- margin: 1em 40px;
414
- }
415
-
416
- hr {
417
- height: 1px;
418
- border-width: 0;
419
- box-sizing: content-box;
420
- }
421
-
422
- pre {
423
- overflow: auto;
424
- }
425
-
426
- code,
427
- kbd,
428
- pre,
429
- samp {
430
- font-family: monospace, monospace;
431
- font-size: 1em;
432
- }
433
-
434
- label,
435
- input,
436
- select,
437
- textarea {
438
- font-family: inherit;
439
- line-height: normal;
440
- }
441
-
442
- textarea {
443
- overflow: auto;
444
- height: auto;
445
- font: inherit;
446
- color: inherit;
447
- }
448
-
449
- textarea::placeholder {
450
- padding-left: 2px;
451
- }
452
-
453
- form,
454
- input,
455
- optgroup,
456
- select {
457
- margin: 0;
458
- font: inherit;
459
- color: inherit;
460
- }
461
-
462
- html input[type=button],
463
- input[type=reset],
464
- input[type=submit] {
465
- cursor: pointer;
466
- -webkit-appearance: button;
467
- }
468
-
469
- a,
470
- a div,
471
- a span,
472
- a ion-icon,
473
- a ion-label,
474
- button,
475
- button div,
476
- button span,
477
- button ion-icon,
478
- button ion-label,
479
- .ion-tappable,
480
- [tappable],
481
- [tappable] div,
482
- [tappable] span,
483
- [tappable] ion-icon,
484
- [tappable] ion-label,
485
- input,
486
- textarea {
487
- touch-action: manipulation;
488
- }
489
-
490
- a ion-label,
491
- button ion-label {
492
- pointer-events: none;
493
- }
494
-
495
- button {
496
- border: 0;
497
- border-radius: 0;
498
- font-family: inherit;
499
- font-style: inherit;
500
- font-variant: inherit;
501
- line-height: 1;
502
- text-transform: none;
503
- cursor: pointer;
504
- -webkit-appearance: button;
505
- }
506
-
507
- [tappable] {
508
- cursor: pointer;
509
- }
510
-
511
- a[disabled],
512
- button[disabled],
513
- html input[disabled] {
514
- cursor: default;
515
- }
516
-
517
- button::-moz-focus-inner,
518
- input::-moz-focus-inner {
519
- padding: 0;
520
- border: 0;
521
- }
522
-
523
- input[type=checkbox],
524
- input[type=radio] {
525
- padding: 0;
526
- box-sizing: border-box;
527
- }
528
-
529
- input[type=number]::-webkit-inner-spin-button,
530
- input[type=number]::-webkit-outer-spin-button {
531
- height: auto;
532
- }
533
-
534
- input[type=search]::-webkit-search-cancel-button,
535
- input[type=search]::-webkit-search-decoration {
536
- -webkit-appearance: none;
537
- }
538
-
539
- table {
540
- border-collapse: collapse;
541
- border-spacing: 0;
542
- }
543
-
544
- td,
545
- th {
546
- padding: 0;
547
- }
548
-
549
- /*# sourceMappingURL=normalize.css.map */
550
-
551
- * {
552
- box-sizing: border-box;
553
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
554
- -webkit-tap-highlight-color: transparent;
555
- -webkit-touch-callout: none;
556
- }
557
-
558
- html {
559
- width: 100%;
560
- height: 100%;
561
- text-size-adjust: 100%;
562
- }
563
-
564
- html:not(.hydrated) body {
565
- display: none;
566
- }
567
-
568
- html.ion-ce body {
569
- display: block;
570
- }
571
-
572
- html.plt-pwa {
573
- height: 100vh;
574
- }
575
-
576
- body {
577
- -moz-osx-font-smoothing: grayscale;
578
- -webkit-font-smoothing: antialiased;
579
- margin-left: 0;
580
- margin-right: 0;
581
- margin-top: 0;
582
- margin-bottom: 0;
583
- padding-left: 0;
584
- padding-right: 0;
585
- padding-top: 0;
586
- padding-bottom: 0;
587
- position: fixed;
588
- width: 100%;
589
- max-width: 100%;
590
- height: 100%;
591
- max-height: 100%;
592
- /**
593
- * Because body has position: fixed,
594
- * it should be promoted to its own
595
- * layer.
596
- *
597
- * WebKit does not always promote
598
- * the body to its own layer on page
599
- * load in Ionic apps. Once scrolling on
600
- * ion-content starts, WebKit will promote
601
- * body. Unfortunately, this causes a re-paint
602
- * which results in scrolling being halted
603
- * until the next user gesture.
604
- *
605
- * This impacts the Custom Elements build.
606
- * The lazy loaded build causes the browser to
607
- * re-paint during hydration which causes WebKit
608
- * to promote body to its own layer.
609
- * In the CE Build, this hydration does not
610
- * happen, so the additional re-paint does not occur.
611
- */
612
- transform: translateZ(0);
613
- text-rendering: optimizeLegibility;
614
- overflow: hidden;
615
- touch-action: manipulation;
616
- -webkit-user-drag: none;
617
- -ms-content-zooming: none;
618
- word-wrap: break-word;
619
- overscroll-behavior-y: none;
620
- text-size-adjust: none;
621
- }
622
-
623
- /*# sourceMappingURL=structure.css.map */
624
-
625
- html {
626
- font-family: var(--ion-font-family);
627
- }
628
-
629
- a {
630
- background-color: transparent;
631
- color: var(--ion-color-primary, #3880ff);
632
- }
633
-
634
- h1,
635
- h2,
636
- h3,
637
- h4,
638
- h5,
639
- h6 {
640
- margin-top: 16px;
641
- margin-bottom: 10px;
642
- font-weight: 500;
643
- line-height: 1.2;
644
- }
645
- h1 {
646
- margin-top: 20px;
647
- font-size: 26px;
648
- }
649
- h2 {
650
- margin-top: 18px;
651
- font-size: 24px;
652
- }
653
- h3 {
654
- font-size: 22px;
655
- }
656
-
657
- h4 {
658
- font-size: 20px;
659
- }
660
-
661
- h5 {
662
- font-size: 18px;
663
- }
664
-
665
- h6 {
666
- font-size: 16px;
667
- }
668
-
669
- small {
670
- font-size: 75%;
671
- }
672
-
673
- sub,
674
- sup {
675
- position: relative;
676
- font-size: 75%;
677
- line-height: 0;
678
- vertical-align: baseline;
679
- }
680
-
681
- sup {
682
- top: -0.5em;
683
- }
684
-
685
- sub {
686
- bottom: -0.25em;
687
- }
688
-
689
- /*# sourceMappingURL=typography.css.map */
690
-
691
-
692
- /** Optional CSS utils that can be commented out */
693
- .ion-no-padding {
694
- --padding-start: 0;
695
- --padding-end: 0;
696
- --padding-top: 0;
697
- --padding-bottom: 0;
698
- padding-left: 0;
699
- padding-right: 0;
700
- padding-top: 0;
701
- padding-bottom: 0;
702
- }
703
-
704
- .ion-padding {
705
- --padding-start: var(--ion-padding, 16px);
706
- --padding-end: var(--ion-padding, 16px);
707
- --padding-top: var(--ion-padding, 16px);
708
- --padding-bottom: var(--ion-padding, 16px);
709
- padding-left: var(--ion-padding, 16px);
710
- padding-right: var(--ion-padding, 16px);
711
- padding-top: var(--ion-padding, 16px);
712
- padding-bottom: var(--ion-padding, 16px);
713
- }
714
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
715
- .ion-padding {
716
- padding-left: unset;
717
- padding-right: unset;
718
- -webkit-padding-start: var(--ion-padding, 16px);
719
- padding-inline-start: var(--ion-padding, 16px);
720
- -webkit-padding-end: var(--ion-padding, 16px);
721
- padding-inline-end: var(--ion-padding, 16px);
722
- }
723
- }
724
-
725
- .ion-padding-top {
726
- --padding-top: var(--ion-padding, 16px);
727
- padding-top: var(--ion-padding, 16px);
728
- }
729
- .ion-padding-start {
730
- --padding-start: var(--ion-padding, 16px);
731
- padding-left: var(--ion-padding, 16px);
732
- }
733
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
734
- .ion-padding-start {
735
- padding-left: unset;
736
- -webkit-padding-start: var(--ion-padding, 16px);
737
- padding-inline-start: var(--ion-padding, 16px);
738
- }
739
- }
740
-
741
- .ion-padding-end {
742
- --padding-end: var(--ion-padding, 16px);
743
- padding-right: var(--ion-padding, 16px);
744
- }
745
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
746
- .ion-padding-end {
747
- padding-right: unset;
748
- -webkit-padding-end: var(--ion-padding, 16px);
749
- padding-inline-end: var(--ion-padding, 16px);
750
- }
751
- }
752
-
753
- .ion-padding-bottom {
754
- --padding-bottom: var(--ion-padding, 16px);
755
- padding-bottom: var(--ion-padding, 16px);
756
- }
757
- .ion-padding-vertical {
758
- --padding-top: var(--ion-padding, 16px);
759
- --padding-bottom: var(--ion-padding, 16px);
760
- padding-top: var(--ion-padding, 16px);
761
- padding-bottom: var(--ion-padding, 16px);
762
- }
763
- .ion-padding-horizontal {
764
- --padding-start: var(--ion-padding, 16px);
765
- --padding-end: var(--ion-padding, 16px);
766
- padding-left: var(--ion-padding, 16px);
767
- padding-right: var(--ion-padding, 16px);
768
- }
769
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
770
- .ion-padding-horizontal {
771
- padding-left: unset;
772
- padding-right: unset;
773
- -webkit-padding-start: var(--ion-padding, 16px);
774
- padding-inline-start: var(--ion-padding, 16px);
775
- -webkit-padding-end: var(--ion-padding, 16px);
776
- padding-inline-end: var(--ion-padding, 16px);
777
- }
778
- }
779
-
780
- .ion-no-margin {
781
- --margin-start: 0;
782
- --margin-end: 0;
783
- --margin-top: 0;
784
- --margin-bottom: 0;
785
- margin-left: 0;
786
- margin-right: 0;
787
- margin-top: 0;
788
- margin-bottom: 0;
789
- }
790
-
791
- .ion-margin {
792
- --margin-start: var(--ion-margin, 16px);
793
- --margin-end: var(--ion-margin, 16px);
794
- --margin-top: var(--ion-margin, 16px);
795
- --margin-bottom: var(--ion-margin, 16px);
796
- margin-left: var(--ion-margin, 16px);
797
- margin-right: var(--ion-margin, 16px);
798
- margin-top: var(--ion-margin, 16px);
799
- margin-bottom: var(--ion-margin, 16px);
800
- }
801
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
802
- .ion-margin {
803
- margin-left: unset;
804
- margin-right: unset;
805
- -webkit-margin-start: var(--ion-margin, 16px);
806
- margin-inline-start: var(--ion-margin, 16px);
807
- -webkit-margin-end: var(--ion-margin, 16px);
808
- margin-inline-end: var(--ion-margin, 16px);
809
- }
810
- }
811
-
812
- .ion-margin-top {
813
- --margin-top: var(--ion-margin, 16px);
814
- margin-top: var(--ion-margin, 16px);
815
- }
816
- .ion-margin-start {
817
- --margin-start: var(--ion-margin, 16px);
818
- margin-left: var(--ion-margin, 16px);
819
- }
820
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
821
- .ion-margin-start {
822
- margin-left: unset;
823
- -webkit-margin-start: var(--ion-margin, 16px);
824
- margin-inline-start: var(--ion-margin, 16px);
825
- }
826
- }
827
-
828
- .ion-margin-end {
829
- --margin-end: var(--ion-margin, 16px);
830
- margin-right: var(--ion-margin, 16px);
831
- }
832
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
833
- .ion-margin-end {
834
- margin-right: unset;
835
- -webkit-margin-end: var(--ion-margin, 16px);
836
- margin-inline-end: var(--ion-margin, 16px);
837
- }
838
- }
839
-
840
- .ion-margin-bottom {
841
- --margin-bottom: var(--ion-margin, 16px);
842
- margin-bottom: var(--ion-margin, 16px);
843
- }
844
- .ion-margin-vertical {
845
- --margin-top: var(--ion-margin, 16px);
846
- --margin-bottom: var(--ion-margin, 16px);
847
- margin-top: var(--ion-margin, 16px);
848
- margin-bottom: var(--ion-margin, 16px);
849
- }
850
- .ion-margin-horizontal {
851
- --margin-start: var(--ion-margin, 16px);
852
- --margin-end: var(--ion-margin, 16px);
853
- margin-left: var(--ion-margin, 16px);
854
- margin-right: var(--ion-margin, 16px);
855
- }
856
- @supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
857
- .ion-margin-horizontal {
858
- margin-left: unset;
859
- margin-right: unset;
860
- -webkit-margin-start: var(--ion-margin, 16px);
861
- margin-inline-start: var(--ion-margin, 16px);
862
- -webkit-margin-end: var(--ion-margin, 16px);
863
- margin-inline-end: var(--ion-margin, 16px);
864
- }
865
- }
866
-
867
- /*# sourceMappingURL=padding.css.map */
868
-
869
- .ion-float-left {
870
- float: left !important;
871
- }
872
-
873
- .ion-float-right {
874
- float: right !important;
875
- }
876
-
877
- .ion-float-start {
878
- float: left !important;
879
- }
880
- [dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
881
- float: right !important;
882
- }
883
-
884
- .ion-float-end {
885
- float: right !important;
886
- }
887
- [dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
888
- float: left !important;
889
- }
890
-
891
- @media (min-width: 576px) {
892
- .ion-float-sm-left {
893
- float: left !important;
894
- }
895
-
896
- .ion-float-sm-right {
897
- float: right !important;
898
- }
899
-
900
- .ion-float-sm-start {
901
- float: left !important;
902
- }
903
- [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
904
- float: right !important;
905
- }
906
-
907
- .ion-float-sm-end {
908
- float: right !important;
909
- }
910
- [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
911
- float: left !important;
912
- }
913
- }
914
- @media (min-width: 768px) {
915
- .ion-float-md-left {
916
- float: left !important;
917
- }
918
-
919
- .ion-float-md-right {
920
- float: right !important;
921
- }
922
-
923
- .ion-float-md-start {
924
- float: left !important;
925
- }
926
- [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
927
- float: right !important;
928
- }
929
-
930
- .ion-float-md-end {
931
- float: right !important;
932
- }
933
- [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
934
- float: left !important;
935
- }
936
- }
937
- @media (min-width: 992px) {
938
- .ion-float-lg-left {
939
- float: left !important;
940
- }
941
-
942
- .ion-float-lg-right {
943
- float: right !important;
944
- }
945
-
946
- .ion-float-lg-start {
947
- float: left !important;
948
- }
949
- [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
950
- float: right !important;
951
- }
952
-
953
- .ion-float-lg-end {
954
- float: right !important;
955
- }
956
- [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
957
- float: left !important;
958
- }
959
- }
960
- @media (min-width: 1200px) {
961
- .ion-float-xl-left {
962
- float: left !important;
963
- }
964
-
965
- .ion-float-xl-right {
966
- float: right !important;
967
- }
968
-
969
- .ion-float-xl-start {
970
- float: left !important;
971
- }
972
- [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
973
- float: right !important;
974
- }
975
-
976
- .ion-float-xl-end {
977
- float: right !important;
978
- }
979
- [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
980
- float: left !important;
981
- }
982
- }
983
-
984
- /*# sourceMappingURL=float-elements.css.map */
985
-
986
- .ion-text-center {
987
- text-align: center !important;
988
- }
989
-
990
- .ion-text-justify {
991
- text-align: justify !important;
992
- }
993
-
994
- .ion-text-start {
995
- text-align: start !important;
996
- }
997
-
998
- .ion-text-end {
999
- text-align: end !important;
1000
- }
1001
-
1002
- .ion-text-left {
1003
- text-align: left !important;
1004
- }
1005
-
1006
- .ion-text-right {
1007
- text-align: right !important;
1008
- }
1009
-
1010
- .ion-text-nowrap {
1011
- white-space: nowrap !important;
1012
- }
1013
-
1014
- .ion-text-wrap {
1015
- white-space: normal !important;
1016
- }
1017
-
1018
- @media (min-width: 576px) {
1019
- .ion-text-sm-center {
1020
- text-align: center !important;
1021
- }
1022
-
1023
- .ion-text-sm-justify {
1024
- text-align: justify !important;
1025
- }
1026
-
1027
- .ion-text-sm-start {
1028
- text-align: start !important;
1029
- }
1030
-
1031
- .ion-text-sm-end {
1032
- text-align: end !important;
1033
- }
1034
-
1035
- .ion-text-sm-left {
1036
- text-align: left !important;
1037
- }
1038
-
1039
- .ion-text-sm-right {
1040
- text-align: right !important;
1041
- }
1042
-
1043
- .ion-text-sm-nowrap {
1044
- white-space: nowrap !important;
1045
- }
1046
-
1047
- .ion-text-sm-wrap {
1048
- white-space: normal !important;
1049
- }
1050
- }
1051
- @media (min-width: 768px) {
1052
- .ion-text-md-center {
1053
- text-align: center !important;
1054
- }
1055
-
1056
- .ion-text-md-justify {
1057
- text-align: justify !important;
1058
- }
1059
-
1060
- .ion-text-md-start {
1061
- text-align: start !important;
1062
- }
1063
-
1064
- .ion-text-md-end {
1065
- text-align: end !important;
1066
- }
1067
-
1068
- .ion-text-md-left {
1069
- text-align: left !important;
1070
- }
1071
-
1072
- .ion-text-md-right {
1073
- text-align: right !important;
1074
- }
1075
-
1076
- .ion-text-md-nowrap {
1077
- white-space: nowrap !important;
1078
- }
1079
-
1080
- .ion-text-md-wrap {
1081
- white-space: normal !important;
1082
- }
1083
- }
1084
- @media (min-width: 992px) {
1085
- .ion-text-lg-center {
1086
- text-align: center !important;
1087
- }
1088
-
1089
- .ion-text-lg-justify {
1090
- text-align: justify !important;
1091
- }
1092
-
1093
- .ion-text-lg-start {
1094
- text-align: start !important;
1095
- }
1096
-
1097
- .ion-text-lg-end {
1098
- text-align: end !important;
1099
- }
1100
-
1101
- .ion-text-lg-left {
1102
- text-align: left !important;
1103
- }
1104
-
1105
- .ion-text-lg-right {
1106
- text-align: right !important;
1107
- }
1108
-
1109
- .ion-text-lg-nowrap {
1110
- white-space: nowrap !important;
1111
- }
1112
-
1113
- .ion-text-lg-wrap {
1114
- white-space: normal !important;
1115
- }
1116
- }
1117
- @media (min-width: 1200px) {
1118
- .ion-text-xl-center {
1119
- text-align: center !important;
1120
- }
1121
-
1122
- .ion-text-xl-justify {
1123
- text-align: justify !important;
1124
- }
1125
-
1126
- .ion-text-xl-start {
1127
- text-align: start !important;
1128
- }
1129
-
1130
- .ion-text-xl-end {
1131
- text-align: end !important;
1132
- }
1133
-
1134
- .ion-text-xl-left {
1135
- text-align: left !important;
1136
- }
1137
-
1138
- .ion-text-xl-right {
1139
- text-align: right !important;
1140
- }
1141
-
1142
- .ion-text-xl-nowrap {
1143
- white-space: nowrap !important;
1144
- }
1145
-
1146
- .ion-text-xl-wrap {
1147
- white-space: normal !important;
1148
- }
1149
- }
1150
-
1151
- /*# sourceMappingURL=text-alignment.css.map */
1152
-
1153
- .ion-text-uppercase {
1154
- /* stylelint-disable-next-line declaration-no-important */
1155
- text-transform: uppercase !important;
1156
- }
1157
-
1158
- .ion-text-lowercase {
1159
- /* stylelint-disable-next-line declaration-no-important */
1160
- text-transform: lowercase !important;
1161
- }
1162
-
1163
- .ion-text-capitalize {
1164
- /* stylelint-disable-next-line declaration-no-important */
1165
- text-transform: capitalize !important;
1166
- }
1167
-
1168
- @media (min-width: 576px) {
1169
- .ion-text-sm-uppercase {
1170
- /* stylelint-disable-next-line declaration-no-important */
1171
- text-transform: uppercase !important;
1172
- }
1173
-
1174
- .ion-text-sm-lowercase {
1175
- /* stylelint-disable-next-line declaration-no-important */
1176
- text-transform: lowercase !important;
1177
- }
1178
-
1179
- .ion-text-sm-capitalize {
1180
- /* stylelint-disable-next-line declaration-no-important */
1181
- text-transform: capitalize !important;
1182
- }
1183
- }
1184
- @media (min-width: 768px) {
1185
- .ion-text-md-uppercase {
1186
- /* stylelint-disable-next-line declaration-no-important */
1187
- text-transform: uppercase !important;
1188
- }
1189
-
1190
- .ion-text-md-lowercase {
1191
- /* stylelint-disable-next-line declaration-no-important */
1192
- text-transform: lowercase !important;
1193
- }
1194
-
1195
- .ion-text-md-capitalize {
1196
- /* stylelint-disable-next-line declaration-no-important */
1197
- text-transform: capitalize !important;
1198
- }
1199
- }
1200
- @media (min-width: 992px) {
1201
- .ion-text-lg-uppercase {
1202
- /* stylelint-disable-next-line declaration-no-important */
1203
- text-transform: uppercase !important;
1204
- }
1205
-
1206
- .ion-text-lg-lowercase {
1207
- /* stylelint-disable-next-line declaration-no-important */
1208
- text-transform: lowercase !important;
1209
- }
1210
-
1211
- .ion-text-lg-capitalize {
1212
- /* stylelint-disable-next-line declaration-no-important */
1213
- text-transform: capitalize !important;
1214
- }
1215
- }
1216
- @media (min-width: 1200px) {
1217
- .ion-text-xl-uppercase {
1218
- /* stylelint-disable-next-line declaration-no-important */
1219
- text-transform: uppercase !important;
1220
- }
1221
-
1222
- .ion-text-xl-lowercase {
1223
- /* stylelint-disable-next-line declaration-no-important */
1224
- text-transform: lowercase !important;
1225
- }
1226
-
1227
- .ion-text-xl-capitalize {
1228
- /* stylelint-disable-next-line declaration-no-important */
1229
- text-transform: capitalize !important;
1230
- }
1231
- }
1232
-
1233
- /*# sourceMappingURL=text-transformation.css.map */
1234
-
1235
- .ion-align-self-start {
1236
- align-self: flex-start !important;
1237
- }
1238
-
1239
- .ion-align-self-end {
1240
- align-self: flex-end !important;
1241
- }
1242
-
1243
- .ion-align-self-center {
1244
- align-self: center !important;
1245
- }
1246
-
1247
- .ion-align-self-stretch {
1248
- align-self: stretch !important;
1249
- }
1250
-
1251
- .ion-align-self-baseline {
1252
- align-self: baseline !important;
1253
- }
1254
-
1255
- .ion-align-self-auto {
1256
- align-self: auto !important;
1257
- }
1258
-
1259
- .ion-wrap {
1260
- flex-wrap: wrap !important;
1261
- }
1262
-
1263
- .ion-nowrap {
1264
- flex-wrap: nowrap !important;
1265
- }
1266
-
1267
- .ion-wrap-reverse {
1268
- flex-wrap: wrap-reverse !important;
1269
- }
1270
-
1271
- .ion-justify-content-start {
1272
- justify-content: flex-start !important;
1273
- }
1274
-
1275
- .ion-justify-content-center {
1276
- justify-content: center !important;
1277
- }
1278
-
1279
- .ion-justify-content-end {
1280
- justify-content: flex-end !important;
1281
- }
1282
-
1283
- .ion-justify-content-around {
1284
- justify-content: space-around !important;
1285
- }
1286
-
1287
- .ion-justify-content-between {
1288
- justify-content: space-between !important;
1289
- }
1290
-
1291
- .ion-justify-content-evenly {
1292
- justify-content: space-evenly !important;
1293
- }
1294
-
1295
- .ion-align-items-start {
1296
- align-items: flex-start !important;
1297
- }
1298
-
1299
- .ion-align-items-center {
1300
- align-items: center !important;
1301
- }
1302
-
1303
- .ion-align-items-end {
1304
- align-items: flex-end !important;
1305
- }
1306
-
1307
- .ion-align-items-stretch {
1308
- align-items: stretch !important;
1309
- }
1310
-
1311
- .ion-align-items-baseline {
1312
- align-items: baseline !important;
1313
- }
1314
-
1315
- /*# sourceMappingURL=flex-utils.css.map */
1316
-
1317
-
1318
- /*
1319
- The CSS Variables below can be used to theme your app.
1320
- For more info on CSS variables check out:
1321
- https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
1322
-
1323
- More info about color theming using Ionic:
1324
- https://ionicframework.com/docs/theming/color-generator
1325
- */
1326
- /* @font-face {
1327
- src: url("/docs/assets/fonts/eina-700.woff2") format("woff2"), url("/docs/assets/fonts/eina-700.woff") format("woff");
1328
- font-family: "Eina";
1329
- font-style: normal;
1330
- font-weight: 700;
1331
- } */
1332
- :root {
1333
- --ion-color-primary: #e50739;
1334
- --ion-color-primary-rgb: 229, 7, 57;
1335
- --ion-color-primary-contrast: #ffffff;
1336
- --ion-color-primary-contrast-rgb: 255, 255, 255;
1337
- --ion-color-primary-shade: #ca0632;
1338
- --ion-color-primary-tint: #e8204d;
1339
- --ion-color-sparkle: #e50739;
1340
- --ion-color-sparkle-rgb: 229, 7, 57;
1341
- --ion-color-sparkle-contrast: #ffffff;
1342
- --ion-color-sparkle-contrast-rgb: 255, 255, 255;
1343
- --ion-color-sparkle-shade: #ca0632;
1344
- --ion-color-sparkle-tint: #e8204d;
1345
- --ion-color-sparkle-step-50: #fef3f5;
1346
- --ion-color-sparkle-step-100: #fce6eb;
1347
- --ion-color-sparkle-step-150: #fbdae1;
1348
- --ion-color-sparkle-step-200: #facdd7;
1349
- --ion-color-sparkle-step-250: #f9c1ce;
1350
- --ion-color-sparkle-step-300: #f7b5c4;
1351
- --ion-color-sparkle-step-350: #f6a8ba;
1352
- --ion-color-sparkle-step-400: #f59cb0;
1353
- --ion-color-sparkle-step-450: #f38fa6;
1354
- --ion-color-sparkle-step-500: #f2839c;
1355
- --ion-color-sparkle-step-550: #f17792;
1356
- --ion-color-sparkle-step-600: #ef6a88;
1357
- --ion-color-sparkle-step-650: #ee5e7e;
1358
- --ion-color-sparkle-step-700: #ed5174;
1359
- --ion-color-sparkle-step-750: #ec456b;
1360
- --ion-color-sparkle-step-800: #ea3961;
1361
- --ion-color-sparkle-step-850: #e92c57;
1362
- --ion-color-sparkle-step-900: #e8204d;
1363
- --ion-color-sparkle-step-950: #e61343;
1364
- --primary-text-color: #ffffff;
1365
- --background: #ffffff;
1366
- --code-background: #f5f7fa;
1367
- --code-color: var(--text-color--dark);
1368
- --code-font-family: "SFMono-Regular", "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
1369
- --font-family: system-ui, sans-serif;
1370
- --header-height: 56px;
1371
- --heading-font-family: "Eina", var(--font-family);
1372
- --line-rule-color: #edf2f6;
1373
- --menu-width: 300px;
1374
- --offset-background: #fdfdff;
1375
- --offset-background--dark: #f7f7ff;
1376
- --page-margin-left: var(--menu-width);
1377
- --text-color: #303943;
1378
- --text-color--darker: #24282e;
1379
- --text-color--dark: #020814;
1380
- --text-color--lighter: #abb2bf;
1381
- --text-color--light: #73849a;
1382
- }
1383
-
1384
- .ion-color-sparkle {
1385
- --ion-color-base: var(--ion-color-sparkle);
1386
- --ion-color-base-rgb: var(--ion-color-sparkle-rgb);
1387
- --ion-color-contrast: var(--ion-color-sparkle-contrast);
1388
- --ion-color-contrast-rgb: var(--ion-color-sparkle-contrast-rgb);
1389
- --ion-color-shade: var(--ion-color-sparkle-shade);
1390
- --ion-color-tint: var(--ion-color-sparkle-tint);
1391
- }
1392
-
1393
- * {
1394
- box-sizing: border-box;
1395
- }
1396
-
1397
- body {
1398
- background-color: var(--background);
1399
- color: var(--text-color);
1400
- font-family: var(--font-family);
1401
- text-size-adjust: none;
1402
- margin: 0;
1403
- -webkit-font-smoothing: antialiased;
1404
- -moz-osx-font-smoothing: grayscale;
1405
- position: relative !important;
1406
- overflow: auto !important;
1407
- }
1408
-
1409
- html,
1410
- body {
1411
- height: 100%;
1412
- }
1413
-
1414
- ion-grid {
1415
- margin: 1em 0;
1416
- }
1417
-
1418
- figure {
1419
- margin: 0;
1420
- }
1421
-
1422
- figure > * {
1423
- display: block;
1424
- margin: 0 auto;
1425
- }
1426
-
1427
- figure.device {
1428
- max-width: 400px;
1429
- margin: 0 auto;
1430
- }
1431
-
1432
- figcaption {
1433
- text-align: center;
1434
- }
1435
-
1436
- img {
1437
- display: block;
1438
- max-width: 100%;
1439
- }
1440
-
1441
- .intro {
1442
- color: var(--text-color--light);
1443
- font-size: 1.2em;
1444
- margin-bottom: 1.2em;
1445
- max-width: 40em;
1446
- }
1447
-
1448
- .intro code {
1449
- font-size: 15px;
1450
- font-weight: 500;
1451
- }
1452
-
1453
- .intro strong {
1454
- font-weight: 500;
1455
- color: var(--text-color);
1456
- }
1457
-
1458
- ol,
1459
- ul {
1460
- padding-left: 2em;
1461
- }
1462
-
1463
- h1,
1464
- h2,
1465
- h3,
1466
- h4,
1467
- h5,
1468
- h6 {
1469
- font-family: var(--heading-font-family);
1470
- letter-spacing: -0.03em;
1471
- line-height: 1.1;
1472
- }
1473
-
1474
- blockquote {
1475
- background: rgba(255, 250, 237, 0.8);
1476
- border-left: 4px solid #ffcc5f;
1477
- border-radius: 2px 4px 4px 2px;
1478
- color: #736545;
1479
- font-size: 14px;
1480
- line-height: 1.8;
1481
- margin: 1em 0;
1482
- padding: 2em;
1483
- }
1484
-
1485
- blockquote a {
1486
- border-bottom: dotted 1px currentColor;
1487
- color: #e09f16;
1488
- }
1489
-
1490
- blockquote > *:first-child {
1491
- margin-top: 0;
1492
- padding-top: 0;
1493
- }
1494
-
1495
- blockquote > *:last-child {
1496
- margin-bottom: 0;
1497
- padding-bottom: 0;
1498
- }
1499
-
1500
- blockquote code {
1501
- background: #f7f1e6;
1502
- color: #381600;
1503
- font-weight: 500;
1504
- }
1505
-
1506
- mark {
1507
- background-color: #ffd780;
1508
- color: var(--text-color--dark);
1509
- }
1510
-
1511
- hr {
1512
- border-color: var(--line-rule-color);
1513
- border-style: solid;
1514
- border-width: 1px 0 0 0;
1515
- }
1516
-
1517
- code,
1518
- kbd {
1519
- background-color: var(--code-background);
1520
- border-radius: 4px;
1521
- color: var(--code-color);
1522
- font-family: var(--code-font-family);
1523
- font-size: 15px;
1524
- font-weight: 500;
1525
- letter-spacing: 0;
1526
- padding: 4px 6px;
1527
- white-space: pre-wrap;
1528
- }
1529
-
1530
- pre {
1531
- background-color: var(--code-background);
1532
- border-radius: 4px;
1533
- line-height: 1.2;
1534
- margin: 2rem 0;
1535
- overflow: auto;
1536
- padding: 2em;
1537
- }
1538
-
1539
- pre code {
1540
- background-color: transparent;
1541
- color: inherit;
1542
- font-size: 13px;
1543
- padding: 0;
1544
- white-space: inherit;
1545
- }
1546
-
1547
- kbd {
1548
- border: 1px solid #ccc;
1549
- white-space: nowrap;
1550
- margin: 0 1px;
1551
- }
1552
-
1553
- table {
1554
- border-width: 1px 0 0 1px;
1555
- font-size: 13px;
1556
- margin: 2em 0;
1557
- overflow-x: auto;
1558
- width: 100%;
1559
- }
1560
-
1561
- table,
1562
- td,
1563
- th {
1564
- border-collapse: collapse;
1565
- border-color: var(--line-rule-color);
1566
- border-style: solid;
1567
- }
1568
-
1569
- td,
1570
- th {
1571
- border-width: 0 1px 1px 0;
1572
- line-height: 1.5;
1573
- padding: 1em;
1574
- text-align: left;
1575
- }
1576
-
1577
- tbody tr:nth-child(odd) {
1578
- background-color: var(--offset-background);
1579
- }
1580
-
1581
- iframe {
1582
- background-color: rgba(0, 0, 0, 0.02);
1583
- box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
1584
- }
1585
-
1586
- a {
1587
- text-decoration: none;
1588
- }
1589
-
1590
- button {
1591
- border-radius: 0;
1592
- }
1593
-
1594
- button:focus {
1595
- outline: dotted 1px;
1596
- outline: -webkit-focus-ring-color auto 5px;
1597
- }
1598
-
1599
- input,
1600
- button,
1601
- select,
1602
- optgroup,
1603
- textarea {
1604
- margin: 0;
1605
- font-family: inherit;
1606
- font-size: inherit;
1607
- line-height: inherit;
1608
- }
1609
-
1610
- button,
1611
- select {
1612
- text-transform: none;
1613
- }
1614
-
1615
- [role=button] {
1616
- cursor: pointer;
1617
- }
1618
-
1619
- select {
1620
- word-wrap: normal;
1621
- }
1622
-
1623
- [list]::-webkit-calendar-picker-indicator {
1624
- display: none;
1625
- }
1626
-
1627
- button,
1628
- [type=button],
1629
- [type=reset],
1630
- [type=submit] {
1631
- -webkit-appearance: button;
1632
- }
1633
-
1634
- button:not(:disabled),
1635
- [type=button]:not(:disabled),
1636
- [type=reset]:not(:disabled),
1637
- [type=submit]:not(:disabled) {
1638
- cursor: pointer;
1639
- }
1640
-
1641
- .btn {
1642
- display: inline-block;
1643
- font-weight: 400;
1644
- line-height: 1.5;
1645
- color: #212529;
1646
- text-align: center;
1647
- text-decoration: none;
1648
- vertical-align: middle;
1649
- cursor: pointer;
1650
- -webkit-user-select: none;
1651
- -moz-user-select: none;
1652
- user-select: none;
1653
- background-color: transparent;
1654
- border: 1px solid transparent;
1655
- padding: 0.375rem 0.75rem;
1656
- font-size: 1rem;
1657
- border-radius: 0.25rem;
1658
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
1659
- }
1660
-
1661
- @media (prefers-reduced-motion: reduce) {
1662
- .btn {
1663
- transition: none;
1664
- }
1665
- }
1666
- .btn:hover {
1667
- color: #212529;
1668
- }
1669
-
1670
- .btn-check:focus + .btn,
1671
- .btn:focus {
1672
- outline: 0;
1673
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
1674
- }
1675
-
1676
- .btn:disabled,
1677
- .btn.disabled,
1678
- fieldset:disabled .btn {
1679
- pointer-events: none;
1680
- opacity: 0.65;
1681
- }
1682
-
1683
- .btn-primary {
1684
- color: #fff;
1685
- background-color: var(--ion-color-sparkle);
1686
- border-color: var(--ion-color-sparkle);
1687
- }
1688
-
1689
- .btn-primary:hover {
1690
- color: #fff;
1691
- background-color: var(--ion-color-sparkle-shade);
1692
- border-color: var(--ion-color-sparkle-shade);
1693
- }
1694
-
1695
- .btn-check:focus + .btn-primary,
1696
- .btn-primary:focus {
1697
- color: #fff;
1698
- background-color: var(--ion-color-sparkle-shade);
1699
- border-color: var(--ion-color-sparkle-shade);
1700
- box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
1701
- }
1702
-
1703
- .btn-check:checked + .btn-primary,
1704
- .btn-check:active + .btn-primary,
1705
- .btn-primary:active,
1706
- .btn-primary.active,
1707
- .show > .btn-primary.dropdown-toggle {
1708
- color: #fff;
1709
- background-color: var(--ion-color-sparkle-shade);
1710
- border-color: var(--ion-color-sparkle-shade);
1711
- }
1712
-
1713
- .btn-check:checked + .btn-primary:focus,
1714
- .btn-check:active + .btn-primary:focus,
1715
- .btn-primary:active:focus,
1716
- .btn-primary.active:focus,
1717
- .show > .btn-primary.dropdown-toggle:focus {
1718
- box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
1719
- }
1720
-
1721
- .btn-primary:disabled,
1722
- .btn-primary.disabled {
1723
- color: #fff;
1724
- background-color: var(--ion-color-sparkle-shade);
1725
- border-color: var(--ion-color-sparkle-shade);
1726
- }
1727
-
1728
- .btn-secondary {
1729
- color: #fff;
1730
- background-color: #6c757d;
1731
- border-color: #6c757d;
1732
- }
1733
-
1734
- .btn-secondary:hover {
1735
- color: #fff;
1736
- background-color: #5c636a;
1737
- border-color: #565e64;
1738
- }
1739
-
1740
- .btn-check:focus + .btn-secondary,
1741
- .btn-secondary:focus {
1742
- color: #fff;
1743
- background-color: #5c636a;
1744
- border-color: #565e64;
1745
- box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
1746
- }
1747
-
1748
- .btn-check:checked + .btn-secondary,
1749
- .btn-check:active + .btn-secondary,
1750
- .btn-secondary:active,
1751
- .btn-secondary.active,
1752
- .show > .btn-secondary.dropdown-toggle {
1753
- color: #fff;
1754
- background-color: #565e64;
1755
- border-color: #51585e;
1756
- }
1757
-
1758
- .btn-check:checked + .btn-secondary:focus,
1759
- .btn-check:active + .btn-secondary:focus,
1760
- .btn-secondary:active:focus,
1761
- .btn-secondary.active:focus,
1762
- .show > .btn-secondary.dropdown-toggle:focus {
1763
- box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
1764
- }
1765
-
1766
- .btn-secondary:disabled,
1767
- .btn-secondary.disabled {
1768
- color: #fff;
1769
- background-color: #6c757d;
1770
- border-color: #6c757d;
1771
- }
1772
-
1773
- .btn-success {
1774
- color: #fff;
1775
- background-color: #198754;
1776
- border-color: #198754;
1777
- }
1778
-
1779
- .btn-success:hover {
1780
- color: #fff;
1781
- background-color: #157347;
1782
- border-color: #146c43;
1783
- }
1784
-
1785
- .btn-check:focus + .btn-success,
1786
- .btn-success:focus {
1787
- color: #fff;
1788
- background-color: #157347;
1789
- border-color: #146c43;
1790
- box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
1791
- }
1792
-
1793
- .btn-check:checked + .btn-success,
1794
- .btn-check:active + .btn-success,
1795
- .btn-success:active,
1796
- .btn-success.active,
1797
- .show > .btn-success.dropdown-toggle {
1798
- color: #fff;
1799
- background-color: #146c43;
1800
- border-color: #13653f;
1801
- }
1802
-
1803
- .btn-check:checked + .btn-success:focus,
1804
- .btn-check:active + .btn-success:focus,
1805
- .btn-success:active:focus,
1806
- .btn-success.active:focus,
1807
- .show > .btn-success.dropdown-toggle:focus {
1808
- box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
1809
- }
1810
-
1811
- .btn-success:disabled,
1812
- .btn-success.disabled {
1813
- color: #fff;
1814
- background-color: #198754;
1815
- border-color: #198754;
1816
- }
1817
-
1818
- .btn-info {
1819
- color: #000;
1820
- background-color: #0dcaf0;
1821
- border-color: #0dcaf0;
1822
- }
1823
-
1824
- .btn-info:hover {
1825
- color: #000;
1826
- background-color: #31d2f2;
1827
- border-color: #25cff2;
1828
- }
1829
-
1830
- .btn-check:focus + .btn-info,
1831
- .btn-info:focus {
1832
- color: #000;
1833
- background-color: #31d2f2;
1834
- border-color: #25cff2;
1835
- box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
1836
- }
1837
-
1838
- .btn-check:checked + .btn-info,
1839
- .btn-check:active + .btn-info,
1840
- .btn-info:active,
1841
- .btn-info.active,
1842
- .show > .btn-info.dropdown-toggle {
1843
- color: #000;
1844
- background-color: #3dd5f3;
1845
- border-color: #25cff2;
1846
- }
1847
-
1848
- .btn-check:checked + .btn-info:focus,
1849
- .btn-check:active + .btn-info:focus,
1850
- .btn-info:active:focus,
1851
- .btn-info.active:focus,
1852
- .show > .btn-info.dropdown-toggle:focus {
1853
- box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
1854
- }
1855
-
1856
- .btn-info:disabled,
1857
- .btn-info.disabled {
1858
- color: #000;
1859
- background-color: #0dcaf0;
1860
- border-color: #0dcaf0;
1861
- }
1862
-
1863
- .btn-warning {
1864
- color: #000;
1865
- background-color: #ffc107;
1866
- border-color: #ffc107;
1867
- }
1868
-
1869
- .btn-warning:hover {
1870
- color: #000;
1871
- background-color: #ffca2c;
1872
- border-color: #ffc720;
1873
- }
1874
-
1875
- .btn-check:focus + .btn-warning,
1876
- .btn-warning:focus {
1877
- color: #000;
1878
- background-color: #ffca2c;
1879
- border-color: #ffc720;
1880
- box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
1881
- }
1882
-
1883
- .btn-check:checked + .btn-warning,
1884
- .btn-check:active + .btn-warning,
1885
- .btn-warning:active,
1886
- .btn-warning.active,
1887
- .show > .btn-warning.dropdown-toggle {
1888
- color: #000;
1889
- background-color: #ffcd39;
1890
- border-color: #ffc720;
1891
- }
1892
-
1893
- .btn-check:checked + .btn-warning:focus,
1894
- .btn-check:active + .btn-warning:focus,
1895
- .btn-warning:active:focus,
1896
- .btn-warning.active:focus,
1897
- .show > .btn-warning.dropdown-toggle:focus {
1898
- box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
1899
- }
1900
-
1901
- .btn-warning:disabled,
1902
- .btn-warning.disabled {
1903
- color: #000;
1904
- background-color: #ffc107;
1905
- border-color: #ffc107;
1906
- }
1907
-
1908
- .btn-danger {
1909
- color: #fff;
1910
- background-color: #dc3545;
1911
- border-color: #dc3545;
1912
- }
1913
-
1914
- .btn-danger:hover {
1915
- color: #fff;
1916
- background-color: #bb2d3b;
1917
- border-color: #b02a37;
1918
- }
1919
-
1920
- .btn-check:focus + .btn-danger,
1921
- .btn-danger:focus {
1922
- color: #fff;
1923
- background-color: #bb2d3b;
1924
- border-color: #b02a37;
1925
- box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
1926
- }
1927
-
1928
- .btn-check:checked + .btn-danger,
1929
- .btn-check:active + .btn-danger,
1930
- .btn-danger:active,
1931
- .btn-danger.active,
1932
- .show > .btn-danger.dropdown-toggle {
1933
- color: #fff;
1934
- background-color: #b02a37;
1935
- border-color: #a52834;
1936
- }
1937
-
1938
- .btn-check:checked + .btn-danger:focus,
1939
- .btn-check:active + .btn-danger:focus,
1940
- .btn-danger:active:focus,
1941
- .btn-danger.active:focus,
1942
- .show > .btn-danger.dropdown-toggle:focus {
1943
- box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
1944
- }
1945
-
1946
- .btn-danger:disabled,
1947
- .btn-danger.disabled {
1948
- color: #fff;
1949
- background-color: #dc3545;
1950
- border-color: #dc3545;
1951
- }
1952
-
1953
- .btn-light {
1954
- color: #000;
1955
- background-color: #f8f9fa;
1956
- border-color: #f8f9fa;
1957
- }
1958
-
1959
- .btn-light:hover {
1960
- color: #000;
1961
- background-color: #f9fafb;
1962
- border-color: #f9fafb;
1963
- }
1964
-
1965
- .btn-check:focus + .btn-light,
1966
- .btn-light:focus {
1967
- color: #000;
1968
- background-color: #f9fafb;
1969
- border-color: #f9fafb;
1970
- box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
1971
- }
1972
-
1973
- .btn-check:checked + .btn-light,
1974
- .btn-check:active + .btn-light,
1975
- .btn-light:active,
1976
- .btn-light.active,
1977
- .show > .btn-light.dropdown-toggle {
1978
- color: #000;
1979
- background-color: #f9fafb;
1980
- border-color: #f9fafb;
1981
- }
1982
-
1983
- .btn-check:checked + .btn-light:focus,
1984
- .btn-check:active + .btn-light:focus,
1985
- .btn-light:active:focus,
1986
- .btn-light.active:focus,
1987
- .show > .btn-light.dropdown-toggle:focus {
1988
- box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
1989
- }
1990
-
1991
- .btn-light:disabled,
1992
- .btn-light.disabled {
1993
- color: #000;
1994
- background-color: #f8f9fa;
1995
- border-color: #f8f9fa;
1996
- }
1997
-
1998
- .btn-dark {
1999
- color: #fff;
2000
- background-color: #212529;
2001
- border-color: #212529;
2002
- }
2003
-
2004
- .btn-dark:hover {
2005
- color: #fff;
2006
- background-color: #1c1f23;
2007
- border-color: #1a1e21;
2008
- }
2009
-
2010
- .btn-check:focus + .btn-dark,
2011
- .btn-dark:focus {
2012
- color: #fff;
2013
- background-color: #1c1f23;
2014
- border-color: #1a1e21;
2015
- box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
2016
- }
2017
-
2018
- .btn-check:checked + .btn-dark,
2019
- .btn-check:active + .btn-dark,
2020
- .btn-dark:active,
2021
- .btn-dark.active,
2022
- .show > .btn-dark.dropdown-toggle {
2023
- color: #fff;
2024
- background-color: #1a1e21;
2025
- border-color: #191c1f;
2026
- }
2027
-
2028
- .btn-check:checked + .btn-dark:focus,
2029
- .btn-check:active + .btn-dark:focus,
2030
- .btn-dark:active:focus,
2031
- .btn-dark.active:focus,
2032
- .show > .btn-dark.dropdown-toggle:focus {
2033
- box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
2034
- }
2035
-
2036
- .btn-dark:disabled,
2037
- .btn-dark.disabled {
2038
- color: #fff;
2039
- background-color: #212529;
2040
- border-color: #212529;
2041
- }
2042
-
2043
- .btn-outline-primary {
2044
- color: #0d6efd;
2045
- border-color: #0d6efd;
2046
- }
2047
-
2048
- .btn-outline-primary:hover {
2049
- color: #fff;
2050
- background-color: #0d6efd;
2051
- border-color: #0d6efd;
2052
- }
2053
-
2054
- .btn-check:focus + .btn-outline-primary,
2055
- .btn-outline-primary:focus {
2056
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
2057
- }
2058
-
2059
- .btn-check:checked + .btn-outline-primary,
2060
- .btn-check:active + .btn-outline-primary,
2061
- .btn-outline-primary:active,
2062
- .btn-outline-primary.active,
2063
- .btn-outline-primary.dropdown-toggle.show {
2064
- color: #fff;
2065
- background-color: #0d6efd;
2066
- border-color: #0d6efd;
2067
- }
2068
-
2069
- .btn-check:checked + .btn-outline-primary:focus,
2070
- .btn-check:active + .btn-outline-primary:focus,
2071
- .btn-outline-primary:active:focus,
2072
- .btn-outline-primary.active:focus,
2073
- .btn-outline-primary.dropdown-toggle.show:focus {
2074
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
2075
- }
2076
-
2077
- .btn-outline-primary:disabled,
2078
- .btn-outline-primary.disabled {
2079
- color: #0d6efd;
2080
- background-color: transparent;
2081
- }
2082
-
2083
- .btn-outline-secondary {
2084
- color: #6c757d;
2085
- border-color: #6c757d;
2086
- }
2087
-
2088
- .btn-outline-secondary:hover {
2089
- color: #fff;
2090
- background-color: #6c757d;
2091
- border-color: #6c757d;
2092
- }
2093
-
2094
- .btn-check:focus + .btn-outline-secondary,
2095
- .btn-outline-secondary:focus {
2096
- box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
2097
- }
2098
-
2099
- .btn-check:checked + .btn-outline-secondary,
2100
- .btn-check:active + .btn-outline-secondary,
2101
- .btn-outline-secondary:active,
2102
- .btn-outline-secondary.active,
2103
- .btn-outline-secondary.dropdown-toggle.show {
2104
- color: #fff;
2105
- background-color: #6c757d;
2106
- border-color: #6c757d;
2107
- }
2108
-
2109
- .btn-check:checked + .btn-outline-secondary:focus,
2110
- .btn-check:active + .btn-outline-secondary:focus,
2111
- .btn-outline-secondary:active:focus,
2112
- .btn-outline-secondary.active:focus,
2113
- .btn-outline-secondary.dropdown-toggle.show:focus {
2114
- box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
2115
- }
2116
-
2117
- .btn-outline-secondary:disabled,
2118
- .btn-outline-secondary.disabled {
2119
- color: #6c757d;
2120
- background-color: transparent;
2121
- }
2122
-
2123
- .btn-outline-success {
2124
- color: #198754;
2125
- border-color: #198754;
2126
- }
2127
-
2128
- .btn-outline-success:hover {
2129
- color: #fff;
2130
- background-color: #198754;
2131
- border-color: #198754;
2132
- }
2133
-
2134
- .btn-check:focus + .btn-outline-success,
2135
- .btn-outline-success:focus {
2136
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
2137
- }
2138
-
2139
- .btn-check:checked + .btn-outline-success,
2140
- .btn-check:active + .btn-outline-success,
2141
- .btn-outline-success:active,
2142
- .btn-outline-success.active,
2143
- .btn-outline-success.dropdown-toggle.show {
2144
- color: #fff;
2145
- background-color: #198754;
2146
- border-color: #198754;
2147
- }
2148
-
2149
- .btn-check:checked + .btn-outline-success:focus,
2150
- .btn-check:active + .btn-outline-success:focus,
2151
- .btn-outline-success:active:focus,
2152
- .btn-outline-success.active:focus,
2153
- .btn-outline-success.dropdown-toggle.show:focus {
2154
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
2155
- }
2156
-
2157
- .btn-outline-success:disabled,
2158
- .btn-outline-success.disabled {
2159
- color: #198754;
2160
- background-color: transparent;
2161
- }
2162
-
2163
- .btn-outline-info {
2164
- color: #0dcaf0;
2165
- border-color: #0dcaf0;
2166
- }
2167
-
2168
- .btn-outline-info:hover {
2169
- color: #000;
2170
- background-color: #0dcaf0;
2171
- border-color: #0dcaf0;
2172
- }
2173
-
2174
- .btn-check:focus + .btn-outline-info,
2175
- .btn-outline-info:focus {
2176
- box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
2177
- }
2178
-
2179
- .btn-check:checked + .btn-outline-info,
2180
- .btn-check:active + .btn-outline-info,
2181
- .btn-outline-info:active,
2182
- .btn-outline-info.active,
2183
- .btn-outline-info.dropdown-toggle.show {
2184
- color: #000;
2185
- background-color: #0dcaf0;
2186
- border-color: #0dcaf0;
2187
- }
2188
-
2189
- .btn-check:checked + .btn-outline-info:focus,
2190
- .btn-check:active + .btn-outline-info:focus,
2191
- .btn-outline-info:active:focus,
2192
- .btn-outline-info.active:focus,
2193
- .btn-outline-info.dropdown-toggle.show:focus {
2194
- box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
2195
- }
2196
-
2197
- .btn-outline-info:disabled,
2198
- .btn-outline-info.disabled {
2199
- color: #0dcaf0;
2200
- background-color: transparent;
2201
- }
2202
-
2203
- .btn-outline-warning {
2204
- color: #ffc107;
2205
- border-color: #ffc107;
2206
- }
2207
-
2208
- .btn-outline-warning:hover {
2209
- color: #000;
2210
- background-color: #ffc107;
2211
- border-color: #ffc107;
2212
- }
2213
-
2214
- .btn-check:focus + .btn-outline-warning,
2215
- .btn-outline-warning:focus {
2216
- box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
2217
- }
2218
-
2219
- .btn-check:checked + .btn-outline-warning,
2220
- .btn-check:active + .btn-outline-warning,
2221
- .btn-outline-warning:active,
2222
- .btn-outline-warning.active,
2223
- .btn-outline-warning.dropdown-toggle.show {
2224
- color: #000;
2225
- background-color: #ffc107;
2226
- border-color: #ffc107;
2227
- }
2228
-
2229
- .btn-check:checked + .btn-outline-warning:focus,
2230
- .btn-check:active + .btn-outline-warning:focus,
2231
- .btn-outline-warning:active:focus,
2232
- .btn-outline-warning.active:focus,
2233
- .btn-outline-warning.dropdown-toggle.show:focus {
2234
- box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
2235
- }
2236
-
2237
- .btn-outline-warning:disabled,
2238
- .btn-outline-warning.disabled {
2239
- color: #ffc107;
2240
- background-color: transparent;
2241
- }
2242
-
2243
- .btn-outline-danger {
2244
- color: #dc3545;
2245
- border-color: #dc3545;
2246
- }
2247
-
2248
- .btn-outline-danger:hover {
2249
- color: #fff;
2250
- background-color: #dc3545;
2251
- border-color: #dc3545;
2252
- }
2253
-
2254
- .btn-check:focus + .btn-outline-danger,
2255
- .btn-outline-danger:focus {
2256
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
2257
- }
2258
-
2259
- .btn-check:checked + .btn-outline-danger,
2260
- .btn-check:active + .btn-outline-danger,
2261
- .btn-outline-danger:active,
2262
- .btn-outline-danger.active,
2263
- .btn-outline-danger.dropdown-toggle.show {
2264
- color: #fff;
2265
- background-color: #dc3545;
2266
- border-color: #dc3545;
2267
- }
2268
-
2269
- .btn-check:checked + .btn-outline-danger:focus,
2270
- .btn-check:active + .btn-outline-danger:focus,
2271
- .btn-outline-danger:active:focus,
2272
- .btn-outline-danger.active:focus,
2273
- .btn-outline-danger.dropdown-toggle.show:focus {
2274
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
2275
- }
2276
-
2277
- .btn-outline-danger:disabled,
2278
- .btn-outline-danger.disabled {
2279
- color: #dc3545;
2280
- background-color: transparent;
2281
- }
2282
-
2283
- .btn-outline-light {
2284
- color: #f8f9fa;
2285
- border-color: #f8f9fa;
2286
- }
2287
-
2288
- .btn-outline-light:hover {
2289
- color: #000;
2290
- background-color: #f8f9fa;
2291
- border-color: #f8f9fa;
2292
- }
2293
-
2294
- .btn-check:focus + .btn-outline-light,
2295
- .btn-outline-light:focus {
2296
- box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
2297
- }
2298
-
2299
- .btn-check:checked + .btn-outline-light,
2300
- .btn-check:active + .btn-outline-light,
2301
- .btn-outline-light:active,
2302
- .btn-outline-light.active,
2303
- .btn-outline-light.dropdown-toggle.show {
2304
- color: #000;
2305
- background-color: #f8f9fa;
2306
- border-color: #f8f9fa;
2307
- }
2308
-
2309
- .btn-check:checked + .btn-outline-light:focus,
2310
- .btn-check:active + .btn-outline-light:focus,
2311
- .btn-outline-light:active:focus,
2312
- .btn-outline-light.active:focus,
2313
- .btn-outline-light.dropdown-toggle.show:focus {
2314
- box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
2315
- }
2316
-
2317
- .btn-outline-light:disabled,
2318
- .btn-outline-light.disabled {
2319
- color: #f8f9fa;
2320
- background-color: transparent;
2321
- }
2322
-
2323
- .btn-outline-dark {
2324
- color: #212529;
2325
- border-color: #212529;
2326
- }
2327
-
2328
- .btn-outline-dark:hover {
2329
- color: #fff;
2330
- background-color: #212529;
2331
- border-color: #212529;
2332
- }
2333
-
2334
- .btn-check:focus + .btn-outline-dark,
2335
- .btn-outline-dark:focus {
2336
- box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
2337
- }
2338
-
2339
- .btn-check:checked + .btn-outline-dark,
2340
- .btn-check:active + .btn-outline-dark,
2341
- .btn-outline-dark:active,
2342
- .btn-outline-dark.active,
2343
- .btn-outline-dark.dropdown-toggle.show {
2344
- color: #fff;
2345
- background-color: #212529;
2346
- border-color: #212529;
2347
- }
2348
-
2349
- .btn-check:checked + .btn-outline-dark:focus,
2350
- .btn-check:active + .btn-outline-dark:focus,
2351
- .btn-outline-dark:active:focus,
2352
- .btn-outline-dark.active:focus,
2353
- .btn-outline-dark.dropdown-toggle.show:focus {
2354
- box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
2355
- }
2356
-
2357
- .btn-outline-dark:disabled,
2358
- .btn-outline-dark.disabled {
2359
- color: #212529;
2360
- background-color: transparent;
2361
- }
2362
-
2363
- .btn-link {
2364
- font-weight: 400;
2365
- color: #0d6efd;
2366
- text-decoration: underline;
2367
- }
2368
-
2369
- .btn-link:hover {
2370
- color: #0a58ca;
2371
- }
2372
-
2373
- .btn-link:disabled,
2374
- .btn-link.disabled {
2375
- color: #6c757d;
2376
- }
2377
-
2378
- .btn-lg,
2379
- .btn-group-lg > .btn {
2380
- padding: 0.5rem 1rem;
2381
- font-size: 1.25rem;
2382
- border-radius: 0.3rem;
2383
- }
2384
-
2385
- .btn-sm,
2386
- .btn-group-sm > .btn {
2387
- padding: 0.25rem 0.5rem;
2388
- font-size: 0.875rem;
2389
- border-radius: 0.2rem;
2390
- }
2391
-
2392
- sparkle-quiz-select label,
2393
- sparkle-quiz-feedback label,
2394
- sparkle-quiz-opinion label {
2395
- display: inline-block;
2396
- border: var(--sparkle-quiz-option-border);
2397
- padding: var(--sparkle-quiz-option-padding);
2398
- border-radius: var(--sparkle-quiz-option-border-radius);
2399
- position: relative;
2400
- width: var(--sparkle-quiz-option-width);
2401
- -webkit-transition: border 500ms ease-out;
2402
- -moz-transition: border 500ms ease-out;
2403
- -o-transition: border 500ms ease-out;
2404
- transition: border 500ms ease-out;
2405
- }
2406
-
2407
- sparkle-quiz-select label:hover,
2408
- sparkle-quiz-feedback label:hover,
2409
- sparkle-quiz-opinion label:hover {
2410
- border: 2px solid #ccc;
2411
- }
2412
-
2413
- sparkle-quiz-select input[type=radio],
2414
- sparkle-quiz-feedback input[type=radio],
2415
- sparkle-quiz-opinion input[type=radio],
2416
- sparkle-quiz-select input[type=checkbox],
2417
- sparkle-quiz-feedback input[type=checkbox] {
2418
- opacity: 0;
2419
- position: absolute;
2420
- z-index: -1;
2421
- }
2422
-
2423
- sparkle-quiz-select input[type=radio]:checked + label,
2424
- sparkle-quiz-feedback input[type=radio]:checked + label,
2425
- sparkle-quiz-opinion input[type=radio]:checked + label,
2426
- sparkle-quiz-select input[type=checkbox]:checked + label,
2427
- sparkle-quiz-feedback input[type=checkbox]:checked + label {
2428
- border: var(--sparkle-quiz-selected-option-border);
2429
- font-weight: 500;
2430
- color: var(--text-color--dark);
2431
- }
2432
-
2433
- .form-text {
2434
- margin-top: 0.25rem;
2435
- font-size: 0.875em;
2436
- color: #6c757d;
2437
- }
2438
-
2439
- .form-control {
2440
- display: block;
2441
- width: 100%;
2442
- padding: 0.375rem 0.75rem;
2443
- font-size: 1rem;
2444
- font-weight: 400;
2445
- line-height: 1.5;
2446
- color: #212529;
2447
- background-color: #fff;
2448
- background-clip: padding-box;
2449
- border: 1px solid #ced4da;
2450
- -webkit-appearance: none;
2451
- -moz-appearance: none;
2452
- appearance: none;
2453
- border-radius: 0.25rem;
2454
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2455
- }
2456
-
2457
- @media (prefers-reduced-motion: reduce) {
2458
- .form-control {
2459
- transition: none;
2460
- }
2461
- }
2462
- .form-control[type=file] {
2463
- overflow: hidden;
2464
- }
2465
-
2466
- .form-control[type=file]:not(:disabled):not([readonly]) {
2467
- cursor: pointer;
2468
- }
2469
-
2470
- .form-control:focus {
2471
- color: #212529;
2472
- background-color: #fff;
2473
- border-color: #86b7fe;
2474
- outline: 0;
2475
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
2476
- }
2477
-
2478
- .form-control::-webkit-date-and-time-value {
2479
- height: 1.5em;
2480
- }
2481
-
2482
- .form-control::-webkit-input-placeholder {
2483
- color: #6c757d;
2484
- opacity: 1;
2485
- }
2486
-
2487
- .form-control::-moz-placeholder {
2488
- color: #6c757d;
2489
- opacity: 1;
2490
- }
2491
-
2492
- .form-control::placeholder {
2493
- color: #6c757d;
2494
- opacity: 1;
2495
- }
2496
-
2497
- .form-control:disabled, .form-control[readonly] {
2498
- background-color: #e9ecef;
2499
- opacity: 1;
2500
- }
2501
-
2502
- .form-control::file-selector-button {
2503
- padding: 0.375rem 0.75rem;
2504
- margin: -0.375rem -0.75rem;
2505
- -webkit-margin-end: 0.75rem;
2506
- margin-inline-end: 0.75rem;
2507
- color: #212529;
2508
- background-color: #e9ecef;
2509
- pointer-events: none;
2510
- border-color: inherit;
2511
- border-style: solid;
2512
- border-width: 0;
2513
- border-inline-end-width: 1px;
2514
- border-radius: 0;
2515
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2516
- }
2517
-
2518
- @media (prefers-reduced-motion: reduce) {
2519
- .form-control::file-selector-button {
2520
- transition: none;
2521
- }
2522
- }
2523
- .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
2524
- background-color: #dde0e3;
2525
- }
2526
-
2527
- .form-control::-webkit-file-upload-button {
2528
- padding: 0.375rem 0.75rem;
2529
- margin: -0.375rem -0.75rem;
2530
- -webkit-margin-end: 0.75rem;
2531
- margin-inline-end: 0.75rem;
2532
- color: #212529;
2533
- background-color: #e9ecef;
2534
- pointer-events: none;
2535
- border-color: inherit;
2536
- border-style: solid;
2537
- border-width: 0;
2538
- border-inline-end-width: 1px;
2539
- border-radius: 0;
2540
- -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2541
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2542
- }
2543
-
2544
- @media (prefers-reduced-motion: reduce) {
2545
- .form-control::-webkit-file-upload-button {
2546
- -webkit-transition: none;
2547
- transition: none;
2548
- }
2549
- }
2550
- .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
2551
- background-color: #dde0e3;
2552
- }
2553
-
2554
- .form-control-plaintext {
2555
- display: block;
2556
- width: 100%;
2557
- padding: 0.375rem 0;
2558
- margin-bottom: 0;
2559
- line-height: 1.5;
2560
- color: #212529;
2561
- background-color: transparent;
2562
- border: solid transparent;
2563
- border-width: 1px 0;
2564
- }
2565
-
2566
- .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
2567
- padding-right: 0;
2568
- padding-left: 0;
2569
- }
2570
-
2571
- .form-control-sm {
2572
- min-height: calc(1.5em + 0.5rem + 2px);
2573
- padding: 0.25rem 0.5rem;
2574
- font-size: 0.875rem;
2575
- border-radius: 0.2rem;
2576
- }
2577
-
2578
- .form-control-sm::file-selector-button {
2579
- padding: 0.25rem 0.5rem;
2580
- margin: -0.25rem -0.5rem;
2581
- -webkit-margin-end: 0.5rem;
2582
- margin-inline-end: 0.5rem;
2583
- }
2584
-
2585
- .form-control-sm::-webkit-file-upload-button {
2586
- padding: 0.25rem 0.5rem;
2587
- margin: -0.25rem -0.5rem;
2588
- -webkit-margin-end: 0.5rem;
2589
- margin-inline-end: 0.5rem;
2590
- }
2591
-
2592
- .form-control-lg {
2593
- min-height: calc(1.5em + 1rem + 2px);
2594
- padding: 0.5rem 1rem;
2595
- font-size: 1.25rem;
2596
- border-radius: 0.3rem;
2597
- }
2598
-
2599
- .form-control-lg::file-selector-button {
2600
- padding: 0.5rem 1rem;
2601
- margin: -0.5rem -1rem;
2602
- -webkit-margin-end: 1rem;
2603
- margin-inline-end: 1rem;
2604
- }
2605
-
2606
- .form-control-lg::-webkit-file-upload-button {
2607
- padding: 0.5rem 1rem;
2608
- margin: -0.5rem -1rem;
2609
- -webkit-margin-end: 1rem;
2610
- margin-inline-end: 1rem;
2611
- }
2612
-
2613
- textarea.form-control {
2614
- min-height: calc(1.5em + 0.75rem + 2px);
2615
- }
2616
-
2617
- textarea.form-control-sm {
2618
- min-height: calc(1.5em + 0.5rem + 2px);
2619
- }
2620
-
2621
- textarea.form-control-lg {
2622
- min-height: calc(1.5em + 1rem + 2px);
2623
- }
2624
-
2625
- .form-control-color {
2626
- max-width: 3rem;
2627
- height: auto;
2628
- padding: 0.375rem;
2629
- }
2630
-
2631
- .form-control-color:not(:disabled):not([readonly]) {
2632
- cursor: pointer;
2633
- }
2634
-
2635
- .form-control-color::-moz-color-swatch {
2636
- height: 1.5em;
2637
- border-radius: 0.25rem;
2638
- }
2639
-
2640
- .form-control-color::-webkit-color-swatch {
2641
- height: 1.5em;
2642
- border-radius: 0.25rem;
2643
- }
2644
-
2645
- ion-modal.auto-height {
2646
- --height: auto;
2647
- }
2648
- ion-modal.auto-height.bottom {
2649
- align-items: flex-end;
2650
- }
2651
- ion-modal.auto-height .ion-page {
2652
- position: relative;
2653
- display: block;
2654
- contain: content;
2655
- }
2656
- ion-modal.auto-height .ion-page .inner-content {
2657
- max-height: 80vh;
2658
- overflow: auto;
2659
- padding: 10px;
2660
- }
1
+ html.ios{--ion-default-font:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font:"Roboto", "Helvetica Neue", sans-serif}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity:0.18}}ion-modal.modal-default:not(.overlay-hidden)~ion-modal.modal-default{--backdrop-opacity:0;--box-shadow:none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base:var(--ion-color-primary, #3880ff) !important;--ion-color-base-rgb:var(--ion-color-primary-rgb, 56, 128, 255) !important;--ion-color-contrast:var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-primary-shade, #3171e0) !important;--ion-color-tint:var(--ion-color-primary-tint, #4c8dff) !important}.ion-color-secondary{--ion-color-base:var(--ion-color-secondary, #3dc2ff) !important;--ion-color-base-rgb:var(--ion-color-secondary-rgb, 61, 194, 255) !important;--ion-color-contrast:var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-secondary-shade, #36abe0) !important;--ion-color-tint:var(--ion-color-secondary-tint, #50c8ff) !important}.ion-color-tertiary{--ion-color-base:var(--ion-color-tertiary, #5260ff) !important;--ion-color-base-rgb:var(--ion-color-tertiary-rgb, 82, 96, 255) !important;--ion-color-contrast:var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-tertiary-shade, #4854e0) !important;--ion-color-tint:var(--ion-color-tertiary-tint, #6370ff) !important}.ion-color-success{--ion-color-base:var(--ion-color-success, #2dd36f) !important;--ion-color-base-rgb:var(--ion-color-success-rgb, 45, 211, 111) !important;--ion-color-contrast:var(--ion-color-success-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-success-shade, #28ba62) !important;--ion-color-tint:var(--ion-color-success-tint, #42d77d) !important}.ion-color-warning{--ion-color-base:var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb:var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast:var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb:var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade:var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint:var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base:var(--ion-color-danger, #eb445a) !important;--ion-color-base-rgb:var(--ion-color-danger-rgb, 235, 68, 90) !important;--ion-color-contrast:var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-danger-shade, #cf3c4f) !important;--ion-color-tint:var(--ion-color-danger-tint, #ed576b) !important}.ion-color-light{--ion-color-base:var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb:var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast:var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb:var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade:var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint:var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base:var(--ion-color-medium, #92949c) !important;--ion-color-base-rgb:var(--ion-color-medium-rgb, 146, 148, 156) !important;--ion-color-contrast:var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-medium-shade, #808289) !important;--ion-color-tint:var(--ion-color-medium-tint, #9d9fa6) !important}.ion-color-dark{--ion-color-base:var(--ion-color-dark, #222428) !important;--ion-color-base-rgb:var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast:var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb:var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade:var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint:var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;overflow:hidden;z-index:0}ion-modal .ion-page:not(ion-nav .ion-page){position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden,[hidden]{display:none !important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding:20px}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translate3d(0, 0, 0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0, 0, 0, 0.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0, 0, 0, 0.08)}.md .menu-content-reveal{box-shadow:4px 0px 16px rgba(0, 0, 0, 0.18)}.md .menu-content-push{box-shadow:4px 0px 16px rgba(0, 0, 0, 0.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width:0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:300ms transform cubic-bezier(0.25, 0.8, 0.5, 1)}@media (prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none !important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width:0px;--inner-border-width:0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width:fit-content;--height:fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:bold}img{max-width:100%;border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=checkbox],input[type=radio]{padding:0;box-sizing:border-box}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}a{background-color:transparent;color:var(--ion-color-primary, #3880ff)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:26px}h2{margin-top:18px;font-size:24px}h3{font-size:22px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}.ion-no-padding{--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.ion-padding{--padding-start:var(--ion-padding, 16px);--padding-end:var(--ion-padding, 16px);--padding-top:var(--ion-padding, 16px);--padding-bottom:var(--ion-padding, 16px);padding-left:var(--ion-padding, 16px);padding-right:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-padding{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}}.ion-padding-top{--padding-top:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start:var(--ion-padding, 16px);padding-left:var(--ion-padding, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-padding-start{padding-left:unset;-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}}.ion-padding-end{--padding-end:var(--ion-padding, 16px);padding-right:var(--ion-padding, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-padding-end{padding-right:unset;-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}}.ion-padding-bottom{--padding-bottom:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top:var(--ion-padding, 16px);--padding-bottom:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start:var(--ion-padding, 16px);--padding-end:var(--ion-padding, 16px);padding-left:var(--ion-padding, 16px);padding-right:var(--ion-padding, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-padding-horizontal{padding-left:unset;padding-right:unset;-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}}.ion-no-margin{--margin-start:0;--margin-end:0;--margin-top:0;--margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.ion-margin{--margin-start:var(--ion-margin, 16px);--margin-end:var(--ion-margin, 16px);--margin-top:var(--ion-margin, 16px);--margin-bottom:var(--ion-margin, 16px);margin-left:var(--ion-margin, 16px);margin-right:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-margin{margin-left:unset;margin-right:unset;-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}}.ion-margin-top{--margin-top:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start:var(--ion-margin, 16px);margin-left:var(--ion-margin, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-margin-start{margin-left:unset;-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}}.ion-margin-end{--margin-end:var(--ion-margin, 16px);margin-right:var(--ion-margin, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-margin-end{margin-right:unset;-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}}.ion-margin-bottom{--margin-bottom:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top:var(--ion-margin, 16px);--margin-bottom:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start:var(--ion-margin, 16px);--margin-end:var(--ion-margin, 16px);margin-left:var(--ion-margin, 16px);margin-right:var(--ion-margin, 16px)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.ion-margin-horizontal{margin-left:unset;margin-right:unset;-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}}.ion-float-left{float:left !important}.ion-float-right{float:right !important}.ion-float-start{float:left !important}[dir=rtl] .ion-float-start,:host-context([dir=rtl]) .ion-float-start{float:right !important}.ion-float-end{float:right !important}[dir=rtl] .ion-float-end,:host-context([dir=rtl]) .ion-float-end{float:left !important}@media (min-width: 576px){.ion-float-sm-left{float:left !important}.ion-float-sm-right{float:right !important}.ion-float-sm-start{float:left !important}[dir=rtl] .ion-float-sm-start,:host-context([dir=rtl]) .ion-float-sm-start{float:right !important}.ion-float-sm-end{float:right !important}[dir=rtl] .ion-float-sm-end,:host-context([dir=rtl]) .ion-float-sm-end{float:left !important}}@media (min-width: 768px){.ion-float-md-left{float:left !important}.ion-float-md-right{float:right !important}.ion-float-md-start{float:left !important}[dir=rtl] .ion-float-md-start,:host-context([dir=rtl]) .ion-float-md-start{float:right !important}.ion-float-md-end{float:right !important}[dir=rtl] .ion-float-md-end,:host-context([dir=rtl]) .ion-float-md-end{float:left !important}}@media (min-width: 992px){.ion-float-lg-left{float:left !important}.ion-float-lg-right{float:right !important}.ion-float-lg-start{float:left !important}[dir=rtl] .ion-float-lg-start,:host-context([dir=rtl]) .ion-float-lg-start{float:right !important}.ion-float-lg-end{float:right !important}[dir=rtl] .ion-float-lg-end,:host-context([dir=rtl]) .ion-float-lg-end{float:left !important}}@media (min-width: 1200px){.ion-float-xl-left{float:left !important}.ion-float-xl-right{float:right !important}.ion-float-xl-start{float:left !important}[dir=rtl] .ion-float-xl-start,:host-context([dir=rtl]) .ion-float-xl-start{float:right !important}.ion-float-xl-end{float:right !important}[dir=rtl] .ion-float-xl-end,:host-context([dir=rtl]) .ion-float-xl-end{float:left !important}}.ion-text-center{text-align:center !important}.ion-text-justify{text-align:justify !important}.ion-text-start{text-align:start !important}.ion-text-end{text-align:end !important}.ion-text-left{text-align:left !important}.ion-text-right{text-align:right !important}.ion-text-nowrap{white-space:nowrap !important}.ion-text-wrap{white-space:normal !important}@media (min-width: 576px){.ion-text-sm-center{text-align:center !important}.ion-text-sm-justify{text-align:justify !important}.ion-text-sm-start{text-align:start !important}.ion-text-sm-end{text-align:end !important}.ion-text-sm-left{text-align:left !important}.ion-text-sm-right{text-align:right !important}.ion-text-sm-nowrap{white-space:nowrap !important}.ion-text-sm-wrap{white-space:normal !important}}@media (min-width: 768px){.ion-text-md-center{text-align:center !important}.ion-text-md-justify{text-align:justify !important}.ion-text-md-start{text-align:start !important}.ion-text-md-end{text-align:end !important}.ion-text-md-left{text-align:left !important}.ion-text-md-right{text-align:right !important}.ion-text-md-nowrap{white-space:nowrap !important}.ion-text-md-wrap{white-space:normal !important}}@media (min-width: 992px){.ion-text-lg-center{text-align:center !important}.ion-text-lg-justify{text-align:justify !important}.ion-text-lg-start{text-align:start !important}.ion-text-lg-end{text-align:end !important}.ion-text-lg-left{text-align:left !important}.ion-text-lg-right{text-align:right !important}.ion-text-lg-nowrap{white-space:nowrap !important}.ion-text-lg-wrap{white-space:normal !important}}@media (min-width: 1200px){.ion-text-xl-center{text-align:center !important}.ion-text-xl-justify{text-align:justify !important}.ion-text-xl-start{text-align:start !important}.ion-text-xl-end{text-align:end !important}.ion-text-xl-left{text-align:left !important}.ion-text-xl-right{text-align:right !important}.ion-text-xl-nowrap{white-space:nowrap !important}.ion-text-xl-wrap{white-space:normal !important}}.ion-text-uppercase{text-transform:uppercase !important}.ion-text-lowercase{text-transform:lowercase !important}.ion-text-capitalize{text-transform:capitalize !important}@media (min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase !important}.ion-text-sm-lowercase{text-transform:lowercase !important}.ion-text-sm-capitalize{text-transform:capitalize !important}}@media (min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase !important}.ion-text-md-lowercase{text-transform:lowercase !important}.ion-text-md-capitalize{text-transform:capitalize !important}}@media (min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase !important}.ion-text-lg-lowercase{text-transform:lowercase !important}.ion-text-lg-capitalize{text-transform:capitalize !important}}@media (min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase !important}.ion-text-xl-lowercase{text-transform:lowercase !important}.ion-text-xl-capitalize{text-transform:capitalize !important}}.ion-align-self-start{align-self:flex-start !important}.ion-align-self-end{align-self:flex-end !important}.ion-align-self-center{align-self:center !important}.ion-align-self-stretch{align-self:stretch !important}.ion-align-self-baseline{align-self:baseline !important}.ion-align-self-auto{align-self:auto !important}.ion-wrap{flex-wrap:wrap !important}.ion-nowrap{flex-wrap:nowrap !important}.ion-wrap-reverse{flex-wrap:wrap-reverse !important}.ion-justify-content-start{justify-content:flex-start !important}.ion-justify-content-center{justify-content:center !important}.ion-justify-content-end{justify-content:flex-end !important}.ion-justify-content-around{justify-content:space-around !important}.ion-justify-content-between{justify-content:space-between !important}.ion-justify-content-evenly{justify-content:space-evenly !important}.ion-align-items-start{align-items:flex-start !important}.ion-align-items-center{align-items:center !important}.ion-align-items-end{align-items:flex-end !important}.ion-align-items-stretch{align-items:stretch !important}.ion-align-items-baseline{align-items:baseline !important}:root{--ion-color-primary:#e50739;--ion-color-primary-rgb:229, 7, 57;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:#ca0632;--ion-color-primary-tint:#e8204d;--ion-color-sparkle:#e50739;--ion-color-sparkle-rgb:229, 7, 57;--ion-color-sparkle-contrast:#ffffff;--ion-color-sparkle-contrast-rgb:255, 255, 255;--ion-color-sparkle-shade:#ca0632;--ion-color-sparkle-tint:#e8204d;--ion-color-sparkle-step-50:#fef3f5;--ion-color-sparkle-step-100:#fce6eb;--ion-color-sparkle-step-150:#fbdae1;--ion-color-sparkle-step-200:#facdd7;--ion-color-sparkle-step-250:#f9c1ce;--ion-color-sparkle-step-300:#f7b5c4;--ion-color-sparkle-step-350:#f6a8ba;--ion-color-sparkle-step-400:#f59cb0;--ion-color-sparkle-step-450:#f38fa6;--ion-color-sparkle-step-500:#f2839c;--ion-color-sparkle-step-550:#f17792;--ion-color-sparkle-step-600:#ef6a88;--ion-color-sparkle-step-650:#ee5e7e;--ion-color-sparkle-step-700:#ed5174;--ion-color-sparkle-step-750:#ec456b;--ion-color-sparkle-step-800:#ea3961;--ion-color-sparkle-step-850:#e92c57;--ion-color-sparkle-step-900:#e8204d;--ion-color-sparkle-step-950:#e61343;--primary-text-color:#ffffff;--background:#ffffff;--code-background:#f5f7fa;--code-color:var(--text-color--dark);--code-font-family:"SFMono-Regular", "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--font-family:system-ui, sans-serif;--header-height:56px;--heading-font-family:"Eina", var(--font-family);--line-rule-color:#edf2f6;--menu-width:300px;--offset-background:#fdfdff;--offset-background--dark:#f7f7ff;--page-margin-left:var(--menu-width);--text-color:#303943;--text-color--darker:#24282e;--text-color--dark:#020814;--text-color--lighter:#abb2bf;--text-color--light:#73849a}.ion-color-sparkle{--ion-color-base:var(--ion-color-sparkle);--ion-color-base-rgb:var(--ion-color-sparkle-rgb);--ion-color-contrast:var(--ion-color-sparkle-contrast);--ion-color-contrast-rgb:var(--ion-color-sparkle-contrast-rgb);--ion-color-shade:var(--ion-color-sparkle-shade);--ion-color-tint:var(--ion-color-sparkle-tint)}*{box-sizing:border-box}body{background-color:var(--background);color:var(--text-color);font-family:var(--font-family);text-size-adjust:none;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative !important;overflow:auto !important}html,body{height:100%}ion-grid{margin:1em 0}figure{margin:0}figure>*{display:block;margin:0 auto}figure.device{max-width:400px;margin:0 auto}figcaption{text-align:center}img{display:block;max-width:100%}.intro{color:var(--text-color--light);font-size:1.2em;margin-bottom:1.2em;max-width:40em}.intro code{font-size:15px;font-weight:500}.intro strong{font-weight:500;color:var(--text-color)}ol,ul{padding-left:2em}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font-family);letter-spacing:-0.03em;line-height:1.1}blockquote{background:rgba(255, 250, 237, 0.8);border-left:4px solid #ffcc5f;border-radius:2px 4px 4px 2px;color:#736545;font-size:14px;line-height:1.8;margin:1em 0;padding:2em}blockquote a{border-bottom:dotted 1px currentColor;color:#e09f16}blockquote>*:first-child{margin-top:0;padding-top:0}blockquote>*:last-child{margin-bottom:0;padding-bottom:0}blockquote code{background:#f7f1e6;color:#381600;font-weight:500}mark{background-color:#ffd780;color:var(--text-color--dark)}hr{border-color:var(--line-rule-color);border-style:solid;border-width:1px 0 0 0}code,kbd{background-color:var(--code-background);border-radius:4px;color:var(--code-color);font-family:var(--code-font-family);font-size:15px;font-weight:500;letter-spacing:0;padding:4px 6px;white-space:pre-wrap}pre{background-color:var(--code-background);border-radius:4px;line-height:1.2;margin:2rem 0;overflow:auto;padding:2em}pre code{background-color:transparent;color:inherit;font-size:13px;padding:0;white-space:inherit}kbd{border:1px solid #ccc;white-space:nowrap;margin:0 1px}table{border-width:1px 0 0 1px;font-size:13px;margin:2em 0;overflow-x:auto;width:100%}table,td,th{border-collapse:collapse;border-color:var(--line-rule-color);border-style:solid}td,th{border-width:0 1px 1px 0;line-height:1.5;padding:1em;text-align:left}tbody tr:nth-child(odd){background-color:var(--offset-background)}iframe{background-color:rgba(0, 0, 0, 0.02);box-shadow:10px 10px 20px rgba(0, 0, 0, 0.1)}a{text-decoration:none}button{border-radius:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}input,button,select,optgroup,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}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:0.65}.btn-primary{color:#fff;background-color:var(--ion-color-sparkle);border-color:var(--ion-color-sparkle)}.btn-primary:hover{color:#fff;background-color:var(--ion-color-sparkle-shade);border-color:var(--ion-color-sparkle-shade)}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:var(--ion-color-sparkle-shade);border-color:var(--ion-color-sparkle-shade);box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:var(--ion-color-sparkle-shade);border-color:var(--ion-color-sparkle-shade)}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(49, 132, 253, 0.5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:var(--ion-color-sparkle-shade);border-color:var(--ion-color-sparkle-shade)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 0.25rem rgba(130, 138, 145, 0.5)}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(130, 138, 145, 0.5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 0.25rem rgba(60, 153, 110, 0.5)}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(60, 153, 110, 0.5)}.btn-success:disabled,.btn-success.disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 0.25rem rgba(11, 172, 204, 0.5)}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(11, 172, 204, 0.5)}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 0.25rem rgba(217, 164, 6, 0.5)}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(217, 164, 6, 0.5)}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 0.25rem rgba(225, 83, 97, 0.5)}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(225, 83, 97, 0.5)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 0.25rem rgba(211, 212, 213, 0.5)}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(211, 212, 213, 0.5)}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 0.25rem rgba(66, 70, 73, 0.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(66, 70, 73, 0.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.5)}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 0.25rem rgba(108, 117, 125, 0.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(108, 117, 125, 0.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(25, 135, 84, 0.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 0.25rem rgba(13, 202, 240, 0.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(13, 202, 240, 0.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 0.25rem rgba(255, 193, 7, 0.5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(255, 193, 7, 0.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 0.25rem rgba(248, 249, 250, 0.5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(248, 249, 250, 0.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 0.25rem rgba(33, 37, 41, 0.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(33, 37, 41, 0.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.3rem}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.2rem}sparkle-quiz-select label,sparkle-quiz-feedback label,sparkle-quiz-opinion label{display:inline-block;border:var(--sparkle-quiz-option-border);padding:var(--sparkle-quiz-option-padding);border-radius:var(--sparkle-quiz-option-border-radius);position:relative;width:var(--sparkle-quiz-option-width);-webkit-transition:border 500ms ease-out;-moz-transition:border 500ms ease-out;-o-transition:border 500ms ease-out;transition:border 500ms ease-out}sparkle-quiz-select label:hover,sparkle-quiz-feedback label:hover,sparkle-quiz-opinion label:hover{border:2px solid #ccc}sparkle-quiz-select input[type=radio],sparkle-quiz-feedback input[type=radio],sparkle-quiz-opinion input[type=radio],sparkle-quiz-select input[type=checkbox],sparkle-quiz-feedback input[type=checkbox]{opacity:0;position:absolute;z-index:-1}sparkle-quiz-select input[type=radio]:checked+label,sparkle-quiz-feedback input[type=radio]:checked+label,sparkle-quiz-opinion input[type=radio]:checked+label,sparkle-quiz-select input[type=checkbox]:checked+label,sparkle-quiz-feedback input[type=checkbox]:checked+label{border:var(--sparkle-quiz-selected-option-border);font-weight:500;color:var(--text-color--dark)}.form-text{margin-top:0.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;-webkit-margin-end:0.75rem;margin-inline-end:0.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;-webkit-margin-end:0.75rem;margin-inline-end:0.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:0.2rem}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;-webkit-margin-end:0.5rem;margin-inline-end:0.5rem}.form-control-sm::-webkit-file-upload-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;-webkit-margin-end:0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.25rem;border-radius:0.3rem}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:0.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:0.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:0.25rem}ion-modal.auto-height{--height:auto}ion-modal.auto-height.bottom{align-items:flex-end}ion-modal.auto-height .ion-page{position:relative;display:block;contain:content}ion-modal.auto-height .ion-page .inner-content{max-height:80vh;overflow:auto;padding:10px}