@raintonic/formaui 0.4.0 → 0.9.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 (238) hide show
  1. package/CHANGELOG.md +80 -35
  2. package/README.md +22 -26
  3. package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs +39 -41
  4. package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs.map +1 -1
  5. package/fesm2022/raintonic-formaui-cdk-form-field.mjs +207 -3
  6. package/fesm2022/raintonic-formaui-cdk-form-field.mjs.map +1 -1
  7. package/fesm2022/raintonic-formaui-cdk-overlay.mjs +19 -1
  8. package/fesm2022/raintonic-formaui-cdk-overlay.mjs.map +1 -1
  9. package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs +5 -12
  10. package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs.map +1 -1
  11. package/fesm2022/raintonic-formaui-components-accordion.mjs +8 -5
  12. package/fesm2022/raintonic-formaui-components-accordion.mjs.map +1 -1
  13. package/fesm2022/raintonic-formaui-components-alert.mjs +16 -2
  14. package/fesm2022/raintonic-formaui-components-alert.mjs.map +1 -1
  15. package/fesm2022/raintonic-formaui-components-autocomplete.mjs +255 -462
  16. package/fesm2022/raintonic-formaui-components-autocomplete.mjs.map +1 -1
  17. package/fesm2022/raintonic-formaui-components-avatar.mjs +34 -59
  18. package/fesm2022/raintonic-formaui-components-avatar.mjs.map +1 -1
  19. package/fesm2022/raintonic-formaui-components-badge.mjs +2 -2
  20. package/fesm2022/raintonic-formaui-components-badge.mjs.map +1 -1
  21. package/fesm2022/raintonic-formaui-components-breadcrumb.mjs +4 -4
  22. package/fesm2022/raintonic-formaui-components-breadcrumb.mjs.map +1 -1
  23. package/fesm2022/raintonic-formaui-components-button-group.mjs +2 -2
  24. package/fesm2022/raintonic-formaui-components-button-group.mjs.map +1 -1
  25. package/fesm2022/raintonic-formaui-components-button.mjs +15 -20
  26. package/fesm2022/raintonic-formaui-components-button.mjs.map +1 -1
  27. package/fesm2022/raintonic-formaui-components-card.mjs +2 -2
  28. package/fesm2022/raintonic-formaui-components-card.mjs.map +1 -1
  29. package/fesm2022/raintonic-formaui-components-checkbox.mjs +2 -2
  30. package/fesm2022/raintonic-formaui-components-checkbox.mjs.map +1 -1
  31. package/fesm2022/raintonic-formaui-components-chip.mjs +97 -0
  32. package/fesm2022/raintonic-formaui-components-chip.mjs.map +1 -0
  33. package/fesm2022/raintonic-formaui-components-data-table.mjs +69 -29
  34. package/fesm2022/raintonic-formaui-components-data-table.mjs.map +1 -1
  35. package/fesm2022/raintonic-formaui-components-date-picker.mjs +223 -144
  36. package/fesm2022/raintonic-formaui-components-date-picker.mjs.map +1 -1
  37. package/fesm2022/raintonic-formaui-components-divider.mjs +2 -2
  38. package/fesm2022/raintonic-formaui-components-divider.mjs.map +1 -1
  39. package/fesm2022/raintonic-formaui-components-drawer.mjs +2 -2
  40. package/fesm2022/raintonic-formaui-components-drawer.mjs.map +1 -1
  41. package/fesm2022/raintonic-formaui-components-dropdown-menu.mjs +888 -0
  42. package/fesm2022/raintonic-formaui-components-dropdown-menu.mjs.map +1 -0
  43. package/fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs +774 -0
  44. package/fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs.map +1 -0
  45. package/fesm2022/raintonic-formaui-components-empty-state.mjs +2 -2
  46. package/fesm2022/raintonic-formaui-components-empty-state.mjs.map +1 -1
  47. package/fesm2022/raintonic-formaui-components-file-upload.mjs +2 -2
  48. package/fesm2022/raintonic-formaui-components-file-upload.mjs.map +1 -1
  49. package/fesm2022/raintonic-formaui-components-form-field.mjs +81 -50
  50. package/fesm2022/raintonic-formaui-components-form-field.mjs.map +1 -1
  51. package/fesm2022/raintonic-formaui-components-icon.mjs +2 -2
  52. package/fesm2022/raintonic-formaui-components-icon.mjs.map +1 -1
  53. package/fesm2022/raintonic-formaui-components-input.mjs +47 -12
  54. package/fesm2022/raintonic-formaui-components-input.mjs.map +1 -1
  55. package/fesm2022/raintonic-formaui-components-list.mjs +4 -4
  56. package/fesm2022/raintonic-formaui-components-list.mjs.map +1 -1
  57. package/fesm2022/raintonic-formaui-components-number-input.mjs +20 -12
  58. package/fesm2022/raintonic-formaui-components-number-input.mjs.map +1 -1
  59. package/fesm2022/raintonic-formaui-components-paginator.mjs +2 -2
  60. package/fesm2022/raintonic-formaui-components-paginator.mjs.map +1 -1
  61. package/fesm2022/raintonic-formaui-components-password-input.mjs +35 -110
  62. package/fesm2022/raintonic-formaui-components-password-input.mjs.map +1 -1
  63. package/fesm2022/raintonic-formaui-components-popover.mjs +3 -2
  64. package/fesm2022/raintonic-formaui-components-popover.mjs.map +1 -1
  65. package/fesm2022/raintonic-formaui-components-progressbar.mjs +3 -2
  66. package/fesm2022/raintonic-formaui-components-progressbar.mjs.map +1 -1
  67. package/fesm2022/raintonic-formaui-components-radio.mjs +5 -6
  68. package/fesm2022/raintonic-formaui-components-radio.mjs.map +1 -1
  69. package/fesm2022/raintonic-formaui-components-select.mjs +257 -412
  70. package/fesm2022/raintonic-formaui-components-select.mjs.map +1 -1
  71. package/fesm2022/raintonic-formaui-components-side-panel.mjs +2 -2
  72. package/fesm2022/raintonic-formaui-components-side-panel.mjs.map +1 -1
  73. package/fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs +525 -0
  74. package/fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs.map +1 -0
  75. package/fesm2022/raintonic-formaui-components-skeleton.mjs +2 -2
  76. package/fesm2022/raintonic-formaui-components-skeleton.mjs.map +1 -1
  77. package/fesm2022/raintonic-formaui-components-slider.mjs +2 -2
  78. package/fesm2022/raintonic-formaui-components-slider.mjs.map +1 -1
  79. package/fesm2022/raintonic-formaui-components-spinner.mjs +2 -2
  80. package/fesm2022/raintonic-formaui-components-spinner.mjs.map +1 -1
  81. package/fesm2022/raintonic-formaui-components-stepper.mjs +50 -45
  82. package/fesm2022/raintonic-formaui-components-stepper.mjs.map +1 -1
  83. package/fesm2022/raintonic-formaui-components-strength-meter.mjs +149 -0
  84. package/fesm2022/raintonic-formaui-components-strength-meter.mjs.map +1 -0
  85. package/fesm2022/raintonic-formaui-components-tab.mjs +2 -2
  86. package/fesm2022/raintonic-formaui-components-tab.mjs.map +1 -1
  87. package/fesm2022/raintonic-formaui-components-time-picker.mjs +194 -154
  88. package/fesm2022/raintonic-formaui-components-time-picker.mjs.map +1 -1
  89. package/fesm2022/raintonic-formaui-components-toggle-group.mjs +302 -0
  90. package/fesm2022/raintonic-formaui-components-toggle-group.mjs.map +1 -0
  91. package/fesm2022/raintonic-formaui-components-toggle.mjs +2 -2
  92. package/fesm2022/raintonic-formaui-components-toggle.mjs.map +1 -1
  93. package/fesm2022/raintonic-formaui-components-toolbar.mjs +2 -2
  94. package/fesm2022/raintonic-formaui-components-toolbar.mjs.map +1 -1
  95. package/fesm2022/raintonic-formaui-components-tooltip.mjs +10 -4
  96. package/fesm2022/raintonic-formaui-components-tooltip.mjs.map +1 -1
  97. package/fesm2022/raintonic-formaui-components-topbar.mjs +60 -0
  98. package/fesm2022/raintonic-formaui-components-topbar.mjs.map +1 -0
  99. package/fesm2022/raintonic-formaui-components-tree-select.mjs +59 -69
  100. package/fesm2022/raintonic-formaui-components-tree-select.mjs.map +1 -1
  101. package/fesm2022/raintonic-formaui-components-tree-table.mjs +2 -2
  102. package/fesm2022/raintonic-formaui-components-tree-table.mjs.map +1 -1
  103. package/fesm2022/raintonic-formaui-components-tree.mjs +31 -5
  104. package/fesm2022/raintonic-formaui-components-tree.mjs.map +1 -1
  105. package/fesm2022/raintonic-formaui-core.mjs +279 -1
  106. package/fesm2022/raintonic-formaui-core.mjs.map +1 -1
  107. package/fesm2022/raintonic-formaui-services-breakpoint.mjs +93 -0
  108. package/fesm2022/raintonic-formaui-services-breakpoint.mjs.map +1 -0
  109. package/fesm2022/raintonic-formaui-services-dialog.mjs +314 -16
  110. package/fesm2022/raintonic-formaui-services-dialog.mjs.map +1 -1
  111. package/fesm2022/raintonic-formaui-services-notification.mjs +93 -29
  112. package/fesm2022/raintonic-formaui-services-notification.mjs.map +1 -1
  113. package/fesm2022/raintonic-formaui-services-theme.mjs +46 -196
  114. package/fesm2022/raintonic-formaui-services-theme.mjs.map +1 -1
  115. package/fesm2022/raintonic-formaui.mjs +1 -1
  116. package/fesm2022/raintonic-formaui.mjs.map +1 -1
  117. package/llms-full.txt +2329 -450
  118. package/llms.txt +36 -33
  119. package/package.json +42 -19
  120. package/styles/fonts/Geist-Bold.woff2 +0 -0
  121. package/styles/fonts/Geist-Italic.woff2 +0 -0
  122. package/styles/fonts/Geist-Light.woff2 +0 -0
  123. package/styles/fonts/Geist-Medium.woff2 +0 -0
  124. package/styles/fonts/Geist-Regular.woff2 +0 -0
  125. package/styles/fonts/Geist-SemiBold.woff2 +0 -0
  126. package/styles/fonts/GeistMono-Regular.woff2 +0 -0
  127. package/styles/generated/_tokens.scss +906 -0
  128. package/styles/index.scss +11 -10
  129. package/styles/partials/_brand.scss +46 -0
  130. package/styles/partials/_constants.scss +22 -20
  131. package/styles/partials/_fonts.scss +54 -10
  132. package/styles/partials/_grid.scss +29 -18
  133. package/styles/partials/_mixins.scss +69 -27
  134. package/styles/partials/_motion.scss +28 -33
  135. package/styles/partials/_theme.scss +28 -255
  136. package/styles/partials/_type.scss +117 -0
  137. package/styles/partials/_typography.scss +45 -45
  138. package/styles/partials/_utilities.scss +198 -98
  139. package/styles/partials/components/_button.scss +144 -75
  140. package/styles/partials/components/_dialog.scss +181 -180
  141. package/styles/partials/components/_overlay.scss +87 -87
  142. package/styles/partials/themes/_dark.scss +3 -268
  143. package/styles/partials/themes/_light.scss +4 -268
  144. package/styles/styles.css +7744 -0
  145. package/styles/styles.entry.scss +3 -0
  146. package/styles/utilities.css +4802 -0
  147. package/styles/utilities.entry.scss +3 -0
  148. package/types/raintonic-formaui-cdk-drag-drop.d.ts +0 -1
  149. package/types/raintonic-formaui-cdk-drag-drop.d.ts.map +1 -1
  150. package/types/raintonic-formaui-cdk-form-field.d.ts +118 -2
  151. package/types/raintonic-formaui-cdk-form-field.d.ts.map +1 -1
  152. package/types/raintonic-formaui-cdk-overlay.d.ts +2 -0
  153. package/types/raintonic-formaui-cdk-overlay.d.ts.map +1 -1
  154. package/types/raintonic-formaui-cdk-virtual-scroll.d.ts +0 -1
  155. package/types/raintonic-formaui-cdk-virtual-scroll.d.ts.map +1 -1
  156. package/types/raintonic-formaui-components-accordion.d.ts +1 -1
  157. package/types/raintonic-formaui-components-accordion.d.ts.map +1 -1
  158. package/types/raintonic-formaui-components-alert.d.ts +6 -1
  159. package/types/raintonic-formaui-components-alert.d.ts.map +1 -1
  160. package/types/raintonic-formaui-components-autocomplete.d.ts +73 -116
  161. package/types/raintonic-formaui-components-autocomplete.d.ts.map +1 -1
  162. package/types/raintonic-formaui-components-avatar.d.ts +13 -31
  163. package/types/raintonic-formaui-components-avatar.d.ts.map +1 -1
  164. package/types/raintonic-formaui-components-button.d.ts +4 -10
  165. package/types/raintonic-formaui-components-button.d.ts.map +1 -1
  166. package/types/raintonic-formaui-components-chip.d.ts +43 -0
  167. package/types/raintonic-formaui-components-chip.d.ts.map +1 -0
  168. package/types/raintonic-formaui-components-data-table.d.ts +48 -11
  169. package/types/raintonic-formaui-components-data-table.d.ts.map +1 -1
  170. package/types/raintonic-formaui-components-date-picker.d.ts +59 -23
  171. package/types/raintonic-formaui-components-date-picker.d.ts.map +1 -1
  172. package/types/raintonic-formaui-components-dropdown-menu.d.ts +394 -0
  173. package/types/raintonic-formaui-components-dropdown-menu.d.ts.map +1 -0
  174. package/types/raintonic-formaui-components-dual-tier-navigation.d.ts +87 -0
  175. package/types/raintonic-formaui-components-dual-tier-navigation.d.ts.map +1 -0
  176. package/types/raintonic-formaui-components-form-field.d.ts +51 -21
  177. package/types/raintonic-formaui-components-form-field.d.ts.map +1 -1
  178. package/types/raintonic-formaui-components-input.d.ts +20 -11
  179. package/types/raintonic-formaui-components-input.d.ts.map +1 -1
  180. package/types/raintonic-formaui-components-number-input.d.ts +5 -3
  181. package/types/raintonic-formaui-components-number-input.d.ts.map +1 -1
  182. package/types/raintonic-formaui-components-password-input.d.ts +18 -32
  183. package/types/raintonic-formaui-components-password-input.d.ts.map +1 -1
  184. package/types/raintonic-formaui-components-popover.d.ts.map +1 -1
  185. package/types/raintonic-formaui-components-progressbar.d.ts +1 -1
  186. package/types/raintonic-formaui-components-progressbar.d.ts.map +1 -1
  187. package/types/raintonic-formaui-components-radio.d.ts +1 -2
  188. package/types/raintonic-formaui-components-radio.d.ts.map +1 -1
  189. package/types/raintonic-formaui-components-select.d.ts +107 -76
  190. package/types/raintonic-formaui-components-select.d.ts.map +1 -1
  191. package/types/raintonic-formaui-components-sidebar-nav-menu.d.ts +223 -0
  192. package/types/raintonic-formaui-components-sidebar-nav-menu.d.ts.map +1 -0
  193. package/types/raintonic-formaui-components-stepper.d.ts +4 -2
  194. package/types/raintonic-formaui-components-stepper.d.ts.map +1 -1
  195. package/types/raintonic-formaui-components-strength-meter.d.ts +78 -0
  196. package/types/raintonic-formaui-components-strength-meter.d.ts.map +1 -0
  197. package/types/raintonic-formaui-components-time-picker.d.ts +44 -24
  198. package/types/raintonic-formaui-components-time-picker.d.ts.map +1 -1
  199. package/types/raintonic-formaui-components-toggle-group.d.ts +100 -0
  200. package/types/raintonic-formaui-components-toggle-group.d.ts.map +1 -0
  201. package/types/raintonic-formaui-components-tooltip.d.ts +2 -1
  202. package/types/raintonic-formaui-components-tooltip.d.ts.map +1 -1
  203. package/types/raintonic-formaui-components-topbar.d.ts +48 -0
  204. package/types/raintonic-formaui-components-topbar.d.ts.map +1 -0
  205. package/types/raintonic-formaui-components-tree-select.d.ts +25 -9
  206. package/types/raintonic-formaui-components-tree-select.d.ts.map +1 -1
  207. package/types/raintonic-formaui-components-tree.d.ts +12 -1
  208. package/types/raintonic-formaui-components-tree.d.ts.map +1 -1
  209. package/types/raintonic-formaui-core.d.ts +243 -5
  210. package/types/raintonic-formaui-core.d.ts.map +1 -1
  211. package/types/raintonic-formaui-services-breakpoint.d.ts +44 -0
  212. package/types/raintonic-formaui-services-breakpoint.d.ts.map +1 -0
  213. package/types/raintonic-formaui-services-dialog.d.ts +141 -2
  214. package/types/raintonic-formaui-services-dialog.d.ts.map +1 -1
  215. package/types/raintonic-formaui-services-notification.d.ts +24 -2
  216. package/types/raintonic-formaui-services-notification.d.ts.map +1 -1
  217. package/types/raintonic-formaui-services-theme.d.ts +13 -103
  218. package/types/raintonic-formaui-services-theme.d.ts.map +1 -1
  219. package/types/raintonic-formaui.d.ts +1 -1
  220. package/fesm2022/raintonic-formaui-components-big-menu.mjs +0 -86
  221. package/fesm2022/raintonic-formaui-components-big-menu.mjs.map +0 -1
  222. package/fesm2022/raintonic-formaui-components-menu.mjs +0 -896
  223. package/fesm2022/raintonic-formaui-components-menu.mjs.map +0 -1
  224. package/fesm2022/raintonic-formaui-components-sidebar.mjs +0 -275
  225. package/fesm2022/raintonic-formaui-components-sidebar.mjs.map +0 -1
  226. package/fesm2022/raintonic-formaui-components-tag.mjs +0 -95
  227. package/fesm2022/raintonic-formaui-components-tag.mjs.map +0 -1
  228. package/styles/_fonts-entry.scss +0 -3
  229. package/styles/fonts/inter-tight-latin-italic.woff2 +0 -0
  230. package/styles/fonts/inter-tight-latin.woff2 +0 -0
  231. package/types/raintonic-formaui-components-big-menu.d.ts +0 -73
  232. package/types/raintonic-formaui-components-big-menu.d.ts.map +0 -1
  233. package/types/raintonic-formaui-components-menu.d.ts +0 -403
  234. package/types/raintonic-formaui-components-menu.d.ts.map +0 -1
  235. package/types/raintonic-formaui-components-sidebar.d.ts +0 -185
  236. package/types/raintonic-formaui-components-sidebar.d.ts.map +0 -1
  237. package/types/raintonic-formaui-components-tag.d.ts +0 -43
  238. package/types/raintonic-formaui-components-tag.d.ts.map +0 -1
@@ -0,0 +1,4802 @@
1
+ .fui-hidden {
2
+ display: none !important;
3
+ }
4
+
5
+ .fui-inline {
6
+ display: inline !important;
7
+ }
8
+
9
+ .fui-inline-block {
10
+ display: inline-block !important;
11
+ }
12
+
13
+ .fui-block {
14
+ display: block !important;
15
+ }
16
+
17
+ .fui-grid {
18
+ display: grid !important;
19
+ }
20
+
21
+ .fui-table {
22
+ display: table !important;
23
+ }
24
+
25
+ .fui-table-row {
26
+ display: table-row !important;
27
+ }
28
+
29
+ .fui-table-cell {
30
+ display: table-cell !important;
31
+ }
32
+
33
+ .fui-flex {
34
+ display: flex !important;
35
+ }
36
+
37
+ .fui-inline-flex {
38
+ display: inline-flex !important;
39
+ }
40
+
41
+ .fui-grid-cols-1 {
42
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
43
+ }
44
+
45
+ .fui-grid-cols-2 {
46
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
47
+ }
48
+
49
+ .fui-grid-cols-3 {
50
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
51
+ }
52
+
53
+ .fui-grid-cols-4 {
54
+ grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
55
+ }
56
+
57
+ .fui-grid-cols-5 {
58
+ grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
59
+ }
60
+
61
+ .fui-grid-cols-6 {
62
+ grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
63
+ }
64
+
65
+ .fui-grid-cols-7 {
66
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
67
+ }
68
+
69
+ .fui-grid-cols-8 {
70
+ grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
71
+ }
72
+
73
+ .fui-grid-cols-9 {
74
+ grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
75
+ }
76
+
77
+ .fui-grid-cols-10 {
78
+ grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
79
+ }
80
+
81
+ .fui-grid-cols-11 {
82
+ grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
83
+ }
84
+
85
+ .fui-grid-cols-12 {
86
+ grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
87
+ }
88
+
89
+ .fui-stack {
90
+ display: flex !important;
91
+ flex-direction: column !important;
92
+ }
93
+
94
+ .fui-flex-row {
95
+ flex-direction: row !important;
96
+ }
97
+
98
+ .fui-flex-col {
99
+ flex-direction: column !important;
100
+ }
101
+
102
+ .fui-flex-row-reverse {
103
+ flex-direction: row-reverse !important;
104
+ }
105
+
106
+ .fui-flex-col-reverse {
107
+ flex-direction: column-reverse !important;
108
+ }
109
+
110
+ .fui-flex-wrap {
111
+ flex-wrap: wrap !important;
112
+ }
113
+
114
+ .fui-flex-nowrap {
115
+ flex-wrap: nowrap !important;
116
+ }
117
+
118
+ .fui-flex-wrap-reverse {
119
+ flex-wrap: wrap-reverse !important;
120
+ }
121
+
122
+ .fui-flex-1 {
123
+ flex: 1 1 auto !important;
124
+ }
125
+
126
+ .fui-grow-0 {
127
+ flex-grow: 0 !important;
128
+ }
129
+
130
+ .fui-grow {
131
+ flex-grow: 1 !important;
132
+ }
133
+
134
+ .fui-shrink-0 {
135
+ flex-shrink: 0 !important;
136
+ }
137
+
138
+ .fui-shrink {
139
+ flex-shrink: 1 !important;
140
+ }
141
+
142
+ .fui-justify-start {
143
+ justify-content: flex-start !important;
144
+ }
145
+
146
+ .fui-justify-end {
147
+ justify-content: flex-end !important;
148
+ }
149
+
150
+ .fui-justify-center {
151
+ justify-content: center !important;
152
+ }
153
+
154
+ .fui-justify-between {
155
+ justify-content: space-between !important;
156
+ }
157
+
158
+ .fui-justify-around {
159
+ justify-content: space-around !important;
160
+ }
161
+
162
+ .fui-justify-evenly {
163
+ justify-content: space-evenly !important;
164
+ }
165
+
166
+ .fui-items-start {
167
+ align-items: flex-start !important;
168
+ }
169
+
170
+ .fui-items-end {
171
+ align-items: flex-end !important;
172
+ }
173
+
174
+ .fui-items-center {
175
+ align-items: center !important;
176
+ }
177
+
178
+ .fui-items-baseline {
179
+ align-items: baseline !important;
180
+ }
181
+
182
+ .fui-items-stretch {
183
+ align-items: stretch !important;
184
+ }
185
+
186
+ .fui-content-start {
187
+ align-content: flex-start !important;
188
+ }
189
+
190
+ .fui-content-end {
191
+ align-content: flex-end !important;
192
+ }
193
+
194
+ .fui-content-center {
195
+ align-content: center !important;
196
+ }
197
+
198
+ .fui-content-between {
199
+ align-content: space-between !important;
200
+ }
201
+
202
+ .fui-content-around {
203
+ align-content: space-around !important;
204
+ }
205
+
206
+ .fui-content-stretch {
207
+ align-content: stretch !important;
208
+ }
209
+
210
+ .fui-self-auto {
211
+ align-self: auto !important;
212
+ }
213
+
214
+ .fui-self-start {
215
+ align-self: flex-start !important;
216
+ }
217
+
218
+ .fui-self-end {
219
+ align-self: flex-end !important;
220
+ }
221
+
222
+ .fui-self-center {
223
+ align-self: center !important;
224
+ }
225
+
226
+ .fui-self-baseline {
227
+ align-self: baseline !important;
228
+ }
229
+
230
+ .fui-self-stretch {
231
+ align-self: stretch !important;
232
+ }
233
+
234
+ .fui-m-0 {
235
+ margin: 0 !important;
236
+ }
237
+
238
+ .fui-mt-0,
239
+ .fui-my-0 {
240
+ margin-top: 0 !important;
241
+ }
242
+
243
+ .fui-mr-0,
244
+ .fui-mx-0 {
245
+ margin-right: 0 !important;
246
+ }
247
+
248
+ .fui-mb-0,
249
+ .fui-my-0 {
250
+ margin-bottom: 0 !important;
251
+ }
252
+
253
+ .fui-ml-0,
254
+ .fui-mx-0 {
255
+ margin-left: 0 !important;
256
+ }
257
+
258
+ .fui-m-1 {
259
+ margin: 0.125rem !important;
260
+ }
261
+
262
+ .fui-mt-1,
263
+ .fui-my-1 {
264
+ margin-top: 0.125rem !important;
265
+ }
266
+
267
+ .fui-mr-1,
268
+ .fui-mx-1 {
269
+ margin-right: 0.125rem !important;
270
+ }
271
+
272
+ .fui-mb-1,
273
+ .fui-my-1 {
274
+ margin-bottom: 0.125rem !important;
275
+ }
276
+
277
+ .fui-ml-1,
278
+ .fui-mx-1 {
279
+ margin-left: 0.125rem !important;
280
+ }
281
+
282
+ .fui-m-2 {
283
+ margin: 0.25rem !important;
284
+ }
285
+
286
+ .fui-mt-2,
287
+ .fui-my-2 {
288
+ margin-top: 0.25rem !important;
289
+ }
290
+
291
+ .fui-mr-2,
292
+ .fui-mx-2 {
293
+ margin-right: 0.25rem !important;
294
+ }
295
+
296
+ .fui-mb-2,
297
+ .fui-my-2 {
298
+ margin-bottom: 0.25rem !important;
299
+ }
300
+
301
+ .fui-ml-2,
302
+ .fui-mx-2 {
303
+ margin-left: 0.25rem !important;
304
+ }
305
+
306
+ .fui-m-3 {
307
+ margin: 0.375rem !important;
308
+ }
309
+
310
+ .fui-mt-3,
311
+ .fui-my-3 {
312
+ margin-top: 0.375rem !important;
313
+ }
314
+
315
+ .fui-mr-3,
316
+ .fui-mx-3 {
317
+ margin-right: 0.375rem !important;
318
+ }
319
+
320
+ .fui-mb-3,
321
+ .fui-my-3 {
322
+ margin-bottom: 0.375rem !important;
323
+ }
324
+
325
+ .fui-ml-3,
326
+ .fui-mx-3 {
327
+ margin-left: 0.375rem !important;
328
+ }
329
+
330
+ .fui-m-4 {
331
+ margin: 0.5rem !important;
332
+ }
333
+
334
+ .fui-mt-4,
335
+ .fui-my-4 {
336
+ margin-top: 0.5rem !important;
337
+ }
338
+
339
+ .fui-mr-4,
340
+ .fui-mx-4 {
341
+ margin-right: 0.5rem !important;
342
+ }
343
+
344
+ .fui-mb-4,
345
+ .fui-my-4 {
346
+ margin-bottom: 0.5rem !important;
347
+ }
348
+
349
+ .fui-ml-4,
350
+ .fui-mx-4 {
351
+ margin-left: 0.5rem !important;
352
+ }
353
+
354
+ .fui-m-5 {
355
+ margin: 0.625rem !important;
356
+ }
357
+
358
+ .fui-mt-5,
359
+ .fui-my-5 {
360
+ margin-top: 0.625rem !important;
361
+ }
362
+
363
+ .fui-mr-5,
364
+ .fui-mx-5 {
365
+ margin-right: 0.625rem !important;
366
+ }
367
+
368
+ .fui-mb-5,
369
+ .fui-my-5 {
370
+ margin-bottom: 0.625rem !important;
371
+ }
372
+
373
+ .fui-ml-5,
374
+ .fui-mx-5 {
375
+ margin-left: 0.625rem !important;
376
+ }
377
+
378
+ .fui-m-6 {
379
+ margin: 0.75rem !important;
380
+ }
381
+
382
+ .fui-mt-6,
383
+ .fui-my-6 {
384
+ margin-top: 0.75rem !important;
385
+ }
386
+
387
+ .fui-mr-6,
388
+ .fui-mx-6 {
389
+ margin-right: 0.75rem !important;
390
+ }
391
+
392
+ .fui-mb-6,
393
+ .fui-my-6 {
394
+ margin-bottom: 0.75rem !important;
395
+ }
396
+
397
+ .fui-ml-6,
398
+ .fui-mx-6 {
399
+ margin-left: 0.75rem !important;
400
+ }
401
+
402
+ .fui-m-7 {
403
+ margin: 1rem !important;
404
+ }
405
+
406
+ .fui-mt-7,
407
+ .fui-my-7 {
408
+ margin-top: 1rem !important;
409
+ }
410
+
411
+ .fui-mr-7,
412
+ .fui-mx-7 {
413
+ margin-right: 1rem !important;
414
+ }
415
+
416
+ .fui-mb-7,
417
+ .fui-my-7 {
418
+ margin-bottom: 1rem !important;
419
+ }
420
+
421
+ .fui-ml-7,
422
+ .fui-mx-7 {
423
+ margin-left: 1rem !important;
424
+ }
425
+
426
+ .fui-m-8 {
427
+ margin: 1.25rem !important;
428
+ }
429
+
430
+ .fui-mt-8,
431
+ .fui-my-8 {
432
+ margin-top: 1.25rem !important;
433
+ }
434
+
435
+ .fui-mr-8,
436
+ .fui-mx-8 {
437
+ margin-right: 1.25rem !important;
438
+ }
439
+
440
+ .fui-mb-8,
441
+ .fui-my-8 {
442
+ margin-bottom: 1.25rem !important;
443
+ }
444
+
445
+ .fui-ml-8,
446
+ .fui-mx-8 {
447
+ margin-left: 1.25rem !important;
448
+ }
449
+
450
+ .fui-m-9 {
451
+ margin: 1.5rem !important;
452
+ }
453
+
454
+ .fui-mt-9,
455
+ .fui-my-9 {
456
+ margin-top: 1.5rem !important;
457
+ }
458
+
459
+ .fui-mr-9,
460
+ .fui-mx-9 {
461
+ margin-right: 1.5rem !important;
462
+ }
463
+
464
+ .fui-mb-9,
465
+ .fui-my-9 {
466
+ margin-bottom: 1.5rem !important;
467
+ }
468
+
469
+ .fui-ml-9,
470
+ .fui-mx-9 {
471
+ margin-left: 1.5rem !important;
472
+ }
473
+
474
+ .fui-m-10 {
475
+ margin: 1.75rem !important;
476
+ }
477
+
478
+ .fui-mt-10,
479
+ .fui-my-10 {
480
+ margin-top: 1.75rem !important;
481
+ }
482
+
483
+ .fui-mr-10,
484
+ .fui-mx-10 {
485
+ margin-right: 1.75rem !important;
486
+ }
487
+
488
+ .fui-mb-10,
489
+ .fui-my-10 {
490
+ margin-bottom: 1.75rem !important;
491
+ }
492
+
493
+ .fui-ml-10,
494
+ .fui-mx-10 {
495
+ margin-left: 1.75rem !important;
496
+ }
497
+
498
+ .fui-m-11 {
499
+ margin: 2rem !important;
500
+ }
501
+
502
+ .fui-mt-11,
503
+ .fui-my-11 {
504
+ margin-top: 2rem !important;
505
+ }
506
+
507
+ .fui-mr-11,
508
+ .fui-mx-11 {
509
+ margin-right: 2rem !important;
510
+ }
511
+
512
+ .fui-mb-11,
513
+ .fui-my-11 {
514
+ margin-bottom: 2rem !important;
515
+ }
516
+
517
+ .fui-ml-11,
518
+ .fui-mx-11 {
519
+ margin-left: 2rem !important;
520
+ }
521
+
522
+ .fui-m-12 {
523
+ margin: 2.5rem !important;
524
+ }
525
+
526
+ .fui-mt-12,
527
+ .fui-my-12 {
528
+ margin-top: 2.5rem !important;
529
+ }
530
+
531
+ .fui-mr-12,
532
+ .fui-mx-12 {
533
+ margin-right: 2.5rem !important;
534
+ }
535
+
536
+ .fui-mb-12,
537
+ .fui-my-12 {
538
+ margin-bottom: 2.5rem !important;
539
+ }
540
+
541
+ .fui-ml-12,
542
+ .fui-mx-12 {
543
+ margin-left: 2.5rem !important;
544
+ }
545
+
546
+ .fui-m-13 {
547
+ margin: 3rem !important;
548
+ }
549
+
550
+ .fui-mt-13,
551
+ .fui-my-13 {
552
+ margin-top: 3rem !important;
553
+ }
554
+
555
+ .fui-mr-13,
556
+ .fui-mx-13 {
557
+ margin-right: 3rem !important;
558
+ }
559
+
560
+ .fui-mb-13,
561
+ .fui-my-13 {
562
+ margin-bottom: 3rem !important;
563
+ }
564
+
565
+ .fui-ml-13,
566
+ .fui-mx-13 {
567
+ margin-left: 3rem !important;
568
+ }
569
+
570
+ .fui-m-auto {
571
+ margin: auto !important;
572
+ }
573
+
574
+ .fui-mt-auto,
575
+ .fui-my-auto {
576
+ margin-top: auto !important;
577
+ }
578
+
579
+ .fui-mr-auto,
580
+ .fui-mx-auto {
581
+ margin-right: auto !important;
582
+ }
583
+
584
+ .fui-mb-auto,
585
+ .fui-my-auto {
586
+ margin-bottom: auto !important;
587
+ }
588
+
589
+ .fui-ml-auto,
590
+ .fui-mx-auto {
591
+ margin-left: auto !important;
592
+ }
593
+
594
+ .fui-p-0 {
595
+ padding: 0 !important;
596
+ }
597
+
598
+ .fui-pt-0,
599
+ .fui-py-0 {
600
+ padding-top: 0 !important;
601
+ }
602
+
603
+ .fui-pr-0,
604
+ .fui-px-0 {
605
+ padding-right: 0 !important;
606
+ }
607
+
608
+ .fui-pb-0,
609
+ .fui-py-0 {
610
+ padding-bottom: 0 !important;
611
+ }
612
+
613
+ .fui-pl-0,
614
+ .fui-px-0 {
615
+ padding-left: 0 !important;
616
+ }
617
+
618
+ .fui-p-1 {
619
+ padding: 0.125rem !important;
620
+ }
621
+
622
+ .fui-pt-1,
623
+ .fui-py-1 {
624
+ padding-top: 0.125rem !important;
625
+ }
626
+
627
+ .fui-pr-1,
628
+ .fui-px-1 {
629
+ padding-right: 0.125rem !important;
630
+ }
631
+
632
+ .fui-pb-1,
633
+ .fui-py-1 {
634
+ padding-bottom: 0.125rem !important;
635
+ }
636
+
637
+ .fui-pl-1,
638
+ .fui-px-1 {
639
+ padding-left: 0.125rem !important;
640
+ }
641
+
642
+ .fui-p-2 {
643
+ padding: 0.25rem !important;
644
+ }
645
+
646
+ .fui-pt-2,
647
+ .fui-py-2 {
648
+ padding-top: 0.25rem !important;
649
+ }
650
+
651
+ .fui-pr-2,
652
+ .fui-px-2 {
653
+ padding-right: 0.25rem !important;
654
+ }
655
+
656
+ .fui-pb-2,
657
+ .fui-py-2 {
658
+ padding-bottom: 0.25rem !important;
659
+ }
660
+
661
+ .fui-pl-2,
662
+ .fui-px-2 {
663
+ padding-left: 0.25rem !important;
664
+ }
665
+
666
+ .fui-p-3 {
667
+ padding: 0.375rem !important;
668
+ }
669
+
670
+ .fui-pt-3,
671
+ .fui-py-3 {
672
+ padding-top: 0.375rem !important;
673
+ }
674
+
675
+ .fui-pr-3,
676
+ .fui-px-3 {
677
+ padding-right: 0.375rem !important;
678
+ }
679
+
680
+ .fui-pb-3,
681
+ .fui-py-3 {
682
+ padding-bottom: 0.375rem !important;
683
+ }
684
+
685
+ .fui-pl-3,
686
+ .fui-px-3 {
687
+ padding-left: 0.375rem !important;
688
+ }
689
+
690
+ .fui-p-4 {
691
+ padding: 0.5rem !important;
692
+ }
693
+
694
+ .fui-pt-4,
695
+ .fui-py-4 {
696
+ padding-top: 0.5rem !important;
697
+ }
698
+
699
+ .fui-pr-4,
700
+ .fui-px-4 {
701
+ padding-right: 0.5rem !important;
702
+ }
703
+
704
+ .fui-pb-4,
705
+ .fui-py-4 {
706
+ padding-bottom: 0.5rem !important;
707
+ }
708
+
709
+ .fui-pl-4,
710
+ .fui-px-4 {
711
+ padding-left: 0.5rem !important;
712
+ }
713
+
714
+ .fui-p-5 {
715
+ padding: 0.625rem !important;
716
+ }
717
+
718
+ .fui-pt-5,
719
+ .fui-py-5 {
720
+ padding-top: 0.625rem !important;
721
+ }
722
+
723
+ .fui-pr-5,
724
+ .fui-px-5 {
725
+ padding-right: 0.625rem !important;
726
+ }
727
+
728
+ .fui-pb-5,
729
+ .fui-py-5 {
730
+ padding-bottom: 0.625rem !important;
731
+ }
732
+
733
+ .fui-pl-5,
734
+ .fui-px-5 {
735
+ padding-left: 0.625rem !important;
736
+ }
737
+
738
+ .fui-p-6 {
739
+ padding: 0.75rem !important;
740
+ }
741
+
742
+ .fui-pt-6,
743
+ .fui-py-6 {
744
+ padding-top: 0.75rem !important;
745
+ }
746
+
747
+ .fui-pr-6,
748
+ .fui-px-6 {
749
+ padding-right: 0.75rem !important;
750
+ }
751
+
752
+ .fui-pb-6,
753
+ .fui-py-6 {
754
+ padding-bottom: 0.75rem !important;
755
+ }
756
+
757
+ .fui-pl-6,
758
+ .fui-px-6 {
759
+ padding-left: 0.75rem !important;
760
+ }
761
+
762
+ .fui-p-7 {
763
+ padding: 1rem !important;
764
+ }
765
+
766
+ .fui-pt-7,
767
+ .fui-py-7 {
768
+ padding-top: 1rem !important;
769
+ }
770
+
771
+ .fui-pr-7,
772
+ .fui-px-7 {
773
+ padding-right: 1rem !important;
774
+ }
775
+
776
+ .fui-pb-7,
777
+ .fui-py-7 {
778
+ padding-bottom: 1rem !important;
779
+ }
780
+
781
+ .fui-pl-7,
782
+ .fui-px-7 {
783
+ padding-left: 1rem !important;
784
+ }
785
+
786
+ .fui-p-8 {
787
+ padding: 1.25rem !important;
788
+ }
789
+
790
+ .fui-pt-8,
791
+ .fui-py-8 {
792
+ padding-top: 1.25rem !important;
793
+ }
794
+
795
+ .fui-pr-8,
796
+ .fui-px-8 {
797
+ padding-right: 1.25rem !important;
798
+ }
799
+
800
+ .fui-pb-8,
801
+ .fui-py-8 {
802
+ padding-bottom: 1.25rem !important;
803
+ }
804
+
805
+ .fui-pl-8,
806
+ .fui-px-8 {
807
+ padding-left: 1.25rem !important;
808
+ }
809
+
810
+ .fui-p-9 {
811
+ padding: 1.5rem !important;
812
+ }
813
+
814
+ .fui-pt-9,
815
+ .fui-py-9 {
816
+ padding-top: 1.5rem !important;
817
+ }
818
+
819
+ .fui-pr-9,
820
+ .fui-px-9 {
821
+ padding-right: 1.5rem !important;
822
+ }
823
+
824
+ .fui-pb-9,
825
+ .fui-py-9 {
826
+ padding-bottom: 1.5rem !important;
827
+ }
828
+
829
+ .fui-pl-9,
830
+ .fui-px-9 {
831
+ padding-left: 1.5rem !important;
832
+ }
833
+
834
+ .fui-p-10 {
835
+ padding: 1.75rem !important;
836
+ }
837
+
838
+ .fui-pt-10,
839
+ .fui-py-10 {
840
+ padding-top: 1.75rem !important;
841
+ }
842
+
843
+ .fui-pr-10,
844
+ .fui-px-10 {
845
+ padding-right: 1.75rem !important;
846
+ }
847
+
848
+ .fui-pb-10,
849
+ .fui-py-10 {
850
+ padding-bottom: 1.75rem !important;
851
+ }
852
+
853
+ .fui-pl-10,
854
+ .fui-px-10 {
855
+ padding-left: 1.75rem !important;
856
+ }
857
+
858
+ .fui-p-11 {
859
+ padding: 2rem !important;
860
+ }
861
+
862
+ .fui-pt-11,
863
+ .fui-py-11 {
864
+ padding-top: 2rem !important;
865
+ }
866
+
867
+ .fui-pr-11,
868
+ .fui-px-11 {
869
+ padding-right: 2rem !important;
870
+ }
871
+
872
+ .fui-pb-11,
873
+ .fui-py-11 {
874
+ padding-bottom: 2rem !important;
875
+ }
876
+
877
+ .fui-pl-11,
878
+ .fui-px-11 {
879
+ padding-left: 2rem !important;
880
+ }
881
+
882
+ .fui-p-12 {
883
+ padding: 2.5rem !important;
884
+ }
885
+
886
+ .fui-pt-12,
887
+ .fui-py-12 {
888
+ padding-top: 2.5rem !important;
889
+ }
890
+
891
+ .fui-pr-12,
892
+ .fui-px-12 {
893
+ padding-right: 2.5rem !important;
894
+ }
895
+
896
+ .fui-pb-12,
897
+ .fui-py-12 {
898
+ padding-bottom: 2.5rem !important;
899
+ }
900
+
901
+ .fui-pl-12,
902
+ .fui-px-12 {
903
+ padding-left: 2.5rem !important;
904
+ }
905
+
906
+ .fui-p-13 {
907
+ padding: 3rem !important;
908
+ }
909
+
910
+ .fui-pt-13,
911
+ .fui-py-13 {
912
+ padding-top: 3rem !important;
913
+ }
914
+
915
+ .fui-pr-13,
916
+ .fui-px-13 {
917
+ padding-right: 3rem !important;
918
+ }
919
+
920
+ .fui-pb-13,
921
+ .fui-py-13 {
922
+ padding-bottom: 3rem !important;
923
+ }
924
+
925
+ .fui-pl-13,
926
+ .fui-px-13 {
927
+ padding-left: 3rem !important;
928
+ }
929
+
930
+ .fui-p-auto {
931
+ padding: auto !important;
932
+ }
933
+
934
+ .fui-pt-auto,
935
+ .fui-py-auto {
936
+ padding-top: auto !important;
937
+ }
938
+
939
+ .fui-pr-auto,
940
+ .fui-px-auto {
941
+ padding-right: auto !important;
942
+ }
943
+
944
+ .fui-pb-auto,
945
+ .fui-py-auto {
946
+ padding-bottom: auto !important;
947
+ }
948
+
949
+ .fui-pl-auto,
950
+ .fui-px-auto {
951
+ padding-left: auto !important;
952
+ }
953
+
954
+ .fui-gap-0 {
955
+ gap: 0 !important;
956
+ }
957
+
958
+ .fui-gapt-0,
959
+ .fui-gapy-0 {
960
+ gap-top: 0 !important;
961
+ }
962
+
963
+ .fui-gapr-0,
964
+ .fui-gapx-0 {
965
+ gap-right: 0 !important;
966
+ }
967
+
968
+ .fui-gapb-0,
969
+ .fui-gapy-0 {
970
+ gap-bottom: 0 !important;
971
+ }
972
+
973
+ .fui-gapl-0,
974
+ .fui-gapx-0 {
975
+ gap-left: 0 !important;
976
+ }
977
+
978
+ .fui-gap-1 {
979
+ gap: 0.125rem !important;
980
+ }
981
+
982
+ .fui-gapt-1,
983
+ .fui-gapy-1 {
984
+ gap-top: 0.125rem !important;
985
+ }
986
+
987
+ .fui-gapr-1,
988
+ .fui-gapx-1 {
989
+ gap-right: 0.125rem !important;
990
+ }
991
+
992
+ .fui-gapb-1,
993
+ .fui-gapy-1 {
994
+ gap-bottom: 0.125rem !important;
995
+ }
996
+
997
+ .fui-gapl-1,
998
+ .fui-gapx-1 {
999
+ gap-left: 0.125rem !important;
1000
+ }
1001
+
1002
+ .fui-gap-2 {
1003
+ gap: 0.25rem !important;
1004
+ }
1005
+
1006
+ .fui-gapt-2,
1007
+ .fui-gapy-2 {
1008
+ gap-top: 0.25rem !important;
1009
+ }
1010
+
1011
+ .fui-gapr-2,
1012
+ .fui-gapx-2 {
1013
+ gap-right: 0.25rem !important;
1014
+ }
1015
+
1016
+ .fui-gapb-2,
1017
+ .fui-gapy-2 {
1018
+ gap-bottom: 0.25rem !important;
1019
+ }
1020
+
1021
+ .fui-gapl-2,
1022
+ .fui-gapx-2 {
1023
+ gap-left: 0.25rem !important;
1024
+ }
1025
+
1026
+ .fui-gap-3 {
1027
+ gap: 0.375rem !important;
1028
+ }
1029
+
1030
+ .fui-gapt-3,
1031
+ .fui-gapy-3 {
1032
+ gap-top: 0.375rem !important;
1033
+ }
1034
+
1035
+ .fui-gapr-3,
1036
+ .fui-gapx-3 {
1037
+ gap-right: 0.375rem !important;
1038
+ }
1039
+
1040
+ .fui-gapb-3,
1041
+ .fui-gapy-3 {
1042
+ gap-bottom: 0.375rem !important;
1043
+ }
1044
+
1045
+ .fui-gapl-3,
1046
+ .fui-gapx-3 {
1047
+ gap-left: 0.375rem !important;
1048
+ }
1049
+
1050
+ .fui-gap-4 {
1051
+ gap: 0.5rem !important;
1052
+ }
1053
+
1054
+ .fui-gapt-4,
1055
+ .fui-gapy-4 {
1056
+ gap-top: 0.5rem !important;
1057
+ }
1058
+
1059
+ .fui-gapr-4,
1060
+ .fui-gapx-4 {
1061
+ gap-right: 0.5rem !important;
1062
+ }
1063
+
1064
+ .fui-gapb-4,
1065
+ .fui-gapy-4 {
1066
+ gap-bottom: 0.5rem !important;
1067
+ }
1068
+
1069
+ .fui-gapl-4,
1070
+ .fui-gapx-4 {
1071
+ gap-left: 0.5rem !important;
1072
+ }
1073
+
1074
+ .fui-gap-5 {
1075
+ gap: 0.625rem !important;
1076
+ }
1077
+
1078
+ .fui-gapt-5,
1079
+ .fui-gapy-5 {
1080
+ gap-top: 0.625rem !important;
1081
+ }
1082
+
1083
+ .fui-gapr-5,
1084
+ .fui-gapx-5 {
1085
+ gap-right: 0.625rem !important;
1086
+ }
1087
+
1088
+ .fui-gapb-5,
1089
+ .fui-gapy-5 {
1090
+ gap-bottom: 0.625rem !important;
1091
+ }
1092
+
1093
+ .fui-gapl-5,
1094
+ .fui-gapx-5 {
1095
+ gap-left: 0.625rem !important;
1096
+ }
1097
+
1098
+ .fui-gap-6 {
1099
+ gap: 0.75rem !important;
1100
+ }
1101
+
1102
+ .fui-gapt-6,
1103
+ .fui-gapy-6 {
1104
+ gap-top: 0.75rem !important;
1105
+ }
1106
+
1107
+ .fui-gapr-6,
1108
+ .fui-gapx-6 {
1109
+ gap-right: 0.75rem !important;
1110
+ }
1111
+
1112
+ .fui-gapb-6,
1113
+ .fui-gapy-6 {
1114
+ gap-bottom: 0.75rem !important;
1115
+ }
1116
+
1117
+ .fui-gapl-6,
1118
+ .fui-gapx-6 {
1119
+ gap-left: 0.75rem !important;
1120
+ }
1121
+
1122
+ .fui-gap-7 {
1123
+ gap: 1rem !important;
1124
+ }
1125
+
1126
+ .fui-gapt-7,
1127
+ .fui-gapy-7 {
1128
+ gap-top: 1rem !important;
1129
+ }
1130
+
1131
+ .fui-gapr-7,
1132
+ .fui-gapx-7 {
1133
+ gap-right: 1rem !important;
1134
+ }
1135
+
1136
+ .fui-gapb-7,
1137
+ .fui-gapy-7 {
1138
+ gap-bottom: 1rem !important;
1139
+ }
1140
+
1141
+ .fui-gapl-7,
1142
+ .fui-gapx-7 {
1143
+ gap-left: 1rem !important;
1144
+ }
1145
+
1146
+ .fui-gap-8 {
1147
+ gap: 1.25rem !important;
1148
+ }
1149
+
1150
+ .fui-gapt-8,
1151
+ .fui-gapy-8 {
1152
+ gap-top: 1.25rem !important;
1153
+ }
1154
+
1155
+ .fui-gapr-8,
1156
+ .fui-gapx-8 {
1157
+ gap-right: 1.25rem !important;
1158
+ }
1159
+
1160
+ .fui-gapb-8,
1161
+ .fui-gapy-8 {
1162
+ gap-bottom: 1.25rem !important;
1163
+ }
1164
+
1165
+ .fui-gapl-8,
1166
+ .fui-gapx-8 {
1167
+ gap-left: 1.25rem !important;
1168
+ }
1169
+
1170
+ .fui-gap-9 {
1171
+ gap: 1.5rem !important;
1172
+ }
1173
+
1174
+ .fui-gapt-9,
1175
+ .fui-gapy-9 {
1176
+ gap-top: 1.5rem !important;
1177
+ }
1178
+
1179
+ .fui-gapr-9,
1180
+ .fui-gapx-9 {
1181
+ gap-right: 1.5rem !important;
1182
+ }
1183
+
1184
+ .fui-gapb-9,
1185
+ .fui-gapy-9 {
1186
+ gap-bottom: 1.5rem !important;
1187
+ }
1188
+
1189
+ .fui-gapl-9,
1190
+ .fui-gapx-9 {
1191
+ gap-left: 1.5rem !important;
1192
+ }
1193
+
1194
+ .fui-gap-10 {
1195
+ gap: 1.75rem !important;
1196
+ }
1197
+
1198
+ .fui-gapt-10,
1199
+ .fui-gapy-10 {
1200
+ gap-top: 1.75rem !important;
1201
+ }
1202
+
1203
+ .fui-gapr-10,
1204
+ .fui-gapx-10 {
1205
+ gap-right: 1.75rem !important;
1206
+ }
1207
+
1208
+ .fui-gapb-10,
1209
+ .fui-gapy-10 {
1210
+ gap-bottom: 1.75rem !important;
1211
+ }
1212
+
1213
+ .fui-gapl-10,
1214
+ .fui-gapx-10 {
1215
+ gap-left: 1.75rem !important;
1216
+ }
1217
+
1218
+ .fui-gap-11 {
1219
+ gap: 2rem !important;
1220
+ }
1221
+
1222
+ .fui-gapt-11,
1223
+ .fui-gapy-11 {
1224
+ gap-top: 2rem !important;
1225
+ }
1226
+
1227
+ .fui-gapr-11,
1228
+ .fui-gapx-11 {
1229
+ gap-right: 2rem !important;
1230
+ }
1231
+
1232
+ .fui-gapb-11,
1233
+ .fui-gapy-11 {
1234
+ gap-bottom: 2rem !important;
1235
+ }
1236
+
1237
+ .fui-gapl-11,
1238
+ .fui-gapx-11 {
1239
+ gap-left: 2rem !important;
1240
+ }
1241
+
1242
+ .fui-gap-12 {
1243
+ gap: 2.5rem !important;
1244
+ }
1245
+
1246
+ .fui-gapt-12,
1247
+ .fui-gapy-12 {
1248
+ gap-top: 2.5rem !important;
1249
+ }
1250
+
1251
+ .fui-gapr-12,
1252
+ .fui-gapx-12 {
1253
+ gap-right: 2.5rem !important;
1254
+ }
1255
+
1256
+ .fui-gapb-12,
1257
+ .fui-gapy-12 {
1258
+ gap-bottom: 2.5rem !important;
1259
+ }
1260
+
1261
+ .fui-gapl-12,
1262
+ .fui-gapx-12 {
1263
+ gap-left: 2.5rem !important;
1264
+ }
1265
+
1266
+ .fui-gap-13 {
1267
+ gap: 3rem !important;
1268
+ }
1269
+
1270
+ .fui-gapt-13,
1271
+ .fui-gapy-13 {
1272
+ gap-top: 3rem !important;
1273
+ }
1274
+
1275
+ .fui-gapr-13,
1276
+ .fui-gapx-13 {
1277
+ gap-right: 3rem !important;
1278
+ }
1279
+
1280
+ .fui-gapb-13,
1281
+ .fui-gapy-13 {
1282
+ gap-bottom: 3rem !important;
1283
+ }
1284
+
1285
+ .fui-gapl-13,
1286
+ .fui-gapx-13 {
1287
+ gap-left: 3rem !important;
1288
+ }
1289
+
1290
+ .fui-gap-auto {
1291
+ gap: auto !important;
1292
+ }
1293
+
1294
+ .fui-gapt-auto,
1295
+ .fui-gapy-auto {
1296
+ gap-top: auto !important;
1297
+ }
1298
+
1299
+ .fui-gapr-auto,
1300
+ .fui-gapx-auto {
1301
+ gap-right: auto !important;
1302
+ }
1303
+
1304
+ .fui-gapb-auto,
1305
+ .fui-gapy-auto {
1306
+ gap-bottom: auto !important;
1307
+ }
1308
+
1309
+ .fui-gapl-auto,
1310
+ .fui-gapx-auto {
1311
+ gap-left: auto !important;
1312
+ }
1313
+
1314
+ .fui-text-left {
1315
+ text-align: left !important;
1316
+ }
1317
+
1318
+ .fui-text-right {
1319
+ text-align: right !important;
1320
+ }
1321
+
1322
+ .fui-text-center {
1323
+ text-align: center !important;
1324
+ }
1325
+
1326
+ .fui-text-justify {
1327
+ text-align: justify !important;
1328
+ }
1329
+
1330
+ .fui-text-color-primary {
1331
+ color: var(--fui-brand-fg) !important;
1332
+ }
1333
+
1334
+ .fui-text-secondary {
1335
+ color: var(--fui-text-secondary) !important;
1336
+ }
1337
+
1338
+ .fui-lowercase {
1339
+ text-transform: lowercase !important;
1340
+ }
1341
+
1342
+ .fui-uppercase {
1343
+ text-transform: uppercase !important;
1344
+ }
1345
+
1346
+ .fui-capitalize {
1347
+ text-transform: capitalize !important;
1348
+ }
1349
+
1350
+ .fui-no-underline {
1351
+ text-decoration: none !important;
1352
+ }
1353
+
1354
+ .fui-underline {
1355
+ text-decoration: underline !important;
1356
+ }
1357
+
1358
+ .fui-line-through {
1359
+ text-decoration: line-through !important;
1360
+ }
1361
+
1362
+ .fui-static {
1363
+ position: static !important;
1364
+ }
1365
+
1366
+ .fui-relative {
1367
+ position: relative !important;
1368
+ }
1369
+
1370
+ .fui-absolute {
1371
+ position: absolute !important;
1372
+ }
1373
+
1374
+ .fui-fixed {
1375
+ position: fixed !important;
1376
+ }
1377
+
1378
+ .fui-sticky {
1379
+ position: sticky !important;
1380
+ }
1381
+
1382
+ .fui-border {
1383
+ border: 1px solid var(--fui-border-default) !important;
1384
+ }
1385
+
1386
+ .fui-border-0 {
1387
+ border: 0 !important;
1388
+ }
1389
+
1390
+ .fui-border-t {
1391
+ border-top: 1px solid var(--fui-border-default) !important;
1392
+ }
1393
+
1394
+ .fui-border-t-0 {
1395
+ border-top: 0 !important;
1396
+ }
1397
+
1398
+ .fui-border-r {
1399
+ border-right: 1px solid var(--fui-border-default) !important;
1400
+ }
1401
+
1402
+ .fui-border-r-0 {
1403
+ border-right: 0 !important;
1404
+ }
1405
+
1406
+ .fui-border-b {
1407
+ border-bottom: 1px solid var(--fui-border-default) !important;
1408
+ }
1409
+
1410
+ .fui-border-b-0 {
1411
+ border-bottom: 0 !important;
1412
+ }
1413
+
1414
+ .fui-border-l {
1415
+ border-left: 1px solid var(--fui-border-default) !important;
1416
+ }
1417
+
1418
+ .fui-border-l-0 {
1419
+ border-left: 0 !important;
1420
+ }
1421
+
1422
+ .fui-rounded {
1423
+ border-radius: var(--fui-radius-md) !important;
1424
+ }
1425
+
1426
+ .fui-rounded-none {
1427
+ border-radius: 0 !important;
1428
+ }
1429
+
1430
+ .fui-rounded-sm {
1431
+ border-radius: var(--fui-radius-sm) !important;
1432
+ }
1433
+
1434
+ .fui-rounded-md {
1435
+ border-radius: var(--fui-radius-md) !important;
1436
+ }
1437
+
1438
+ .fui-rounded-lg {
1439
+ border-radius: var(--fui-radius-lg) !important;
1440
+ }
1441
+
1442
+ .fui-rounded-full {
1443
+ border-radius: 50% !important;
1444
+ }
1445
+
1446
+ .fui-rounded-pill {
1447
+ border-radius: 50rem !important;
1448
+ }
1449
+
1450
+ .fui-visible {
1451
+ visibility: visible !important;
1452
+ }
1453
+
1454
+ .fui-invisible {
1455
+ visibility: hidden !important;
1456
+ }
1457
+
1458
+ .fui-overflow-auto {
1459
+ overflow: auto !important;
1460
+ }
1461
+
1462
+ .fui-overflow-hidden {
1463
+ overflow: hidden !important;
1464
+ }
1465
+
1466
+ .fui-overflow-visible {
1467
+ overflow: visible !important;
1468
+ }
1469
+
1470
+ .fui-overflow-scroll {
1471
+ overflow: scroll !important;
1472
+ }
1473
+
1474
+ .fui-w-1\/4 {
1475
+ width: 25% !important;
1476
+ }
1477
+
1478
+ .fui-w-1\/2 {
1479
+ width: 50% !important;
1480
+ }
1481
+
1482
+ .fui-w-3\/4 {
1483
+ width: 75% !important;
1484
+ }
1485
+
1486
+ .fui-w-4\/5 {
1487
+ width: 80% !important;
1488
+ }
1489
+
1490
+ .fui-w-full {
1491
+ width: 100% !important;
1492
+ }
1493
+
1494
+ .fui-w-auto {
1495
+ width: auto !important;
1496
+ }
1497
+
1498
+ .fui-h-1\/4 {
1499
+ height: 25% !important;
1500
+ }
1501
+
1502
+ .fui-h-1\/2 {
1503
+ height: 50% !important;
1504
+ }
1505
+
1506
+ .fui-h-3\/4 {
1507
+ height: 75% !important;
1508
+ }
1509
+
1510
+ .fui-h-full {
1511
+ height: 100% !important;
1512
+ }
1513
+
1514
+ .fui-h-auto {
1515
+ height: auto !important;
1516
+ }
1517
+
1518
+ .fui-max-w-full {
1519
+ max-width: 100% !important;
1520
+ }
1521
+
1522
+ .fui-max-h-full {
1523
+ max-height: 100% !important;
1524
+ }
1525
+
1526
+ .fui-min-w-screen {
1527
+ min-width: 100vw !important;
1528
+ }
1529
+
1530
+ .fui-min-h-screen {
1531
+ min-height: 100vh !important;
1532
+ }
1533
+
1534
+ .fui-w-screen {
1535
+ width: 100vw !important;
1536
+ }
1537
+
1538
+ .fui-h-screen {
1539
+ height: 100vh !important;
1540
+ }
1541
+
1542
+ .fui-flex-2 {
1543
+ flex: 2;
1544
+ }
1545
+
1546
+ @media (min-width: 640px) {
1547
+ .sm\:fui-hidden {
1548
+ display: none !important;
1549
+ }
1550
+ .sm\:fui-inline {
1551
+ display: inline !important;
1552
+ }
1553
+ .sm\:fui-inline-block {
1554
+ display: inline-block !important;
1555
+ }
1556
+ .sm\:fui-block {
1557
+ display: block !important;
1558
+ }
1559
+ .sm\:fui-grid {
1560
+ display: grid !important;
1561
+ }
1562
+ .sm\:fui-table {
1563
+ display: table !important;
1564
+ }
1565
+ .sm\:fui-table-row {
1566
+ display: table-row !important;
1567
+ }
1568
+ .sm\:fui-table-cell {
1569
+ display: table-cell !important;
1570
+ }
1571
+ .sm\:fui-flex {
1572
+ display: flex !important;
1573
+ }
1574
+ .sm\:fui-inline-flex {
1575
+ display: inline-flex !important;
1576
+ }
1577
+ .sm\:fui-m-0 {
1578
+ margin: 0 !important;
1579
+ }
1580
+ .sm\:fui-mt-0,
1581
+ .sm\:fui-my-0 {
1582
+ margin-top: 0 !important;
1583
+ }
1584
+ .sm\:fui-mr-0,
1585
+ .sm\:fui-mx-0 {
1586
+ margin-right: 0 !important;
1587
+ }
1588
+ .sm\:fui-mb-0,
1589
+ .sm\:fui-my-0 {
1590
+ margin-bottom: 0 !important;
1591
+ }
1592
+ .sm\:fui-ml-0,
1593
+ .sm\:fui-mx-0 {
1594
+ margin-left: 0 !important;
1595
+ }
1596
+ .sm\:fui-m-1 {
1597
+ margin: 0.125rem !important;
1598
+ }
1599
+ .sm\:fui-mt-1,
1600
+ .sm\:fui-my-1 {
1601
+ margin-top: 0.125rem !important;
1602
+ }
1603
+ .sm\:fui-mr-1,
1604
+ .sm\:fui-mx-1 {
1605
+ margin-right: 0.125rem !important;
1606
+ }
1607
+ .sm\:fui-mb-1,
1608
+ .sm\:fui-my-1 {
1609
+ margin-bottom: 0.125rem !important;
1610
+ }
1611
+ .sm\:fui-ml-1,
1612
+ .sm\:fui-mx-1 {
1613
+ margin-left: 0.125rem !important;
1614
+ }
1615
+ .sm\:fui-m-2 {
1616
+ margin: 0.25rem !important;
1617
+ }
1618
+ .sm\:fui-mt-2,
1619
+ .sm\:fui-my-2 {
1620
+ margin-top: 0.25rem !important;
1621
+ }
1622
+ .sm\:fui-mr-2,
1623
+ .sm\:fui-mx-2 {
1624
+ margin-right: 0.25rem !important;
1625
+ }
1626
+ .sm\:fui-mb-2,
1627
+ .sm\:fui-my-2 {
1628
+ margin-bottom: 0.25rem !important;
1629
+ }
1630
+ .sm\:fui-ml-2,
1631
+ .sm\:fui-mx-2 {
1632
+ margin-left: 0.25rem !important;
1633
+ }
1634
+ .sm\:fui-m-3 {
1635
+ margin: 0.375rem !important;
1636
+ }
1637
+ .sm\:fui-mt-3,
1638
+ .sm\:fui-my-3 {
1639
+ margin-top: 0.375rem !important;
1640
+ }
1641
+ .sm\:fui-mr-3,
1642
+ .sm\:fui-mx-3 {
1643
+ margin-right: 0.375rem !important;
1644
+ }
1645
+ .sm\:fui-mb-3,
1646
+ .sm\:fui-my-3 {
1647
+ margin-bottom: 0.375rem !important;
1648
+ }
1649
+ .sm\:fui-ml-3,
1650
+ .sm\:fui-mx-3 {
1651
+ margin-left: 0.375rem !important;
1652
+ }
1653
+ .sm\:fui-m-4 {
1654
+ margin: 0.5rem !important;
1655
+ }
1656
+ .sm\:fui-mt-4,
1657
+ .sm\:fui-my-4 {
1658
+ margin-top: 0.5rem !important;
1659
+ }
1660
+ .sm\:fui-mr-4,
1661
+ .sm\:fui-mx-4 {
1662
+ margin-right: 0.5rem !important;
1663
+ }
1664
+ .sm\:fui-mb-4,
1665
+ .sm\:fui-my-4 {
1666
+ margin-bottom: 0.5rem !important;
1667
+ }
1668
+ .sm\:fui-ml-4,
1669
+ .sm\:fui-mx-4 {
1670
+ margin-left: 0.5rem !important;
1671
+ }
1672
+ .sm\:fui-m-5 {
1673
+ margin: 0.625rem !important;
1674
+ }
1675
+ .sm\:fui-mt-5,
1676
+ .sm\:fui-my-5 {
1677
+ margin-top: 0.625rem !important;
1678
+ }
1679
+ .sm\:fui-mr-5,
1680
+ .sm\:fui-mx-5 {
1681
+ margin-right: 0.625rem !important;
1682
+ }
1683
+ .sm\:fui-mb-5,
1684
+ .sm\:fui-my-5 {
1685
+ margin-bottom: 0.625rem !important;
1686
+ }
1687
+ .sm\:fui-ml-5,
1688
+ .sm\:fui-mx-5 {
1689
+ margin-left: 0.625rem !important;
1690
+ }
1691
+ .sm\:fui-m-6 {
1692
+ margin: 0.75rem !important;
1693
+ }
1694
+ .sm\:fui-mt-6,
1695
+ .sm\:fui-my-6 {
1696
+ margin-top: 0.75rem !important;
1697
+ }
1698
+ .sm\:fui-mr-6,
1699
+ .sm\:fui-mx-6 {
1700
+ margin-right: 0.75rem !important;
1701
+ }
1702
+ .sm\:fui-mb-6,
1703
+ .sm\:fui-my-6 {
1704
+ margin-bottom: 0.75rem !important;
1705
+ }
1706
+ .sm\:fui-ml-6,
1707
+ .sm\:fui-mx-6 {
1708
+ margin-left: 0.75rem !important;
1709
+ }
1710
+ .sm\:fui-m-7 {
1711
+ margin: 1rem !important;
1712
+ }
1713
+ .sm\:fui-mt-7,
1714
+ .sm\:fui-my-7 {
1715
+ margin-top: 1rem !important;
1716
+ }
1717
+ .sm\:fui-mr-7,
1718
+ .sm\:fui-mx-7 {
1719
+ margin-right: 1rem !important;
1720
+ }
1721
+ .sm\:fui-mb-7,
1722
+ .sm\:fui-my-7 {
1723
+ margin-bottom: 1rem !important;
1724
+ }
1725
+ .sm\:fui-ml-7,
1726
+ .sm\:fui-mx-7 {
1727
+ margin-left: 1rem !important;
1728
+ }
1729
+ .sm\:fui-m-8 {
1730
+ margin: 1.25rem !important;
1731
+ }
1732
+ .sm\:fui-mt-8,
1733
+ .sm\:fui-my-8 {
1734
+ margin-top: 1.25rem !important;
1735
+ }
1736
+ .sm\:fui-mr-8,
1737
+ .sm\:fui-mx-8 {
1738
+ margin-right: 1.25rem !important;
1739
+ }
1740
+ .sm\:fui-mb-8,
1741
+ .sm\:fui-my-8 {
1742
+ margin-bottom: 1.25rem !important;
1743
+ }
1744
+ .sm\:fui-ml-8,
1745
+ .sm\:fui-mx-8 {
1746
+ margin-left: 1.25rem !important;
1747
+ }
1748
+ .sm\:fui-m-9 {
1749
+ margin: 1.5rem !important;
1750
+ }
1751
+ .sm\:fui-mt-9,
1752
+ .sm\:fui-my-9 {
1753
+ margin-top: 1.5rem !important;
1754
+ }
1755
+ .sm\:fui-mr-9,
1756
+ .sm\:fui-mx-9 {
1757
+ margin-right: 1.5rem !important;
1758
+ }
1759
+ .sm\:fui-mb-9,
1760
+ .sm\:fui-my-9 {
1761
+ margin-bottom: 1.5rem !important;
1762
+ }
1763
+ .sm\:fui-ml-9,
1764
+ .sm\:fui-mx-9 {
1765
+ margin-left: 1.5rem !important;
1766
+ }
1767
+ .sm\:fui-m-10 {
1768
+ margin: 1.75rem !important;
1769
+ }
1770
+ .sm\:fui-mt-10,
1771
+ .sm\:fui-my-10 {
1772
+ margin-top: 1.75rem !important;
1773
+ }
1774
+ .sm\:fui-mr-10,
1775
+ .sm\:fui-mx-10 {
1776
+ margin-right: 1.75rem !important;
1777
+ }
1778
+ .sm\:fui-mb-10,
1779
+ .sm\:fui-my-10 {
1780
+ margin-bottom: 1.75rem !important;
1781
+ }
1782
+ .sm\:fui-ml-10,
1783
+ .sm\:fui-mx-10 {
1784
+ margin-left: 1.75rem !important;
1785
+ }
1786
+ .sm\:fui-m-11 {
1787
+ margin: 2rem !important;
1788
+ }
1789
+ .sm\:fui-mt-11,
1790
+ .sm\:fui-my-11 {
1791
+ margin-top: 2rem !important;
1792
+ }
1793
+ .sm\:fui-mr-11,
1794
+ .sm\:fui-mx-11 {
1795
+ margin-right: 2rem !important;
1796
+ }
1797
+ .sm\:fui-mb-11,
1798
+ .sm\:fui-my-11 {
1799
+ margin-bottom: 2rem !important;
1800
+ }
1801
+ .sm\:fui-ml-11,
1802
+ .sm\:fui-mx-11 {
1803
+ margin-left: 2rem !important;
1804
+ }
1805
+ .sm\:fui-m-12 {
1806
+ margin: 2.5rem !important;
1807
+ }
1808
+ .sm\:fui-mt-12,
1809
+ .sm\:fui-my-12 {
1810
+ margin-top: 2.5rem !important;
1811
+ }
1812
+ .sm\:fui-mr-12,
1813
+ .sm\:fui-mx-12 {
1814
+ margin-right: 2.5rem !important;
1815
+ }
1816
+ .sm\:fui-mb-12,
1817
+ .sm\:fui-my-12 {
1818
+ margin-bottom: 2.5rem !important;
1819
+ }
1820
+ .sm\:fui-ml-12,
1821
+ .sm\:fui-mx-12 {
1822
+ margin-left: 2.5rem !important;
1823
+ }
1824
+ .sm\:fui-m-13 {
1825
+ margin: 3rem !important;
1826
+ }
1827
+ .sm\:fui-mt-13,
1828
+ .sm\:fui-my-13 {
1829
+ margin-top: 3rem !important;
1830
+ }
1831
+ .sm\:fui-mr-13,
1832
+ .sm\:fui-mx-13 {
1833
+ margin-right: 3rem !important;
1834
+ }
1835
+ .sm\:fui-mb-13,
1836
+ .sm\:fui-my-13 {
1837
+ margin-bottom: 3rem !important;
1838
+ }
1839
+ .sm\:fui-ml-13,
1840
+ .sm\:fui-mx-13 {
1841
+ margin-left: 3rem !important;
1842
+ }
1843
+ .sm\:fui-m-auto {
1844
+ margin: auto !important;
1845
+ }
1846
+ .sm\:fui-mt-auto,
1847
+ .sm\:fui-my-auto {
1848
+ margin-top: auto !important;
1849
+ }
1850
+ .sm\:fui-mr-auto,
1851
+ .sm\:fui-mx-auto {
1852
+ margin-right: auto !important;
1853
+ }
1854
+ .sm\:fui-mb-auto,
1855
+ .sm\:fui-my-auto {
1856
+ margin-bottom: auto !important;
1857
+ }
1858
+ .sm\:fui-ml-auto,
1859
+ .sm\:fui-mx-auto {
1860
+ margin-left: auto !important;
1861
+ }
1862
+ .sm\:fui-p-0 {
1863
+ padding: 0 !important;
1864
+ }
1865
+ .sm\:fui-pt-0,
1866
+ .sm\:fui-py-0 {
1867
+ padding-top: 0 !important;
1868
+ }
1869
+ .sm\:fui-pr-0,
1870
+ .sm\:fui-px-0 {
1871
+ padding-right: 0 !important;
1872
+ }
1873
+ .sm\:fui-pb-0,
1874
+ .sm\:fui-py-0 {
1875
+ padding-bottom: 0 !important;
1876
+ }
1877
+ .sm\:fui-pl-0,
1878
+ .sm\:fui-px-0 {
1879
+ padding-left: 0 !important;
1880
+ }
1881
+ .sm\:fui-p-1 {
1882
+ padding: 0.125rem !important;
1883
+ }
1884
+ .sm\:fui-pt-1,
1885
+ .sm\:fui-py-1 {
1886
+ padding-top: 0.125rem !important;
1887
+ }
1888
+ .sm\:fui-pr-1,
1889
+ .sm\:fui-px-1 {
1890
+ padding-right: 0.125rem !important;
1891
+ }
1892
+ .sm\:fui-pb-1,
1893
+ .sm\:fui-py-1 {
1894
+ padding-bottom: 0.125rem !important;
1895
+ }
1896
+ .sm\:fui-pl-1,
1897
+ .sm\:fui-px-1 {
1898
+ padding-left: 0.125rem !important;
1899
+ }
1900
+ .sm\:fui-p-2 {
1901
+ padding: 0.25rem !important;
1902
+ }
1903
+ .sm\:fui-pt-2,
1904
+ .sm\:fui-py-2 {
1905
+ padding-top: 0.25rem !important;
1906
+ }
1907
+ .sm\:fui-pr-2,
1908
+ .sm\:fui-px-2 {
1909
+ padding-right: 0.25rem !important;
1910
+ }
1911
+ .sm\:fui-pb-2,
1912
+ .sm\:fui-py-2 {
1913
+ padding-bottom: 0.25rem !important;
1914
+ }
1915
+ .sm\:fui-pl-2,
1916
+ .sm\:fui-px-2 {
1917
+ padding-left: 0.25rem !important;
1918
+ }
1919
+ .sm\:fui-p-3 {
1920
+ padding: 0.375rem !important;
1921
+ }
1922
+ .sm\:fui-pt-3,
1923
+ .sm\:fui-py-3 {
1924
+ padding-top: 0.375rem !important;
1925
+ }
1926
+ .sm\:fui-pr-3,
1927
+ .sm\:fui-px-3 {
1928
+ padding-right: 0.375rem !important;
1929
+ }
1930
+ .sm\:fui-pb-3,
1931
+ .sm\:fui-py-3 {
1932
+ padding-bottom: 0.375rem !important;
1933
+ }
1934
+ .sm\:fui-pl-3,
1935
+ .sm\:fui-px-3 {
1936
+ padding-left: 0.375rem !important;
1937
+ }
1938
+ .sm\:fui-p-4 {
1939
+ padding: 0.5rem !important;
1940
+ }
1941
+ .sm\:fui-pt-4,
1942
+ .sm\:fui-py-4 {
1943
+ padding-top: 0.5rem !important;
1944
+ }
1945
+ .sm\:fui-pr-4,
1946
+ .sm\:fui-px-4 {
1947
+ padding-right: 0.5rem !important;
1948
+ }
1949
+ .sm\:fui-pb-4,
1950
+ .sm\:fui-py-4 {
1951
+ padding-bottom: 0.5rem !important;
1952
+ }
1953
+ .sm\:fui-pl-4,
1954
+ .sm\:fui-px-4 {
1955
+ padding-left: 0.5rem !important;
1956
+ }
1957
+ .sm\:fui-p-5 {
1958
+ padding: 0.625rem !important;
1959
+ }
1960
+ .sm\:fui-pt-5,
1961
+ .sm\:fui-py-5 {
1962
+ padding-top: 0.625rem !important;
1963
+ }
1964
+ .sm\:fui-pr-5,
1965
+ .sm\:fui-px-5 {
1966
+ padding-right: 0.625rem !important;
1967
+ }
1968
+ .sm\:fui-pb-5,
1969
+ .sm\:fui-py-5 {
1970
+ padding-bottom: 0.625rem !important;
1971
+ }
1972
+ .sm\:fui-pl-5,
1973
+ .sm\:fui-px-5 {
1974
+ padding-left: 0.625rem !important;
1975
+ }
1976
+ .sm\:fui-p-6 {
1977
+ padding: 0.75rem !important;
1978
+ }
1979
+ .sm\:fui-pt-6,
1980
+ .sm\:fui-py-6 {
1981
+ padding-top: 0.75rem !important;
1982
+ }
1983
+ .sm\:fui-pr-6,
1984
+ .sm\:fui-px-6 {
1985
+ padding-right: 0.75rem !important;
1986
+ }
1987
+ .sm\:fui-pb-6,
1988
+ .sm\:fui-py-6 {
1989
+ padding-bottom: 0.75rem !important;
1990
+ }
1991
+ .sm\:fui-pl-6,
1992
+ .sm\:fui-px-6 {
1993
+ padding-left: 0.75rem !important;
1994
+ }
1995
+ .sm\:fui-p-7 {
1996
+ padding: 1rem !important;
1997
+ }
1998
+ .sm\:fui-pt-7,
1999
+ .sm\:fui-py-7 {
2000
+ padding-top: 1rem !important;
2001
+ }
2002
+ .sm\:fui-pr-7,
2003
+ .sm\:fui-px-7 {
2004
+ padding-right: 1rem !important;
2005
+ }
2006
+ .sm\:fui-pb-7,
2007
+ .sm\:fui-py-7 {
2008
+ padding-bottom: 1rem !important;
2009
+ }
2010
+ .sm\:fui-pl-7,
2011
+ .sm\:fui-px-7 {
2012
+ padding-left: 1rem !important;
2013
+ }
2014
+ .sm\:fui-p-8 {
2015
+ padding: 1.25rem !important;
2016
+ }
2017
+ .sm\:fui-pt-8,
2018
+ .sm\:fui-py-8 {
2019
+ padding-top: 1.25rem !important;
2020
+ }
2021
+ .sm\:fui-pr-8,
2022
+ .sm\:fui-px-8 {
2023
+ padding-right: 1.25rem !important;
2024
+ }
2025
+ .sm\:fui-pb-8,
2026
+ .sm\:fui-py-8 {
2027
+ padding-bottom: 1.25rem !important;
2028
+ }
2029
+ .sm\:fui-pl-8,
2030
+ .sm\:fui-px-8 {
2031
+ padding-left: 1.25rem !important;
2032
+ }
2033
+ .sm\:fui-p-9 {
2034
+ padding: 1.5rem !important;
2035
+ }
2036
+ .sm\:fui-pt-9,
2037
+ .sm\:fui-py-9 {
2038
+ padding-top: 1.5rem !important;
2039
+ }
2040
+ .sm\:fui-pr-9,
2041
+ .sm\:fui-px-9 {
2042
+ padding-right: 1.5rem !important;
2043
+ }
2044
+ .sm\:fui-pb-9,
2045
+ .sm\:fui-py-9 {
2046
+ padding-bottom: 1.5rem !important;
2047
+ }
2048
+ .sm\:fui-pl-9,
2049
+ .sm\:fui-px-9 {
2050
+ padding-left: 1.5rem !important;
2051
+ }
2052
+ .sm\:fui-p-10 {
2053
+ padding: 1.75rem !important;
2054
+ }
2055
+ .sm\:fui-pt-10,
2056
+ .sm\:fui-py-10 {
2057
+ padding-top: 1.75rem !important;
2058
+ }
2059
+ .sm\:fui-pr-10,
2060
+ .sm\:fui-px-10 {
2061
+ padding-right: 1.75rem !important;
2062
+ }
2063
+ .sm\:fui-pb-10,
2064
+ .sm\:fui-py-10 {
2065
+ padding-bottom: 1.75rem !important;
2066
+ }
2067
+ .sm\:fui-pl-10,
2068
+ .sm\:fui-px-10 {
2069
+ padding-left: 1.75rem !important;
2070
+ }
2071
+ .sm\:fui-p-11 {
2072
+ padding: 2rem !important;
2073
+ }
2074
+ .sm\:fui-pt-11,
2075
+ .sm\:fui-py-11 {
2076
+ padding-top: 2rem !important;
2077
+ }
2078
+ .sm\:fui-pr-11,
2079
+ .sm\:fui-px-11 {
2080
+ padding-right: 2rem !important;
2081
+ }
2082
+ .sm\:fui-pb-11,
2083
+ .sm\:fui-py-11 {
2084
+ padding-bottom: 2rem !important;
2085
+ }
2086
+ .sm\:fui-pl-11,
2087
+ .sm\:fui-px-11 {
2088
+ padding-left: 2rem !important;
2089
+ }
2090
+ .sm\:fui-p-12 {
2091
+ padding: 2.5rem !important;
2092
+ }
2093
+ .sm\:fui-pt-12,
2094
+ .sm\:fui-py-12 {
2095
+ padding-top: 2.5rem !important;
2096
+ }
2097
+ .sm\:fui-pr-12,
2098
+ .sm\:fui-px-12 {
2099
+ padding-right: 2.5rem !important;
2100
+ }
2101
+ .sm\:fui-pb-12,
2102
+ .sm\:fui-py-12 {
2103
+ padding-bottom: 2.5rem !important;
2104
+ }
2105
+ .sm\:fui-pl-12,
2106
+ .sm\:fui-px-12 {
2107
+ padding-left: 2.5rem !important;
2108
+ }
2109
+ .sm\:fui-p-13 {
2110
+ padding: 3rem !important;
2111
+ }
2112
+ .sm\:fui-pt-13,
2113
+ .sm\:fui-py-13 {
2114
+ padding-top: 3rem !important;
2115
+ }
2116
+ .sm\:fui-pr-13,
2117
+ .sm\:fui-px-13 {
2118
+ padding-right: 3rem !important;
2119
+ }
2120
+ .sm\:fui-pb-13,
2121
+ .sm\:fui-py-13 {
2122
+ padding-bottom: 3rem !important;
2123
+ }
2124
+ .sm\:fui-pl-13,
2125
+ .sm\:fui-px-13 {
2126
+ padding-left: 3rem !important;
2127
+ }
2128
+ .sm\:fui-p-auto {
2129
+ padding: auto !important;
2130
+ }
2131
+ .sm\:fui-pt-auto,
2132
+ .sm\:fui-py-auto {
2133
+ padding-top: auto !important;
2134
+ }
2135
+ .sm\:fui-pr-auto,
2136
+ .sm\:fui-px-auto {
2137
+ padding-right: auto !important;
2138
+ }
2139
+ .sm\:fui-pb-auto,
2140
+ .sm\:fui-py-auto {
2141
+ padding-bottom: auto !important;
2142
+ }
2143
+ .sm\:fui-pl-auto,
2144
+ .sm\:fui-px-auto {
2145
+ padding-left: auto !important;
2146
+ }
2147
+ .sm\:fui-text-left {
2148
+ text-align: left !important;
2149
+ }
2150
+ .sm\:fui-text-right {
2151
+ text-align: right !important;
2152
+ }
2153
+ .sm\:fui-text-center {
2154
+ text-align: center !important;
2155
+ }
2156
+ .sm\:fui-text-justify {
2157
+ text-align: justify !important;
2158
+ }
2159
+ .sm\:fui-grid-cols-1 {
2160
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
2161
+ }
2162
+ .sm\:fui-grid-cols-2 {
2163
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
2164
+ }
2165
+ .sm\:fui-grid-cols-3 {
2166
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
2167
+ }
2168
+ .sm\:fui-grid-cols-4 {
2169
+ grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
2170
+ }
2171
+ .sm\:fui-grid-cols-5 {
2172
+ grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
2173
+ }
2174
+ .sm\:fui-grid-cols-6 {
2175
+ grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
2176
+ }
2177
+ .sm\:fui-grid-cols-7 {
2178
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
2179
+ }
2180
+ .sm\:fui-grid-cols-8 {
2181
+ grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
2182
+ }
2183
+ .sm\:fui-grid-cols-9 {
2184
+ grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
2185
+ }
2186
+ .sm\:fui-grid-cols-10 {
2187
+ grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
2188
+ }
2189
+ .sm\:fui-grid-cols-11 {
2190
+ grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
2191
+ }
2192
+ .sm\:fui-grid-cols-12 {
2193
+ grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
2194
+ }
2195
+ }
2196
+ @media (min-width: 768px) {
2197
+ .md\:fui-hidden {
2198
+ display: none !important;
2199
+ }
2200
+ .md\:fui-inline {
2201
+ display: inline !important;
2202
+ }
2203
+ .md\:fui-inline-block {
2204
+ display: inline-block !important;
2205
+ }
2206
+ .md\:fui-block {
2207
+ display: block !important;
2208
+ }
2209
+ .md\:fui-grid {
2210
+ display: grid !important;
2211
+ }
2212
+ .md\:fui-table {
2213
+ display: table !important;
2214
+ }
2215
+ .md\:fui-table-row {
2216
+ display: table-row !important;
2217
+ }
2218
+ .md\:fui-table-cell {
2219
+ display: table-cell !important;
2220
+ }
2221
+ .md\:fui-flex {
2222
+ display: flex !important;
2223
+ }
2224
+ .md\:fui-inline-flex {
2225
+ display: inline-flex !important;
2226
+ }
2227
+ .md\:fui-m-0 {
2228
+ margin: 0 !important;
2229
+ }
2230
+ .md\:fui-mt-0,
2231
+ .md\:fui-my-0 {
2232
+ margin-top: 0 !important;
2233
+ }
2234
+ .md\:fui-mr-0,
2235
+ .md\:fui-mx-0 {
2236
+ margin-right: 0 !important;
2237
+ }
2238
+ .md\:fui-mb-0,
2239
+ .md\:fui-my-0 {
2240
+ margin-bottom: 0 !important;
2241
+ }
2242
+ .md\:fui-ml-0,
2243
+ .md\:fui-mx-0 {
2244
+ margin-left: 0 !important;
2245
+ }
2246
+ .md\:fui-m-1 {
2247
+ margin: 0.125rem !important;
2248
+ }
2249
+ .md\:fui-mt-1,
2250
+ .md\:fui-my-1 {
2251
+ margin-top: 0.125rem !important;
2252
+ }
2253
+ .md\:fui-mr-1,
2254
+ .md\:fui-mx-1 {
2255
+ margin-right: 0.125rem !important;
2256
+ }
2257
+ .md\:fui-mb-1,
2258
+ .md\:fui-my-1 {
2259
+ margin-bottom: 0.125rem !important;
2260
+ }
2261
+ .md\:fui-ml-1,
2262
+ .md\:fui-mx-1 {
2263
+ margin-left: 0.125rem !important;
2264
+ }
2265
+ .md\:fui-m-2 {
2266
+ margin: 0.25rem !important;
2267
+ }
2268
+ .md\:fui-mt-2,
2269
+ .md\:fui-my-2 {
2270
+ margin-top: 0.25rem !important;
2271
+ }
2272
+ .md\:fui-mr-2,
2273
+ .md\:fui-mx-2 {
2274
+ margin-right: 0.25rem !important;
2275
+ }
2276
+ .md\:fui-mb-2,
2277
+ .md\:fui-my-2 {
2278
+ margin-bottom: 0.25rem !important;
2279
+ }
2280
+ .md\:fui-ml-2,
2281
+ .md\:fui-mx-2 {
2282
+ margin-left: 0.25rem !important;
2283
+ }
2284
+ .md\:fui-m-3 {
2285
+ margin: 0.375rem !important;
2286
+ }
2287
+ .md\:fui-mt-3,
2288
+ .md\:fui-my-3 {
2289
+ margin-top: 0.375rem !important;
2290
+ }
2291
+ .md\:fui-mr-3,
2292
+ .md\:fui-mx-3 {
2293
+ margin-right: 0.375rem !important;
2294
+ }
2295
+ .md\:fui-mb-3,
2296
+ .md\:fui-my-3 {
2297
+ margin-bottom: 0.375rem !important;
2298
+ }
2299
+ .md\:fui-ml-3,
2300
+ .md\:fui-mx-3 {
2301
+ margin-left: 0.375rem !important;
2302
+ }
2303
+ .md\:fui-m-4 {
2304
+ margin: 0.5rem !important;
2305
+ }
2306
+ .md\:fui-mt-4,
2307
+ .md\:fui-my-4 {
2308
+ margin-top: 0.5rem !important;
2309
+ }
2310
+ .md\:fui-mr-4,
2311
+ .md\:fui-mx-4 {
2312
+ margin-right: 0.5rem !important;
2313
+ }
2314
+ .md\:fui-mb-4,
2315
+ .md\:fui-my-4 {
2316
+ margin-bottom: 0.5rem !important;
2317
+ }
2318
+ .md\:fui-ml-4,
2319
+ .md\:fui-mx-4 {
2320
+ margin-left: 0.5rem !important;
2321
+ }
2322
+ .md\:fui-m-5 {
2323
+ margin: 0.625rem !important;
2324
+ }
2325
+ .md\:fui-mt-5,
2326
+ .md\:fui-my-5 {
2327
+ margin-top: 0.625rem !important;
2328
+ }
2329
+ .md\:fui-mr-5,
2330
+ .md\:fui-mx-5 {
2331
+ margin-right: 0.625rem !important;
2332
+ }
2333
+ .md\:fui-mb-5,
2334
+ .md\:fui-my-5 {
2335
+ margin-bottom: 0.625rem !important;
2336
+ }
2337
+ .md\:fui-ml-5,
2338
+ .md\:fui-mx-5 {
2339
+ margin-left: 0.625rem !important;
2340
+ }
2341
+ .md\:fui-m-6 {
2342
+ margin: 0.75rem !important;
2343
+ }
2344
+ .md\:fui-mt-6,
2345
+ .md\:fui-my-6 {
2346
+ margin-top: 0.75rem !important;
2347
+ }
2348
+ .md\:fui-mr-6,
2349
+ .md\:fui-mx-6 {
2350
+ margin-right: 0.75rem !important;
2351
+ }
2352
+ .md\:fui-mb-6,
2353
+ .md\:fui-my-6 {
2354
+ margin-bottom: 0.75rem !important;
2355
+ }
2356
+ .md\:fui-ml-6,
2357
+ .md\:fui-mx-6 {
2358
+ margin-left: 0.75rem !important;
2359
+ }
2360
+ .md\:fui-m-7 {
2361
+ margin: 1rem !important;
2362
+ }
2363
+ .md\:fui-mt-7,
2364
+ .md\:fui-my-7 {
2365
+ margin-top: 1rem !important;
2366
+ }
2367
+ .md\:fui-mr-7,
2368
+ .md\:fui-mx-7 {
2369
+ margin-right: 1rem !important;
2370
+ }
2371
+ .md\:fui-mb-7,
2372
+ .md\:fui-my-7 {
2373
+ margin-bottom: 1rem !important;
2374
+ }
2375
+ .md\:fui-ml-7,
2376
+ .md\:fui-mx-7 {
2377
+ margin-left: 1rem !important;
2378
+ }
2379
+ .md\:fui-m-8 {
2380
+ margin: 1.25rem !important;
2381
+ }
2382
+ .md\:fui-mt-8,
2383
+ .md\:fui-my-8 {
2384
+ margin-top: 1.25rem !important;
2385
+ }
2386
+ .md\:fui-mr-8,
2387
+ .md\:fui-mx-8 {
2388
+ margin-right: 1.25rem !important;
2389
+ }
2390
+ .md\:fui-mb-8,
2391
+ .md\:fui-my-8 {
2392
+ margin-bottom: 1.25rem !important;
2393
+ }
2394
+ .md\:fui-ml-8,
2395
+ .md\:fui-mx-8 {
2396
+ margin-left: 1.25rem !important;
2397
+ }
2398
+ .md\:fui-m-9 {
2399
+ margin: 1.5rem !important;
2400
+ }
2401
+ .md\:fui-mt-9,
2402
+ .md\:fui-my-9 {
2403
+ margin-top: 1.5rem !important;
2404
+ }
2405
+ .md\:fui-mr-9,
2406
+ .md\:fui-mx-9 {
2407
+ margin-right: 1.5rem !important;
2408
+ }
2409
+ .md\:fui-mb-9,
2410
+ .md\:fui-my-9 {
2411
+ margin-bottom: 1.5rem !important;
2412
+ }
2413
+ .md\:fui-ml-9,
2414
+ .md\:fui-mx-9 {
2415
+ margin-left: 1.5rem !important;
2416
+ }
2417
+ .md\:fui-m-10 {
2418
+ margin: 1.75rem !important;
2419
+ }
2420
+ .md\:fui-mt-10,
2421
+ .md\:fui-my-10 {
2422
+ margin-top: 1.75rem !important;
2423
+ }
2424
+ .md\:fui-mr-10,
2425
+ .md\:fui-mx-10 {
2426
+ margin-right: 1.75rem !important;
2427
+ }
2428
+ .md\:fui-mb-10,
2429
+ .md\:fui-my-10 {
2430
+ margin-bottom: 1.75rem !important;
2431
+ }
2432
+ .md\:fui-ml-10,
2433
+ .md\:fui-mx-10 {
2434
+ margin-left: 1.75rem !important;
2435
+ }
2436
+ .md\:fui-m-11 {
2437
+ margin: 2rem !important;
2438
+ }
2439
+ .md\:fui-mt-11,
2440
+ .md\:fui-my-11 {
2441
+ margin-top: 2rem !important;
2442
+ }
2443
+ .md\:fui-mr-11,
2444
+ .md\:fui-mx-11 {
2445
+ margin-right: 2rem !important;
2446
+ }
2447
+ .md\:fui-mb-11,
2448
+ .md\:fui-my-11 {
2449
+ margin-bottom: 2rem !important;
2450
+ }
2451
+ .md\:fui-ml-11,
2452
+ .md\:fui-mx-11 {
2453
+ margin-left: 2rem !important;
2454
+ }
2455
+ .md\:fui-m-12 {
2456
+ margin: 2.5rem !important;
2457
+ }
2458
+ .md\:fui-mt-12,
2459
+ .md\:fui-my-12 {
2460
+ margin-top: 2.5rem !important;
2461
+ }
2462
+ .md\:fui-mr-12,
2463
+ .md\:fui-mx-12 {
2464
+ margin-right: 2.5rem !important;
2465
+ }
2466
+ .md\:fui-mb-12,
2467
+ .md\:fui-my-12 {
2468
+ margin-bottom: 2.5rem !important;
2469
+ }
2470
+ .md\:fui-ml-12,
2471
+ .md\:fui-mx-12 {
2472
+ margin-left: 2.5rem !important;
2473
+ }
2474
+ .md\:fui-m-13 {
2475
+ margin: 3rem !important;
2476
+ }
2477
+ .md\:fui-mt-13,
2478
+ .md\:fui-my-13 {
2479
+ margin-top: 3rem !important;
2480
+ }
2481
+ .md\:fui-mr-13,
2482
+ .md\:fui-mx-13 {
2483
+ margin-right: 3rem !important;
2484
+ }
2485
+ .md\:fui-mb-13,
2486
+ .md\:fui-my-13 {
2487
+ margin-bottom: 3rem !important;
2488
+ }
2489
+ .md\:fui-ml-13,
2490
+ .md\:fui-mx-13 {
2491
+ margin-left: 3rem !important;
2492
+ }
2493
+ .md\:fui-m-auto {
2494
+ margin: auto !important;
2495
+ }
2496
+ .md\:fui-mt-auto,
2497
+ .md\:fui-my-auto {
2498
+ margin-top: auto !important;
2499
+ }
2500
+ .md\:fui-mr-auto,
2501
+ .md\:fui-mx-auto {
2502
+ margin-right: auto !important;
2503
+ }
2504
+ .md\:fui-mb-auto,
2505
+ .md\:fui-my-auto {
2506
+ margin-bottom: auto !important;
2507
+ }
2508
+ .md\:fui-ml-auto,
2509
+ .md\:fui-mx-auto {
2510
+ margin-left: auto !important;
2511
+ }
2512
+ .md\:fui-p-0 {
2513
+ padding: 0 !important;
2514
+ }
2515
+ .md\:fui-pt-0,
2516
+ .md\:fui-py-0 {
2517
+ padding-top: 0 !important;
2518
+ }
2519
+ .md\:fui-pr-0,
2520
+ .md\:fui-px-0 {
2521
+ padding-right: 0 !important;
2522
+ }
2523
+ .md\:fui-pb-0,
2524
+ .md\:fui-py-0 {
2525
+ padding-bottom: 0 !important;
2526
+ }
2527
+ .md\:fui-pl-0,
2528
+ .md\:fui-px-0 {
2529
+ padding-left: 0 !important;
2530
+ }
2531
+ .md\:fui-p-1 {
2532
+ padding: 0.125rem !important;
2533
+ }
2534
+ .md\:fui-pt-1,
2535
+ .md\:fui-py-1 {
2536
+ padding-top: 0.125rem !important;
2537
+ }
2538
+ .md\:fui-pr-1,
2539
+ .md\:fui-px-1 {
2540
+ padding-right: 0.125rem !important;
2541
+ }
2542
+ .md\:fui-pb-1,
2543
+ .md\:fui-py-1 {
2544
+ padding-bottom: 0.125rem !important;
2545
+ }
2546
+ .md\:fui-pl-1,
2547
+ .md\:fui-px-1 {
2548
+ padding-left: 0.125rem !important;
2549
+ }
2550
+ .md\:fui-p-2 {
2551
+ padding: 0.25rem !important;
2552
+ }
2553
+ .md\:fui-pt-2,
2554
+ .md\:fui-py-2 {
2555
+ padding-top: 0.25rem !important;
2556
+ }
2557
+ .md\:fui-pr-2,
2558
+ .md\:fui-px-2 {
2559
+ padding-right: 0.25rem !important;
2560
+ }
2561
+ .md\:fui-pb-2,
2562
+ .md\:fui-py-2 {
2563
+ padding-bottom: 0.25rem !important;
2564
+ }
2565
+ .md\:fui-pl-2,
2566
+ .md\:fui-px-2 {
2567
+ padding-left: 0.25rem !important;
2568
+ }
2569
+ .md\:fui-p-3 {
2570
+ padding: 0.375rem !important;
2571
+ }
2572
+ .md\:fui-pt-3,
2573
+ .md\:fui-py-3 {
2574
+ padding-top: 0.375rem !important;
2575
+ }
2576
+ .md\:fui-pr-3,
2577
+ .md\:fui-px-3 {
2578
+ padding-right: 0.375rem !important;
2579
+ }
2580
+ .md\:fui-pb-3,
2581
+ .md\:fui-py-3 {
2582
+ padding-bottom: 0.375rem !important;
2583
+ }
2584
+ .md\:fui-pl-3,
2585
+ .md\:fui-px-3 {
2586
+ padding-left: 0.375rem !important;
2587
+ }
2588
+ .md\:fui-p-4 {
2589
+ padding: 0.5rem !important;
2590
+ }
2591
+ .md\:fui-pt-4,
2592
+ .md\:fui-py-4 {
2593
+ padding-top: 0.5rem !important;
2594
+ }
2595
+ .md\:fui-pr-4,
2596
+ .md\:fui-px-4 {
2597
+ padding-right: 0.5rem !important;
2598
+ }
2599
+ .md\:fui-pb-4,
2600
+ .md\:fui-py-4 {
2601
+ padding-bottom: 0.5rem !important;
2602
+ }
2603
+ .md\:fui-pl-4,
2604
+ .md\:fui-px-4 {
2605
+ padding-left: 0.5rem !important;
2606
+ }
2607
+ .md\:fui-p-5 {
2608
+ padding: 0.625rem !important;
2609
+ }
2610
+ .md\:fui-pt-5,
2611
+ .md\:fui-py-5 {
2612
+ padding-top: 0.625rem !important;
2613
+ }
2614
+ .md\:fui-pr-5,
2615
+ .md\:fui-px-5 {
2616
+ padding-right: 0.625rem !important;
2617
+ }
2618
+ .md\:fui-pb-5,
2619
+ .md\:fui-py-5 {
2620
+ padding-bottom: 0.625rem !important;
2621
+ }
2622
+ .md\:fui-pl-5,
2623
+ .md\:fui-px-5 {
2624
+ padding-left: 0.625rem !important;
2625
+ }
2626
+ .md\:fui-p-6 {
2627
+ padding: 0.75rem !important;
2628
+ }
2629
+ .md\:fui-pt-6,
2630
+ .md\:fui-py-6 {
2631
+ padding-top: 0.75rem !important;
2632
+ }
2633
+ .md\:fui-pr-6,
2634
+ .md\:fui-px-6 {
2635
+ padding-right: 0.75rem !important;
2636
+ }
2637
+ .md\:fui-pb-6,
2638
+ .md\:fui-py-6 {
2639
+ padding-bottom: 0.75rem !important;
2640
+ }
2641
+ .md\:fui-pl-6,
2642
+ .md\:fui-px-6 {
2643
+ padding-left: 0.75rem !important;
2644
+ }
2645
+ .md\:fui-p-7 {
2646
+ padding: 1rem !important;
2647
+ }
2648
+ .md\:fui-pt-7,
2649
+ .md\:fui-py-7 {
2650
+ padding-top: 1rem !important;
2651
+ }
2652
+ .md\:fui-pr-7,
2653
+ .md\:fui-px-7 {
2654
+ padding-right: 1rem !important;
2655
+ }
2656
+ .md\:fui-pb-7,
2657
+ .md\:fui-py-7 {
2658
+ padding-bottom: 1rem !important;
2659
+ }
2660
+ .md\:fui-pl-7,
2661
+ .md\:fui-px-7 {
2662
+ padding-left: 1rem !important;
2663
+ }
2664
+ .md\:fui-p-8 {
2665
+ padding: 1.25rem !important;
2666
+ }
2667
+ .md\:fui-pt-8,
2668
+ .md\:fui-py-8 {
2669
+ padding-top: 1.25rem !important;
2670
+ }
2671
+ .md\:fui-pr-8,
2672
+ .md\:fui-px-8 {
2673
+ padding-right: 1.25rem !important;
2674
+ }
2675
+ .md\:fui-pb-8,
2676
+ .md\:fui-py-8 {
2677
+ padding-bottom: 1.25rem !important;
2678
+ }
2679
+ .md\:fui-pl-8,
2680
+ .md\:fui-px-8 {
2681
+ padding-left: 1.25rem !important;
2682
+ }
2683
+ .md\:fui-p-9 {
2684
+ padding: 1.5rem !important;
2685
+ }
2686
+ .md\:fui-pt-9,
2687
+ .md\:fui-py-9 {
2688
+ padding-top: 1.5rem !important;
2689
+ }
2690
+ .md\:fui-pr-9,
2691
+ .md\:fui-px-9 {
2692
+ padding-right: 1.5rem !important;
2693
+ }
2694
+ .md\:fui-pb-9,
2695
+ .md\:fui-py-9 {
2696
+ padding-bottom: 1.5rem !important;
2697
+ }
2698
+ .md\:fui-pl-9,
2699
+ .md\:fui-px-9 {
2700
+ padding-left: 1.5rem !important;
2701
+ }
2702
+ .md\:fui-p-10 {
2703
+ padding: 1.75rem !important;
2704
+ }
2705
+ .md\:fui-pt-10,
2706
+ .md\:fui-py-10 {
2707
+ padding-top: 1.75rem !important;
2708
+ }
2709
+ .md\:fui-pr-10,
2710
+ .md\:fui-px-10 {
2711
+ padding-right: 1.75rem !important;
2712
+ }
2713
+ .md\:fui-pb-10,
2714
+ .md\:fui-py-10 {
2715
+ padding-bottom: 1.75rem !important;
2716
+ }
2717
+ .md\:fui-pl-10,
2718
+ .md\:fui-px-10 {
2719
+ padding-left: 1.75rem !important;
2720
+ }
2721
+ .md\:fui-p-11 {
2722
+ padding: 2rem !important;
2723
+ }
2724
+ .md\:fui-pt-11,
2725
+ .md\:fui-py-11 {
2726
+ padding-top: 2rem !important;
2727
+ }
2728
+ .md\:fui-pr-11,
2729
+ .md\:fui-px-11 {
2730
+ padding-right: 2rem !important;
2731
+ }
2732
+ .md\:fui-pb-11,
2733
+ .md\:fui-py-11 {
2734
+ padding-bottom: 2rem !important;
2735
+ }
2736
+ .md\:fui-pl-11,
2737
+ .md\:fui-px-11 {
2738
+ padding-left: 2rem !important;
2739
+ }
2740
+ .md\:fui-p-12 {
2741
+ padding: 2.5rem !important;
2742
+ }
2743
+ .md\:fui-pt-12,
2744
+ .md\:fui-py-12 {
2745
+ padding-top: 2.5rem !important;
2746
+ }
2747
+ .md\:fui-pr-12,
2748
+ .md\:fui-px-12 {
2749
+ padding-right: 2.5rem !important;
2750
+ }
2751
+ .md\:fui-pb-12,
2752
+ .md\:fui-py-12 {
2753
+ padding-bottom: 2.5rem !important;
2754
+ }
2755
+ .md\:fui-pl-12,
2756
+ .md\:fui-px-12 {
2757
+ padding-left: 2.5rem !important;
2758
+ }
2759
+ .md\:fui-p-13 {
2760
+ padding: 3rem !important;
2761
+ }
2762
+ .md\:fui-pt-13,
2763
+ .md\:fui-py-13 {
2764
+ padding-top: 3rem !important;
2765
+ }
2766
+ .md\:fui-pr-13,
2767
+ .md\:fui-px-13 {
2768
+ padding-right: 3rem !important;
2769
+ }
2770
+ .md\:fui-pb-13,
2771
+ .md\:fui-py-13 {
2772
+ padding-bottom: 3rem !important;
2773
+ }
2774
+ .md\:fui-pl-13,
2775
+ .md\:fui-px-13 {
2776
+ padding-left: 3rem !important;
2777
+ }
2778
+ .md\:fui-p-auto {
2779
+ padding: auto !important;
2780
+ }
2781
+ .md\:fui-pt-auto,
2782
+ .md\:fui-py-auto {
2783
+ padding-top: auto !important;
2784
+ }
2785
+ .md\:fui-pr-auto,
2786
+ .md\:fui-px-auto {
2787
+ padding-right: auto !important;
2788
+ }
2789
+ .md\:fui-pb-auto,
2790
+ .md\:fui-py-auto {
2791
+ padding-bottom: auto !important;
2792
+ }
2793
+ .md\:fui-pl-auto,
2794
+ .md\:fui-px-auto {
2795
+ padding-left: auto !important;
2796
+ }
2797
+ .md\:fui-text-left {
2798
+ text-align: left !important;
2799
+ }
2800
+ .md\:fui-text-right {
2801
+ text-align: right !important;
2802
+ }
2803
+ .md\:fui-text-center {
2804
+ text-align: center !important;
2805
+ }
2806
+ .md\:fui-text-justify {
2807
+ text-align: justify !important;
2808
+ }
2809
+ .md\:fui-grid-cols-1 {
2810
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
2811
+ }
2812
+ .md\:fui-grid-cols-2 {
2813
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
2814
+ }
2815
+ .md\:fui-grid-cols-3 {
2816
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
2817
+ }
2818
+ .md\:fui-grid-cols-4 {
2819
+ grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
2820
+ }
2821
+ .md\:fui-grid-cols-5 {
2822
+ grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
2823
+ }
2824
+ .md\:fui-grid-cols-6 {
2825
+ grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
2826
+ }
2827
+ .md\:fui-grid-cols-7 {
2828
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
2829
+ }
2830
+ .md\:fui-grid-cols-8 {
2831
+ grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
2832
+ }
2833
+ .md\:fui-grid-cols-9 {
2834
+ grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
2835
+ }
2836
+ .md\:fui-grid-cols-10 {
2837
+ grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
2838
+ }
2839
+ .md\:fui-grid-cols-11 {
2840
+ grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
2841
+ }
2842
+ .md\:fui-grid-cols-12 {
2843
+ grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
2844
+ }
2845
+ }
2846
+ @media (min-width: 1024px) {
2847
+ .lg\:fui-hidden {
2848
+ display: none !important;
2849
+ }
2850
+ .lg\:fui-inline {
2851
+ display: inline !important;
2852
+ }
2853
+ .lg\:fui-inline-block {
2854
+ display: inline-block !important;
2855
+ }
2856
+ .lg\:fui-block {
2857
+ display: block !important;
2858
+ }
2859
+ .lg\:fui-grid {
2860
+ display: grid !important;
2861
+ }
2862
+ .lg\:fui-table {
2863
+ display: table !important;
2864
+ }
2865
+ .lg\:fui-table-row {
2866
+ display: table-row !important;
2867
+ }
2868
+ .lg\:fui-table-cell {
2869
+ display: table-cell !important;
2870
+ }
2871
+ .lg\:fui-flex {
2872
+ display: flex !important;
2873
+ }
2874
+ .lg\:fui-inline-flex {
2875
+ display: inline-flex !important;
2876
+ }
2877
+ .lg\:fui-m-0 {
2878
+ margin: 0 !important;
2879
+ }
2880
+ .lg\:fui-mt-0,
2881
+ .lg\:fui-my-0 {
2882
+ margin-top: 0 !important;
2883
+ }
2884
+ .lg\:fui-mr-0,
2885
+ .lg\:fui-mx-0 {
2886
+ margin-right: 0 !important;
2887
+ }
2888
+ .lg\:fui-mb-0,
2889
+ .lg\:fui-my-0 {
2890
+ margin-bottom: 0 !important;
2891
+ }
2892
+ .lg\:fui-ml-0,
2893
+ .lg\:fui-mx-0 {
2894
+ margin-left: 0 !important;
2895
+ }
2896
+ .lg\:fui-m-1 {
2897
+ margin: 0.125rem !important;
2898
+ }
2899
+ .lg\:fui-mt-1,
2900
+ .lg\:fui-my-1 {
2901
+ margin-top: 0.125rem !important;
2902
+ }
2903
+ .lg\:fui-mr-1,
2904
+ .lg\:fui-mx-1 {
2905
+ margin-right: 0.125rem !important;
2906
+ }
2907
+ .lg\:fui-mb-1,
2908
+ .lg\:fui-my-1 {
2909
+ margin-bottom: 0.125rem !important;
2910
+ }
2911
+ .lg\:fui-ml-1,
2912
+ .lg\:fui-mx-1 {
2913
+ margin-left: 0.125rem !important;
2914
+ }
2915
+ .lg\:fui-m-2 {
2916
+ margin: 0.25rem !important;
2917
+ }
2918
+ .lg\:fui-mt-2,
2919
+ .lg\:fui-my-2 {
2920
+ margin-top: 0.25rem !important;
2921
+ }
2922
+ .lg\:fui-mr-2,
2923
+ .lg\:fui-mx-2 {
2924
+ margin-right: 0.25rem !important;
2925
+ }
2926
+ .lg\:fui-mb-2,
2927
+ .lg\:fui-my-2 {
2928
+ margin-bottom: 0.25rem !important;
2929
+ }
2930
+ .lg\:fui-ml-2,
2931
+ .lg\:fui-mx-2 {
2932
+ margin-left: 0.25rem !important;
2933
+ }
2934
+ .lg\:fui-m-3 {
2935
+ margin: 0.375rem !important;
2936
+ }
2937
+ .lg\:fui-mt-3,
2938
+ .lg\:fui-my-3 {
2939
+ margin-top: 0.375rem !important;
2940
+ }
2941
+ .lg\:fui-mr-3,
2942
+ .lg\:fui-mx-3 {
2943
+ margin-right: 0.375rem !important;
2944
+ }
2945
+ .lg\:fui-mb-3,
2946
+ .lg\:fui-my-3 {
2947
+ margin-bottom: 0.375rem !important;
2948
+ }
2949
+ .lg\:fui-ml-3,
2950
+ .lg\:fui-mx-3 {
2951
+ margin-left: 0.375rem !important;
2952
+ }
2953
+ .lg\:fui-m-4 {
2954
+ margin: 0.5rem !important;
2955
+ }
2956
+ .lg\:fui-mt-4,
2957
+ .lg\:fui-my-4 {
2958
+ margin-top: 0.5rem !important;
2959
+ }
2960
+ .lg\:fui-mr-4,
2961
+ .lg\:fui-mx-4 {
2962
+ margin-right: 0.5rem !important;
2963
+ }
2964
+ .lg\:fui-mb-4,
2965
+ .lg\:fui-my-4 {
2966
+ margin-bottom: 0.5rem !important;
2967
+ }
2968
+ .lg\:fui-ml-4,
2969
+ .lg\:fui-mx-4 {
2970
+ margin-left: 0.5rem !important;
2971
+ }
2972
+ .lg\:fui-m-5 {
2973
+ margin: 0.625rem !important;
2974
+ }
2975
+ .lg\:fui-mt-5,
2976
+ .lg\:fui-my-5 {
2977
+ margin-top: 0.625rem !important;
2978
+ }
2979
+ .lg\:fui-mr-5,
2980
+ .lg\:fui-mx-5 {
2981
+ margin-right: 0.625rem !important;
2982
+ }
2983
+ .lg\:fui-mb-5,
2984
+ .lg\:fui-my-5 {
2985
+ margin-bottom: 0.625rem !important;
2986
+ }
2987
+ .lg\:fui-ml-5,
2988
+ .lg\:fui-mx-5 {
2989
+ margin-left: 0.625rem !important;
2990
+ }
2991
+ .lg\:fui-m-6 {
2992
+ margin: 0.75rem !important;
2993
+ }
2994
+ .lg\:fui-mt-6,
2995
+ .lg\:fui-my-6 {
2996
+ margin-top: 0.75rem !important;
2997
+ }
2998
+ .lg\:fui-mr-6,
2999
+ .lg\:fui-mx-6 {
3000
+ margin-right: 0.75rem !important;
3001
+ }
3002
+ .lg\:fui-mb-6,
3003
+ .lg\:fui-my-6 {
3004
+ margin-bottom: 0.75rem !important;
3005
+ }
3006
+ .lg\:fui-ml-6,
3007
+ .lg\:fui-mx-6 {
3008
+ margin-left: 0.75rem !important;
3009
+ }
3010
+ .lg\:fui-m-7 {
3011
+ margin: 1rem !important;
3012
+ }
3013
+ .lg\:fui-mt-7,
3014
+ .lg\:fui-my-7 {
3015
+ margin-top: 1rem !important;
3016
+ }
3017
+ .lg\:fui-mr-7,
3018
+ .lg\:fui-mx-7 {
3019
+ margin-right: 1rem !important;
3020
+ }
3021
+ .lg\:fui-mb-7,
3022
+ .lg\:fui-my-7 {
3023
+ margin-bottom: 1rem !important;
3024
+ }
3025
+ .lg\:fui-ml-7,
3026
+ .lg\:fui-mx-7 {
3027
+ margin-left: 1rem !important;
3028
+ }
3029
+ .lg\:fui-m-8 {
3030
+ margin: 1.25rem !important;
3031
+ }
3032
+ .lg\:fui-mt-8,
3033
+ .lg\:fui-my-8 {
3034
+ margin-top: 1.25rem !important;
3035
+ }
3036
+ .lg\:fui-mr-8,
3037
+ .lg\:fui-mx-8 {
3038
+ margin-right: 1.25rem !important;
3039
+ }
3040
+ .lg\:fui-mb-8,
3041
+ .lg\:fui-my-8 {
3042
+ margin-bottom: 1.25rem !important;
3043
+ }
3044
+ .lg\:fui-ml-8,
3045
+ .lg\:fui-mx-8 {
3046
+ margin-left: 1.25rem !important;
3047
+ }
3048
+ .lg\:fui-m-9 {
3049
+ margin: 1.5rem !important;
3050
+ }
3051
+ .lg\:fui-mt-9,
3052
+ .lg\:fui-my-9 {
3053
+ margin-top: 1.5rem !important;
3054
+ }
3055
+ .lg\:fui-mr-9,
3056
+ .lg\:fui-mx-9 {
3057
+ margin-right: 1.5rem !important;
3058
+ }
3059
+ .lg\:fui-mb-9,
3060
+ .lg\:fui-my-9 {
3061
+ margin-bottom: 1.5rem !important;
3062
+ }
3063
+ .lg\:fui-ml-9,
3064
+ .lg\:fui-mx-9 {
3065
+ margin-left: 1.5rem !important;
3066
+ }
3067
+ .lg\:fui-m-10 {
3068
+ margin: 1.75rem !important;
3069
+ }
3070
+ .lg\:fui-mt-10,
3071
+ .lg\:fui-my-10 {
3072
+ margin-top: 1.75rem !important;
3073
+ }
3074
+ .lg\:fui-mr-10,
3075
+ .lg\:fui-mx-10 {
3076
+ margin-right: 1.75rem !important;
3077
+ }
3078
+ .lg\:fui-mb-10,
3079
+ .lg\:fui-my-10 {
3080
+ margin-bottom: 1.75rem !important;
3081
+ }
3082
+ .lg\:fui-ml-10,
3083
+ .lg\:fui-mx-10 {
3084
+ margin-left: 1.75rem !important;
3085
+ }
3086
+ .lg\:fui-m-11 {
3087
+ margin: 2rem !important;
3088
+ }
3089
+ .lg\:fui-mt-11,
3090
+ .lg\:fui-my-11 {
3091
+ margin-top: 2rem !important;
3092
+ }
3093
+ .lg\:fui-mr-11,
3094
+ .lg\:fui-mx-11 {
3095
+ margin-right: 2rem !important;
3096
+ }
3097
+ .lg\:fui-mb-11,
3098
+ .lg\:fui-my-11 {
3099
+ margin-bottom: 2rem !important;
3100
+ }
3101
+ .lg\:fui-ml-11,
3102
+ .lg\:fui-mx-11 {
3103
+ margin-left: 2rem !important;
3104
+ }
3105
+ .lg\:fui-m-12 {
3106
+ margin: 2.5rem !important;
3107
+ }
3108
+ .lg\:fui-mt-12,
3109
+ .lg\:fui-my-12 {
3110
+ margin-top: 2.5rem !important;
3111
+ }
3112
+ .lg\:fui-mr-12,
3113
+ .lg\:fui-mx-12 {
3114
+ margin-right: 2.5rem !important;
3115
+ }
3116
+ .lg\:fui-mb-12,
3117
+ .lg\:fui-my-12 {
3118
+ margin-bottom: 2.5rem !important;
3119
+ }
3120
+ .lg\:fui-ml-12,
3121
+ .lg\:fui-mx-12 {
3122
+ margin-left: 2.5rem !important;
3123
+ }
3124
+ .lg\:fui-m-13 {
3125
+ margin: 3rem !important;
3126
+ }
3127
+ .lg\:fui-mt-13,
3128
+ .lg\:fui-my-13 {
3129
+ margin-top: 3rem !important;
3130
+ }
3131
+ .lg\:fui-mr-13,
3132
+ .lg\:fui-mx-13 {
3133
+ margin-right: 3rem !important;
3134
+ }
3135
+ .lg\:fui-mb-13,
3136
+ .lg\:fui-my-13 {
3137
+ margin-bottom: 3rem !important;
3138
+ }
3139
+ .lg\:fui-ml-13,
3140
+ .lg\:fui-mx-13 {
3141
+ margin-left: 3rem !important;
3142
+ }
3143
+ .lg\:fui-m-auto {
3144
+ margin: auto !important;
3145
+ }
3146
+ .lg\:fui-mt-auto,
3147
+ .lg\:fui-my-auto {
3148
+ margin-top: auto !important;
3149
+ }
3150
+ .lg\:fui-mr-auto,
3151
+ .lg\:fui-mx-auto {
3152
+ margin-right: auto !important;
3153
+ }
3154
+ .lg\:fui-mb-auto,
3155
+ .lg\:fui-my-auto {
3156
+ margin-bottom: auto !important;
3157
+ }
3158
+ .lg\:fui-ml-auto,
3159
+ .lg\:fui-mx-auto {
3160
+ margin-left: auto !important;
3161
+ }
3162
+ .lg\:fui-p-0 {
3163
+ padding: 0 !important;
3164
+ }
3165
+ .lg\:fui-pt-0,
3166
+ .lg\:fui-py-0 {
3167
+ padding-top: 0 !important;
3168
+ }
3169
+ .lg\:fui-pr-0,
3170
+ .lg\:fui-px-0 {
3171
+ padding-right: 0 !important;
3172
+ }
3173
+ .lg\:fui-pb-0,
3174
+ .lg\:fui-py-0 {
3175
+ padding-bottom: 0 !important;
3176
+ }
3177
+ .lg\:fui-pl-0,
3178
+ .lg\:fui-px-0 {
3179
+ padding-left: 0 !important;
3180
+ }
3181
+ .lg\:fui-p-1 {
3182
+ padding: 0.125rem !important;
3183
+ }
3184
+ .lg\:fui-pt-1,
3185
+ .lg\:fui-py-1 {
3186
+ padding-top: 0.125rem !important;
3187
+ }
3188
+ .lg\:fui-pr-1,
3189
+ .lg\:fui-px-1 {
3190
+ padding-right: 0.125rem !important;
3191
+ }
3192
+ .lg\:fui-pb-1,
3193
+ .lg\:fui-py-1 {
3194
+ padding-bottom: 0.125rem !important;
3195
+ }
3196
+ .lg\:fui-pl-1,
3197
+ .lg\:fui-px-1 {
3198
+ padding-left: 0.125rem !important;
3199
+ }
3200
+ .lg\:fui-p-2 {
3201
+ padding: 0.25rem !important;
3202
+ }
3203
+ .lg\:fui-pt-2,
3204
+ .lg\:fui-py-2 {
3205
+ padding-top: 0.25rem !important;
3206
+ }
3207
+ .lg\:fui-pr-2,
3208
+ .lg\:fui-px-2 {
3209
+ padding-right: 0.25rem !important;
3210
+ }
3211
+ .lg\:fui-pb-2,
3212
+ .lg\:fui-py-2 {
3213
+ padding-bottom: 0.25rem !important;
3214
+ }
3215
+ .lg\:fui-pl-2,
3216
+ .lg\:fui-px-2 {
3217
+ padding-left: 0.25rem !important;
3218
+ }
3219
+ .lg\:fui-p-3 {
3220
+ padding: 0.375rem !important;
3221
+ }
3222
+ .lg\:fui-pt-3,
3223
+ .lg\:fui-py-3 {
3224
+ padding-top: 0.375rem !important;
3225
+ }
3226
+ .lg\:fui-pr-3,
3227
+ .lg\:fui-px-3 {
3228
+ padding-right: 0.375rem !important;
3229
+ }
3230
+ .lg\:fui-pb-3,
3231
+ .lg\:fui-py-3 {
3232
+ padding-bottom: 0.375rem !important;
3233
+ }
3234
+ .lg\:fui-pl-3,
3235
+ .lg\:fui-px-3 {
3236
+ padding-left: 0.375rem !important;
3237
+ }
3238
+ .lg\:fui-p-4 {
3239
+ padding: 0.5rem !important;
3240
+ }
3241
+ .lg\:fui-pt-4,
3242
+ .lg\:fui-py-4 {
3243
+ padding-top: 0.5rem !important;
3244
+ }
3245
+ .lg\:fui-pr-4,
3246
+ .lg\:fui-px-4 {
3247
+ padding-right: 0.5rem !important;
3248
+ }
3249
+ .lg\:fui-pb-4,
3250
+ .lg\:fui-py-4 {
3251
+ padding-bottom: 0.5rem !important;
3252
+ }
3253
+ .lg\:fui-pl-4,
3254
+ .lg\:fui-px-4 {
3255
+ padding-left: 0.5rem !important;
3256
+ }
3257
+ .lg\:fui-p-5 {
3258
+ padding: 0.625rem !important;
3259
+ }
3260
+ .lg\:fui-pt-5,
3261
+ .lg\:fui-py-5 {
3262
+ padding-top: 0.625rem !important;
3263
+ }
3264
+ .lg\:fui-pr-5,
3265
+ .lg\:fui-px-5 {
3266
+ padding-right: 0.625rem !important;
3267
+ }
3268
+ .lg\:fui-pb-5,
3269
+ .lg\:fui-py-5 {
3270
+ padding-bottom: 0.625rem !important;
3271
+ }
3272
+ .lg\:fui-pl-5,
3273
+ .lg\:fui-px-5 {
3274
+ padding-left: 0.625rem !important;
3275
+ }
3276
+ .lg\:fui-p-6 {
3277
+ padding: 0.75rem !important;
3278
+ }
3279
+ .lg\:fui-pt-6,
3280
+ .lg\:fui-py-6 {
3281
+ padding-top: 0.75rem !important;
3282
+ }
3283
+ .lg\:fui-pr-6,
3284
+ .lg\:fui-px-6 {
3285
+ padding-right: 0.75rem !important;
3286
+ }
3287
+ .lg\:fui-pb-6,
3288
+ .lg\:fui-py-6 {
3289
+ padding-bottom: 0.75rem !important;
3290
+ }
3291
+ .lg\:fui-pl-6,
3292
+ .lg\:fui-px-6 {
3293
+ padding-left: 0.75rem !important;
3294
+ }
3295
+ .lg\:fui-p-7 {
3296
+ padding: 1rem !important;
3297
+ }
3298
+ .lg\:fui-pt-7,
3299
+ .lg\:fui-py-7 {
3300
+ padding-top: 1rem !important;
3301
+ }
3302
+ .lg\:fui-pr-7,
3303
+ .lg\:fui-px-7 {
3304
+ padding-right: 1rem !important;
3305
+ }
3306
+ .lg\:fui-pb-7,
3307
+ .lg\:fui-py-7 {
3308
+ padding-bottom: 1rem !important;
3309
+ }
3310
+ .lg\:fui-pl-7,
3311
+ .lg\:fui-px-7 {
3312
+ padding-left: 1rem !important;
3313
+ }
3314
+ .lg\:fui-p-8 {
3315
+ padding: 1.25rem !important;
3316
+ }
3317
+ .lg\:fui-pt-8,
3318
+ .lg\:fui-py-8 {
3319
+ padding-top: 1.25rem !important;
3320
+ }
3321
+ .lg\:fui-pr-8,
3322
+ .lg\:fui-px-8 {
3323
+ padding-right: 1.25rem !important;
3324
+ }
3325
+ .lg\:fui-pb-8,
3326
+ .lg\:fui-py-8 {
3327
+ padding-bottom: 1.25rem !important;
3328
+ }
3329
+ .lg\:fui-pl-8,
3330
+ .lg\:fui-px-8 {
3331
+ padding-left: 1.25rem !important;
3332
+ }
3333
+ .lg\:fui-p-9 {
3334
+ padding: 1.5rem !important;
3335
+ }
3336
+ .lg\:fui-pt-9,
3337
+ .lg\:fui-py-9 {
3338
+ padding-top: 1.5rem !important;
3339
+ }
3340
+ .lg\:fui-pr-9,
3341
+ .lg\:fui-px-9 {
3342
+ padding-right: 1.5rem !important;
3343
+ }
3344
+ .lg\:fui-pb-9,
3345
+ .lg\:fui-py-9 {
3346
+ padding-bottom: 1.5rem !important;
3347
+ }
3348
+ .lg\:fui-pl-9,
3349
+ .lg\:fui-px-9 {
3350
+ padding-left: 1.5rem !important;
3351
+ }
3352
+ .lg\:fui-p-10 {
3353
+ padding: 1.75rem !important;
3354
+ }
3355
+ .lg\:fui-pt-10,
3356
+ .lg\:fui-py-10 {
3357
+ padding-top: 1.75rem !important;
3358
+ }
3359
+ .lg\:fui-pr-10,
3360
+ .lg\:fui-px-10 {
3361
+ padding-right: 1.75rem !important;
3362
+ }
3363
+ .lg\:fui-pb-10,
3364
+ .lg\:fui-py-10 {
3365
+ padding-bottom: 1.75rem !important;
3366
+ }
3367
+ .lg\:fui-pl-10,
3368
+ .lg\:fui-px-10 {
3369
+ padding-left: 1.75rem !important;
3370
+ }
3371
+ .lg\:fui-p-11 {
3372
+ padding: 2rem !important;
3373
+ }
3374
+ .lg\:fui-pt-11,
3375
+ .lg\:fui-py-11 {
3376
+ padding-top: 2rem !important;
3377
+ }
3378
+ .lg\:fui-pr-11,
3379
+ .lg\:fui-px-11 {
3380
+ padding-right: 2rem !important;
3381
+ }
3382
+ .lg\:fui-pb-11,
3383
+ .lg\:fui-py-11 {
3384
+ padding-bottom: 2rem !important;
3385
+ }
3386
+ .lg\:fui-pl-11,
3387
+ .lg\:fui-px-11 {
3388
+ padding-left: 2rem !important;
3389
+ }
3390
+ .lg\:fui-p-12 {
3391
+ padding: 2.5rem !important;
3392
+ }
3393
+ .lg\:fui-pt-12,
3394
+ .lg\:fui-py-12 {
3395
+ padding-top: 2.5rem !important;
3396
+ }
3397
+ .lg\:fui-pr-12,
3398
+ .lg\:fui-px-12 {
3399
+ padding-right: 2.5rem !important;
3400
+ }
3401
+ .lg\:fui-pb-12,
3402
+ .lg\:fui-py-12 {
3403
+ padding-bottom: 2.5rem !important;
3404
+ }
3405
+ .lg\:fui-pl-12,
3406
+ .lg\:fui-px-12 {
3407
+ padding-left: 2.5rem !important;
3408
+ }
3409
+ .lg\:fui-p-13 {
3410
+ padding: 3rem !important;
3411
+ }
3412
+ .lg\:fui-pt-13,
3413
+ .lg\:fui-py-13 {
3414
+ padding-top: 3rem !important;
3415
+ }
3416
+ .lg\:fui-pr-13,
3417
+ .lg\:fui-px-13 {
3418
+ padding-right: 3rem !important;
3419
+ }
3420
+ .lg\:fui-pb-13,
3421
+ .lg\:fui-py-13 {
3422
+ padding-bottom: 3rem !important;
3423
+ }
3424
+ .lg\:fui-pl-13,
3425
+ .lg\:fui-px-13 {
3426
+ padding-left: 3rem !important;
3427
+ }
3428
+ .lg\:fui-p-auto {
3429
+ padding: auto !important;
3430
+ }
3431
+ .lg\:fui-pt-auto,
3432
+ .lg\:fui-py-auto {
3433
+ padding-top: auto !important;
3434
+ }
3435
+ .lg\:fui-pr-auto,
3436
+ .lg\:fui-px-auto {
3437
+ padding-right: auto !important;
3438
+ }
3439
+ .lg\:fui-pb-auto,
3440
+ .lg\:fui-py-auto {
3441
+ padding-bottom: auto !important;
3442
+ }
3443
+ .lg\:fui-pl-auto,
3444
+ .lg\:fui-px-auto {
3445
+ padding-left: auto !important;
3446
+ }
3447
+ .lg\:fui-text-left {
3448
+ text-align: left !important;
3449
+ }
3450
+ .lg\:fui-text-right {
3451
+ text-align: right !important;
3452
+ }
3453
+ .lg\:fui-text-center {
3454
+ text-align: center !important;
3455
+ }
3456
+ .lg\:fui-text-justify {
3457
+ text-align: justify !important;
3458
+ }
3459
+ .lg\:fui-grid-cols-1 {
3460
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
3461
+ }
3462
+ .lg\:fui-grid-cols-2 {
3463
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
3464
+ }
3465
+ .lg\:fui-grid-cols-3 {
3466
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
3467
+ }
3468
+ .lg\:fui-grid-cols-4 {
3469
+ grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
3470
+ }
3471
+ .lg\:fui-grid-cols-5 {
3472
+ grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
3473
+ }
3474
+ .lg\:fui-grid-cols-6 {
3475
+ grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
3476
+ }
3477
+ .lg\:fui-grid-cols-7 {
3478
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
3479
+ }
3480
+ .lg\:fui-grid-cols-8 {
3481
+ grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
3482
+ }
3483
+ .lg\:fui-grid-cols-9 {
3484
+ grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
3485
+ }
3486
+ .lg\:fui-grid-cols-10 {
3487
+ grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
3488
+ }
3489
+ .lg\:fui-grid-cols-11 {
3490
+ grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
3491
+ }
3492
+ .lg\:fui-grid-cols-12 {
3493
+ grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
3494
+ }
3495
+ }
3496
+ @media (min-width: 1280px) {
3497
+ .xl\:fui-hidden {
3498
+ display: none !important;
3499
+ }
3500
+ .xl\:fui-inline {
3501
+ display: inline !important;
3502
+ }
3503
+ .xl\:fui-inline-block {
3504
+ display: inline-block !important;
3505
+ }
3506
+ .xl\:fui-block {
3507
+ display: block !important;
3508
+ }
3509
+ .xl\:fui-grid {
3510
+ display: grid !important;
3511
+ }
3512
+ .xl\:fui-table {
3513
+ display: table !important;
3514
+ }
3515
+ .xl\:fui-table-row {
3516
+ display: table-row !important;
3517
+ }
3518
+ .xl\:fui-table-cell {
3519
+ display: table-cell !important;
3520
+ }
3521
+ .xl\:fui-flex {
3522
+ display: flex !important;
3523
+ }
3524
+ .xl\:fui-inline-flex {
3525
+ display: inline-flex !important;
3526
+ }
3527
+ .xl\:fui-m-0 {
3528
+ margin: 0 !important;
3529
+ }
3530
+ .xl\:fui-mt-0,
3531
+ .xl\:fui-my-0 {
3532
+ margin-top: 0 !important;
3533
+ }
3534
+ .xl\:fui-mr-0,
3535
+ .xl\:fui-mx-0 {
3536
+ margin-right: 0 !important;
3537
+ }
3538
+ .xl\:fui-mb-0,
3539
+ .xl\:fui-my-0 {
3540
+ margin-bottom: 0 !important;
3541
+ }
3542
+ .xl\:fui-ml-0,
3543
+ .xl\:fui-mx-0 {
3544
+ margin-left: 0 !important;
3545
+ }
3546
+ .xl\:fui-m-1 {
3547
+ margin: 0.125rem !important;
3548
+ }
3549
+ .xl\:fui-mt-1,
3550
+ .xl\:fui-my-1 {
3551
+ margin-top: 0.125rem !important;
3552
+ }
3553
+ .xl\:fui-mr-1,
3554
+ .xl\:fui-mx-1 {
3555
+ margin-right: 0.125rem !important;
3556
+ }
3557
+ .xl\:fui-mb-1,
3558
+ .xl\:fui-my-1 {
3559
+ margin-bottom: 0.125rem !important;
3560
+ }
3561
+ .xl\:fui-ml-1,
3562
+ .xl\:fui-mx-1 {
3563
+ margin-left: 0.125rem !important;
3564
+ }
3565
+ .xl\:fui-m-2 {
3566
+ margin: 0.25rem !important;
3567
+ }
3568
+ .xl\:fui-mt-2,
3569
+ .xl\:fui-my-2 {
3570
+ margin-top: 0.25rem !important;
3571
+ }
3572
+ .xl\:fui-mr-2,
3573
+ .xl\:fui-mx-2 {
3574
+ margin-right: 0.25rem !important;
3575
+ }
3576
+ .xl\:fui-mb-2,
3577
+ .xl\:fui-my-2 {
3578
+ margin-bottom: 0.25rem !important;
3579
+ }
3580
+ .xl\:fui-ml-2,
3581
+ .xl\:fui-mx-2 {
3582
+ margin-left: 0.25rem !important;
3583
+ }
3584
+ .xl\:fui-m-3 {
3585
+ margin: 0.375rem !important;
3586
+ }
3587
+ .xl\:fui-mt-3,
3588
+ .xl\:fui-my-3 {
3589
+ margin-top: 0.375rem !important;
3590
+ }
3591
+ .xl\:fui-mr-3,
3592
+ .xl\:fui-mx-3 {
3593
+ margin-right: 0.375rem !important;
3594
+ }
3595
+ .xl\:fui-mb-3,
3596
+ .xl\:fui-my-3 {
3597
+ margin-bottom: 0.375rem !important;
3598
+ }
3599
+ .xl\:fui-ml-3,
3600
+ .xl\:fui-mx-3 {
3601
+ margin-left: 0.375rem !important;
3602
+ }
3603
+ .xl\:fui-m-4 {
3604
+ margin: 0.5rem !important;
3605
+ }
3606
+ .xl\:fui-mt-4,
3607
+ .xl\:fui-my-4 {
3608
+ margin-top: 0.5rem !important;
3609
+ }
3610
+ .xl\:fui-mr-4,
3611
+ .xl\:fui-mx-4 {
3612
+ margin-right: 0.5rem !important;
3613
+ }
3614
+ .xl\:fui-mb-4,
3615
+ .xl\:fui-my-4 {
3616
+ margin-bottom: 0.5rem !important;
3617
+ }
3618
+ .xl\:fui-ml-4,
3619
+ .xl\:fui-mx-4 {
3620
+ margin-left: 0.5rem !important;
3621
+ }
3622
+ .xl\:fui-m-5 {
3623
+ margin: 0.625rem !important;
3624
+ }
3625
+ .xl\:fui-mt-5,
3626
+ .xl\:fui-my-5 {
3627
+ margin-top: 0.625rem !important;
3628
+ }
3629
+ .xl\:fui-mr-5,
3630
+ .xl\:fui-mx-5 {
3631
+ margin-right: 0.625rem !important;
3632
+ }
3633
+ .xl\:fui-mb-5,
3634
+ .xl\:fui-my-5 {
3635
+ margin-bottom: 0.625rem !important;
3636
+ }
3637
+ .xl\:fui-ml-5,
3638
+ .xl\:fui-mx-5 {
3639
+ margin-left: 0.625rem !important;
3640
+ }
3641
+ .xl\:fui-m-6 {
3642
+ margin: 0.75rem !important;
3643
+ }
3644
+ .xl\:fui-mt-6,
3645
+ .xl\:fui-my-6 {
3646
+ margin-top: 0.75rem !important;
3647
+ }
3648
+ .xl\:fui-mr-6,
3649
+ .xl\:fui-mx-6 {
3650
+ margin-right: 0.75rem !important;
3651
+ }
3652
+ .xl\:fui-mb-6,
3653
+ .xl\:fui-my-6 {
3654
+ margin-bottom: 0.75rem !important;
3655
+ }
3656
+ .xl\:fui-ml-6,
3657
+ .xl\:fui-mx-6 {
3658
+ margin-left: 0.75rem !important;
3659
+ }
3660
+ .xl\:fui-m-7 {
3661
+ margin: 1rem !important;
3662
+ }
3663
+ .xl\:fui-mt-7,
3664
+ .xl\:fui-my-7 {
3665
+ margin-top: 1rem !important;
3666
+ }
3667
+ .xl\:fui-mr-7,
3668
+ .xl\:fui-mx-7 {
3669
+ margin-right: 1rem !important;
3670
+ }
3671
+ .xl\:fui-mb-7,
3672
+ .xl\:fui-my-7 {
3673
+ margin-bottom: 1rem !important;
3674
+ }
3675
+ .xl\:fui-ml-7,
3676
+ .xl\:fui-mx-7 {
3677
+ margin-left: 1rem !important;
3678
+ }
3679
+ .xl\:fui-m-8 {
3680
+ margin: 1.25rem !important;
3681
+ }
3682
+ .xl\:fui-mt-8,
3683
+ .xl\:fui-my-8 {
3684
+ margin-top: 1.25rem !important;
3685
+ }
3686
+ .xl\:fui-mr-8,
3687
+ .xl\:fui-mx-8 {
3688
+ margin-right: 1.25rem !important;
3689
+ }
3690
+ .xl\:fui-mb-8,
3691
+ .xl\:fui-my-8 {
3692
+ margin-bottom: 1.25rem !important;
3693
+ }
3694
+ .xl\:fui-ml-8,
3695
+ .xl\:fui-mx-8 {
3696
+ margin-left: 1.25rem !important;
3697
+ }
3698
+ .xl\:fui-m-9 {
3699
+ margin: 1.5rem !important;
3700
+ }
3701
+ .xl\:fui-mt-9,
3702
+ .xl\:fui-my-9 {
3703
+ margin-top: 1.5rem !important;
3704
+ }
3705
+ .xl\:fui-mr-9,
3706
+ .xl\:fui-mx-9 {
3707
+ margin-right: 1.5rem !important;
3708
+ }
3709
+ .xl\:fui-mb-9,
3710
+ .xl\:fui-my-9 {
3711
+ margin-bottom: 1.5rem !important;
3712
+ }
3713
+ .xl\:fui-ml-9,
3714
+ .xl\:fui-mx-9 {
3715
+ margin-left: 1.5rem !important;
3716
+ }
3717
+ .xl\:fui-m-10 {
3718
+ margin: 1.75rem !important;
3719
+ }
3720
+ .xl\:fui-mt-10,
3721
+ .xl\:fui-my-10 {
3722
+ margin-top: 1.75rem !important;
3723
+ }
3724
+ .xl\:fui-mr-10,
3725
+ .xl\:fui-mx-10 {
3726
+ margin-right: 1.75rem !important;
3727
+ }
3728
+ .xl\:fui-mb-10,
3729
+ .xl\:fui-my-10 {
3730
+ margin-bottom: 1.75rem !important;
3731
+ }
3732
+ .xl\:fui-ml-10,
3733
+ .xl\:fui-mx-10 {
3734
+ margin-left: 1.75rem !important;
3735
+ }
3736
+ .xl\:fui-m-11 {
3737
+ margin: 2rem !important;
3738
+ }
3739
+ .xl\:fui-mt-11,
3740
+ .xl\:fui-my-11 {
3741
+ margin-top: 2rem !important;
3742
+ }
3743
+ .xl\:fui-mr-11,
3744
+ .xl\:fui-mx-11 {
3745
+ margin-right: 2rem !important;
3746
+ }
3747
+ .xl\:fui-mb-11,
3748
+ .xl\:fui-my-11 {
3749
+ margin-bottom: 2rem !important;
3750
+ }
3751
+ .xl\:fui-ml-11,
3752
+ .xl\:fui-mx-11 {
3753
+ margin-left: 2rem !important;
3754
+ }
3755
+ .xl\:fui-m-12 {
3756
+ margin: 2.5rem !important;
3757
+ }
3758
+ .xl\:fui-mt-12,
3759
+ .xl\:fui-my-12 {
3760
+ margin-top: 2.5rem !important;
3761
+ }
3762
+ .xl\:fui-mr-12,
3763
+ .xl\:fui-mx-12 {
3764
+ margin-right: 2.5rem !important;
3765
+ }
3766
+ .xl\:fui-mb-12,
3767
+ .xl\:fui-my-12 {
3768
+ margin-bottom: 2.5rem !important;
3769
+ }
3770
+ .xl\:fui-ml-12,
3771
+ .xl\:fui-mx-12 {
3772
+ margin-left: 2.5rem !important;
3773
+ }
3774
+ .xl\:fui-m-13 {
3775
+ margin: 3rem !important;
3776
+ }
3777
+ .xl\:fui-mt-13,
3778
+ .xl\:fui-my-13 {
3779
+ margin-top: 3rem !important;
3780
+ }
3781
+ .xl\:fui-mr-13,
3782
+ .xl\:fui-mx-13 {
3783
+ margin-right: 3rem !important;
3784
+ }
3785
+ .xl\:fui-mb-13,
3786
+ .xl\:fui-my-13 {
3787
+ margin-bottom: 3rem !important;
3788
+ }
3789
+ .xl\:fui-ml-13,
3790
+ .xl\:fui-mx-13 {
3791
+ margin-left: 3rem !important;
3792
+ }
3793
+ .xl\:fui-m-auto {
3794
+ margin: auto !important;
3795
+ }
3796
+ .xl\:fui-mt-auto,
3797
+ .xl\:fui-my-auto {
3798
+ margin-top: auto !important;
3799
+ }
3800
+ .xl\:fui-mr-auto,
3801
+ .xl\:fui-mx-auto {
3802
+ margin-right: auto !important;
3803
+ }
3804
+ .xl\:fui-mb-auto,
3805
+ .xl\:fui-my-auto {
3806
+ margin-bottom: auto !important;
3807
+ }
3808
+ .xl\:fui-ml-auto,
3809
+ .xl\:fui-mx-auto {
3810
+ margin-left: auto !important;
3811
+ }
3812
+ .xl\:fui-p-0 {
3813
+ padding: 0 !important;
3814
+ }
3815
+ .xl\:fui-pt-0,
3816
+ .xl\:fui-py-0 {
3817
+ padding-top: 0 !important;
3818
+ }
3819
+ .xl\:fui-pr-0,
3820
+ .xl\:fui-px-0 {
3821
+ padding-right: 0 !important;
3822
+ }
3823
+ .xl\:fui-pb-0,
3824
+ .xl\:fui-py-0 {
3825
+ padding-bottom: 0 !important;
3826
+ }
3827
+ .xl\:fui-pl-0,
3828
+ .xl\:fui-px-0 {
3829
+ padding-left: 0 !important;
3830
+ }
3831
+ .xl\:fui-p-1 {
3832
+ padding: 0.125rem !important;
3833
+ }
3834
+ .xl\:fui-pt-1,
3835
+ .xl\:fui-py-1 {
3836
+ padding-top: 0.125rem !important;
3837
+ }
3838
+ .xl\:fui-pr-1,
3839
+ .xl\:fui-px-1 {
3840
+ padding-right: 0.125rem !important;
3841
+ }
3842
+ .xl\:fui-pb-1,
3843
+ .xl\:fui-py-1 {
3844
+ padding-bottom: 0.125rem !important;
3845
+ }
3846
+ .xl\:fui-pl-1,
3847
+ .xl\:fui-px-1 {
3848
+ padding-left: 0.125rem !important;
3849
+ }
3850
+ .xl\:fui-p-2 {
3851
+ padding: 0.25rem !important;
3852
+ }
3853
+ .xl\:fui-pt-2,
3854
+ .xl\:fui-py-2 {
3855
+ padding-top: 0.25rem !important;
3856
+ }
3857
+ .xl\:fui-pr-2,
3858
+ .xl\:fui-px-2 {
3859
+ padding-right: 0.25rem !important;
3860
+ }
3861
+ .xl\:fui-pb-2,
3862
+ .xl\:fui-py-2 {
3863
+ padding-bottom: 0.25rem !important;
3864
+ }
3865
+ .xl\:fui-pl-2,
3866
+ .xl\:fui-px-2 {
3867
+ padding-left: 0.25rem !important;
3868
+ }
3869
+ .xl\:fui-p-3 {
3870
+ padding: 0.375rem !important;
3871
+ }
3872
+ .xl\:fui-pt-3,
3873
+ .xl\:fui-py-3 {
3874
+ padding-top: 0.375rem !important;
3875
+ }
3876
+ .xl\:fui-pr-3,
3877
+ .xl\:fui-px-3 {
3878
+ padding-right: 0.375rem !important;
3879
+ }
3880
+ .xl\:fui-pb-3,
3881
+ .xl\:fui-py-3 {
3882
+ padding-bottom: 0.375rem !important;
3883
+ }
3884
+ .xl\:fui-pl-3,
3885
+ .xl\:fui-px-3 {
3886
+ padding-left: 0.375rem !important;
3887
+ }
3888
+ .xl\:fui-p-4 {
3889
+ padding: 0.5rem !important;
3890
+ }
3891
+ .xl\:fui-pt-4,
3892
+ .xl\:fui-py-4 {
3893
+ padding-top: 0.5rem !important;
3894
+ }
3895
+ .xl\:fui-pr-4,
3896
+ .xl\:fui-px-4 {
3897
+ padding-right: 0.5rem !important;
3898
+ }
3899
+ .xl\:fui-pb-4,
3900
+ .xl\:fui-py-4 {
3901
+ padding-bottom: 0.5rem !important;
3902
+ }
3903
+ .xl\:fui-pl-4,
3904
+ .xl\:fui-px-4 {
3905
+ padding-left: 0.5rem !important;
3906
+ }
3907
+ .xl\:fui-p-5 {
3908
+ padding: 0.625rem !important;
3909
+ }
3910
+ .xl\:fui-pt-5,
3911
+ .xl\:fui-py-5 {
3912
+ padding-top: 0.625rem !important;
3913
+ }
3914
+ .xl\:fui-pr-5,
3915
+ .xl\:fui-px-5 {
3916
+ padding-right: 0.625rem !important;
3917
+ }
3918
+ .xl\:fui-pb-5,
3919
+ .xl\:fui-py-5 {
3920
+ padding-bottom: 0.625rem !important;
3921
+ }
3922
+ .xl\:fui-pl-5,
3923
+ .xl\:fui-px-5 {
3924
+ padding-left: 0.625rem !important;
3925
+ }
3926
+ .xl\:fui-p-6 {
3927
+ padding: 0.75rem !important;
3928
+ }
3929
+ .xl\:fui-pt-6,
3930
+ .xl\:fui-py-6 {
3931
+ padding-top: 0.75rem !important;
3932
+ }
3933
+ .xl\:fui-pr-6,
3934
+ .xl\:fui-px-6 {
3935
+ padding-right: 0.75rem !important;
3936
+ }
3937
+ .xl\:fui-pb-6,
3938
+ .xl\:fui-py-6 {
3939
+ padding-bottom: 0.75rem !important;
3940
+ }
3941
+ .xl\:fui-pl-6,
3942
+ .xl\:fui-px-6 {
3943
+ padding-left: 0.75rem !important;
3944
+ }
3945
+ .xl\:fui-p-7 {
3946
+ padding: 1rem !important;
3947
+ }
3948
+ .xl\:fui-pt-7,
3949
+ .xl\:fui-py-7 {
3950
+ padding-top: 1rem !important;
3951
+ }
3952
+ .xl\:fui-pr-7,
3953
+ .xl\:fui-px-7 {
3954
+ padding-right: 1rem !important;
3955
+ }
3956
+ .xl\:fui-pb-7,
3957
+ .xl\:fui-py-7 {
3958
+ padding-bottom: 1rem !important;
3959
+ }
3960
+ .xl\:fui-pl-7,
3961
+ .xl\:fui-px-7 {
3962
+ padding-left: 1rem !important;
3963
+ }
3964
+ .xl\:fui-p-8 {
3965
+ padding: 1.25rem !important;
3966
+ }
3967
+ .xl\:fui-pt-8,
3968
+ .xl\:fui-py-8 {
3969
+ padding-top: 1.25rem !important;
3970
+ }
3971
+ .xl\:fui-pr-8,
3972
+ .xl\:fui-px-8 {
3973
+ padding-right: 1.25rem !important;
3974
+ }
3975
+ .xl\:fui-pb-8,
3976
+ .xl\:fui-py-8 {
3977
+ padding-bottom: 1.25rem !important;
3978
+ }
3979
+ .xl\:fui-pl-8,
3980
+ .xl\:fui-px-8 {
3981
+ padding-left: 1.25rem !important;
3982
+ }
3983
+ .xl\:fui-p-9 {
3984
+ padding: 1.5rem !important;
3985
+ }
3986
+ .xl\:fui-pt-9,
3987
+ .xl\:fui-py-9 {
3988
+ padding-top: 1.5rem !important;
3989
+ }
3990
+ .xl\:fui-pr-9,
3991
+ .xl\:fui-px-9 {
3992
+ padding-right: 1.5rem !important;
3993
+ }
3994
+ .xl\:fui-pb-9,
3995
+ .xl\:fui-py-9 {
3996
+ padding-bottom: 1.5rem !important;
3997
+ }
3998
+ .xl\:fui-pl-9,
3999
+ .xl\:fui-px-9 {
4000
+ padding-left: 1.5rem !important;
4001
+ }
4002
+ .xl\:fui-p-10 {
4003
+ padding: 1.75rem !important;
4004
+ }
4005
+ .xl\:fui-pt-10,
4006
+ .xl\:fui-py-10 {
4007
+ padding-top: 1.75rem !important;
4008
+ }
4009
+ .xl\:fui-pr-10,
4010
+ .xl\:fui-px-10 {
4011
+ padding-right: 1.75rem !important;
4012
+ }
4013
+ .xl\:fui-pb-10,
4014
+ .xl\:fui-py-10 {
4015
+ padding-bottom: 1.75rem !important;
4016
+ }
4017
+ .xl\:fui-pl-10,
4018
+ .xl\:fui-px-10 {
4019
+ padding-left: 1.75rem !important;
4020
+ }
4021
+ .xl\:fui-p-11 {
4022
+ padding: 2rem !important;
4023
+ }
4024
+ .xl\:fui-pt-11,
4025
+ .xl\:fui-py-11 {
4026
+ padding-top: 2rem !important;
4027
+ }
4028
+ .xl\:fui-pr-11,
4029
+ .xl\:fui-px-11 {
4030
+ padding-right: 2rem !important;
4031
+ }
4032
+ .xl\:fui-pb-11,
4033
+ .xl\:fui-py-11 {
4034
+ padding-bottom: 2rem !important;
4035
+ }
4036
+ .xl\:fui-pl-11,
4037
+ .xl\:fui-px-11 {
4038
+ padding-left: 2rem !important;
4039
+ }
4040
+ .xl\:fui-p-12 {
4041
+ padding: 2.5rem !important;
4042
+ }
4043
+ .xl\:fui-pt-12,
4044
+ .xl\:fui-py-12 {
4045
+ padding-top: 2.5rem !important;
4046
+ }
4047
+ .xl\:fui-pr-12,
4048
+ .xl\:fui-px-12 {
4049
+ padding-right: 2.5rem !important;
4050
+ }
4051
+ .xl\:fui-pb-12,
4052
+ .xl\:fui-py-12 {
4053
+ padding-bottom: 2.5rem !important;
4054
+ }
4055
+ .xl\:fui-pl-12,
4056
+ .xl\:fui-px-12 {
4057
+ padding-left: 2.5rem !important;
4058
+ }
4059
+ .xl\:fui-p-13 {
4060
+ padding: 3rem !important;
4061
+ }
4062
+ .xl\:fui-pt-13,
4063
+ .xl\:fui-py-13 {
4064
+ padding-top: 3rem !important;
4065
+ }
4066
+ .xl\:fui-pr-13,
4067
+ .xl\:fui-px-13 {
4068
+ padding-right: 3rem !important;
4069
+ }
4070
+ .xl\:fui-pb-13,
4071
+ .xl\:fui-py-13 {
4072
+ padding-bottom: 3rem !important;
4073
+ }
4074
+ .xl\:fui-pl-13,
4075
+ .xl\:fui-px-13 {
4076
+ padding-left: 3rem !important;
4077
+ }
4078
+ .xl\:fui-p-auto {
4079
+ padding: auto !important;
4080
+ }
4081
+ .xl\:fui-pt-auto,
4082
+ .xl\:fui-py-auto {
4083
+ padding-top: auto !important;
4084
+ }
4085
+ .xl\:fui-pr-auto,
4086
+ .xl\:fui-px-auto {
4087
+ padding-right: auto !important;
4088
+ }
4089
+ .xl\:fui-pb-auto,
4090
+ .xl\:fui-py-auto {
4091
+ padding-bottom: auto !important;
4092
+ }
4093
+ .xl\:fui-pl-auto,
4094
+ .xl\:fui-px-auto {
4095
+ padding-left: auto !important;
4096
+ }
4097
+ .xl\:fui-text-left {
4098
+ text-align: left !important;
4099
+ }
4100
+ .xl\:fui-text-right {
4101
+ text-align: right !important;
4102
+ }
4103
+ .xl\:fui-text-center {
4104
+ text-align: center !important;
4105
+ }
4106
+ .xl\:fui-text-justify {
4107
+ text-align: justify !important;
4108
+ }
4109
+ .xl\:fui-grid-cols-1 {
4110
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
4111
+ }
4112
+ .xl\:fui-grid-cols-2 {
4113
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
4114
+ }
4115
+ .xl\:fui-grid-cols-3 {
4116
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
4117
+ }
4118
+ .xl\:fui-grid-cols-4 {
4119
+ grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
4120
+ }
4121
+ .xl\:fui-grid-cols-5 {
4122
+ grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
4123
+ }
4124
+ .xl\:fui-grid-cols-6 {
4125
+ grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
4126
+ }
4127
+ .xl\:fui-grid-cols-7 {
4128
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
4129
+ }
4130
+ .xl\:fui-grid-cols-8 {
4131
+ grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
4132
+ }
4133
+ .xl\:fui-grid-cols-9 {
4134
+ grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
4135
+ }
4136
+ .xl\:fui-grid-cols-10 {
4137
+ grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
4138
+ }
4139
+ .xl\:fui-grid-cols-11 {
4140
+ grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
4141
+ }
4142
+ .xl\:fui-grid-cols-12 {
4143
+ grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
4144
+ }
4145
+ }
4146
+ @media (min-width: 1536px) {
4147
+ .\32 xl\:fui-hidden {
4148
+ display: none !important;
4149
+ }
4150
+ .\32 xl\:fui-inline {
4151
+ display: inline !important;
4152
+ }
4153
+ .\32 xl\:fui-inline-block {
4154
+ display: inline-block !important;
4155
+ }
4156
+ .\32 xl\:fui-block {
4157
+ display: block !important;
4158
+ }
4159
+ .\32 xl\:fui-grid {
4160
+ display: grid !important;
4161
+ }
4162
+ .\32 xl\:fui-table {
4163
+ display: table !important;
4164
+ }
4165
+ .\32 xl\:fui-table-row {
4166
+ display: table-row !important;
4167
+ }
4168
+ .\32 xl\:fui-table-cell {
4169
+ display: table-cell !important;
4170
+ }
4171
+ .\32 xl\:fui-flex {
4172
+ display: flex !important;
4173
+ }
4174
+ .\32 xl\:fui-inline-flex {
4175
+ display: inline-flex !important;
4176
+ }
4177
+ .\32 xl\:fui-m-0 {
4178
+ margin: 0 !important;
4179
+ }
4180
+ .\32 xl\:fui-mt-0,
4181
+ .\32 xl\:fui-my-0 {
4182
+ margin-top: 0 !important;
4183
+ }
4184
+ .\32 xl\:fui-mr-0,
4185
+ .\32 xl\:fui-mx-0 {
4186
+ margin-right: 0 !important;
4187
+ }
4188
+ .\32 xl\:fui-mb-0,
4189
+ .\32 xl\:fui-my-0 {
4190
+ margin-bottom: 0 !important;
4191
+ }
4192
+ .\32 xl\:fui-ml-0,
4193
+ .\32 xl\:fui-mx-0 {
4194
+ margin-left: 0 !important;
4195
+ }
4196
+ .\32 xl\:fui-m-1 {
4197
+ margin: 0.125rem !important;
4198
+ }
4199
+ .\32 xl\:fui-mt-1,
4200
+ .\32 xl\:fui-my-1 {
4201
+ margin-top: 0.125rem !important;
4202
+ }
4203
+ .\32 xl\:fui-mr-1,
4204
+ .\32 xl\:fui-mx-1 {
4205
+ margin-right: 0.125rem !important;
4206
+ }
4207
+ .\32 xl\:fui-mb-1,
4208
+ .\32 xl\:fui-my-1 {
4209
+ margin-bottom: 0.125rem !important;
4210
+ }
4211
+ .\32 xl\:fui-ml-1,
4212
+ .\32 xl\:fui-mx-1 {
4213
+ margin-left: 0.125rem !important;
4214
+ }
4215
+ .\32 xl\:fui-m-2 {
4216
+ margin: 0.25rem !important;
4217
+ }
4218
+ .\32 xl\:fui-mt-2,
4219
+ .\32 xl\:fui-my-2 {
4220
+ margin-top: 0.25rem !important;
4221
+ }
4222
+ .\32 xl\:fui-mr-2,
4223
+ .\32 xl\:fui-mx-2 {
4224
+ margin-right: 0.25rem !important;
4225
+ }
4226
+ .\32 xl\:fui-mb-2,
4227
+ .\32 xl\:fui-my-2 {
4228
+ margin-bottom: 0.25rem !important;
4229
+ }
4230
+ .\32 xl\:fui-ml-2,
4231
+ .\32 xl\:fui-mx-2 {
4232
+ margin-left: 0.25rem !important;
4233
+ }
4234
+ .\32 xl\:fui-m-3 {
4235
+ margin: 0.375rem !important;
4236
+ }
4237
+ .\32 xl\:fui-mt-3,
4238
+ .\32 xl\:fui-my-3 {
4239
+ margin-top: 0.375rem !important;
4240
+ }
4241
+ .\32 xl\:fui-mr-3,
4242
+ .\32 xl\:fui-mx-3 {
4243
+ margin-right: 0.375rem !important;
4244
+ }
4245
+ .\32 xl\:fui-mb-3,
4246
+ .\32 xl\:fui-my-3 {
4247
+ margin-bottom: 0.375rem !important;
4248
+ }
4249
+ .\32 xl\:fui-ml-3,
4250
+ .\32 xl\:fui-mx-3 {
4251
+ margin-left: 0.375rem !important;
4252
+ }
4253
+ .\32 xl\:fui-m-4 {
4254
+ margin: 0.5rem !important;
4255
+ }
4256
+ .\32 xl\:fui-mt-4,
4257
+ .\32 xl\:fui-my-4 {
4258
+ margin-top: 0.5rem !important;
4259
+ }
4260
+ .\32 xl\:fui-mr-4,
4261
+ .\32 xl\:fui-mx-4 {
4262
+ margin-right: 0.5rem !important;
4263
+ }
4264
+ .\32 xl\:fui-mb-4,
4265
+ .\32 xl\:fui-my-4 {
4266
+ margin-bottom: 0.5rem !important;
4267
+ }
4268
+ .\32 xl\:fui-ml-4,
4269
+ .\32 xl\:fui-mx-4 {
4270
+ margin-left: 0.5rem !important;
4271
+ }
4272
+ .\32 xl\:fui-m-5 {
4273
+ margin: 0.625rem !important;
4274
+ }
4275
+ .\32 xl\:fui-mt-5,
4276
+ .\32 xl\:fui-my-5 {
4277
+ margin-top: 0.625rem !important;
4278
+ }
4279
+ .\32 xl\:fui-mr-5,
4280
+ .\32 xl\:fui-mx-5 {
4281
+ margin-right: 0.625rem !important;
4282
+ }
4283
+ .\32 xl\:fui-mb-5,
4284
+ .\32 xl\:fui-my-5 {
4285
+ margin-bottom: 0.625rem !important;
4286
+ }
4287
+ .\32 xl\:fui-ml-5,
4288
+ .\32 xl\:fui-mx-5 {
4289
+ margin-left: 0.625rem !important;
4290
+ }
4291
+ .\32 xl\:fui-m-6 {
4292
+ margin: 0.75rem !important;
4293
+ }
4294
+ .\32 xl\:fui-mt-6,
4295
+ .\32 xl\:fui-my-6 {
4296
+ margin-top: 0.75rem !important;
4297
+ }
4298
+ .\32 xl\:fui-mr-6,
4299
+ .\32 xl\:fui-mx-6 {
4300
+ margin-right: 0.75rem !important;
4301
+ }
4302
+ .\32 xl\:fui-mb-6,
4303
+ .\32 xl\:fui-my-6 {
4304
+ margin-bottom: 0.75rem !important;
4305
+ }
4306
+ .\32 xl\:fui-ml-6,
4307
+ .\32 xl\:fui-mx-6 {
4308
+ margin-left: 0.75rem !important;
4309
+ }
4310
+ .\32 xl\:fui-m-7 {
4311
+ margin: 1rem !important;
4312
+ }
4313
+ .\32 xl\:fui-mt-7,
4314
+ .\32 xl\:fui-my-7 {
4315
+ margin-top: 1rem !important;
4316
+ }
4317
+ .\32 xl\:fui-mr-7,
4318
+ .\32 xl\:fui-mx-7 {
4319
+ margin-right: 1rem !important;
4320
+ }
4321
+ .\32 xl\:fui-mb-7,
4322
+ .\32 xl\:fui-my-7 {
4323
+ margin-bottom: 1rem !important;
4324
+ }
4325
+ .\32 xl\:fui-ml-7,
4326
+ .\32 xl\:fui-mx-7 {
4327
+ margin-left: 1rem !important;
4328
+ }
4329
+ .\32 xl\:fui-m-8 {
4330
+ margin: 1.25rem !important;
4331
+ }
4332
+ .\32 xl\:fui-mt-8,
4333
+ .\32 xl\:fui-my-8 {
4334
+ margin-top: 1.25rem !important;
4335
+ }
4336
+ .\32 xl\:fui-mr-8,
4337
+ .\32 xl\:fui-mx-8 {
4338
+ margin-right: 1.25rem !important;
4339
+ }
4340
+ .\32 xl\:fui-mb-8,
4341
+ .\32 xl\:fui-my-8 {
4342
+ margin-bottom: 1.25rem !important;
4343
+ }
4344
+ .\32 xl\:fui-ml-8,
4345
+ .\32 xl\:fui-mx-8 {
4346
+ margin-left: 1.25rem !important;
4347
+ }
4348
+ .\32 xl\:fui-m-9 {
4349
+ margin: 1.5rem !important;
4350
+ }
4351
+ .\32 xl\:fui-mt-9,
4352
+ .\32 xl\:fui-my-9 {
4353
+ margin-top: 1.5rem !important;
4354
+ }
4355
+ .\32 xl\:fui-mr-9,
4356
+ .\32 xl\:fui-mx-9 {
4357
+ margin-right: 1.5rem !important;
4358
+ }
4359
+ .\32 xl\:fui-mb-9,
4360
+ .\32 xl\:fui-my-9 {
4361
+ margin-bottom: 1.5rem !important;
4362
+ }
4363
+ .\32 xl\:fui-ml-9,
4364
+ .\32 xl\:fui-mx-9 {
4365
+ margin-left: 1.5rem !important;
4366
+ }
4367
+ .\32 xl\:fui-m-10 {
4368
+ margin: 1.75rem !important;
4369
+ }
4370
+ .\32 xl\:fui-mt-10,
4371
+ .\32 xl\:fui-my-10 {
4372
+ margin-top: 1.75rem !important;
4373
+ }
4374
+ .\32 xl\:fui-mr-10,
4375
+ .\32 xl\:fui-mx-10 {
4376
+ margin-right: 1.75rem !important;
4377
+ }
4378
+ .\32 xl\:fui-mb-10,
4379
+ .\32 xl\:fui-my-10 {
4380
+ margin-bottom: 1.75rem !important;
4381
+ }
4382
+ .\32 xl\:fui-ml-10,
4383
+ .\32 xl\:fui-mx-10 {
4384
+ margin-left: 1.75rem !important;
4385
+ }
4386
+ .\32 xl\:fui-m-11 {
4387
+ margin: 2rem !important;
4388
+ }
4389
+ .\32 xl\:fui-mt-11,
4390
+ .\32 xl\:fui-my-11 {
4391
+ margin-top: 2rem !important;
4392
+ }
4393
+ .\32 xl\:fui-mr-11,
4394
+ .\32 xl\:fui-mx-11 {
4395
+ margin-right: 2rem !important;
4396
+ }
4397
+ .\32 xl\:fui-mb-11,
4398
+ .\32 xl\:fui-my-11 {
4399
+ margin-bottom: 2rem !important;
4400
+ }
4401
+ .\32 xl\:fui-ml-11,
4402
+ .\32 xl\:fui-mx-11 {
4403
+ margin-left: 2rem !important;
4404
+ }
4405
+ .\32 xl\:fui-m-12 {
4406
+ margin: 2.5rem !important;
4407
+ }
4408
+ .\32 xl\:fui-mt-12,
4409
+ .\32 xl\:fui-my-12 {
4410
+ margin-top: 2.5rem !important;
4411
+ }
4412
+ .\32 xl\:fui-mr-12,
4413
+ .\32 xl\:fui-mx-12 {
4414
+ margin-right: 2.5rem !important;
4415
+ }
4416
+ .\32 xl\:fui-mb-12,
4417
+ .\32 xl\:fui-my-12 {
4418
+ margin-bottom: 2.5rem !important;
4419
+ }
4420
+ .\32 xl\:fui-ml-12,
4421
+ .\32 xl\:fui-mx-12 {
4422
+ margin-left: 2.5rem !important;
4423
+ }
4424
+ .\32 xl\:fui-m-13 {
4425
+ margin: 3rem !important;
4426
+ }
4427
+ .\32 xl\:fui-mt-13,
4428
+ .\32 xl\:fui-my-13 {
4429
+ margin-top: 3rem !important;
4430
+ }
4431
+ .\32 xl\:fui-mr-13,
4432
+ .\32 xl\:fui-mx-13 {
4433
+ margin-right: 3rem !important;
4434
+ }
4435
+ .\32 xl\:fui-mb-13,
4436
+ .\32 xl\:fui-my-13 {
4437
+ margin-bottom: 3rem !important;
4438
+ }
4439
+ .\32 xl\:fui-ml-13,
4440
+ .\32 xl\:fui-mx-13 {
4441
+ margin-left: 3rem !important;
4442
+ }
4443
+ .\32 xl\:fui-m-auto {
4444
+ margin: auto !important;
4445
+ }
4446
+ .\32 xl\:fui-mt-auto,
4447
+ .\32 xl\:fui-my-auto {
4448
+ margin-top: auto !important;
4449
+ }
4450
+ .\32 xl\:fui-mr-auto,
4451
+ .\32 xl\:fui-mx-auto {
4452
+ margin-right: auto !important;
4453
+ }
4454
+ .\32 xl\:fui-mb-auto,
4455
+ .\32 xl\:fui-my-auto {
4456
+ margin-bottom: auto !important;
4457
+ }
4458
+ .\32 xl\:fui-ml-auto,
4459
+ .\32 xl\:fui-mx-auto {
4460
+ margin-left: auto !important;
4461
+ }
4462
+ .\32 xl\:fui-p-0 {
4463
+ padding: 0 !important;
4464
+ }
4465
+ .\32 xl\:fui-pt-0,
4466
+ .\32 xl\:fui-py-0 {
4467
+ padding-top: 0 !important;
4468
+ }
4469
+ .\32 xl\:fui-pr-0,
4470
+ .\32 xl\:fui-px-0 {
4471
+ padding-right: 0 !important;
4472
+ }
4473
+ .\32 xl\:fui-pb-0,
4474
+ .\32 xl\:fui-py-0 {
4475
+ padding-bottom: 0 !important;
4476
+ }
4477
+ .\32 xl\:fui-pl-0,
4478
+ .\32 xl\:fui-px-0 {
4479
+ padding-left: 0 !important;
4480
+ }
4481
+ .\32 xl\:fui-p-1 {
4482
+ padding: 0.125rem !important;
4483
+ }
4484
+ .\32 xl\:fui-pt-1,
4485
+ .\32 xl\:fui-py-1 {
4486
+ padding-top: 0.125rem !important;
4487
+ }
4488
+ .\32 xl\:fui-pr-1,
4489
+ .\32 xl\:fui-px-1 {
4490
+ padding-right: 0.125rem !important;
4491
+ }
4492
+ .\32 xl\:fui-pb-1,
4493
+ .\32 xl\:fui-py-1 {
4494
+ padding-bottom: 0.125rem !important;
4495
+ }
4496
+ .\32 xl\:fui-pl-1,
4497
+ .\32 xl\:fui-px-1 {
4498
+ padding-left: 0.125rem !important;
4499
+ }
4500
+ .\32 xl\:fui-p-2 {
4501
+ padding: 0.25rem !important;
4502
+ }
4503
+ .\32 xl\:fui-pt-2,
4504
+ .\32 xl\:fui-py-2 {
4505
+ padding-top: 0.25rem !important;
4506
+ }
4507
+ .\32 xl\:fui-pr-2,
4508
+ .\32 xl\:fui-px-2 {
4509
+ padding-right: 0.25rem !important;
4510
+ }
4511
+ .\32 xl\:fui-pb-2,
4512
+ .\32 xl\:fui-py-2 {
4513
+ padding-bottom: 0.25rem !important;
4514
+ }
4515
+ .\32 xl\:fui-pl-2,
4516
+ .\32 xl\:fui-px-2 {
4517
+ padding-left: 0.25rem !important;
4518
+ }
4519
+ .\32 xl\:fui-p-3 {
4520
+ padding: 0.375rem !important;
4521
+ }
4522
+ .\32 xl\:fui-pt-3,
4523
+ .\32 xl\:fui-py-3 {
4524
+ padding-top: 0.375rem !important;
4525
+ }
4526
+ .\32 xl\:fui-pr-3,
4527
+ .\32 xl\:fui-px-3 {
4528
+ padding-right: 0.375rem !important;
4529
+ }
4530
+ .\32 xl\:fui-pb-3,
4531
+ .\32 xl\:fui-py-3 {
4532
+ padding-bottom: 0.375rem !important;
4533
+ }
4534
+ .\32 xl\:fui-pl-3,
4535
+ .\32 xl\:fui-px-3 {
4536
+ padding-left: 0.375rem !important;
4537
+ }
4538
+ .\32 xl\:fui-p-4 {
4539
+ padding: 0.5rem !important;
4540
+ }
4541
+ .\32 xl\:fui-pt-4,
4542
+ .\32 xl\:fui-py-4 {
4543
+ padding-top: 0.5rem !important;
4544
+ }
4545
+ .\32 xl\:fui-pr-4,
4546
+ .\32 xl\:fui-px-4 {
4547
+ padding-right: 0.5rem !important;
4548
+ }
4549
+ .\32 xl\:fui-pb-4,
4550
+ .\32 xl\:fui-py-4 {
4551
+ padding-bottom: 0.5rem !important;
4552
+ }
4553
+ .\32 xl\:fui-pl-4,
4554
+ .\32 xl\:fui-px-4 {
4555
+ padding-left: 0.5rem !important;
4556
+ }
4557
+ .\32 xl\:fui-p-5 {
4558
+ padding: 0.625rem !important;
4559
+ }
4560
+ .\32 xl\:fui-pt-5,
4561
+ .\32 xl\:fui-py-5 {
4562
+ padding-top: 0.625rem !important;
4563
+ }
4564
+ .\32 xl\:fui-pr-5,
4565
+ .\32 xl\:fui-px-5 {
4566
+ padding-right: 0.625rem !important;
4567
+ }
4568
+ .\32 xl\:fui-pb-5,
4569
+ .\32 xl\:fui-py-5 {
4570
+ padding-bottom: 0.625rem !important;
4571
+ }
4572
+ .\32 xl\:fui-pl-5,
4573
+ .\32 xl\:fui-px-5 {
4574
+ padding-left: 0.625rem !important;
4575
+ }
4576
+ .\32 xl\:fui-p-6 {
4577
+ padding: 0.75rem !important;
4578
+ }
4579
+ .\32 xl\:fui-pt-6,
4580
+ .\32 xl\:fui-py-6 {
4581
+ padding-top: 0.75rem !important;
4582
+ }
4583
+ .\32 xl\:fui-pr-6,
4584
+ .\32 xl\:fui-px-6 {
4585
+ padding-right: 0.75rem !important;
4586
+ }
4587
+ .\32 xl\:fui-pb-6,
4588
+ .\32 xl\:fui-py-6 {
4589
+ padding-bottom: 0.75rem !important;
4590
+ }
4591
+ .\32 xl\:fui-pl-6,
4592
+ .\32 xl\:fui-px-6 {
4593
+ padding-left: 0.75rem !important;
4594
+ }
4595
+ .\32 xl\:fui-p-7 {
4596
+ padding: 1rem !important;
4597
+ }
4598
+ .\32 xl\:fui-pt-7,
4599
+ .\32 xl\:fui-py-7 {
4600
+ padding-top: 1rem !important;
4601
+ }
4602
+ .\32 xl\:fui-pr-7,
4603
+ .\32 xl\:fui-px-7 {
4604
+ padding-right: 1rem !important;
4605
+ }
4606
+ .\32 xl\:fui-pb-7,
4607
+ .\32 xl\:fui-py-7 {
4608
+ padding-bottom: 1rem !important;
4609
+ }
4610
+ .\32 xl\:fui-pl-7,
4611
+ .\32 xl\:fui-px-7 {
4612
+ padding-left: 1rem !important;
4613
+ }
4614
+ .\32 xl\:fui-p-8 {
4615
+ padding: 1.25rem !important;
4616
+ }
4617
+ .\32 xl\:fui-pt-8,
4618
+ .\32 xl\:fui-py-8 {
4619
+ padding-top: 1.25rem !important;
4620
+ }
4621
+ .\32 xl\:fui-pr-8,
4622
+ .\32 xl\:fui-px-8 {
4623
+ padding-right: 1.25rem !important;
4624
+ }
4625
+ .\32 xl\:fui-pb-8,
4626
+ .\32 xl\:fui-py-8 {
4627
+ padding-bottom: 1.25rem !important;
4628
+ }
4629
+ .\32 xl\:fui-pl-8,
4630
+ .\32 xl\:fui-px-8 {
4631
+ padding-left: 1.25rem !important;
4632
+ }
4633
+ .\32 xl\:fui-p-9 {
4634
+ padding: 1.5rem !important;
4635
+ }
4636
+ .\32 xl\:fui-pt-9,
4637
+ .\32 xl\:fui-py-9 {
4638
+ padding-top: 1.5rem !important;
4639
+ }
4640
+ .\32 xl\:fui-pr-9,
4641
+ .\32 xl\:fui-px-9 {
4642
+ padding-right: 1.5rem !important;
4643
+ }
4644
+ .\32 xl\:fui-pb-9,
4645
+ .\32 xl\:fui-py-9 {
4646
+ padding-bottom: 1.5rem !important;
4647
+ }
4648
+ .\32 xl\:fui-pl-9,
4649
+ .\32 xl\:fui-px-9 {
4650
+ padding-left: 1.5rem !important;
4651
+ }
4652
+ .\32 xl\:fui-p-10 {
4653
+ padding: 1.75rem !important;
4654
+ }
4655
+ .\32 xl\:fui-pt-10,
4656
+ .\32 xl\:fui-py-10 {
4657
+ padding-top: 1.75rem !important;
4658
+ }
4659
+ .\32 xl\:fui-pr-10,
4660
+ .\32 xl\:fui-px-10 {
4661
+ padding-right: 1.75rem !important;
4662
+ }
4663
+ .\32 xl\:fui-pb-10,
4664
+ .\32 xl\:fui-py-10 {
4665
+ padding-bottom: 1.75rem !important;
4666
+ }
4667
+ .\32 xl\:fui-pl-10,
4668
+ .\32 xl\:fui-px-10 {
4669
+ padding-left: 1.75rem !important;
4670
+ }
4671
+ .\32 xl\:fui-p-11 {
4672
+ padding: 2rem !important;
4673
+ }
4674
+ .\32 xl\:fui-pt-11,
4675
+ .\32 xl\:fui-py-11 {
4676
+ padding-top: 2rem !important;
4677
+ }
4678
+ .\32 xl\:fui-pr-11,
4679
+ .\32 xl\:fui-px-11 {
4680
+ padding-right: 2rem !important;
4681
+ }
4682
+ .\32 xl\:fui-pb-11,
4683
+ .\32 xl\:fui-py-11 {
4684
+ padding-bottom: 2rem !important;
4685
+ }
4686
+ .\32 xl\:fui-pl-11,
4687
+ .\32 xl\:fui-px-11 {
4688
+ padding-left: 2rem !important;
4689
+ }
4690
+ .\32 xl\:fui-p-12 {
4691
+ padding: 2.5rem !important;
4692
+ }
4693
+ .\32 xl\:fui-pt-12,
4694
+ .\32 xl\:fui-py-12 {
4695
+ padding-top: 2.5rem !important;
4696
+ }
4697
+ .\32 xl\:fui-pr-12,
4698
+ .\32 xl\:fui-px-12 {
4699
+ padding-right: 2.5rem !important;
4700
+ }
4701
+ .\32 xl\:fui-pb-12,
4702
+ .\32 xl\:fui-py-12 {
4703
+ padding-bottom: 2.5rem !important;
4704
+ }
4705
+ .\32 xl\:fui-pl-12,
4706
+ .\32 xl\:fui-px-12 {
4707
+ padding-left: 2.5rem !important;
4708
+ }
4709
+ .\32 xl\:fui-p-13 {
4710
+ padding: 3rem !important;
4711
+ }
4712
+ .\32 xl\:fui-pt-13,
4713
+ .\32 xl\:fui-py-13 {
4714
+ padding-top: 3rem !important;
4715
+ }
4716
+ .\32 xl\:fui-pr-13,
4717
+ .\32 xl\:fui-px-13 {
4718
+ padding-right: 3rem !important;
4719
+ }
4720
+ .\32 xl\:fui-pb-13,
4721
+ .\32 xl\:fui-py-13 {
4722
+ padding-bottom: 3rem !important;
4723
+ }
4724
+ .\32 xl\:fui-pl-13,
4725
+ .\32 xl\:fui-px-13 {
4726
+ padding-left: 3rem !important;
4727
+ }
4728
+ .\32 xl\:fui-p-auto {
4729
+ padding: auto !important;
4730
+ }
4731
+ .\32 xl\:fui-pt-auto,
4732
+ .\32 xl\:fui-py-auto {
4733
+ padding-top: auto !important;
4734
+ }
4735
+ .\32 xl\:fui-pr-auto,
4736
+ .\32 xl\:fui-px-auto {
4737
+ padding-right: auto !important;
4738
+ }
4739
+ .\32 xl\:fui-pb-auto,
4740
+ .\32 xl\:fui-py-auto {
4741
+ padding-bottom: auto !important;
4742
+ }
4743
+ .\32 xl\:fui-pl-auto,
4744
+ .\32 xl\:fui-px-auto {
4745
+ padding-left: auto !important;
4746
+ }
4747
+ .\32 xl\:fui-text-left {
4748
+ text-align: left !important;
4749
+ }
4750
+ .\32 xl\:fui-text-right {
4751
+ text-align: right !important;
4752
+ }
4753
+ .\32 xl\:fui-text-center {
4754
+ text-align: center !important;
4755
+ }
4756
+ .\32 xl\:fui-text-justify {
4757
+ text-align: justify !important;
4758
+ }
4759
+ .\32 xl\:fui-grid-cols-1 {
4760
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
4761
+ }
4762
+ .\32 xl\:fui-grid-cols-2 {
4763
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
4764
+ }
4765
+ .\32 xl\:fui-grid-cols-3 {
4766
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
4767
+ }
4768
+ .\32 xl\:fui-grid-cols-4 {
4769
+ grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
4770
+ }
4771
+ .\32 xl\:fui-grid-cols-5 {
4772
+ grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
4773
+ }
4774
+ .\32 xl\:fui-grid-cols-6 {
4775
+ grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
4776
+ }
4777
+ .\32 xl\:fui-grid-cols-7 {
4778
+ grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
4779
+ }
4780
+ .\32 xl\:fui-grid-cols-8 {
4781
+ grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
4782
+ }
4783
+ .\32 xl\:fui-grid-cols-9 {
4784
+ grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
4785
+ }
4786
+ .\32 xl\:fui-grid-cols-10 {
4787
+ grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
4788
+ }
4789
+ .\32 xl\:fui-grid-cols-11 {
4790
+ grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
4791
+ }
4792
+ .\32 xl\:fui-grid-cols-12 {
4793
+ grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
4794
+ }
4795
+ }
4796
+ .fui-density-comfortable {
4797
+ --fui-density-scale: 1;
4798
+ }
4799
+
4800
+ .fui-density-compact {
4801
+ --fui-density-scale: 0.75;
4802
+ }