@holoviz/panel 0.14.4 → 1.0.0-a.2

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