@propelinc/citrus-ui 0.6.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (355) hide show
  1. package/README.md +54 -60
  2. package/dist/colors/colors.d.ts +31 -0
  3. package/dist/colors/theme.d.ts +2 -11
  4. package/dist/colors/util-classes.d.ts +11 -0
  5. package/dist/components/CAccordion.vue.d.ts +21 -0
  6. package/dist/components/CAccordionItem.vue.d.ts +41 -0
  7. package/dist/components/CAppBar.vue.d.ts +156 -0
  8. package/dist/components/CBadge.vue.d.ts +52 -0
  9. package/dist/components/CBottomSheet.vue.d.ts +226 -0
  10. package/dist/components/CButton/CButton.vue.d.ts +231 -0
  11. package/dist/components/CButton/types.d.ts +5 -0
  12. package/dist/components/CButtonStack.vue.d.ts +24 -0
  13. package/dist/components/CCard.vue.d.ts +107 -0
  14. package/dist/components/CCardFooter.vue.d.ts +26 -0
  15. package/dist/components/CCardHeader.vue.d.ts +3 -0
  16. package/dist/components/CCardSection.vue.d.ts +17 -0
  17. package/dist/components/CCheckbox.vue.d.ts +145 -0
  18. package/dist/components/CCol.vue.d.ts +21 -0
  19. package/dist/components/CDivider.vue.d.ts +17 -0
  20. package/dist/components/CDobField.vue.d.ts +2109 -0
  21. package/dist/components/CDobSelect.vue.d.ts +398 -0
  22. package/dist/components/CEmailField.vue.d.ts +699 -0
  23. package/dist/components/CExpandTransition.vue.d.ts +19 -0
  24. package/dist/components/CFadeTransition.vue.d.ts +3 -0
  25. package/dist/components/CFileInput.vue.d.ts +98 -0
  26. package/dist/components/CFixedPageFooter.vue.d.ts +106 -0
  27. package/dist/components/CForm.vue.d.ts +29 -0
  28. package/dist/components/CFormFieldCounter.vue.d.ts +42 -0
  29. package/dist/components/CIconButton.vue.d.ts +390 -0
  30. package/dist/components/CLabel.vue.d.ts +32 -0
  31. package/dist/components/CListItem.vue.d.ts +208 -0
  32. package/dist/components/CListItemContent.vue.d.ts +27 -0
  33. package/dist/components/CListItemIcon.vue.d.ts +54 -0
  34. package/dist/components/CLoader.vue.d.ts +73 -0
  35. package/dist/components/CLogo.vue.d.ts +19 -0
  36. package/dist/components/CMaskedTextField.vue.d.ts +2012 -0
  37. package/dist/components/CMenu.vue.d.ts +6 -0
  38. package/dist/components/CMenuItem.vue.d.ts +170 -0
  39. package/dist/components/CMenuLabel.vue.d.ts +3 -0
  40. package/dist/components/CModal.vue.d.ts +206 -0
  41. package/dist/components/CModalLoading.vue.d.ts +230 -0
  42. package/dist/components/CNotification.vue.d.ts +589 -0
  43. package/dist/components/CPhoneField.vue.d.ts +2088 -0
  44. package/dist/components/CPill.vue.d.ts +42 -0
  45. package/dist/components/CPillGroup.vue.d.ts +70 -0
  46. package/dist/components/CPopup.vue.d.ts +21 -0
  47. package/dist/components/CProgressLinear.vue.d.ts +61 -0
  48. package/dist/components/CProgressRing.vue.d.ts +103 -0
  49. package/dist/components/CRadio.vue.d.ts +73 -0
  50. package/dist/components/CRadioGroup.vue.d.ts +123 -0
  51. package/dist/components/CRebrand.vue.d.ts +28 -0
  52. package/dist/components/CRow.vue.d.ts +67 -0
  53. package/dist/components/CSafeArea.vue.d.ts +18 -0
  54. package/dist/components/CSectionHeader.vue.d.ts +28 -0
  55. package/dist/components/CSelect.vue.d.ts +293 -0
  56. package/dist/components/CSkeleton.vue.d.ts +3 -0
  57. package/dist/components/CSkeletonLoaderCard.vue.d.ts +21 -0
  58. package/dist/components/CSkeletonLoaderCircle.vue.d.ts +5 -0
  59. package/dist/components/CSkeletonLoaderText.vue.d.ts +44 -0
  60. package/dist/components/CSlideFadeTransition.vue.d.ts +58 -0
  61. package/dist/components/CSplitInput.vue.d.ts +2131 -0
  62. package/dist/components/CSquaredIcon.vue.d.ts +47 -0
  63. package/dist/components/CSsnField.vue.d.ts +2083 -0
  64. package/dist/components/CStatusDot.vue.d.ts +27 -0
  65. package/dist/components/CSwitch.vue.d.ts +54 -0
  66. package/dist/components/CSwitchListItem.vue.d.ts +392 -0
  67. package/dist/components/CTextArea.vue.d.ts +240 -0
  68. package/dist/components/CTextField.vue.d.ts +647 -0
  69. package/dist/components/CTextLink.vue.d.ts +55 -0
  70. package/dist/components/CThirdPartyLogo.vue.d.ts +128 -0
  71. package/dist/components/CTimeago.vue.d.ts +12 -0
  72. package/dist/components/CToast.vue.d.ts +458 -0
  73. package/dist/components/CToastsList.vue.d.ts +430 -0
  74. package/dist/components/CValidationMessage.vue.d.ts +45 -0
  75. package/dist/components/CZipcodeField.vue.d.ts +2080 -0
  76. package/dist/components/index.d.ts +66 -25
  77. package/dist/components/internal/CCloseButton.vue.d.ts +14 -0
  78. package/dist/composables/accessibility.d.ts +1 -0
  79. package/dist/composables/animation.d.ts +12 -0
  80. package/dist/composables/binding.d.ts +19 -0
  81. package/dist/composables/colors.d.ts +13 -0
  82. package/dist/composables/elements.d.ts +3 -0
  83. package/dist/composables/fields.d.ts +9 -0
  84. package/dist/composables/gestures.d.ts +53 -0
  85. package/dist/composables/i18n.d.ts +3 -0
  86. package/dist/composables/id.d.ts +11 -0
  87. package/dist/composables/input-mask.d.ts +18 -0
  88. package/dist/composables/router.d.ts +30 -0
  89. package/dist/composables/slots.d.ts +2 -0
  90. package/dist/composables/toast.d.ts +21 -0
  91. package/dist/composables/validations.d.ts +77 -0
  92. package/dist/index.css +1 -0
  93. package/dist/index.d.ts +5 -4
  94. package/dist/index.mjs +11738 -0
  95. package/dist/index.mjs.map +1 -0
  96. package/dist/plugin.d.ts +2 -2
  97. package/dist/services/animation.d.ts +17 -0
  98. package/dist/services/directives/index.d.ts +2 -0
  99. package/dist/services/directives/scroll-into-view.d.ts +7 -0
  100. package/dist/services/directives/tap-animation.d.ts +6 -0
  101. package/dist/services/id.d.ts +22 -0
  102. package/dist/services/injections/accordions.d.ts +3 -0
  103. package/dist/services/injections/animations.d.ts +2 -0
  104. package/dist/services/injections/buttons.d.ts +4 -0
  105. package/dist/services/injections/forms.d.ts +6 -0
  106. package/dist/services/injections/icon-buttons.d.ts +3 -0
  107. package/dist/services/injections/pills.d.ts +4 -0
  108. package/dist/services/injections/radio.d.ts +10 -0
  109. package/dist/styles/main.css +3002 -0
  110. package/dist/styles/utils.css +2319 -0
  111. package/dist/theme/icons.d.ts +35 -2
  112. package/dist/types/CForm.d.ts +12 -0
  113. package/dist/types/font-awesome.d.ts +5 -0
  114. package/dist/types.d.ts +12 -0
  115. package/index.ts +2 -0
  116. package/package.json +60 -45
  117. package/src/assets/fonts/grenette-regular.woff2 +0 -0
  118. package/src/assets/fonts/grenette-semibold.woff2 +0 -0
  119. package/src/assets/fonts/polymath.woff2 +0 -0
  120. package/src/assets/logos/propel/icon.svg +15 -0
  121. package/src/assets/logos/propel/lockup.svg +11 -0
  122. package/src/colors/colors.ts +173 -0
  123. package/src/colors/theme.ts +8 -14
  124. package/src/colors/util-classes.ts +49 -0
  125. package/src/componentResolver.js +33 -0
  126. package/src/components/CAccordion.vue +32 -7
  127. package/src/components/CAccordionItem.vue +109 -36
  128. package/src/components/CAppBar.vue +237 -0
  129. package/src/components/CBadge.vue +74 -0
  130. package/src/components/CBottomSheet.vue +430 -0
  131. package/src/components/CButton/CButton.vue +347 -0
  132. package/src/components/CButton/types.ts +5 -0
  133. package/src/components/CButtonStack.vue +36 -0
  134. package/src/components/CCard.vue +149 -41
  135. package/src/components/CCardFooter.vue +11 -27
  136. package/src/components/CCardHeader.vue +30 -21
  137. package/src/components/CCardSection.vue +23 -12
  138. package/src/components/CCheckbox.vue +191 -21
  139. package/src/components/CCol.vue +55 -0
  140. package/src/components/CDivider.vue +46 -0
  141. package/src/components/CDobField.vue +153 -0
  142. package/src/components/CDobSelect.vue +274 -0
  143. package/src/components/CEmailField.vue +61 -0
  144. package/src/components/CExpandTransition.vue +55 -0
  145. package/src/components/CFadeTransition.vue +23 -0
  146. package/src/components/CFileInput.vue +186 -0
  147. package/src/components/CFixedPageFooter.vue +76 -0
  148. package/src/components/CForm.vue +86 -0
  149. package/src/components/CFormFieldCounter.vue +40 -0
  150. package/src/components/CIconButton.vue +175 -59
  151. package/src/components/CLabel.vue +52 -0
  152. package/src/components/CListItem.vue +149 -45
  153. package/src/components/CListItemContent.vue +60 -0
  154. package/src/components/CListItemIcon.vue +27 -31
  155. package/src/components/CLoader.vue +156 -0
  156. package/src/components/CLogo.vue +23 -0
  157. package/src/components/CMaskedTextField.vue +118 -0
  158. package/src/components/CMenu.vue +24 -0
  159. package/src/components/CMenuItem.vue +106 -0
  160. package/src/components/CMenuLabel.vue +26 -0
  161. package/src/components/CModal.vue +198 -79
  162. package/src/components/CModalLoading.vue +27 -9
  163. package/src/components/CNotification.vue +86 -53
  164. package/src/components/CPhoneField.vue +69 -0
  165. package/src/components/CPill.vue +162 -0
  166. package/src/components/CPillGroup.vue +73 -0
  167. package/src/components/CPopup.vue +66 -0
  168. package/src/components/CProgressLinear.vue +52 -0
  169. package/src/components/CProgressRing.vue +126 -0
  170. package/src/components/CRadio.vue +138 -0
  171. package/src/components/CRadioGroup.vue +142 -0
  172. package/src/components/CRebrand.vue +28 -0
  173. package/src/components/CRow.vue +62 -0
  174. package/src/components/CSafeArea.vue +23 -0
  175. package/src/components/CSectionHeader.vue +50 -0
  176. package/src/components/CSelect.vue +223 -74
  177. package/src/components/CSkeleton.vue +65 -0
  178. package/src/components/CSkeletonLoaderCard.vue +29 -0
  179. package/src/components/CSkeletonLoaderCircle.vue +18 -14
  180. package/src/components/CSkeletonLoaderText.vue +127 -17
  181. package/src/components/CSlideFadeTransition.vue +100 -0
  182. package/src/components/CSplitInput.vue +111 -0
  183. package/src/components/CSquaredIcon.vue +83 -0
  184. package/src/components/CSsnField.vue +86 -0
  185. package/src/components/CStatusDot.vue +70 -0
  186. package/src/components/CSwitch.vue +125 -0
  187. package/src/components/CSwitchListItem.vue +110 -0
  188. package/src/components/CTextArea.vue +193 -47
  189. package/src/components/CTextField.vue +450 -93
  190. package/src/components/CTextLink.vue +48 -38
  191. package/src/components/CThirdPartyLogo.vue +127 -0
  192. package/src/components/CTimeago.vue +63 -0
  193. package/src/components/CToast.vue +259 -0
  194. package/src/components/CToastsList.vue +32 -0
  195. package/src/components/CValidationMessage.vue +70 -0
  196. package/src/components/CZipcodeField.vue +69 -0
  197. package/src/components/index.ts +66 -25
  198. package/src/components/internal/CCloseButton.vue +57 -0
  199. package/src/composables/accessibility.ts +29 -0
  200. package/src/composables/animation.ts +95 -0
  201. package/src/composables/binding.ts +34 -0
  202. package/src/composables/colors.ts +59 -0
  203. package/src/composables/elements.ts +72 -0
  204. package/src/composables/fields.ts +19 -0
  205. package/src/composables/gestures.ts +197 -0
  206. package/src/composables/i18n.ts +13 -0
  207. package/src/composables/id.ts +23 -0
  208. package/src/composables/input-mask.ts +139 -0
  209. package/src/composables/router.ts +64 -0
  210. package/src/composables/slots.ts +57 -0
  211. package/src/composables/toast.ts +64 -0
  212. package/src/composables/validations.ts +214 -0
  213. package/src/index.ts +7 -7
  214. package/src/plugin.ts +13 -6
  215. package/src/services/animation.ts +101 -0
  216. package/src/services/directives/index.ts +2 -0
  217. package/src/services/directives/scroll-into-view.ts +86 -0
  218. package/src/services/directives/tap-animation.ts +71 -0
  219. package/src/services/id.ts +31 -0
  220. package/src/services/injections/accordions.ts +4 -0
  221. package/src/services/injections/animations.ts +3 -0
  222. package/src/services/injections/buttons.ts +5 -0
  223. package/src/services/injections/forms.ts +8 -0
  224. package/src/services/injections/icon-buttons.ts +4 -0
  225. package/src/services/injections/pills.ts +7 -0
  226. package/src/services/injections/radio.ts +12 -0
  227. package/src/shims-vue.d.ts +6 -3
  228. package/src/styles/_animation.scss +19 -0
  229. package/src/styles/_button.scss +61 -0
  230. package/src/styles/_colors.scss +58 -11
  231. package/src/styles/_core.scss +248 -87
  232. package/src/styles/_form-fields.scss +68 -15
  233. package/src/styles/_grenette.scss +13 -0
  234. package/src/styles/_polymath.scss +14 -0
  235. package/src/styles/_reset.scss +105 -0
  236. package/src/styles/_shoelace.scss +46 -0
  237. package/src/styles/_typography.scss +40 -10
  238. package/src/styles/main.scss +6 -3
  239. package/src/styles/utils/a11y.scss +18 -0
  240. package/src/styles/utils/typography.scss +13 -0
  241. package/src/styles/utils.scss +560 -0
  242. package/src/styles/variables.scss +27 -15
  243. package/src/theme/icons.ts +16 -5
  244. package/src/types/CForm.ts +15 -0
  245. package/src/types/font-awesome.ts +6 -0
  246. package/src/types.ts +15 -0
  247. package/.browserslistrc +0 -3
  248. package/.eslintrc.js +0 -4
  249. package/.stylelintrc.js +0 -3
  250. package/babel.config.js +0 -3
  251. package/dist/citrus-ui.common.js +0 -43434
  252. package/dist/citrus-ui.common.js.map +0 -1
  253. package/dist/citrus-ui.css +0 -1
  254. package/dist/citrus-ui.umd.js +0 -43444
  255. package/dist/citrus-ui.umd.js.map +0 -1
  256. package/dist/citrus-ui.umd.min.js +0 -27
  257. package/dist/citrus-ui.umd.min.js.map +0 -1
  258. package/dist/demo.html +0 -10
  259. package/dist/fonts/Blitz-Script.85ed9abe.woff2 +0 -0
  260. package/dist/fonts/ObjectSans-Bold.5492f3d5.woff2 +0 -0
  261. package/dist/fonts/ObjectSans-BoldSlanted.29e2a87e.woff2 +0 -0
  262. package/dist/fonts/ObjectSans-Heavy.d0b2f035.woff2 +0 -0
  263. package/dist/fonts/ObjectSans-HeavySlanted.45e9c063.woff2 +0 -0
  264. package/dist/fonts/ObjectSans-Light.f885dec3.woff2 +0 -0
  265. package/dist/fonts/ObjectSans-LightSlanted.b8eb7c12.woff2 +0 -0
  266. package/dist/fonts/ObjectSans-Regular.e4ea0b90.woff2 +0 -0
  267. package/dist/fonts/ObjectSans-Slanted.57a90be9.woff2 +0 -0
  268. package/dist/fonts/ObjectSans-Thin.86d44227.woff2 +0 -0
  269. package/dist/fonts/ObjectSans-ThinSlanted.20342160.woff2 +0 -0
  270. package/jest.config.js +0 -9
  271. package/plopfile.js +0 -67
  272. package/project.json +0 -69
  273. package/src/assets/fonts/Blitz-Script.woff2 +0 -0
  274. package/src/assets/fonts/ObjectSans-Bold.woff2 +0 -0
  275. package/src/assets/fonts/ObjectSans-BoldSlanted.woff2 +0 -0
  276. package/src/assets/fonts/ObjectSans-Heavy.woff2 +0 -0
  277. package/src/assets/fonts/ObjectSans-HeavySlanted.woff2 +0 -0
  278. package/src/assets/fonts/ObjectSans-Light.woff2 +0 -0
  279. package/src/assets/fonts/ObjectSans-LightSlanted.woff2 +0 -0
  280. package/src/assets/fonts/ObjectSans-Regular.woff2 +0 -0
  281. package/src/assets/fonts/ObjectSans-Slanted.woff2 +0 -0
  282. package/src/assets/fonts/ObjectSans-Thin.woff2 +0 -0
  283. package/src/assets/fonts/ObjectSans-ThinSlanted.woff2 +0 -0
  284. package/src/components/CAlert.vue +0 -78
  285. package/src/components/CBanner.vue +0 -47
  286. package/src/components/CButton.vue +0 -146
  287. package/src/components/CListItemAction.vue +0 -29
  288. package/src/components/CSegmentedButton.vue +0 -47
  289. package/src/components/CSegmentedButtonOption.vue +0 -42
  290. package/src/components/helpers/FormField.vue +0 -48
  291. package/src/components/helpers/SelectInput.vue +0 -115
  292. package/src/shims-scss.d.ts +0 -4
  293. package/src/shims-vuetify.d.ts +0 -4
  294. package/src/styles/_blitz.scss +0 -8
  295. package/src/styles/_object-sans.scss +0 -23
  296. package/storybook-static/0.799c368cbe88266827ba.manager.bundle.js +0 -1
  297. package/storybook-static/0.a9f0a9ad.iframe.bundle.js +0 -3
  298. package/storybook-static/0.a9f0a9ad.iframe.bundle.js.LICENSE.txt +0 -8
  299. package/storybook-static/0.a9f0a9ad.iframe.bundle.js.map +0 -1
  300. package/storybook-static/1.0438fd8d.iframe.bundle.js +0 -3
  301. package/storybook-static/1.0438fd8d.iframe.bundle.js.LICENSE.txt +0 -17
  302. package/storybook-static/1.0438fd8d.iframe.bundle.js.map +0 -1
  303. package/storybook-static/1.9ebd2fb519f6726108de.manager.bundle.js +0 -1
  304. package/storybook-static/10.348d8814.iframe.bundle.js +0 -3
  305. package/storybook-static/10.348d8814.iframe.bundle.js.LICENSE.txt +0 -30
  306. package/storybook-static/10.348d8814.iframe.bundle.js.map +0 -1
  307. package/storybook-static/10.a85ea1a67689be8e19ff.manager.bundle.js +0 -1
  308. package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js +0 -2
  309. package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js.LICENSE.txt +0 -12
  310. package/storybook-static/12.1415460941f0bdcb8fa8.manager.bundle.js +0 -1
  311. package/storybook-static/2.75a17459.iframe.bundle.js +0 -3
  312. package/storybook-static/2.75a17459.iframe.bundle.js.LICENSE.txt +0 -26
  313. package/storybook-static/2.75a17459.iframe.bundle.js.map +0 -1
  314. package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js +0 -2
  315. package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js.LICENSE.txt +0 -8
  316. package/storybook-static/6.3bd64d820f3745f262ff.manager.bundle.js +0 -1
  317. package/storybook-static/6.ce8d99b4.iframe.bundle.js +0 -1
  318. package/storybook-static/7.3d04765dbf3f1dcd706c.manager.bundle.js +0 -1
  319. package/storybook-static/7.6633a922.iframe.bundle.js +0 -3
  320. package/storybook-static/7.6633a922.iframe.bundle.js.LICENSE.txt +0 -12
  321. package/storybook-static/7.6633a922.iframe.bundle.js.map +0 -1
  322. package/storybook-static/8.b541eadfcb9164835dfc.manager.bundle.js +0 -1
  323. package/storybook-static/8.fc5e1ebf.iframe.bundle.js +0 -1
  324. package/storybook-static/9.411ac8e451bbb10926c7.manager.bundle.js +0 -1
  325. package/storybook-static/9.724ac3ed.iframe.bundle.js +0 -3
  326. package/storybook-static/9.724ac3ed.iframe.bundle.js.LICENSE.txt +0 -15
  327. package/storybook-static/9.724ac3ed.iframe.bundle.js.map +0 -1
  328. package/storybook-static/css/main.95216119.css +0 -1
  329. package/storybook-static/css/vendors~main.02dc89bf.css +0 -1
  330. package/storybook-static/favicon.ico +0 -0
  331. package/storybook-static/fonts/Blitz-Script.85ed9abe.woff2 +0 -0
  332. package/storybook-static/fonts/ObjectSans-Bold.5492f3d5.woff2 +0 -0
  333. package/storybook-static/fonts/ObjectSans-BoldSlanted.29e2a87e.woff2 +0 -0
  334. package/storybook-static/fonts/ObjectSans-Heavy.d0b2f035.woff2 +0 -0
  335. package/storybook-static/fonts/ObjectSans-HeavySlanted.45e9c063.woff2 +0 -0
  336. package/storybook-static/fonts/ObjectSans-Light.f885dec3.woff2 +0 -0
  337. package/storybook-static/fonts/ObjectSans-LightSlanted.b8eb7c12.woff2 +0 -0
  338. package/storybook-static/fonts/ObjectSans-Regular.e4ea0b90.woff2 +0 -0
  339. package/storybook-static/fonts/ObjectSans-Slanted.57a90be9.woff2 +0 -0
  340. package/storybook-static/fonts/ObjectSans-Thin.86d44227.woff2 +0 -0
  341. package/storybook-static/fonts/ObjectSans-ThinSlanted.20342160.woff2 +0 -0
  342. package/storybook-static/iframe.html +0 -348
  343. package/storybook-static/index.html +0 -51
  344. package/storybook-static/main.7b4aec9c4352d4bb535b.manager.bundle.js +0 -1
  345. package/storybook-static/main.9e8c64c7.iframe.bundle.js +0 -1
  346. package/storybook-static/runtime~main.91a0c7330ab317d35c4a.manager.bundle.js +0 -1
  347. package/storybook-static/runtime~main.e4da100f.iframe.bundle.js +0 -1
  348. package/storybook-static/vendors~main.6660eda6.iframe.bundle.js +0 -7
  349. package/storybook-static/vendors~main.6660eda6.iframe.bundle.js.LICENSE.txt +0 -80
  350. package/storybook-static/vendors~main.6660eda6.iframe.bundle.js.map +0 -1
  351. package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js +0 -2
  352. package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js.LICENSE.txt +0 -110
  353. package/tsconfig.dist.json +0 -7
  354. package/tsconfig.json +0 -24
  355. package/vue.config.js +0 -5
@@ -0,0 +1,2319 @@
1
+ /** NOTE(ej): These styles address an issue with 'ghost' hover states caused
2
+ * by Vuetify's default hover styles compatible with browser-based apps that
3
+ * support hovering. If an additional component is reported displaying a 'ghost'
4
+ * hover use this mixin in that component's scoped styles.
5
+ * Original bug ticket: https://join-propel.atlassian.net/browse/EUFL-15
6
+ */
7
+ :export {
8
+ ACCENT_BLUE: #5560cb;
9
+ ACCENT_BLUE_SHADE_1: #404898;
10
+ ACCENT_BLUE_SHADE_2: #2f3570;
11
+ ACCENT_GREEN: #49a24c;
12
+ ACCENT_GREEN_SHADE_1: #3a823d;
13
+ ACCENT_GREEN_SHADE_2: #17551a;
14
+ ACCENT_ORANGE: #fc8247;
15
+ ACCENT_ORANGE_SHADE_1: #e15c1b;
16
+ ACCENT_ORANGE_SHADE_2: #a9440b;
17
+ ACCENT_PINK: #d75fae;
18
+ ACCENT_PINK_SHADE_1: #7c3872;
19
+ ACCENT_PINK_SHADE_2: #56204e;
20
+ ACCENT_RED_SHADE_1: #981d31;
21
+ ACCENT_RED_SHADE_2: #701323;
22
+ ALERT_RED: #c34459;
23
+ BACKGROUND: #fff;
24
+ BLACK: #000;
25
+ BLUE_100: #e0edff;
26
+ BLUE_200: #b2cffa;
27
+ BLUE_300: #7a95f8;
28
+ BLUE_400: #496ae0;
29
+ BLUE_500: #1a43d7;
30
+ BORDER: rgba(0, 0, 0, 0.1);
31
+ BUTTON_BACKGROUND: #000;
32
+ GOLD_100: #fff0ba;
33
+ GOLD_200: #fcde74;
34
+ GOLD_300: #ffc120;
35
+ GOLD_400: #f99500;
36
+ GOLD_500: #f47500;
37
+ GRAY_100: rgba(0, 0, 0, 0.04);
38
+ GRAY_200: rgba(0, 0, 0, 0.1);
39
+ GRAY_300: rgba(0, 0, 0, 0.31);
40
+ GRAY_400: rgba(0, 0, 0, 0.48);
41
+ GRAY_500: rgba(0, 0, 0, 0.69);
42
+ GREEN_100: #dcf2cb;
43
+ GREEN_200: #b8da96;
44
+ GREEN_300: #8bc95a;
45
+ GREEN_400: #3fa41c;
46
+ GREEN_500: #1f7400;
47
+ ORANGE: #ffa895;
48
+ ORANGE_TINT_1: #fdcab7;
49
+ ORANGE_TINT_2: #ffdbce;
50
+ PINK: #f6a0d1;
51
+ PINK_TINT_1: #fdc3e4;
52
+ PINK_TINT_2: #ffdef1;
53
+ PROVIDERS_BLUE: black;
54
+ PROVIDERS_BLUE_TINT_1: #d1d7fc;
55
+ PROVIDERS_BLUE_TINT_2: #e8ebfd;
56
+ PROVIDERS_GREEN: #51d156;
57
+ PROVIDERS_GREEN_TINT_1: #b3f6a2;
58
+ PROVIDERS_GREEN_TINT_2: #d1fac7;
59
+ PURPLE_100: #ebe4ff;
60
+ PURPLE_200: #cdbcff;
61
+ PURPLE_300: #ac8eff;
62
+ PURPLE_400: #804fe8;
63
+ PURPLE_500: #6431d0;
64
+ RED_100: #ffe5dd;
65
+ RED_200: #ffaaa5;
66
+ RED_300: #ff6969;
67
+ RED_400: #f52323;
68
+ RED_500: #cd000c;
69
+ STATUS_ERROR: #cd000c;
70
+ STATUS_SUCCESS: #1f7400;
71
+ STATUS_WARNING: #f47500;
72
+ TEXT_DISABLED: rgba(0, 0, 0, 0.31);
73
+ TEXT_PLACEHOLDER: rgba(0, 0, 0, 0.48);
74
+ TEXT_PRIMARY: #000;
75
+ TEXT_SECONDARY: rgba(0, 0, 0, 0.69);
76
+ WHITE: #fff;
77
+ YELLOW: #ffc200;
78
+ YELLOW_TINT_1: #ffdc6b;
79
+ YELLOW_TINT_2: #fee69a;
80
+ }
81
+
82
+ .d-block {
83
+ display: block !important;
84
+ }
85
+
86
+ .d-flex {
87
+ display: flex !important;
88
+ }
89
+
90
+ .d-grid {
91
+ display: grid !important;
92
+ }
93
+
94
+ .d-inline-flex {
95
+ display: inline-flex !important;
96
+ }
97
+
98
+ .d-inline {
99
+ display: inline !important;
100
+ }
101
+
102
+ .d-none {
103
+ display: none !important;
104
+ }
105
+
106
+ .position-absolute,
107
+ .absolute {
108
+ position: absolute;
109
+ }
110
+
111
+ .position-fixed,
112
+ .fixed {
113
+ position: fixed;
114
+ }
115
+
116
+ .position-relative,
117
+ .relative {
118
+ position: relative;
119
+ }
120
+
121
+ .position-static,
122
+ .static {
123
+ position: static;
124
+ }
125
+
126
+ .position-sticky,
127
+ .sticky {
128
+ position: sticky;
129
+ }
130
+
131
+ .top-0 {
132
+ top: 0;
133
+ }
134
+
135
+ .right-0 {
136
+ right: 0;
137
+ }
138
+
139
+ .bottom-0 {
140
+ bottom: 0;
141
+ }
142
+
143
+ .left-0 {
144
+ left: 0;
145
+ }
146
+
147
+ .inset-0 {
148
+ inset: 0;
149
+ }
150
+
151
+ .w-auto {
152
+ width: auto;
153
+ }
154
+
155
+ .w-full {
156
+ width: 100%;
157
+ }
158
+
159
+ .w-0 {
160
+ width: 0;
161
+ }
162
+
163
+ .w-25 {
164
+ width: 25%;
165
+ }
166
+
167
+ .w-33 {
168
+ width: 33.3333%;
169
+ }
170
+
171
+ .w-50 {
172
+ width: 50%;
173
+ }
174
+
175
+ .w-66 {
176
+ width: 66.6666%;
177
+ }
178
+
179
+ .w-75 {
180
+ width: 75%;
181
+ }
182
+
183
+ .w-100 {
184
+ width: 100%;
185
+ }
186
+
187
+ .h-auto {
188
+ height: auto;
189
+ }
190
+
191
+ .h-full {
192
+ height: 100%;
193
+ }
194
+
195
+ .h-0 {
196
+ height: 0;
197
+ }
198
+
199
+ .h-25 {
200
+ height: 25%;
201
+ }
202
+
203
+ .h-33 {
204
+ height: 33.3333%;
205
+ }
206
+
207
+ .h-50 {
208
+ height: 50%;
209
+ }
210
+
211
+ .h-66 {
212
+ height: 66.6666%;
213
+ }
214
+
215
+ .h-75 {
216
+ height: 75%;
217
+ }
218
+
219
+ .h-100 {
220
+ height: 100%;
221
+ }
222
+
223
+ .flex-col {
224
+ flex-direction: column !important;
225
+ }
226
+
227
+ .flex-col-reverse {
228
+ flex-direction: column-reverse !important;
229
+ }
230
+
231
+ .flex-column {
232
+ flex-direction: column !important;
233
+ }
234
+
235
+ .flex-column-reverse {
236
+ flex-direction: column-reverse !important;
237
+ }
238
+
239
+ .flex-row {
240
+ flex-direction: row !important;
241
+ }
242
+
243
+ .flex-row-reverse {
244
+ flex-direction: row-reverse !important;
245
+ }
246
+
247
+ .align-baseline {
248
+ align-items: baseline !important;
249
+ }
250
+
251
+ .align-content-baseline {
252
+ align-content: baseline !important;
253
+ }
254
+
255
+ .align-center {
256
+ align-items: center !important;
257
+ }
258
+
259
+ .align-content-center {
260
+ align-content: center !important;
261
+ }
262
+
263
+ .align-end {
264
+ align-items: flex-end !important;
265
+ }
266
+
267
+ .align-content-end {
268
+ align-content: flex-end !important;
269
+ }
270
+
271
+ .align-start {
272
+ align-items: flex-start !important;
273
+ }
274
+
275
+ .align-content-start {
276
+ align-content: flex-start !important;
277
+ }
278
+
279
+ .align-stretch {
280
+ align-items: stretch !important;
281
+ }
282
+
283
+ .align-content-stretch {
284
+ align-content: stretch !important;
285
+ }
286
+
287
+ .justify-around {
288
+ justify-content: space-around !important;
289
+ }
290
+
291
+ .justify-between {
292
+ justify-content: space-between !important;
293
+ }
294
+
295
+ .justify-center {
296
+ justify-content: center !important;
297
+ }
298
+
299
+ .justify-end {
300
+ justify-content: flex-end !important;
301
+ }
302
+
303
+ .justify-evenly {
304
+ justify-content: space-evenly !important;
305
+ }
306
+
307
+ .justify-space-around {
308
+ justify-content: space-around !important;
309
+ }
310
+
311
+ .justify-space-between {
312
+ justify-content: space-between !important;
313
+ }
314
+
315
+ .justify-space-evenly {
316
+ justify-content: space-evenly !important;
317
+ }
318
+
319
+ .justify-start {
320
+ justify-content: flex-start !important;
321
+ }
322
+
323
+ .flex-1 {
324
+ flex: 1 1 auto;
325
+ }
326
+
327
+ .flex-grow,
328
+ .grow {
329
+ flex-grow: 1;
330
+ }
331
+
332
+ .flex-grow-1,
333
+ .grow-1 {
334
+ flex-grow: 1;
335
+ }
336
+
337
+ .flex-grow-0,
338
+ .grow-0 {
339
+ flex-grow: 0;
340
+ }
341
+
342
+ .flex-shrink,
343
+ .shrink {
344
+ flex-shrink: 1;
345
+ }
346
+
347
+ .flex-shrink-1,
348
+ .shrink-1 {
349
+ flex-shrink: 1;
350
+ }
351
+
352
+ .flex-shrink-0,
353
+ .shrink-0 {
354
+ flex-shrink: 0;
355
+ }
356
+
357
+ .basis-auto,
358
+ .flex-basis-auto {
359
+ flex-basis: auto;
360
+ }
361
+
362
+ .basis-full,
363
+ .flex-basis-full {
364
+ flex-basis: 100%;
365
+ }
366
+
367
+ .basis-0,
368
+ .flex-basis-0 {
369
+ flex-basis: 0;
370
+ }
371
+
372
+ .basis-25,
373
+ .flex-basis-25 {
374
+ flex-basis: 25%;
375
+ }
376
+
377
+ .basis-33,
378
+ .flex-basis-33 {
379
+ flex-basis: 33.3333%;
380
+ }
381
+
382
+ .basis-50,
383
+ .flex-basis-50 {
384
+ flex-basis: 50%;
385
+ }
386
+
387
+ .basis-66,
388
+ .flex-basis-66 {
389
+ flex-basis: 66.6666%;
390
+ }
391
+
392
+ .basis-75,
393
+ .flex-basis-75 {
394
+ flex-basis: 75%;
395
+ }
396
+
397
+ .basis-100,
398
+ .flex-basis-100 {
399
+ flex-basis: 100%;
400
+ }
401
+
402
+ .flex-wrap {
403
+ flex-wrap: wrap;
404
+ }
405
+
406
+ .flex-nowrap {
407
+ flex-wrap: nowrap;
408
+ }
409
+
410
+ .flex-wrap-reverse {
411
+ flex-wrap: wrap-reverse;
412
+ }
413
+
414
+ .gap-0 {
415
+ gap: 0px;
416
+ }
417
+
418
+ .gap-x-0 {
419
+ column-gap: 0px;
420
+ }
421
+
422
+ .gap-y-0 {
423
+ row-gap: 0px;
424
+ }
425
+
426
+ .gap-1 {
427
+ gap: 4px;
428
+ }
429
+
430
+ .gap-x-1 {
431
+ column-gap: 4px;
432
+ }
433
+
434
+ .gap-y-1 {
435
+ row-gap: 4px;
436
+ }
437
+
438
+ .gap-2 {
439
+ gap: 8px;
440
+ }
441
+
442
+ .gap-x-2 {
443
+ column-gap: 8px;
444
+ }
445
+
446
+ .gap-y-2 {
447
+ row-gap: 8px;
448
+ }
449
+
450
+ .gap-3 {
451
+ gap: 12px;
452
+ }
453
+
454
+ .gap-x-3 {
455
+ column-gap: 12px;
456
+ }
457
+
458
+ .gap-y-3 {
459
+ row-gap: 12px;
460
+ }
461
+
462
+ .gap-4 {
463
+ gap: 16px;
464
+ }
465
+
466
+ .gap-x-4 {
467
+ column-gap: 16px;
468
+ }
469
+
470
+ .gap-y-4 {
471
+ row-gap: 16px;
472
+ }
473
+
474
+ .gap-5 {
475
+ gap: 20px;
476
+ }
477
+
478
+ .gap-x-5 {
479
+ column-gap: 20px;
480
+ }
481
+
482
+ .gap-y-5 {
483
+ row-gap: 20px;
484
+ }
485
+
486
+ .gap-6 {
487
+ gap: 24px;
488
+ }
489
+
490
+ .gap-x-6 {
491
+ column-gap: 24px;
492
+ }
493
+
494
+ .gap-y-6 {
495
+ row-gap: 24px;
496
+ }
497
+
498
+ .gap-7 {
499
+ gap: 28px;
500
+ }
501
+
502
+ .gap-x-7 {
503
+ column-gap: 28px;
504
+ }
505
+
506
+ .gap-y-7 {
507
+ row-gap: 28px;
508
+ }
509
+
510
+ .gap-8 {
511
+ gap: 32px;
512
+ }
513
+
514
+ .gap-x-8 {
515
+ column-gap: 32px;
516
+ }
517
+
518
+ .gap-y-8 {
519
+ row-gap: 32px;
520
+ }
521
+
522
+ .grid-cols-2 {
523
+ grid-template-columns: repeat(2, minmax(0, 1fr));
524
+ }
525
+
526
+ .grid-rows-2 {
527
+ grid-template-rows: repeat(2, minmax(0, 1fr));
528
+ }
529
+
530
+ .grid-cols-3 {
531
+ grid-template-columns: repeat(3, minmax(0, 1fr));
532
+ }
533
+
534
+ .grid-rows-3 {
535
+ grid-template-rows: repeat(3, minmax(0, 1fr));
536
+ }
537
+
538
+ .grid-cols-4 {
539
+ grid-template-columns: repeat(4, minmax(0, 1fr));
540
+ }
541
+
542
+ .grid-rows-4 {
543
+ grid-template-rows: repeat(4, minmax(0, 1fr));
544
+ }
545
+
546
+ .grid-cols-5 {
547
+ grid-template-columns: repeat(5, minmax(0, 1fr));
548
+ }
549
+
550
+ .grid-rows-5 {
551
+ grid-template-rows: repeat(5, minmax(0, 1fr));
552
+ }
553
+
554
+ .grid-cols-6 {
555
+ grid-template-columns: repeat(6, minmax(0, 1fr));
556
+ }
557
+
558
+ .grid-rows-6 {
559
+ grid-template-rows: repeat(6, minmax(0, 1fr));
560
+ }
561
+
562
+ .grid-cols-7 {
563
+ grid-template-columns: repeat(7, minmax(0, 1fr));
564
+ }
565
+
566
+ .grid-rows-7 {
567
+ grid-template-rows: repeat(7, minmax(0, 1fr));
568
+ }
569
+
570
+ .grid-cols-8 {
571
+ grid-template-columns: repeat(8, minmax(0, 1fr));
572
+ }
573
+
574
+ .grid-rows-8 {
575
+ grid-template-rows: repeat(8, minmax(0, 1fr));
576
+ }
577
+
578
+ .grid-cols-9 {
579
+ grid-template-columns: repeat(9, minmax(0, 1fr));
580
+ }
581
+
582
+ .grid-rows-9 {
583
+ grid-template-rows: repeat(9, minmax(0, 1fr));
584
+ }
585
+
586
+ .grid-cols-10 {
587
+ grid-template-columns: repeat(10, minmax(0, 1fr));
588
+ }
589
+
590
+ .grid-rows-10 {
591
+ grid-template-rows: repeat(10, minmax(0, 1fr));
592
+ }
593
+
594
+ .grid-cols-11 {
595
+ grid-template-columns: repeat(11, minmax(0, 1fr));
596
+ }
597
+
598
+ .grid-rows-11 {
599
+ grid-template-rows: repeat(11, minmax(0, 1fr));
600
+ }
601
+
602
+ .grid-cols-12 {
603
+ grid-template-columns: repeat(12, minmax(0, 1fr));
604
+ }
605
+
606
+ .grid-rows-12 {
607
+ grid-template-rows: repeat(12, minmax(0, 1fr));
608
+ }
609
+
610
+ .ma-auto,
611
+ .m-auto {
612
+ margin: auto !important;
613
+ }
614
+
615
+ .mx-auto {
616
+ margin-left: auto !important;
617
+ margin-right: auto !important;
618
+ }
619
+
620
+ .my-auto {
621
+ margin-bottom: auto !important;
622
+ margin-top: auto !important;
623
+ }
624
+
625
+ .mt-auto {
626
+ margin-top: auto !important;
627
+ }
628
+
629
+ .mr-auto {
630
+ margin-right: auto !important;
631
+ }
632
+
633
+ .mb-auto {
634
+ margin-bottom: auto !important;
635
+ }
636
+
637
+ .ml-auto {
638
+ margin-left: auto !important;
639
+ }
640
+
641
+ .-ma-12,
642
+ .-m-12 {
643
+ margin: -48px !important;
644
+ }
645
+
646
+ .-mx-12 {
647
+ margin-left: -48px !important;
648
+ margin-right: -48px !important;
649
+ }
650
+
651
+ .-my-12 {
652
+ margin-bottom: -48px !important;
653
+ margin-top: -48px !important;
654
+ }
655
+
656
+ .-mt-12 {
657
+ margin-top: -48px !important;
658
+ }
659
+
660
+ .-mr-12 {
661
+ margin-right: -48px !important;
662
+ }
663
+
664
+ .-mb-12 {
665
+ margin-bottom: -48px !important;
666
+ }
667
+
668
+ .-ml-12 {
669
+ margin-left: -48px !important;
670
+ }
671
+
672
+ .-ma-11,
673
+ .-m-11 {
674
+ margin: -44px !important;
675
+ }
676
+
677
+ .-mx-11 {
678
+ margin-left: -44px !important;
679
+ margin-right: -44px !important;
680
+ }
681
+
682
+ .-my-11 {
683
+ margin-bottom: -44px !important;
684
+ margin-top: -44px !important;
685
+ }
686
+
687
+ .-mt-11 {
688
+ margin-top: -44px !important;
689
+ }
690
+
691
+ .-mr-11 {
692
+ margin-right: -44px !important;
693
+ }
694
+
695
+ .-mb-11 {
696
+ margin-bottom: -44px !important;
697
+ }
698
+
699
+ .-ml-11 {
700
+ margin-left: -44px !important;
701
+ }
702
+
703
+ .-ma-10,
704
+ .-m-10 {
705
+ margin: -40px !important;
706
+ }
707
+
708
+ .-mx-10 {
709
+ margin-left: -40px !important;
710
+ margin-right: -40px !important;
711
+ }
712
+
713
+ .-my-10 {
714
+ margin-bottom: -40px !important;
715
+ margin-top: -40px !important;
716
+ }
717
+
718
+ .-mt-10 {
719
+ margin-top: -40px !important;
720
+ }
721
+
722
+ .-mr-10 {
723
+ margin-right: -40px !important;
724
+ }
725
+
726
+ .-mb-10 {
727
+ margin-bottom: -40px !important;
728
+ }
729
+
730
+ .-ml-10 {
731
+ margin-left: -40px !important;
732
+ }
733
+
734
+ .-ma-9,
735
+ .-m-9 {
736
+ margin: -36px !important;
737
+ }
738
+
739
+ .-mx-9 {
740
+ margin-left: -36px !important;
741
+ margin-right: -36px !important;
742
+ }
743
+
744
+ .-my-9 {
745
+ margin-bottom: -36px !important;
746
+ margin-top: -36px !important;
747
+ }
748
+
749
+ .-mt-9 {
750
+ margin-top: -36px !important;
751
+ }
752
+
753
+ .-mr-9 {
754
+ margin-right: -36px !important;
755
+ }
756
+
757
+ .-mb-9 {
758
+ margin-bottom: -36px !important;
759
+ }
760
+
761
+ .-ml-9 {
762
+ margin-left: -36px !important;
763
+ }
764
+
765
+ .-ma-8,
766
+ .-m-8 {
767
+ margin: -32px !important;
768
+ }
769
+
770
+ .-mx-8 {
771
+ margin-left: -32px !important;
772
+ margin-right: -32px !important;
773
+ }
774
+
775
+ .-my-8 {
776
+ margin-bottom: -32px !important;
777
+ margin-top: -32px !important;
778
+ }
779
+
780
+ .-mt-8 {
781
+ margin-top: -32px !important;
782
+ }
783
+
784
+ .-mr-8 {
785
+ margin-right: -32px !important;
786
+ }
787
+
788
+ .-mb-8 {
789
+ margin-bottom: -32px !important;
790
+ }
791
+
792
+ .-ml-8 {
793
+ margin-left: -32px !important;
794
+ }
795
+
796
+ .-ma-7,
797
+ .-m-7 {
798
+ margin: -28px !important;
799
+ }
800
+
801
+ .-mx-7 {
802
+ margin-left: -28px !important;
803
+ margin-right: -28px !important;
804
+ }
805
+
806
+ .-my-7 {
807
+ margin-bottom: -28px !important;
808
+ margin-top: -28px !important;
809
+ }
810
+
811
+ .-mt-7 {
812
+ margin-top: -28px !important;
813
+ }
814
+
815
+ .-mr-7 {
816
+ margin-right: -28px !important;
817
+ }
818
+
819
+ .-mb-7 {
820
+ margin-bottom: -28px !important;
821
+ }
822
+
823
+ .-ml-7 {
824
+ margin-left: -28px !important;
825
+ }
826
+
827
+ .-ma-6,
828
+ .-m-6 {
829
+ margin: -24px !important;
830
+ }
831
+
832
+ .-mx-6 {
833
+ margin-left: -24px !important;
834
+ margin-right: -24px !important;
835
+ }
836
+
837
+ .-my-6 {
838
+ margin-bottom: -24px !important;
839
+ margin-top: -24px !important;
840
+ }
841
+
842
+ .-mt-6 {
843
+ margin-top: -24px !important;
844
+ }
845
+
846
+ .-mr-6 {
847
+ margin-right: -24px !important;
848
+ }
849
+
850
+ .-mb-6 {
851
+ margin-bottom: -24px !important;
852
+ }
853
+
854
+ .-ml-6 {
855
+ margin-left: -24px !important;
856
+ }
857
+
858
+ .-ma-5,
859
+ .-m-5 {
860
+ margin: -20px !important;
861
+ }
862
+
863
+ .-mx-5 {
864
+ margin-left: -20px !important;
865
+ margin-right: -20px !important;
866
+ }
867
+
868
+ .-my-5 {
869
+ margin-bottom: -20px !important;
870
+ margin-top: -20px !important;
871
+ }
872
+
873
+ .-mt-5 {
874
+ margin-top: -20px !important;
875
+ }
876
+
877
+ .-mr-5 {
878
+ margin-right: -20px !important;
879
+ }
880
+
881
+ .-mb-5 {
882
+ margin-bottom: -20px !important;
883
+ }
884
+
885
+ .-ml-5 {
886
+ margin-left: -20px !important;
887
+ }
888
+
889
+ .-ma-4,
890
+ .-m-4 {
891
+ margin: -16px !important;
892
+ }
893
+
894
+ .-mx-4 {
895
+ margin-left: -16px !important;
896
+ margin-right: -16px !important;
897
+ }
898
+
899
+ .-my-4 {
900
+ margin-bottom: -16px !important;
901
+ margin-top: -16px !important;
902
+ }
903
+
904
+ .-mt-4 {
905
+ margin-top: -16px !important;
906
+ }
907
+
908
+ .-mr-4 {
909
+ margin-right: -16px !important;
910
+ }
911
+
912
+ .-mb-4 {
913
+ margin-bottom: -16px !important;
914
+ }
915
+
916
+ .-ml-4 {
917
+ margin-left: -16px !important;
918
+ }
919
+
920
+ .-ma-3,
921
+ .-m-3 {
922
+ margin: -12px !important;
923
+ }
924
+
925
+ .-mx-3 {
926
+ margin-left: -12px !important;
927
+ margin-right: -12px !important;
928
+ }
929
+
930
+ .-my-3 {
931
+ margin-bottom: -12px !important;
932
+ margin-top: -12px !important;
933
+ }
934
+
935
+ .-mt-3 {
936
+ margin-top: -12px !important;
937
+ }
938
+
939
+ .-mr-3 {
940
+ margin-right: -12px !important;
941
+ }
942
+
943
+ .-mb-3 {
944
+ margin-bottom: -12px !important;
945
+ }
946
+
947
+ .-ml-3 {
948
+ margin-left: -12px !important;
949
+ }
950
+
951
+ .-ma-2,
952
+ .-m-2 {
953
+ margin: -8px !important;
954
+ }
955
+
956
+ .-mx-2 {
957
+ margin-left: -8px !important;
958
+ margin-right: -8px !important;
959
+ }
960
+
961
+ .-my-2 {
962
+ margin-bottom: -8px !important;
963
+ margin-top: -8px !important;
964
+ }
965
+
966
+ .-mt-2 {
967
+ margin-top: -8px !important;
968
+ }
969
+
970
+ .-mr-2 {
971
+ margin-right: -8px !important;
972
+ }
973
+
974
+ .-mb-2 {
975
+ margin-bottom: -8px !important;
976
+ }
977
+
978
+ .-ml-2 {
979
+ margin-left: -8px !important;
980
+ }
981
+
982
+ .-ma-1,
983
+ .-m-1 {
984
+ margin: -4px !important;
985
+ }
986
+
987
+ .-mx-1 {
988
+ margin-left: -4px !important;
989
+ margin-right: -4px !important;
990
+ }
991
+
992
+ .-my-1 {
993
+ margin-bottom: -4px !important;
994
+ margin-top: -4px !important;
995
+ }
996
+
997
+ .-mt-1 {
998
+ margin-top: -4px !important;
999
+ }
1000
+
1001
+ .-mr-1 {
1002
+ margin-right: -4px !important;
1003
+ }
1004
+
1005
+ .-mb-1 {
1006
+ margin-bottom: -4px !important;
1007
+ }
1008
+
1009
+ .-ml-1 {
1010
+ margin-left: -4px !important;
1011
+ }
1012
+
1013
+ .ma-0,
1014
+ .m-0 {
1015
+ margin: 0px !important;
1016
+ }
1017
+
1018
+ .mx-0 {
1019
+ margin-left: 0px !important;
1020
+ margin-right: 0px !important;
1021
+ }
1022
+
1023
+ .my-0 {
1024
+ margin-bottom: 0px !important;
1025
+ margin-top: 0px !important;
1026
+ }
1027
+
1028
+ .mt-0 {
1029
+ margin-top: 0px !important;
1030
+ }
1031
+
1032
+ .mr-0 {
1033
+ margin-right: 0px !important;
1034
+ }
1035
+
1036
+ .mb-0 {
1037
+ margin-bottom: 0px !important;
1038
+ }
1039
+
1040
+ .ml-0 {
1041
+ margin-left: 0px !important;
1042
+ }
1043
+
1044
+ .ma-1,
1045
+ .m-1 {
1046
+ margin: 4px !important;
1047
+ }
1048
+
1049
+ .mx-1 {
1050
+ margin-left: 4px !important;
1051
+ margin-right: 4px !important;
1052
+ }
1053
+
1054
+ .my-1 {
1055
+ margin-bottom: 4px !important;
1056
+ margin-top: 4px !important;
1057
+ }
1058
+
1059
+ .mt-1 {
1060
+ margin-top: 4px !important;
1061
+ }
1062
+
1063
+ .mr-1 {
1064
+ margin-right: 4px !important;
1065
+ }
1066
+
1067
+ .mb-1 {
1068
+ margin-bottom: 4px !important;
1069
+ }
1070
+
1071
+ .ml-1 {
1072
+ margin-left: 4px !important;
1073
+ }
1074
+
1075
+ .ma-2,
1076
+ .m-2 {
1077
+ margin: 8px !important;
1078
+ }
1079
+
1080
+ .mx-2 {
1081
+ margin-left: 8px !important;
1082
+ margin-right: 8px !important;
1083
+ }
1084
+
1085
+ .my-2 {
1086
+ margin-bottom: 8px !important;
1087
+ margin-top: 8px !important;
1088
+ }
1089
+
1090
+ .mt-2 {
1091
+ margin-top: 8px !important;
1092
+ }
1093
+
1094
+ .mr-2 {
1095
+ margin-right: 8px !important;
1096
+ }
1097
+
1098
+ .mb-2 {
1099
+ margin-bottom: 8px !important;
1100
+ }
1101
+
1102
+ .ml-2 {
1103
+ margin-left: 8px !important;
1104
+ }
1105
+
1106
+ .ma-3,
1107
+ .m-3 {
1108
+ margin: 12px !important;
1109
+ }
1110
+
1111
+ .mx-3 {
1112
+ margin-left: 12px !important;
1113
+ margin-right: 12px !important;
1114
+ }
1115
+
1116
+ .my-3 {
1117
+ margin-bottom: 12px !important;
1118
+ margin-top: 12px !important;
1119
+ }
1120
+
1121
+ .mt-3 {
1122
+ margin-top: 12px !important;
1123
+ }
1124
+
1125
+ .mr-3 {
1126
+ margin-right: 12px !important;
1127
+ }
1128
+
1129
+ .mb-3 {
1130
+ margin-bottom: 12px !important;
1131
+ }
1132
+
1133
+ .ml-3 {
1134
+ margin-left: 12px !important;
1135
+ }
1136
+
1137
+ .ma-4,
1138
+ .m-4 {
1139
+ margin: 16px !important;
1140
+ }
1141
+
1142
+ .mx-4 {
1143
+ margin-left: 16px !important;
1144
+ margin-right: 16px !important;
1145
+ }
1146
+
1147
+ .my-4 {
1148
+ margin-bottom: 16px !important;
1149
+ margin-top: 16px !important;
1150
+ }
1151
+
1152
+ .mt-4 {
1153
+ margin-top: 16px !important;
1154
+ }
1155
+
1156
+ .mr-4 {
1157
+ margin-right: 16px !important;
1158
+ }
1159
+
1160
+ .mb-4 {
1161
+ margin-bottom: 16px !important;
1162
+ }
1163
+
1164
+ .ml-4 {
1165
+ margin-left: 16px !important;
1166
+ }
1167
+
1168
+ .ma-5,
1169
+ .m-5 {
1170
+ margin: 20px !important;
1171
+ }
1172
+
1173
+ .mx-5 {
1174
+ margin-left: 20px !important;
1175
+ margin-right: 20px !important;
1176
+ }
1177
+
1178
+ .my-5 {
1179
+ margin-bottom: 20px !important;
1180
+ margin-top: 20px !important;
1181
+ }
1182
+
1183
+ .mt-5 {
1184
+ margin-top: 20px !important;
1185
+ }
1186
+
1187
+ .mr-5 {
1188
+ margin-right: 20px !important;
1189
+ }
1190
+
1191
+ .mb-5 {
1192
+ margin-bottom: 20px !important;
1193
+ }
1194
+
1195
+ .ml-5 {
1196
+ margin-left: 20px !important;
1197
+ }
1198
+
1199
+ .ma-6,
1200
+ .m-6 {
1201
+ margin: 24px !important;
1202
+ }
1203
+
1204
+ .mx-6 {
1205
+ margin-left: 24px !important;
1206
+ margin-right: 24px !important;
1207
+ }
1208
+
1209
+ .my-6 {
1210
+ margin-bottom: 24px !important;
1211
+ margin-top: 24px !important;
1212
+ }
1213
+
1214
+ .mt-6 {
1215
+ margin-top: 24px !important;
1216
+ }
1217
+
1218
+ .mr-6 {
1219
+ margin-right: 24px !important;
1220
+ }
1221
+
1222
+ .mb-6 {
1223
+ margin-bottom: 24px !important;
1224
+ }
1225
+
1226
+ .ml-6 {
1227
+ margin-left: 24px !important;
1228
+ }
1229
+
1230
+ .ma-7,
1231
+ .m-7 {
1232
+ margin: 28px !important;
1233
+ }
1234
+
1235
+ .mx-7 {
1236
+ margin-left: 28px !important;
1237
+ margin-right: 28px !important;
1238
+ }
1239
+
1240
+ .my-7 {
1241
+ margin-bottom: 28px !important;
1242
+ margin-top: 28px !important;
1243
+ }
1244
+
1245
+ .mt-7 {
1246
+ margin-top: 28px !important;
1247
+ }
1248
+
1249
+ .mr-7 {
1250
+ margin-right: 28px !important;
1251
+ }
1252
+
1253
+ .mb-7 {
1254
+ margin-bottom: 28px !important;
1255
+ }
1256
+
1257
+ .ml-7 {
1258
+ margin-left: 28px !important;
1259
+ }
1260
+
1261
+ .ma-8,
1262
+ .m-8 {
1263
+ margin: 32px !important;
1264
+ }
1265
+
1266
+ .mx-8 {
1267
+ margin-left: 32px !important;
1268
+ margin-right: 32px !important;
1269
+ }
1270
+
1271
+ .my-8 {
1272
+ margin-bottom: 32px !important;
1273
+ margin-top: 32px !important;
1274
+ }
1275
+
1276
+ .mt-8 {
1277
+ margin-top: 32px !important;
1278
+ }
1279
+
1280
+ .mr-8 {
1281
+ margin-right: 32px !important;
1282
+ }
1283
+
1284
+ .mb-8 {
1285
+ margin-bottom: 32px !important;
1286
+ }
1287
+
1288
+ .ml-8 {
1289
+ margin-left: 32px !important;
1290
+ }
1291
+
1292
+ .ma-9,
1293
+ .m-9 {
1294
+ margin: 36px !important;
1295
+ }
1296
+
1297
+ .mx-9 {
1298
+ margin-left: 36px !important;
1299
+ margin-right: 36px !important;
1300
+ }
1301
+
1302
+ .my-9 {
1303
+ margin-bottom: 36px !important;
1304
+ margin-top: 36px !important;
1305
+ }
1306
+
1307
+ .mt-9 {
1308
+ margin-top: 36px !important;
1309
+ }
1310
+
1311
+ .mr-9 {
1312
+ margin-right: 36px !important;
1313
+ }
1314
+
1315
+ .mb-9 {
1316
+ margin-bottom: 36px !important;
1317
+ }
1318
+
1319
+ .ml-9 {
1320
+ margin-left: 36px !important;
1321
+ }
1322
+
1323
+ .ma-10,
1324
+ .m-10 {
1325
+ margin: 40px !important;
1326
+ }
1327
+
1328
+ .mx-10 {
1329
+ margin-left: 40px !important;
1330
+ margin-right: 40px !important;
1331
+ }
1332
+
1333
+ .my-10 {
1334
+ margin-bottom: 40px !important;
1335
+ margin-top: 40px !important;
1336
+ }
1337
+
1338
+ .mt-10 {
1339
+ margin-top: 40px !important;
1340
+ }
1341
+
1342
+ .mr-10 {
1343
+ margin-right: 40px !important;
1344
+ }
1345
+
1346
+ .mb-10 {
1347
+ margin-bottom: 40px !important;
1348
+ }
1349
+
1350
+ .ml-10 {
1351
+ margin-left: 40px !important;
1352
+ }
1353
+
1354
+ .ma-11,
1355
+ .m-11 {
1356
+ margin: 44px !important;
1357
+ }
1358
+
1359
+ .mx-11 {
1360
+ margin-left: 44px !important;
1361
+ margin-right: 44px !important;
1362
+ }
1363
+
1364
+ .my-11 {
1365
+ margin-bottom: 44px !important;
1366
+ margin-top: 44px !important;
1367
+ }
1368
+
1369
+ .mt-11 {
1370
+ margin-top: 44px !important;
1371
+ }
1372
+
1373
+ .mr-11 {
1374
+ margin-right: 44px !important;
1375
+ }
1376
+
1377
+ .mb-11 {
1378
+ margin-bottom: 44px !important;
1379
+ }
1380
+
1381
+ .ml-11 {
1382
+ margin-left: 44px !important;
1383
+ }
1384
+
1385
+ .ma-12,
1386
+ .m-12 {
1387
+ margin: 48px !important;
1388
+ }
1389
+
1390
+ .mx-12 {
1391
+ margin-left: 48px !important;
1392
+ margin-right: 48px !important;
1393
+ }
1394
+
1395
+ .my-12 {
1396
+ margin-bottom: 48px !important;
1397
+ margin-top: 48px !important;
1398
+ }
1399
+
1400
+ .mt-12 {
1401
+ margin-top: 48px !important;
1402
+ }
1403
+
1404
+ .mr-12 {
1405
+ margin-right: 48px !important;
1406
+ }
1407
+
1408
+ .mb-12 {
1409
+ margin-bottom: 48px !important;
1410
+ }
1411
+
1412
+ .ml-12 {
1413
+ margin-left: 48px !important;
1414
+ }
1415
+
1416
+ .pa-0,
1417
+ .p-0 {
1418
+ padding: 0px !important;
1419
+ }
1420
+
1421
+ .px-0 {
1422
+ padding-left: 0px !important;
1423
+ padding-right: 0px !important;
1424
+ }
1425
+
1426
+ .py-0 {
1427
+ padding-bottom: 0px !important;
1428
+ padding-top: 0px !important;
1429
+ }
1430
+
1431
+ .pt-0 {
1432
+ padding-top: 0px !important;
1433
+ }
1434
+
1435
+ .pr-0 {
1436
+ padding-right: 0px !important;
1437
+ }
1438
+
1439
+ .pb-0 {
1440
+ padding-bottom: 0px !important;
1441
+ }
1442
+
1443
+ .pl-0 {
1444
+ padding-left: 0px !important;
1445
+ }
1446
+
1447
+ .pa-1,
1448
+ .p-1 {
1449
+ padding: 4px !important;
1450
+ }
1451
+
1452
+ .px-1 {
1453
+ padding-left: 4px !important;
1454
+ padding-right: 4px !important;
1455
+ }
1456
+
1457
+ .py-1 {
1458
+ padding-bottom: 4px !important;
1459
+ padding-top: 4px !important;
1460
+ }
1461
+
1462
+ .pt-1 {
1463
+ padding-top: 4px !important;
1464
+ }
1465
+
1466
+ .pr-1 {
1467
+ padding-right: 4px !important;
1468
+ }
1469
+
1470
+ .pb-1 {
1471
+ padding-bottom: 4px !important;
1472
+ }
1473
+
1474
+ .pl-1 {
1475
+ padding-left: 4px !important;
1476
+ }
1477
+
1478
+ .pa-2,
1479
+ .p-2 {
1480
+ padding: 8px !important;
1481
+ }
1482
+
1483
+ .px-2 {
1484
+ padding-left: 8px !important;
1485
+ padding-right: 8px !important;
1486
+ }
1487
+
1488
+ .py-2 {
1489
+ padding-bottom: 8px !important;
1490
+ padding-top: 8px !important;
1491
+ }
1492
+
1493
+ .pt-2 {
1494
+ padding-top: 8px !important;
1495
+ }
1496
+
1497
+ .pr-2 {
1498
+ padding-right: 8px !important;
1499
+ }
1500
+
1501
+ .pb-2 {
1502
+ padding-bottom: 8px !important;
1503
+ }
1504
+
1505
+ .pl-2 {
1506
+ padding-left: 8px !important;
1507
+ }
1508
+
1509
+ .pa-3,
1510
+ .p-3 {
1511
+ padding: 12px !important;
1512
+ }
1513
+
1514
+ .px-3 {
1515
+ padding-left: 12px !important;
1516
+ padding-right: 12px !important;
1517
+ }
1518
+
1519
+ .py-3 {
1520
+ padding-bottom: 12px !important;
1521
+ padding-top: 12px !important;
1522
+ }
1523
+
1524
+ .pt-3 {
1525
+ padding-top: 12px !important;
1526
+ }
1527
+
1528
+ .pr-3 {
1529
+ padding-right: 12px !important;
1530
+ }
1531
+
1532
+ .pb-3 {
1533
+ padding-bottom: 12px !important;
1534
+ }
1535
+
1536
+ .pl-3 {
1537
+ padding-left: 12px !important;
1538
+ }
1539
+
1540
+ .pa-4,
1541
+ .p-4 {
1542
+ padding: 16px !important;
1543
+ }
1544
+
1545
+ .px-4 {
1546
+ padding-left: 16px !important;
1547
+ padding-right: 16px !important;
1548
+ }
1549
+
1550
+ .py-4 {
1551
+ padding-bottom: 16px !important;
1552
+ padding-top: 16px !important;
1553
+ }
1554
+
1555
+ .pt-4 {
1556
+ padding-top: 16px !important;
1557
+ }
1558
+
1559
+ .pr-4 {
1560
+ padding-right: 16px !important;
1561
+ }
1562
+
1563
+ .pb-4 {
1564
+ padding-bottom: 16px !important;
1565
+ }
1566
+
1567
+ .pl-4 {
1568
+ padding-left: 16px !important;
1569
+ }
1570
+
1571
+ .pa-5,
1572
+ .p-5 {
1573
+ padding: 20px !important;
1574
+ }
1575
+
1576
+ .px-5 {
1577
+ padding-left: 20px !important;
1578
+ padding-right: 20px !important;
1579
+ }
1580
+
1581
+ .py-5 {
1582
+ padding-bottom: 20px !important;
1583
+ padding-top: 20px !important;
1584
+ }
1585
+
1586
+ .pt-5 {
1587
+ padding-top: 20px !important;
1588
+ }
1589
+
1590
+ .pr-5 {
1591
+ padding-right: 20px !important;
1592
+ }
1593
+
1594
+ .pb-5 {
1595
+ padding-bottom: 20px !important;
1596
+ }
1597
+
1598
+ .pl-5 {
1599
+ padding-left: 20px !important;
1600
+ }
1601
+
1602
+ .pa-6,
1603
+ .p-6 {
1604
+ padding: 24px !important;
1605
+ }
1606
+
1607
+ .px-6 {
1608
+ padding-left: 24px !important;
1609
+ padding-right: 24px !important;
1610
+ }
1611
+
1612
+ .py-6 {
1613
+ padding-bottom: 24px !important;
1614
+ padding-top: 24px !important;
1615
+ }
1616
+
1617
+ .pt-6 {
1618
+ padding-top: 24px !important;
1619
+ }
1620
+
1621
+ .pr-6 {
1622
+ padding-right: 24px !important;
1623
+ }
1624
+
1625
+ .pb-6 {
1626
+ padding-bottom: 24px !important;
1627
+ }
1628
+
1629
+ .pl-6 {
1630
+ padding-left: 24px !important;
1631
+ }
1632
+
1633
+ .pa-7,
1634
+ .p-7 {
1635
+ padding: 28px !important;
1636
+ }
1637
+
1638
+ .px-7 {
1639
+ padding-left: 28px !important;
1640
+ padding-right: 28px !important;
1641
+ }
1642
+
1643
+ .py-7 {
1644
+ padding-bottom: 28px !important;
1645
+ padding-top: 28px !important;
1646
+ }
1647
+
1648
+ .pt-7 {
1649
+ padding-top: 28px !important;
1650
+ }
1651
+
1652
+ .pr-7 {
1653
+ padding-right: 28px !important;
1654
+ }
1655
+
1656
+ .pb-7 {
1657
+ padding-bottom: 28px !important;
1658
+ }
1659
+
1660
+ .pl-7 {
1661
+ padding-left: 28px !important;
1662
+ }
1663
+
1664
+ .pa-8,
1665
+ .p-8 {
1666
+ padding: 32px !important;
1667
+ }
1668
+
1669
+ .px-8 {
1670
+ padding-left: 32px !important;
1671
+ padding-right: 32px !important;
1672
+ }
1673
+
1674
+ .py-8 {
1675
+ padding-bottom: 32px !important;
1676
+ padding-top: 32px !important;
1677
+ }
1678
+
1679
+ .pt-8 {
1680
+ padding-top: 32px !important;
1681
+ }
1682
+
1683
+ .pr-8 {
1684
+ padding-right: 32px !important;
1685
+ }
1686
+
1687
+ .pb-8 {
1688
+ padding-bottom: 32px !important;
1689
+ }
1690
+
1691
+ .pl-8 {
1692
+ padding-left: 32px !important;
1693
+ }
1694
+
1695
+ .pa-9,
1696
+ .p-9 {
1697
+ padding: 36px !important;
1698
+ }
1699
+
1700
+ .px-9 {
1701
+ padding-left: 36px !important;
1702
+ padding-right: 36px !important;
1703
+ }
1704
+
1705
+ .py-9 {
1706
+ padding-bottom: 36px !important;
1707
+ padding-top: 36px !important;
1708
+ }
1709
+
1710
+ .pt-9 {
1711
+ padding-top: 36px !important;
1712
+ }
1713
+
1714
+ .pr-9 {
1715
+ padding-right: 36px !important;
1716
+ }
1717
+
1718
+ .pb-9 {
1719
+ padding-bottom: 36px !important;
1720
+ }
1721
+
1722
+ .pl-9 {
1723
+ padding-left: 36px !important;
1724
+ }
1725
+
1726
+ .pa-10,
1727
+ .p-10 {
1728
+ padding: 40px !important;
1729
+ }
1730
+
1731
+ .px-10 {
1732
+ padding-left: 40px !important;
1733
+ padding-right: 40px !important;
1734
+ }
1735
+
1736
+ .py-10 {
1737
+ padding-bottom: 40px !important;
1738
+ padding-top: 40px !important;
1739
+ }
1740
+
1741
+ .pt-10 {
1742
+ padding-top: 40px !important;
1743
+ }
1744
+
1745
+ .pr-10 {
1746
+ padding-right: 40px !important;
1747
+ }
1748
+
1749
+ .pb-10 {
1750
+ padding-bottom: 40px !important;
1751
+ }
1752
+
1753
+ .pl-10 {
1754
+ padding-left: 40px !important;
1755
+ }
1756
+
1757
+ .pa-11,
1758
+ .p-11 {
1759
+ padding: 44px !important;
1760
+ }
1761
+
1762
+ .px-11 {
1763
+ padding-left: 44px !important;
1764
+ padding-right: 44px !important;
1765
+ }
1766
+
1767
+ .py-11 {
1768
+ padding-bottom: 44px !important;
1769
+ padding-top: 44px !important;
1770
+ }
1771
+
1772
+ .pt-11 {
1773
+ padding-top: 44px !important;
1774
+ }
1775
+
1776
+ .pr-11 {
1777
+ padding-right: 44px !important;
1778
+ }
1779
+
1780
+ .pb-11 {
1781
+ padding-bottom: 44px !important;
1782
+ }
1783
+
1784
+ .pl-11 {
1785
+ padding-left: 44px !important;
1786
+ }
1787
+
1788
+ .pa-12,
1789
+ .p-12 {
1790
+ padding: 48px !important;
1791
+ }
1792
+
1793
+ .px-12 {
1794
+ padding-left: 48px !important;
1795
+ padding-right: 48px !important;
1796
+ }
1797
+
1798
+ .py-12 {
1799
+ padding-bottom: 48px !important;
1800
+ padding-top: 48px !important;
1801
+ }
1802
+
1803
+ .pt-12 {
1804
+ padding-top: 48px !important;
1805
+ }
1806
+
1807
+ .pr-12 {
1808
+ padding-right: 48px !important;
1809
+ }
1810
+
1811
+ .pb-12 {
1812
+ padding-bottom: 48px !important;
1813
+ }
1814
+
1815
+ .pl-12 {
1816
+ padding-left: 48px !important;
1817
+ }
1818
+
1819
+ .text-accent-blue {
1820
+ color: #5560cb !important;
1821
+ }
1822
+
1823
+ .text-accent-blue-shade-1 {
1824
+ color: #404898 !important;
1825
+ }
1826
+
1827
+ .text-accent-blue-shade-2 {
1828
+ color: #2f3570 !important;
1829
+ }
1830
+
1831
+ .text-accent-green {
1832
+ color: #49a24c !important;
1833
+ }
1834
+
1835
+ .text-accent-green-shade-1 {
1836
+ color: #3a823d !important;
1837
+ }
1838
+
1839
+ .text-accent-green-shade-2 {
1840
+ color: #17551a !important;
1841
+ }
1842
+
1843
+ .text-accent-orange {
1844
+ color: #fc8247 !important;
1845
+ }
1846
+
1847
+ .text-accent-orange-shade-1 {
1848
+ color: #e15c1b !important;
1849
+ }
1850
+
1851
+ .text-accent-orange-shade-2 {
1852
+ color: #a9440b !important;
1853
+ }
1854
+
1855
+ .text-accent-pink {
1856
+ color: #d75fae !important;
1857
+ }
1858
+
1859
+ .text-accent-pink-shade-1 {
1860
+ color: #7c3872 !important;
1861
+ }
1862
+
1863
+ .text-accent-pink-shade-2 {
1864
+ color: #56204e !important;
1865
+ }
1866
+
1867
+ .text-accent-red-shade-1 {
1868
+ color: #981d31 !important;
1869
+ }
1870
+
1871
+ .text-accent-red-shade-2 {
1872
+ color: #701323 !important;
1873
+ }
1874
+
1875
+ .text-alert-red {
1876
+ color: #c34459 !important;
1877
+ }
1878
+
1879
+ .text-background {
1880
+ color: #fff !important;
1881
+ }
1882
+
1883
+ .text-black {
1884
+ color: #000 !important;
1885
+ }
1886
+
1887
+ .text-blue-100 {
1888
+ color: #e0edff !important;
1889
+ }
1890
+
1891
+ .text-blue-200 {
1892
+ color: #b2cffa !important;
1893
+ }
1894
+
1895
+ .text-blue-300 {
1896
+ color: #7a95f8 !important;
1897
+ }
1898
+
1899
+ .text-blue-400 {
1900
+ color: #496ae0 !important;
1901
+ }
1902
+
1903
+ .text-blue-500 {
1904
+ color: #1a43d7 !important;
1905
+ }
1906
+
1907
+ .text-border {
1908
+ color: rgba(0, 0, 0, 0.1) !important;
1909
+ }
1910
+
1911
+ .text-button-background {
1912
+ color: #000 !important;
1913
+ }
1914
+
1915
+ .text-gold-100 {
1916
+ color: #fff0ba !important;
1917
+ }
1918
+
1919
+ .text-gold-200 {
1920
+ color: #fcde74 !important;
1921
+ }
1922
+
1923
+ .text-gold-300 {
1924
+ color: #ffc120 !important;
1925
+ }
1926
+
1927
+ .text-gold-400 {
1928
+ color: #f99500 !important;
1929
+ }
1930
+
1931
+ .text-gold-500 {
1932
+ color: #f47500 !important;
1933
+ }
1934
+
1935
+ .text-gray-100 {
1936
+ color: rgba(0, 0, 0, 0.04) !important;
1937
+ }
1938
+
1939
+ .text-gray-200 {
1940
+ color: rgba(0, 0, 0, 0.1) !important;
1941
+ }
1942
+
1943
+ .text-gray-300 {
1944
+ color: rgba(0, 0, 0, 0.31) !important;
1945
+ }
1946
+
1947
+ .text-gray-400 {
1948
+ color: rgba(0, 0, 0, 0.48) !important;
1949
+ }
1950
+
1951
+ .text-gray-500 {
1952
+ color: rgba(0, 0, 0, 0.69) !important;
1953
+ }
1954
+
1955
+ .text-green-100 {
1956
+ color: #dcf2cb !important;
1957
+ }
1958
+
1959
+ .text-green-200 {
1960
+ color: #b8da96 !important;
1961
+ }
1962
+
1963
+ .text-green-300 {
1964
+ color: #8bc95a !important;
1965
+ }
1966
+
1967
+ .text-green-400 {
1968
+ color: #3fa41c !important;
1969
+ }
1970
+
1971
+ .text-green-500 {
1972
+ color: #1f7400 !important;
1973
+ }
1974
+
1975
+ .text-orange {
1976
+ color: #ffa895 !important;
1977
+ }
1978
+
1979
+ .text-orange-tint-1 {
1980
+ color: #fdcab7 !important;
1981
+ }
1982
+
1983
+ .text-orange-tint-2 {
1984
+ color: #ffdbce !important;
1985
+ }
1986
+
1987
+ .text-pink {
1988
+ color: #f6a0d1 !important;
1989
+ }
1990
+
1991
+ .text-pink-tint-1 {
1992
+ color: #fdc3e4 !important;
1993
+ }
1994
+
1995
+ .text-pink-tint-2 {
1996
+ color: #ffdef1 !important;
1997
+ }
1998
+
1999
+ .text-providers-blue {
2000
+ color: black !important;
2001
+ }
2002
+
2003
+ .text-providers-blue-tint-1 {
2004
+ color: #d1d7fc !important;
2005
+ }
2006
+
2007
+ .text-providers-blue-tint-2 {
2008
+ color: #e8ebfd !important;
2009
+ }
2010
+
2011
+ .text-providers-green {
2012
+ color: #51d156 !important;
2013
+ }
2014
+
2015
+ .text-providers-green-tint-1 {
2016
+ color: #b3f6a2 !important;
2017
+ }
2018
+
2019
+ .text-providers-green-tint-2 {
2020
+ color: #d1fac7 !important;
2021
+ }
2022
+
2023
+ .text-purple-100 {
2024
+ color: #ebe4ff !important;
2025
+ }
2026
+
2027
+ .text-purple-200 {
2028
+ color: #cdbcff !important;
2029
+ }
2030
+
2031
+ .text-purple-300 {
2032
+ color: #ac8eff !important;
2033
+ }
2034
+
2035
+ .text-purple-400 {
2036
+ color: #804fe8 !important;
2037
+ }
2038
+
2039
+ .text-purple-500 {
2040
+ color: #6431d0 !important;
2041
+ }
2042
+
2043
+ .text-red-100 {
2044
+ color: #ffe5dd !important;
2045
+ }
2046
+
2047
+ .text-red-200 {
2048
+ color: #ffaaa5 !important;
2049
+ }
2050
+
2051
+ .text-red-300 {
2052
+ color: #ff6969 !important;
2053
+ }
2054
+
2055
+ .text-red-400 {
2056
+ color: #f52323 !important;
2057
+ }
2058
+
2059
+ .text-red-500 {
2060
+ color: #cd000c !important;
2061
+ }
2062
+
2063
+ .text-status-error {
2064
+ color: #cd000c !important;
2065
+ }
2066
+
2067
+ .text-status-success {
2068
+ color: #1f7400 !important;
2069
+ }
2070
+
2071
+ .text-status-warning {
2072
+ color: #f47500 !important;
2073
+ }
2074
+
2075
+ .text-text-disabled {
2076
+ color: rgba(0, 0, 0, 0.31) !important;
2077
+ }
2078
+
2079
+ .text-text-placeholder {
2080
+ color: rgba(0, 0, 0, 0.48) !important;
2081
+ }
2082
+
2083
+ .text-text-primary {
2084
+ color: #000 !important;
2085
+ }
2086
+
2087
+ .text-text-secondary {
2088
+ color: rgba(0, 0, 0, 0.69) !important;
2089
+ }
2090
+
2091
+ .text-white {
2092
+ color: #fff !important;
2093
+ }
2094
+
2095
+ .text-yellow {
2096
+ color: #ffc200 !important;
2097
+ }
2098
+
2099
+ .text-yellow-tint-1 {
2100
+ color: #ffdc6b !important;
2101
+ }
2102
+
2103
+ .text-yellow-tint-2 {
2104
+ color: #fee69a !important;
2105
+ }
2106
+
2107
+ .text-center {
2108
+ text-align: center !important;
2109
+ }
2110
+
2111
+ .text-left {
2112
+ text-align: left !important;
2113
+ }
2114
+
2115
+ .text-right {
2116
+ text-align: right !important;
2117
+ }
2118
+
2119
+ .font-grenette {
2120
+ font-family: "Grenette";
2121
+ }
2122
+
2123
+ .font-polymath {
2124
+ font-family: "Polymath";
2125
+ }
2126
+
2127
+ .text-xs {
2128
+ font-size: 12px;
2129
+ }
2130
+
2131
+ .text-sm {
2132
+ font-size: 14px;
2133
+ }
2134
+
2135
+ .text-md {
2136
+ font-size: 16px;
2137
+ }
2138
+
2139
+ .text-lg {
2140
+ font-size: 20px;
2141
+ }
2142
+
2143
+ .text-xl {
2144
+ font-size: 24px;
2145
+ }
2146
+
2147
+ .text-2xl {
2148
+ font-size: 26px;
2149
+ }
2150
+
2151
+ .text-3xl {
2152
+ font-size: 32px;
2153
+ }
2154
+
2155
+ .font-light {
2156
+ font-weight: 300 !important;
2157
+ }
2158
+
2159
+ .font-normal {
2160
+ font-weight: 400 !important;
2161
+ }
2162
+
2163
+ .font-regular {
2164
+ font-weight: 400 !important;
2165
+ }
2166
+
2167
+ .font-medium {
2168
+ font-weight: 500 !important;
2169
+ }
2170
+
2171
+ .font-semibold {
2172
+ font-weight: 650 !important;
2173
+ }
2174
+
2175
+ .font-bold {
2176
+ font-weight: 700 !important;
2177
+ }
2178
+
2179
+ .font-italic {
2180
+ font-style: italic !important;
2181
+ }
2182
+
2183
+ .text-uppercase {
2184
+ text-transform: uppercase !important;
2185
+ }
2186
+
2187
+ .text-lowercase {
2188
+ text-transform: lowercase !important;
2189
+ }
2190
+
2191
+ .text-capitalize {
2192
+ text-transform: capitalize !important;
2193
+ }
2194
+
2195
+ .text-decoration-none {
2196
+ text-decoration: none !important;
2197
+ }
2198
+
2199
+ .line-through {
2200
+ text-decoration: line-through !important;
2201
+ }
2202
+
2203
+ .text-truncate {
2204
+ overflow: hidden;
2205
+ text-overflow: ellipsis;
2206
+ white-space: nowrap;
2207
+ }
2208
+
2209
+ .elevation-0 {
2210
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12) !important;
2211
+ }
2212
+
2213
+ .elevation-4 {
2214
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
2215
+ }
2216
+
2217
+ .object-cover {
2218
+ object-fit: cover;
2219
+ }
2220
+
2221
+ .object-contain {
2222
+ object-fit: contain;
2223
+ }
2224
+
2225
+ .overflow-auto {
2226
+ overflow: auto !important;
2227
+ }
2228
+
2229
+ .overflow-x-auto {
2230
+ overflow-x: auto !important;
2231
+ }
2232
+
2233
+ .overflow-y-auto {
2234
+ overflow-y: auto !important;
2235
+ }
2236
+
2237
+ .overflow-hidden {
2238
+ overflow: hidden !important;
2239
+ }
2240
+
2241
+ .overflow-x-hidden {
2242
+ overflow-x: hidden !important;
2243
+ }
2244
+
2245
+ .overflow-y-hidden {
2246
+ overflow-y: hidden !important;
2247
+ }
2248
+
2249
+ .overflow-scroll {
2250
+ overflow: scroll !important;
2251
+ }
2252
+
2253
+ .overflow-x-scroll {
2254
+ overflow-x: scroll !important;
2255
+ }
2256
+
2257
+ .overflow-y-scroll {
2258
+ overflow-y: scroll !important;
2259
+ }
2260
+
2261
+ .overflow-visible {
2262
+ overflow: visible !important;
2263
+ }
2264
+
2265
+ .overflow-x-visible {
2266
+ overflow-x: visible !important;
2267
+ }
2268
+
2269
+ .overflow-y-visible {
2270
+ overflow-y: visible !important;
2271
+ }
2272
+
2273
+ .float-left {
2274
+ float: left !important;
2275
+ }
2276
+
2277
+ .float-right {
2278
+ float: right !important;
2279
+ }
2280
+
2281
+ .rounded-0 {
2282
+ border-radius: 0;
2283
+ }
2284
+
2285
+ .rounded-circle {
2286
+ border-radius: 50%;
2287
+ }
2288
+
2289
+ .rounded-none {
2290
+ border-radius: 0;
2291
+ }
2292
+
2293
+ .rounded-pill {
2294
+ border-radius: 9999px;
2295
+ }
2296
+
2297
+ .rounded-sm {
2298
+ border-radius: 2px;
2299
+ }
2300
+
2301
+ .rounded {
2302
+ border-radius: 4px;
2303
+ }
2304
+
2305
+ .rounded-lg {
2306
+ border-radius: 8px;
2307
+ }
2308
+
2309
+ .rounded-xl {
2310
+ border-radius: 12px;
2311
+ }
2312
+
2313
+ .rounded-2xl {
2314
+ border-radius: 24px;
2315
+ }
2316
+
2317
+ .rounded-xxl {
2318
+ border-radius: 24px;
2319
+ }