@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,5090 @@
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
+ right: 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
+ left: 0;
317
+ right: 0;
318
+ z-index: 1030;
319
+ }
320
+
321
+ .fixed-bottom {
322
+ position: fixed;
323
+ left: 0;
324
+ bottom: 0;
325
+ right: 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
+ left: 0;
444
+ bottom: 0;
445
+ right: 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: right !important;
491
+ }
492
+
493
+ .float-end {
494
+ float: left !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
+ right: 0 !important;
697
+ }
698
+
699
+ .start-50 {
700
+ right: 50% !important;
701
+ }
702
+
703
+ .start-100 {
704
+ right: 100% !important;
705
+ }
706
+
707
+ .end-0 {
708
+ left: 0 !important;
709
+ }
710
+
711
+ .end-50 {
712
+ left: 50% !important;
713
+ }
714
+
715
+ .end-100 {
716
+ left: 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-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
749
+ }
750
+
751
+ .border-end-0 {
752
+ border-left: 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-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
765
+ }
766
+
767
+ .border-start-0 {
768
+ border-right: 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-left: 0 !important;
1154
+ margin-right: 0 !important;
1155
+ }
1156
+
1157
+ .mx-1 {
1158
+ margin-left: 0.25rem !important;
1159
+ margin-right: 0.25rem !important;
1160
+ }
1161
+
1162
+ .mx-2 {
1163
+ margin-left: 0.5rem !important;
1164
+ margin-right: 0.5rem !important;
1165
+ }
1166
+
1167
+ .mx-3 {
1168
+ margin-left: 1rem !important;
1169
+ margin-right: 1rem !important;
1170
+ }
1171
+
1172
+ .mx-4 {
1173
+ margin-left: 1.5rem !important;
1174
+ margin-right: 1.5rem !important;
1175
+ }
1176
+
1177
+ .mx-5 {
1178
+ margin-left: 3rem !important;
1179
+ margin-right: 3rem !important;
1180
+ }
1181
+
1182
+ .mx-auto {
1183
+ margin-left: auto !important;
1184
+ margin-right: 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-left: 0 !important;
1252
+ }
1253
+
1254
+ .me-1 {
1255
+ margin-left: 0.25rem !important;
1256
+ }
1257
+
1258
+ .me-2 {
1259
+ margin-left: 0.5rem !important;
1260
+ }
1261
+
1262
+ .me-3 {
1263
+ margin-left: 1rem !important;
1264
+ }
1265
+
1266
+ .me-4 {
1267
+ margin-left: 1.5rem !important;
1268
+ }
1269
+
1270
+ .me-5 {
1271
+ margin-left: 3rem !important;
1272
+ }
1273
+
1274
+ .me-auto {
1275
+ margin-left: 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-right: 0 !important;
1308
+ }
1309
+
1310
+ .ms-1 {
1311
+ margin-right: 0.25rem !important;
1312
+ }
1313
+
1314
+ .ms-2 {
1315
+ margin-right: 0.5rem !important;
1316
+ }
1317
+
1318
+ .ms-3 {
1319
+ margin-right: 1rem !important;
1320
+ }
1321
+
1322
+ .ms-4 {
1323
+ margin-right: 1.5rem !important;
1324
+ }
1325
+
1326
+ .ms-5 {
1327
+ margin-right: 3rem !important;
1328
+ }
1329
+
1330
+ .ms-auto {
1331
+ margin-right: 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-left: 0 !important;
1360
+ padding-right: 0 !important;
1361
+ }
1362
+
1363
+ .px-1 {
1364
+ padding-left: 0.25rem !important;
1365
+ padding-right: 0.25rem !important;
1366
+ }
1367
+
1368
+ .px-2 {
1369
+ padding-left: 0.5rem !important;
1370
+ padding-right: 0.5rem !important;
1371
+ }
1372
+
1373
+ .px-3 {
1374
+ padding-left: 1rem !important;
1375
+ padding-right: 1rem !important;
1376
+ }
1377
+
1378
+ .px-4 {
1379
+ padding-left: 1.5rem !important;
1380
+ padding-right: 1.5rem !important;
1381
+ }
1382
+
1383
+ .px-5 {
1384
+ padding-left: 3rem !important;
1385
+ padding-right: 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-left: 0 !important;
1444
+ }
1445
+
1446
+ .pe-1 {
1447
+ padding-left: 0.25rem !important;
1448
+ }
1449
+
1450
+ .pe-2 {
1451
+ padding-left: 0.5rem !important;
1452
+ }
1453
+
1454
+ .pe-3 {
1455
+ padding-left: 1rem !important;
1456
+ }
1457
+
1458
+ .pe-4 {
1459
+ padding-left: 1.5rem !important;
1460
+ }
1461
+
1462
+ .pe-5 {
1463
+ padding-left: 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-right: 0 !important;
1492
+ }
1493
+
1494
+ .ps-1 {
1495
+ padding-right: 0.25rem !important;
1496
+ }
1497
+
1498
+ .ps-2 {
1499
+ padding-right: 0.5rem !important;
1500
+ }
1501
+
1502
+ .ps-3 {
1503
+ padding-right: 1rem !important;
1504
+ }
1505
+
1506
+ .ps-4 {
1507
+ padding-right: 1.5rem !important;
1508
+ }
1509
+
1510
+ .ps-5 {
1511
+ padding-right: 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: right !important;
1674
+ }
1675
+
1676
+ .text-end {
1677
+ text-align: left !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
+ .text-primary {
1716
+ --bs-text-opacity: 1;
1717
+ color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
1718
+ }
1719
+
1720
+ .text-secondary {
1721
+ --bs-text-opacity: 1;
1722
+ color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
1723
+ }
1724
+
1725
+ .text-success {
1726
+ --bs-text-opacity: 1;
1727
+ color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
1728
+ }
1729
+
1730
+ .text-info {
1731
+ --bs-text-opacity: 1;
1732
+ color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
1733
+ }
1734
+
1735
+ .text-warning {
1736
+ --bs-text-opacity: 1;
1737
+ color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
1738
+ }
1739
+
1740
+ .text-danger {
1741
+ --bs-text-opacity: 1;
1742
+ color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
1743
+ }
1744
+
1745
+ .text-light {
1746
+ --bs-text-opacity: 1;
1747
+ color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
1748
+ }
1749
+
1750
+ .text-dark {
1751
+ --bs-text-opacity: 1;
1752
+ color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
1753
+ }
1754
+
1755
+ .text-black {
1756
+ --bs-text-opacity: 1;
1757
+ color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
1758
+ }
1759
+
1760
+ .text-white {
1761
+ --bs-text-opacity: 1;
1762
+ color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
1763
+ }
1764
+
1765
+ .text-body {
1766
+ --bs-text-opacity: 1;
1767
+ color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
1768
+ }
1769
+
1770
+ .text-muted {
1771
+ --bs-text-opacity: 1;
1772
+ color: var(--bs-secondary-color) !important;
1773
+ }
1774
+
1775
+ .text-black-50 {
1776
+ --bs-text-opacity: 1;
1777
+ color: rgba(0, 0, 0, 0.5) !important;
1778
+ }
1779
+
1780
+ .text-white-50 {
1781
+ --bs-text-opacity: 1;
1782
+ color: rgba(255, 255, 255, 0.5) !important;
1783
+ }
1784
+
1785
+ .text-body-secondary {
1786
+ --bs-text-opacity: 1;
1787
+ color: var(--bs-secondary-color) !important;
1788
+ }
1789
+
1790
+ .text-body-tertiary {
1791
+ --bs-text-opacity: 1;
1792
+ color: var(--bs-tertiary-color) !important;
1793
+ }
1794
+
1795
+ .text-body-emphasis {
1796
+ --bs-text-opacity: 1;
1797
+ color: var(--bs-emphasis-color) !important;
1798
+ }
1799
+
1800
+ .text-reset {
1801
+ --bs-text-opacity: 1;
1802
+ color: inherit !important;
1803
+ }
1804
+
1805
+ .text-opacity-25 {
1806
+ --bs-text-opacity: 0.25;
1807
+ }
1808
+
1809
+ .text-opacity-50 {
1810
+ --bs-text-opacity: 0.5;
1811
+ }
1812
+
1813
+ .text-opacity-75 {
1814
+ --bs-text-opacity: 0.75;
1815
+ }
1816
+
1817
+ .text-opacity-100 {
1818
+ --bs-text-opacity: 1;
1819
+ }
1820
+
1821
+ .text-primary-emphasis {
1822
+ color: var(--bs-primary-text) !important;
1823
+ }
1824
+
1825
+ .text-secondary-emphasis {
1826
+ color: var(--bs-secondary-text) !important;
1827
+ }
1828
+
1829
+ .text-success-emphasis {
1830
+ color: var(--bs-success-text) !important;
1831
+ }
1832
+
1833
+ .text-info-emphasis {
1834
+ color: var(--bs-info-text) !important;
1835
+ }
1836
+
1837
+ .text-warning-emphasis {
1838
+ color: var(--bs-warning-text) !important;
1839
+ }
1840
+
1841
+ .text-danger-emphasis {
1842
+ color: var(--bs-danger-text) !important;
1843
+ }
1844
+
1845
+ .text-light-emphasis {
1846
+ color: var(--bs-light-text) !important;
1847
+ }
1848
+
1849
+ .text-dark-emphasis {
1850
+ color: var(--bs-dark-text) !important;
1851
+ }
1852
+
1853
+ .bg-primary {
1854
+ --bs-bg-opacity: 1;
1855
+ background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
1856
+ }
1857
+
1858
+ .bg-secondary {
1859
+ --bs-bg-opacity: 1;
1860
+ background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
1861
+ }
1862
+
1863
+ .bg-success {
1864
+ --bs-bg-opacity: 1;
1865
+ background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
1866
+ }
1867
+
1868
+ .bg-info {
1869
+ --bs-bg-opacity: 1;
1870
+ background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
1871
+ }
1872
+
1873
+ .bg-warning {
1874
+ --bs-bg-opacity: 1;
1875
+ background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
1876
+ }
1877
+
1878
+ .bg-danger {
1879
+ --bs-bg-opacity: 1;
1880
+ background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
1881
+ }
1882
+
1883
+ .bg-light {
1884
+ --bs-bg-opacity: 1;
1885
+ background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
1886
+ }
1887
+
1888
+ .bg-dark {
1889
+ --bs-bg-opacity: 1;
1890
+ background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
1891
+ }
1892
+
1893
+ .bg-black {
1894
+ --bs-bg-opacity: 1;
1895
+ background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
1896
+ }
1897
+
1898
+ .bg-white {
1899
+ --bs-bg-opacity: 1;
1900
+ background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
1901
+ }
1902
+
1903
+ .bg-body {
1904
+ --bs-bg-opacity: 1;
1905
+ background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
1906
+ }
1907
+
1908
+ .bg-transparent {
1909
+ --bs-bg-opacity: 1;
1910
+ background-color: transparent !important;
1911
+ }
1912
+
1913
+ .bg-body-secondary {
1914
+ --bs-bg-opacity: 1;
1915
+ background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
1916
+ }
1917
+
1918
+ .bg-body-tertiary {
1919
+ --bs-bg-opacity: 1;
1920
+ background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
1921
+ }
1922
+
1923
+ .bg-body-emphasis {
1924
+ --bs-bg-opacity: 1;
1925
+ background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important;
1926
+ }
1927
+
1928
+ .bg-opacity-10 {
1929
+ --bs-bg-opacity: 0.1;
1930
+ }
1931
+
1932
+ .bg-opacity-25 {
1933
+ --bs-bg-opacity: 0.25;
1934
+ }
1935
+
1936
+ .bg-opacity-50 {
1937
+ --bs-bg-opacity: 0.5;
1938
+ }
1939
+
1940
+ .bg-opacity-75 {
1941
+ --bs-bg-opacity: 0.75;
1942
+ }
1943
+
1944
+ .bg-opacity-100 {
1945
+ --bs-bg-opacity: 1;
1946
+ }
1947
+
1948
+ .bg-primary-subtle {
1949
+ background-color: var(--bs-primary-bg-subtle) !important;
1950
+ }
1951
+
1952
+ .bg-secondary-subtle {
1953
+ background-color: var(--bs-secondary-bg-subtle) !important;
1954
+ }
1955
+
1956
+ .bg-success-subtle {
1957
+ background-color: var(--bs-success-bg-subtle) !important;
1958
+ }
1959
+
1960
+ .bg-info-subtle {
1961
+ background-color: var(--bs-info-bg-subtle) !important;
1962
+ }
1963
+
1964
+ .bg-warning-subtle {
1965
+ background-color: var(--bs-warning-bg-subtle) !important;
1966
+ }
1967
+
1968
+ .bg-danger-subtle {
1969
+ background-color: var(--bs-danger-bg-subtle) !important;
1970
+ }
1971
+
1972
+ .bg-light-subtle {
1973
+ background-color: var(--bs-light-bg-subtle) !important;
1974
+ }
1975
+
1976
+ .bg-dark-subtle {
1977
+ background-color: var(--bs-dark-bg-subtle) !important;
1978
+ }
1979
+
1980
+ .bg-gradient {
1981
+ background-image: var(--bs-gradient) !important;
1982
+ }
1983
+
1984
+ .user-select-all {
1985
+ -webkit-user-select: all !important;
1986
+ -moz-user-select: all !important;
1987
+ user-select: all !important;
1988
+ }
1989
+
1990
+ .user-select-auto {
1991
+ -webkit-user-select: auto !important;
1992
+ -moz-user-select: auto !important;
1993
+ user-select: auto !important;
1994
+ }
1995
+
1996
+ .user-select-none {
1997
+ -webkit-user-select: none !important;
1998
+ -moz-user-select: none !important;
1999
+ user-select: none !important;
2000
+ }
2001
+
2002
+ .pe-none {
2003
+ pointer-events: none !important;
2004
+ }
2005
+
2006
+ .pe-auto {
2007
+ pointer-events: auto !important;
2008
+ }
2009
+
2010
+ .rounded {
2011
+ border-radius: var(--bs-border-radius) !important;
2012
+ }
2013
+
2014
+ .rounded-0 {
2015
+ border-radius: 0 !important;
2016
+ }
2017
+
2018
+ .rounded-1 {
2019
+ border-radius: var(--bs-border-radius-sm) !important;
2020
+ }
2021
+
2022
+ .rounded-2 {
2023
+ border-radius: var(--bs-border-radius) !important;
2024
+ }
2025
+
2026
+ .rounded-3 {
2027
+ border-radius: var(--bs-border-radius-lg) !important;
2028
+ }
2029
+
2030
+ .rounded-4 {
2031
+ border-radius: var(--bs-border-radius-xl) !important;
2032
+ }
2033
+
2034
+ .rounded-5 {
2035
+ border-radius: var(--bs-border-radius-2xl) !important;
2036
+ }
2037
+
2038
+ .rounded-circle {
2039
+ border-radius: 50% !important;
2040
+ }
2041
+
2042
+ .rounded-pill {
2043
+ border-radius: var(--bs-border-radius-pill) !important;
2044
+ }
2045
+
2046
+ .rounded-top {
2047
+ border-top-right-radius: var(--bs-border-radius) !important;
2048
+ border-top-left-radius: var(--bs-border-radius) !important;
2049
+ }
2050
+
2051
+ .rounded-top-0 {
2052
+ border-top-right-radius: 0 !important;
2053
+ border-top-left-radius: 0 !important;
2054
+ }
2055
+
2056
+ .rounded-top-1 {
2057
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
2058
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
2059
+ }
2060
+
2061
+ .rounded-top-2 {
2062
+ border-top-right-radius: var(--bs-border-radius) !important;
2063
+ border-top-left-radius: var(--bs-border-radius) !important;
2064
+ }
2065
+
2066
+ .rounded-top-3 {
2067
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
2068
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
2069
+ }
2070
+
2071
+ .rounded-top-4 {
2072
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
2073
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
2074
+ }
2075
+
2076
+ .rounded-top-5 {
2077
+ border-top-right-radius: var(--bs-border-radius-2xl) !important;
2078
+ border-top-left-radius: var(--bs-border-radius-2xl) !important;
2079
+ }
2080
+
2081
+ .rounded-top-circle {
2082
+ border-top-right-radius: 50% !important;
2083
+ border-top-left-radius: 50% !important;
2084
+ }
2085
+
2086
+ .rounded-top-pill {
2087
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
2088
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
2089
+ }
2090
+
2091
+ .rounded-end {
2092
+ border-top-left-radius: var(--bs-border-radius) !important;
2093
+ border-bottom-left-radius: var(--bs-border-radius) !important;
2094
+ }
2095
+
2096
+ .rounded-end-0 {
2097
+ border-top-left-radius: 0 !important;
2098
+ border-bottom-left-radius: 0 !important;
2099
+ }
2100
+
2101
+ .rounded-end-1 {
2102
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
2103
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
2104
+ }
2105
+
2106
+ .rounded-end-2 {
2107
+ border-top-left-radius: var(--bs-border-radius) !important;
2108
+ border-bottom-left-radius: var(--bs-border-radius) !important;
2109
+ }
2110
+
2111
+ .rounded-end-3 {
2112
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
2113
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
2114
+ }
2115
+
2116
+ .rounded-end-4 {
2117
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
2118
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
2119
+ }
2120
+
2121
+ .rounded-end-5 {
2122
+ border-top-left-radius: var(--bs-border-radius-2xl) !important;
2123
+ border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
2124
+ }
2125
+
2126
+ .rounded-end-circle {
2127
+ border-top-left-radius: 50% !important;
2128
+ border-bottom-left-radius: 50% !important;
2129
+ }
2130
+
2131
+ .rounded-end-pill {
2132
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
2133
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
2134
+ }
2135
+
2136
+ .rounded-bottom {
2137
+ border-bottom-left-radius: var(--bs-border-radius) !important;
2138
+ border-bottom-right-radius: var(--bs-border-radius) !important;
2139
+ }
2140
+
2141
+ .rounded-bottom-0 {
2142
+ border-bottom-left-radius: 0 !important;
2143
+ border-bottom-right-radius: 0 !important;
2144
+ }
2145
+
2146
+ .rounded-bottom-1 {
2147
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
2148
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
2149
+ }
2150
+
2151
+ .rounded-bottom-2 {
2152
+ border-bottom-left-radius: var(--bs-border-radius) !important;
2153
+ border-bottom-right-radius: var(--bs-border-radius) !important;
2154
+ }
2155
+
2156
+ .rounded-bottom-3 {
2157
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
2158
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
2159
+ }
2160
+
2161
+ .rounded-bottom-4 {
2162
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
2163
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
2164
+ }
2165
+
2166
+ .rounded-bottom-5 {
2167
+ border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
2168
+ border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
2169
+ }
2170
+
2171
+ .rounded-bottom-circle {
2172
+ border-bottom-left-radius: 50% !important;
2173
+ border-bottom-right-radius: 50% !important;
2174
+ }
2175
+
2176
+ .rounded-bottom-pill {
2177
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
2178
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
2179
+ }
2180
+
2181
+ .rounded-start {
2182
+ border-bottom-right-radius: var(--bs-border-radius) !important;
2183
+ border-top-right-radius: var(--bs-border-radius) !important;
2184
+ }
2185
+
2186
+ .rounded-start-0 {
2187
+ border-bottom-right-radius: 0 !important;
2188
+ border-top-right-radius: 0 !important;
2189
+ }
2190
+
2191
+ .rounded-start-1 {
2192
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
2193
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
2194
+ }
2195
+
2196
+ .rounded-start-2 {
2197
+ border-bottom-right-radius: var(--bs-border-radius) !important;
2198
+ border-top-right-radius: var(--bs-border-radius) !important;
2199
+ }
2200
+
2201
+ .rounded-start-3 {
2202
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
2203
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
2204
+ }
2205
+
2206
+ .rounded-start-4 {
2207
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
2208
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
2209
+ }
2210
+
2211
+ .rounded-start-5 {
2212
+ border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
2213
+ border-top-right-radius: var(--bs-border-radius-2xl) !important;
2214
+ }
2215
+
2216
+ .rounded-start-circle {
2217
+ border-bottom-right-radius: 50% !important;
2218
+ border-top-right-radius: 50% !important;
2219
+ }
2220
+
2221
+ .rounded-start-pill {
2222
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
2223
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
2224
+ }
2225
+
2226
+ .visible {
2227
+ visibility: visible !important;
2228
+ }
2229
+
2230
+ .invisible {
2231
+ visibility: hidden !important;
2232
+ }
2233
+
2234
+ .z-n1 {
2235
+ z-index: -1 !important;
2236
+ }
2237
+
2238
+ .z-0 {
2239
+ z-index: 0 !important;
2240
+ }
2241
+
2242
+ .z-1 {
2243
+ z-index: 1 !important;
2244
+ }
2245
+
2246
+ .z-2 {
2247
+ z-index: 2 !important;
2248
+ }
2249
+
2250
+ .z-3 {
2251
+ z-index: 3 !important;
2252
+ }
2253
+
2254
+ @media (min-width: 576px) {
2255
+ .float-sm-start {
2256
+ float: right !important;
2257
+ }
2258
+ .float-sm-end {
2259
+ float: left !important;
2260
+ }
2261
+ .float-sm-none {
2262
+ float: none !important;
2263
+ }
2264
+ .object-fit-sm-contain {
2265
+ -o-object-fit: contain !important;
2266
+ object-fit: contain !important;
2267
+ }
2268
+ .object-fit-sm-cover {
2269
+ -o-object-fit: cover !important;
2270
+ object-fit: cover !important;
2271
+ }
2272
+ .object-fit-sm-fill {
2273
+ -o-object-fit: fill !important;
2274
+ object-fit: fill !important;
2275
+ }
2276
+ .object-fit-sm-scale {
2277
+ -o-object-fit: scale-down !important;
2278
+ object-fit: scale-down !important;
2279
+ }
2280
+ .object-fit-sm-none {
2281
+ -o-object-fit: none !important;
2282
+ object-fit: none !important;
2283
+ }
2284
+ .d-sm-inline {
2285
+ display: inline !important;
2286
+ }
2287
+ .d-sm-inline-block {
2288
+ display: inline-block !important;
2289
+ }
2290
+ .d-sm-block {
2291
+ display: block !important;
2292
+ }
2293
+ .d-sm-grid {
2294
+ display: grid !important;
2295
+ }
2296
+ .d-sm-table {
2297
+ display: table !important;
2298
+ }
2299
+ .d-sm-table-row {
2300
+ display: table-row !important;
2301
+ }
2302
+ .d-sm-table-cell {
2303
+ display: table-cell !important;
2304
+ }
2305
+ .d-sm-flex {
2306
+ display: flex !important;
2307
+ }
2308
+ .d-sm-inline-flex {
2309
+ display: inline-flex !important;
2310
+ }
2311
+ .d-sm-none {
2312
+ display: none !important;
2313
+ }
2314
+ .flex-sm-fill {
2315
+ flex: 1 1 auto !important;
2316
+ }
2317
+ .flex-sm-row {
2318
+ flex-direction: row !important;
2319
+ }
2320
+ .flex-sm-column {
2321
+ flex-direction: column !important;
2322
+ }
2323
+ .flex-sm-row-reverse {
2324
+ flex-direction: row-reverse !important;
2325
+ }
2326
+ .flex-sm-column-reverse {
2327
+ flex-direction: column-reverse !important;
2328
+ }
2329
+ .flex-sm-grow-0 {
2330
+ flex-grow: 0 !important;
2331
+ }
2332
+ .flex-sm-grow-1 {
2333
+ flex-grow: 1 !important;
2334
+ }
2335
+ .flex-sm-shrink-0 {
2336
+ flex-shrink: 0 !important;
2337
+ }
2338
+ .flex-sm-shrink-1 {
2339
+ flex-shrink: 1 !important;
2340
+ }
2341
+ .flex-sm-wrap {
2342
+ flex-wrap: wrap !important;
2343
+ }
2344
+ .flex-sm-nowrap {
2345
+ flex-wrap: nowrap !important;
2346
+ }
2347
+ .flex-sm-wrap-reverse {
2348
+ flex-wrap: wrap-reverse !important;
2349
+ }
2350
+ .justify-content-sm-start {
2351
+ justify-content: flex-start !important;
2352
+ }
2353
+ .justify-content-sm-end {
2354
+ justify-content: flex-end !important;
2355
+ }
2356
+ .justify-content-sm-center {
2357
+ justify-content: center !important;
2358
+ }
2359
+ .justify-content-sm-between {
2360
+ justify-content: space-between !important;
2361
+ }
2362
+ .justify-content-sm-around {
2363
+ justify-content: space-around !important;
2364
+ }
2365
+ .justify-content-sm-evenly {
2366
+ justify-content: space-evenly !important;
2367
+ }
2368
+ .align-items-sm-start {
2369
+ align-items: flex-start !important;
2370
+ }
2371
+ .align-items-sm-end {
2372
+ align-items: flex-end !important;
2373
+ }
2374
+ .align-items-sm-center {
2375
+ align-items: center !important;
2376
+ }
2377
+ .align-items-sm-baseline {
2378
+ align-items: baseline !important;
2379
+ }
2380
+ .align-items-sm-stretch {
2381
+ align-items: stretch !important;
2382
+ }
2383
+ .align-content-sm-start {
2384
+ align-content: flex-start !important;
2385
+ }
2386
+ .align-content-sm-end {
2387
+ align-content: flex-end !important;
2388
+ }
2389
+ .align-content-sm-center {
2390
+ align-content: center !important;
2391
+ }
2392
+ .align-content-sm-between {
2393
+ align-content: space-between !important;
2394
+ }
2395
+ .align-content-sm-around {
2396
+ align-content: space-around !important;
2397
+ }
2398
+ .align-content-sm-stretch {
2399
+ align-content: stretch !important;
2400
+ }
2401
+ .align-self-sm-auto {
2402
+ align-self: auto !important;
2403
+ }
2404
+ .align-self-sm-start {
2405
+ align-self: flex-start !important;
2406
+ }
2407
+ .align-self-sm-end {
2408
+ align-self: flex-end !important;
2409
+ }
2410
+ .align-self-sm-center {
2411
+ align-self: center !important;
2412
+ }
2413
+ .align-self-sm-baseline {
2414
+ align-self: baseline !important;
2415
+ }
2416
+ .align-self-sm-stretch {
2417
+ align-self: stretch !important;
2418
+ }
2419
+ .order-sm-first {
2420
+ order: -1 !important;
2421
+ }
2422
+ .order-sm-0 {
2423
+ order: 0 !important;
2424
+ }
2425
+ .order-sm-1 {
2426
+ order: 1 !important;
2427
+ }
2428
+ .order-sm-2 {
2429
+ order: 2 !important;
2430
+ }
2431
+ .order-sm-3 {
2432
+ order: 3 !important;
2433
+ }
2434
+ .order-sm-4 {
2435
+ order: 4 !important;
2436
+ }
2437
+ .order-sm-5 {
2438
+ order: 5 !important;
2439
+ }
2440
+ .order-sm-last {
2441
+ order: 6 !important;
2442
+ }
2443
+ .m-sm-0 {
2444
+ margin: 0 !important;
2445
+ }
2446
+ .m-sm-1 {
2447
+ margin: 0.25rem !important;
2448
+ }
2449
+ .m-sm-2 {
2450
+ margin: 0.5rem !important;
2451
+ }
2452
+ .m-sm-3 {
2453
+ margin: 1rem !important;
2454
+ }
2455
+ .m-sm-4 {
2456
+ margin: 1.5rem !important;
2457
+ }
2458
+ .m-sm-5 {
2459
+ margin: 3rem !important;
2460
+ }
2461
+ .m-sm-auto {
2462
+ margin: auto !important;
2463
+ }
2464
+ .mx-sm-0 {
2465
+ margin-left: 0 !important;
2466
+ margin-right: 0 !important;
2467
+ }
2468
+ .mx-sm-1 {
2469
+ margin-left: 0.25rem !important;
2470
+ margin-right: 0.25rem !important;
2471
+ }
2472
+ .mx-sm-2 {
2473
+ margin-left: 0.5rem !important;
2474
+ margin-right: 0.5rem !important;
2475
+ }
2476
+ .mx-sm-3 {
2477
+ margin-left: 1rem !important;
2478
+ margin-right: 1rem !important;
2479
+ }
2480
+ .mx-sm-4 {
2481
+ margin-left: 1.5rem !important;
2482
+ margin-right: 1.5rem !important;
2483
+ }
2484
+ .mx-sm-5 {
2485
+ margin-left: 3rem !important;
2486
+ margin-right: 3rem !important;
2487
+ }
2488
+ .mx-sm-auto {
2489
+ margin-left: auto !important;
2490
+ margin-right: auto !important;
2491
+ }
2492
+ .my-sm-0 {
2493
+ margin-top: 0 !important;
2494
+ margin-bottom: 0 !important;
2495
+ }
2496
+ .my-sm-1 {
2497
+ margin-top: 0.25rem !important;
2498
+ margin-bottom: 0.25rem !important;
2499
+ }
2500
+ .my-sm-2 {
2501
+ margin-top: 0.5rem !important;
2502
+ margin-bottom: 0.5rem !important;
2503
+ }
2504
+ .my-sm-3 {
2505
+ margin-top: 1rem !important;
2506
+ margin-bottom: 1rem !important;
2507
+ }
2508
+ .my-sm-4 {
2509
+ margin-top: 1.5rem !important;
2510
+ margin-bottom: 1.5rem !important;
2511
+ }
2512
+ .my-sm-5 {
2513
+ margin-top: 3rem !important;
2514
+ margin-bottom: 3rem !important;
2515
+ }
2516
+ .my-sm-auto {
2517
+ margin-top: auto !important;
2518
+ margin-bottom: auto !important;
2519
+ }
2520
+ .mt-sm-0 {
2521
+ margin-top: 0 !important;
2522
+ }
2523
+ .mt-sm-1 {
2524
+ margin-top: 0.25rem !important;
2525
+ }
2526
+ .mt-sm-2 {
2527
+ margin-top: 0.5rem !important;
2528
+ }
2529
+ .mt-sm-3 {
2530
+ margin-top: 1rem !important;
2531
+ }
2532
+ .mt-sm-4 {
2533
+ margin-top: 1.5rem !important;
2534
+ }
2535
+ .mt-sm-5 {
2536
+ margin-top: 3rem !important;
2537
+ }
2538
+ .mt-sm-auto {
2539
+ margin-top: auto !important;
2540
+ }
2541
+ .me-sm-0 {
2542
+ margin-left: 0 !important;
2543
+ }
2544
+ .me-sm-1 {
2545
+ margin-left: 0.25rem !important;
2546
+ }
2547
+ .me-sm-2 {
2548
+ margin-left: 0.5rem !important;
2549
+ }
2550
+ .me-sm-3 {
2551
+ margin-left: 1rem !important;
2552
+ }
2553
+ .me-sm-4 {
2554
+ margin-left: 1.5rem !important;
2555
+ }
2556
+ .me-sm-5 {
2557
+ margin-left: 3rem !important;
2558
+ }
2559
+ .me-sm-auto {
2560
+ margin-left: auto !important;
2561
+ }
2562
+ .mb-sm-0 {
2563
+ margin-bottom: 0 !important;
2564
+ }
2565
+ .mb-sm-1 {
2566
+ margin-bottom: 0.25rem !important;
2567
+ }
2568
+ .mb-sm-2 {
2569
+ margin-bottom: 0.5rem !important;
2570
+ }
2571
+ .mb-sm-3 {
2572
+ margin-bottom: 1rem !important;
2573
+ }
2574
+ .mb-sm-4 {
2575
+ margin-bottom: 1.5rem !important;
2576
+ }
2577
+ .mb-sm-5 {
2578
+ margin-bottom: 3rem !important;
2579
+ }
2580
+ .mb-sm-auto {
2581
+ margin-bottom: auto !important;
2582
+ }
2583
+ .ms-sm-0 {
2584
+ margin-right: 0 !important;
2585
+ }
2586
+ .ms-sm-1 {
2587
+ margin-right: 0.25rem !important;
2588
+ }
2589
+ .ms-sm-2 {
2590
+ margin-right: 0.5rem !important;
2591
+ }
2592
+ .ms-sm-3 {
2593
+ margin-right: 1rem !important;
2594
+ }
2595
+ .ms-sm-4 {
2596
+ margin-right: 1.5rem !important;
2597
+ }
2598
+ .ms-sm-5 {
2599
+ margin-right: 3rem !important;
2600
+ }
2601
+ .ms-sm-auto {
2602
+ margin-right: auto !important;
2603
+ }
2604
+ .p-sm-0 {
2605
+ padding: 0 !important;
2606
+ }
2607
+ .p-sm-1 {
2608
+ padding: 0.25rem !important;
2609
+ }
2610
+ .p-sm-2 {
2611
+ padding: 0.5rem !important;
2612
+ }
2613
+ .p-sm-3 {
2614
+ padding: 1rem !important;
2615
+ }
2616
+ .p-sm-4 {
2617
+ padding: 1.5rem !important;
2618
+ }
2619
+ .p-sm-5 {
2620
+ padding: 3rem !important;
2621
+ }
2622
+ .px-sm-0 {
2623
+ padding-left: 0 !important;
2624
+ padding-right: 0 !important;
2625
+ }
2626
+ .px-sm-1 {
2627
+ padding-left: 0.25rem !important;
2628
+ padding-right: 0.25rem !important;
2629
+ }
2630
+ .px-sm-2 {
2631
+ padding-left: 0.5rem !important;
2632
+ padding-right: 0.5rem !important;
2633
+ }
2634
+ .px-sm-3 {
2635
+ padding-left: 1rem !important;
2636
+ padding-right: 1rem !important;
2637
+ }
2638
+ .px-sm-4 {
2639
+ padding-left: 1.5rem !important;
2640
+ padding-right: 1.5rem !important;
2641
+ }
2642
+ .px-sm-5 {
2643
+ padding-left: 3rem !important;
2644
+ padding-right: 3rem !important;
2645
+ }
2646
+ .py-sm-0 {
2647
+ padding-top: 0 !important;
2648
+ padding-bottom: 0 !important;
2649
+ }
2650
+ .py-sm-1 {
2651
+ padding-top: 0.25rem !important;
2652
+ padding-bottom: 0.25rem !important;
2653
+ }
2654
+ .py-sm-2 {
2655
+ padding-top: 0.5rem !important;
2656
+ padding-bottom: 0.5rem !important;
2657
+ }
2658
+ .py-sm-3 {
2659
+ padding-top: 1rem !important;
2660
+ padding-bottom: 1rem !important;
2661
+ }
2662
+ .py-sm-4 {
2663
+ padding-top: 1.5rem !important;
2664
+ padding-bottom: 1.5rem !important;
2665
+ }
2666
+ .py-sm-5 {
2667
+ padding-top: 3rem !important;
2668
+ padding-bottom: 3rem !important;
2669
+ }
2670
+ .pt-sm-0 {
2671
+ padding-top: 0 !important;
2672
+ }
2673
+ .pt-sm-1 {
2674
+ padding-top: 0.25rem !important;
2675
+ }
2676
+ .pt-sm-2 {
2677
+ padding-top: 0.5rem !important;
2678
+ }
2679
+ .pt-sm-3 {
2680
+ padding-top: 1rem !important;
2681
+ }
2682
+ .pt-sm-4 {
2683
+ padding-top: 1.5rem !important;
2684
+ }
2685
+ .pt-sm-5 {
2686
+ padding-top: 3rem !important;
2687
+ }
2688
+ .pe-sm-0 {
2689
+ padding-left: 0 !important;
2690
+ }
2691
+ .pe-sm-1 {
2692
+ padding-left: 0.25rem !important;
2693
+ }
2694
+ .pe-sm-2 {
2695
+ padding-left: 0.5rem !important;
2696
+ }
2697
+ .pe-sm-3 {
2698
+ padding-left: 1rem !important;
2699
+ }
2700
+ .pe-sm-4 {
2701
+ padding-left: 1.5rem !important;
2702
+ }
2703
+ .pe-sm-5 {
2704
+ padding-left: 3rem !important;
2705
+ }
2706
+ .pb-sm-0 {
2707
+ padding-bottom: 0 !important;
2708
+ }
2709
+ .pb-sm-1 {
2710
+ padding-bottom: 0.25rem !important;
2711
+ }
2712
+ .pb-sm-2 {
2713
+ padding-bottom: 0.5rem !important;
2714
+ }
2715
+ .pb-sm-3 {
2716
+ padding-bottom: 1rem !important;
2717
+ }
2718
+ .pb-sm-4 {
2719
+ padding-bottom: 1.5rem !important;
2720
+ }
2721
+ .pb-sm-5 {
2722
+ padding-bottom: 3rem !important;
2723
+ }
2724
+ .ps-sm-0 {
2725
+ padding-right: 0 !important;
2726
+ }
2727
+ .ps-sm-1 {
2728
+ padding-right: 0.25rem !important;
2729
+ }
2730
+ .ps-sm-2 {
2731
+ padding-right: 0.5rem !important;
2732
+ }
2733
+ .ps-sm-3 {
2734
+ padding-right: 1rem !important;
2735
+ }
2736
+ .ps-sm-4 {
2737
+ padding-right: 1.5rem !important;
2738
+ }
2739
+ .ps-sm-5 {
2740
+ padding-right: 3rem !important;
2741
+ }
2742
+ .gap-sm-0 {
2743
+ gap: 0 !important;
2744
+ }
2745
+ .gap-sm-1 {
2746
+ gap: 0.25rem !important;
2747
+ }
2748
+ .gap-sm-2 {
2749
+ gap: 0.5rem !important;
2750
+ }
2751
+ .gap-sm-3 {
2752
+ gap: 1rem !important;
2753
+ }
2754
+ .gap-sm-4 {
2755
+ gap: 1.5rem !important;
2756
+ }
2757
+ .gap-sm-5 {
2758
+ gap: 3rem !important;
2759
+ }
2760
+ .row-gap-sm-0 {
2761
+ row-gap: 0 !important;
2762
+ }
2763
+ .row-gap-sm-1 {
2764
+ row-gap: 0.25rem !important;
2765
+ }
2766
+ .row-gap-sm-2 {
2767
+ row-gap: 0.5rem !important;
2768
+ }
2769
+ .row-gap-sm-3 {
2770
+ row-gap: 1rem !important;
2771
+ }
2772
+ .row-gap-sm-4 {
2773
+ row-gap: 1.5rem !important;
2774
+ }
2775
+ .row-gap-sm-5 {
2776
+ row-gap: 3rem !important;
2777
+ }
2778
+ .column-gap-sm-0 {
2779
+ -moz-column-gap: 0 !important;
2780
+ column-gap: 0 !important;
2781
+ }
2782
+ .column-gap-sm-1 {
2783
+ -moz-column-gap: 0.25rem !important;
2784
+ column-gap: 0.25rem !important;
2785
+ }
2786
+ .column-gap-sm-2 {
2787
+ -moz-column-gap: 0.5rem !important;
2788
+ column-gap: 0.5rem !important;
2789
+ }
2790
+ .column-gap-sm-3 {
2791
+ -moz-column-gap: 1rem !important;
2792
+ column-gap: 1rem !important;
2793
+ }
2794
+ .column-gap-sm-4 {
2795
+ -moz-column-gap: 1.5rem !important;
2796
+ column-gap: 1.5rem !important;
2797
+ }
2798
+ .column-gap-sm-5 {
2799
+ -moz-column-gap: 3rem !important;
2800
+ column-gap: 3rem !important;
2801
+ }
2802
+ .text-sm-start {
2803
+ text-align: right !important;
2804
+ }
2805
+ .text-sm-end {
2806
+ text-align: left !important;
2807
+ }
2808
+ .text-sm-center {
2809
+ text-align: center !important;
2810
+ }
2811
+ }
2812
+ @media (min-width: 768px) {
2813
+ .float-md-start {
2814
+ float: right !important;
2815
+ }
2816
+ .float-md-end {
2817
+ float: left !important;
2818
+ }
2819
+ .float-md-none {
2820
+ float: none !important;
2821
+ }
2822
+ .object-fit-md-contain {
2823
+ -o-object-fit: contain !important;
2824
+ object-fit: contain !important;
2825
+ }
2826
+ .object-fit-md-cover {
2827
+ -o-object-fit: cover !important;
2828
+ object-fit: cover !important;
2829
+ }
2830
+ .object-fit-md-fill {
2831
+ -o-object-fit: fill !important;
2832
+ object-fit: fill !important;
2833
+ }
2834
+ .object-fit-md-scale {
2835
+ -o-object-fit: scale-down !important;
2836
+ object-fit: scale-down !important;
2837
+ }
2838
+ .object-fit-md-none {
2839
+ -o-object-fit: none !important;
2840
+ object-fit: none !important;
2841
+ }
2842
+ .d-md-inline {
2843
+ display: inline !important;
2844
+ }
2845
+ .d-md-inline-block {
2846
+ display: inline-block !important;
2847
+ }
2848
+ .d-md-block {
2849
+ display: block !important;
2850
+ }
2851
+ .d-md-grid {
2852
+ display: grid !important;
2853
+ }
2854
+ .d-md-table {
2855
+ display: table !important;
2856
+ }
2857
+ .d-md-table-row {
2858
+ display: table-row !important;
2859
+ }
2860
+ .d-md-table-cell {
2861
+ display: table-cell !important;
2862
+ }
2863
+ .d-md-flex {
2864
+ display: flex !important;
2865
+ }
2866
+ .d-md-inline-flex {
2867
+ display: inline-flex !important;
2868
+ }
2869
+ .d-md-none {
2870
+ display: none !important;
2871
+ }
2872
+ .flex-md-fill {
2873
+ flex: 1 1 auto !important;
2874
+ }
2875
+ .flex-md-row {
2876
+ flex-direction: row !important;
2877
+ }
2878
+ .flex-md-column {
2879
+ flex-direction: column !important;
2880
+ }
2881
+ .flex-md-row-reverse {
2882
+ flex-direction: row-reverse !important;
2883
+ }
2884
+ .flex-md-column-reverse {
2885
+ flex-direction: column-reverse !important;
2886
+ }
2887
+ .flex-md-grow-0 {
2888
+ flex-grow: 0 !important;
2889
+ }
2890
+ .flex-md-grow-1 {
2891
+ flex-grow: 1 !important;
2892
+ }
2893
+ .flex-md-shrink-0 {
2894
+ flex-shrink: 0 !important;
2895
+ }
2896
+ .flex-md-shrink-1 {
2897
+ flex-shrink: 1 !important;
2898
+ }
2899
+ .flex-md-wrap {
2900
+ flex-wrap: wrap !important;
2901
+ }
2902
+ .flex-md-nowrap {
2903
+ flex-wrap: nowrap !important;
2904
+ }
2905
+ .flex-md-wrap-reverse {
2906
+ flex-wrap: wrap-reverse !important;
2907
+ }
2908
+ .justify-content-md-start {
2909
+ justify-content: flex-start !important;
2910
+ }
2911
+ .justify-content-md-end {
2912
+ justify-content: flex-end !important;
2913
+ }
2914
+ .justify-content-md-center {
2915
+ justify-content: center !important;
2916
+ }
2917
+ .justify-content-md-between {
2918
+ justify-content: space-between !important;
2919
+ }
2920
+ .justify-content-md-around {
2921
+ justify-content: space-around !important;
2922
+ }
2923
+ .justify-content-md-evenly {
2924
+ justify-content: space-evenly !important;
2925
+ }
2926
+ .align-items-md-start {
2927
+ align-items: flex-start !important;
2928
+ }
2929
+ .align-items-md-end {
2930
+ align-items: flex-end !important;
2931
+ }
2932
+ .align-items-md-center {
2933
+ align-items: center !important;
2934
+ }
2935
+ .align-items-md-baseline {
2936
+ align-items: baseline !important;
2937
+ }
2938
+ .align-items-md-stretch {
2939
+ align-items: stretch !important;
2940
+ }
2941
+ .align-content-md-start {
2942
+ align-content: flex-start !important;
2943
+ }
2944
+ .align-content-md-end {
2945
+ align-content: flex-end !important;
2946
+ }
2947
+ .align-content-md-center {
2948
+ align-content: center !important;
2949
+ }
2950
+ .align-content-md-between {
2951
+ align-content: space-between !important;
2952
+ }
2953
+ .align-content-md-around {
2954
+ align-content: space-around !important;
2955
+ }
2956
+ .align-content-md-stretch {
2957
+ align-content: stretch !important;
2958
+ }
2959
+ .align-self-md-auto {
2960
+ align-self: auto !important;
2961
+ }
2962
+ .align-self-md-start {
2963
+ align-self: flex-start !important;
2964
+ }
2965
+ .align-self-md-end {
2966
+ align-self: flex-end !important;
2967
+ }
2968
+ .align-self-md-center {
2969
+ align-self: center !important;
2970
+ }
2971
+ .align-self-md-baseline {
2972
+ align-self: baseline !important;
2973
+ }
2974
+ .align-self-md-stretch {
2975
+ align-self: stretch !important;
2976
+ }
2977
+ .order-md-first {
2978
+ order: -1 !important;
2979
+ }
2980
+ .order-md-0 {
2981
+ order: 0 !important;
2982
+ }
2983
+ .order-md-1 {
2984
+ order: 1 !important;
2985
+ }
2986
+ .order-md-2 {
2987
+ order: 2 !important;
2988
+ }
2989
+ .order-md-3 {
2990
+ order: 3 !important;
2991
+ }
2992
+ .order-md-4 {
2993
+ order: 4 !important;
2994
+ }
2995
+ .order-md-5 {
2996
+ order: 5 !important;
2997
+ }
2998
+ .order-md-last {
2999
+ order: 6 !important;
3000
+ }
3001
+ .m-md-0 {
3002
+ margin: 0 !important;
3003
+ }
3004
+ .m-md-1 {
3005
+ margin: 0.25rem !important;
3006
+ }
3007
+ .m-md-2 {
3008
+ margin: 0.5rem !important;
3009
+ }
3010
+ .m-md-3 {
3011
+ margin: 1rem !important;
3012
+ }
3013
+ .m-md-4 {
3014
+ margin: 1.5rem !important;
3015
+ }
3016
+ .m-md-5 {
3017
+ margin: 3rem !important;
3018
+ }
3019
+ .m-md-auto {
3020
+ margin: auto !important;
3021
+ }
3022
+ .mx-md-0 {
3023
+ margin-left: 0 !important;
3024
+ margin-right: 0 !important;
3025
+ }
3026
+ .mx-md-1 {
3027
+ margin-left: 0.25rem !important;
3028
+ margin-right: 0.25rem !important;
3029
+ }
3030
+ .mx-md-2 {
3031
+ margin-left: 0.5rem !important;
3032
+ margin-right: 0.5rem !important;
3033
+ }
3034
+ .mx-md-3 {
3035
+ margin-left: 1rem !important;
3036
+ margin-right: 1rem !important;
3037
+ }
3038
+ .mx-md-4 {
3039
+ margin-left: 1.5rem !important;
3040
+ margin-right: 1.5rem !important;
3041
+ }
3042
+ .mx-md-5 {
3043
+ margin-left: 3rem !important;
3044
+ margin-right: 3rem !important;
3045
+ }
3046
+ .mx-md-auto {
3047
+ margin-left: auto !important;
3048
+ margin-right: auto !important;
3049
+ }
3050
+ .my-md-0 {
3051
+ margin-top: 0 !important;
3052
+ margin-bottom: 0 !important;
3053
+ }
3054
+ .my-md-1 {
3055
+ margin-top: 0.25rem !important;
3056
+ margin-bottom: 0.25rem !important;
3057
+ }
3058
+ .my-md-2 {
3059
+ margin-top: 0.5rem !important;
3060
+ margin-bottom: 0.5rem !important;
3061
+ }
3062
+ .my-md-3 {
3063
+ margin-top: 1rem !important;
3064
+ margin-bottom: 1rem !important;
3065
+ }
3066
+ .my-md-4 {
3067
+ margin-top: 1.5rem !important;
3068
+ margin-bottom: 1.5rem !important;
3069
+ }
3070
+ .my-md-5 {
3071
+ margin-top: 3rem !important;
3072
+ margin-bottom: 3rem !important;
3073
+ }
3074
+ .my-md-auto {
3075
+ margin-top: auto !important;
3076
+ margin-bottom: auto !important;
3077
+ }
3078
+ .mt-md-0 {
3079
+ margin-top: 0 !important;
3080
+ }
3081
+ .mt-md-1 {
3082
+ margin-top: 0.25rem !important;
3083
+ }
3084
+ .mt-md-2 {
3085
+ margin-top: 0.5rem !important;
3086
+ }
3087
+ .mt-md-3 {
3088
+ margin-top: 1rem !important;
3089
+ }
3090
+ .mt-md-4 {
3091
+ margin-top: 1.5rem !important;
3092
+ }
3093
+ .mt-md-5 {
3094
+ margin-top: 3rem !important;
3095
+ }
3096
+ .mt-md-auto {
3097
+ margin-top: auto !important;
3098
+ }
3099
+ .me-md-0 {
3100
+ margin-left: 0 !important;
3101
+ }
3102
+ .me-md-1 {
3103
+ margin-left: 0.25rem !important;
3104
+ }
3105
+ .me-md-2 {
3106
+ margin-left: 0.5rem !important;
3107
+ }
3108
+ .me-md-3 {
3109
+ margin-left: 1rem !important;
3110
+ }
3111
+ .me-md-4 {
3112
+ margin-left: 1.5rem !important;
3113
+ }
3114
+ .me-md-5 {
3115
+ margin-left: 3rem !important;
3116
+ }
3117
+ .me-md-auto {
3118
+ margin-left: auto !important;
3119
+ }
3120
+ .mb-md-0 {
3121
+ margin-bottom: 0 !important;
3122
+ }
3123
+ .mb-md-1 {
3124
+ margin-bottom: 0.25rem !important;
3125
+ }
3126
+ .mb-md-2 {
3127
+ margin-bottom: 0.5rem !important;
3128
+ }
3129
+ .mb-md-3 {
3130
+ margin-bottom: 1rem !important;
3131
+ }
3132
+ .mb-md-4 {
3133
+ margin-bottom: 1.5rem !important;
3134
+ }
3135
+ .mb-md-5 {
3136
+ margin-bottom: 3rem !important;
3137
+ }
3138
+ .mb-md-auto {
3139
+ margin-bottom: auto !important;
3140
+ }
3141
+ .ms-md-0 {
3142
+ margin-right: 0 !important;
3143
+ }
3144
+ .ms-md-1 {
3145
+ margin-right: 0.25rem !important;
3146
+ }
3147
+ .ms-md-2 {
3148
+ margin-right: 0.5rem !important;
3149
+ }
3150
+ .ms-md-3 {
3151
+ margin-right: 1rem !important;
3152
+ }
3153
+ .ms-md-4 {
3154
+ margin-right: 1.5rem !important;
3155
+ }
3156
+ .ms-md-5 {
3157
+ margin-right: 3rem !important;
3158
+ }
3159
+ .ms-md-auto {
3160
+ margin-right: auto !important;
3161
+ }
3162
+ .p-md-0 {
3163
+ padding: 0 !important;
3164
+ }
3165
+ .p-md-1 {
3166
+ padding: 0.25rem !important;
3167
+ }
3168
+ .p-md-2 {
3169
+ padding: 0.5rem !important;
3170
+ }
3171
+ .p-md-3 {
3172
+ padding: 1rem !important;
3173
+ }
3174
+ .p-md-4 {
3175
+ padding: 1.5rem !important;
3176
+ }
3177
+ .p-md-5 {
3178
+ padding: 3rem !important;
3179
+ }
3180
+ .px-md-0 {
3181
+ padding-left: 0 !important;
3182
+ padding-right: 0 !important;
3183
+ }
3184
+ .px-md-1 {
3185
+ padding-left: 0.25rem !important;
3186
+ padding-right: 0.25rem !important;
3187
+ }
3188
+ .px-md-2 {
3189
+ padding-left: 0.5rem !important;
3190
+ padding-right: 0.5rem !important;
3191
+ }
3192
+ .px-md-3 {
3193
+ padding-left: 1rem !important;
3194
+ padding-right: 1rem !important;
3195
+ }
3196
+ .px-md-4 {
3197
+ padding-left: 1.5rem !important;
3198
+ padding-right: 1.5rem !important;
3199
+ }
3200
+ .px-md-5 {
3201
+ padding-left: 3rem !important;
3202
+ padding-right: 3rem !important;
3203
+ }
3204
+ .py-md-0 {
3205
+ padding-top: 0 !important;
3206
+ padding-bottom: 0 !important;
3207
+ }
3208
+ .py-md-1 {
3209
+ padding-top: 0.25rem !important;
3210
+ padding-bottom: 0.25rem !important;
3211
+ }
3212
+ .py-md-2 {
3213
+ padding-top: 0.5rem !important;
3214
+ padding-bottom: 0.5rem !important;
3215
+ }
3216
+ .py-md-3 {
3217
+ padding-top: 1rem !important;
3218
+ padding-bottom: 1rem !important;
3219
+ }
3220
+ .py-md-4 {
3221
+ padding-top: 1.5rem !important;
3222
+ padding-bottom: 1.5rem !important;
3223
+ }
3224
+ .py-md-5 {
3225
+ padding-top: 3rem !important;
3226
+ padding-bottom: 3rem !important;
3227
+ }
3228
+ .pt-md-0 {
3229
+ padding-top: 0 !important;
3230
+ }
3231
+ .pt-md-1 {
3232
+ padding-top: 0.25rem !important;
3233
+ }
3234
+ .pt-md-2 {
3235
+ padding-top: 0.5rem !important;
3236
+ }
3237
+ .pt-md-3 {
3238
+ padding-top: 1rem !important;
3239
+ }
3240
+ .pt-md-4 {
3241
+ padding-top: 1.5rem !important;
3242
+ }
3243
+ .pt-md-5 {
3244
+ padding-top: 3rem !important;
3245
+ }
3246
+ .pe-md-0 {
3247
+ padding-left: 0 !important;
3248
+ }
3249
+ .pe-md-1 {
3250
+ padding-left: 0.25rem !important;
3251
+ }
3252
+ .pe-md-2 {
3253
+ padding-left: 0.5rem !important;
3254
+ }
3255
+ .pe-md-3 {
3256
+ padding-left: 1rem !important;
3257
+ }
3258
+ .pe-md-4 {
3259
+ padding-left: 1.5rem !important;
3260
+ }
3261
+ .pe-md-5 {
3262
+ padding-left: 3rem !important;
3263
+ }
3264
+ .pb-md-0 {
3265
+ padding-bottom: 0 !important;
3266
+ }
3267
+ .pb-md-1 {
3268
+ padding-bottom: 0.25rem !important;
3269
+ }
3270
+ .pb-md-2 {
3271
+ padding-bottom: 0.5rem !important;
3272
+ }
3273
+ .pb-md-3 {
3274
+ padding-bottom: 1rem !important;
3275
+ }
3276
+ .pb-md-4 {
3277
+ padding-bottom: 1.5rem !important;
3278
+ }
3279
+ .pb-md-5 {
3280
+ padding-bottom: 3rem !important;
3281
+ }
3282
+ .ps-md-0 {
3283
+ padding-right: 0 !important;
3284
+ }
3285
+ .ps-md-1 {
3286
+ padding-right: 0.25rem !important;
3287
+ }
3288
+ .ps-md-2 {
3289
+ padding-right: 0.5rem !important;
3290
+ }
3291
+ .ps-md-3 {
3292
+ padding-right: 1rem !important;
3293
+ }
3294
+ .ps-md-4 {
3295
+ padding-right: 1.5rem !important;
3296
+ }
3297
+ .ps-md-5 {
3298
+ padding-right: 3rem !important;
3299
+ }
3300
+ .gap-md-0 {
3301
+ gap: 0 !important;
3302
+ }
3303
+ .gap-md-1 {
3304
+ gap: 0.25rem !important;
3305
+ }
3306
+ .gap-md-2 {
3307
+ gap: 0.5rem !important;
3308
+ }
3309
+ .gap-md-3 {
3310
+ gap: 1rem !important;
3311
+ }
3312
+ .gap-md-4 {
3313
+ gap: 1.5rem !important;
3314
+ }
3315
+ .gap-md-5 {
3316
+ gap: 3rem !important;
3317
+ }
3318
+ .row-gap-md-0 {
3319
+ row-gap: 0 !important;
3320
+ }
3321
+ .row-gap-md-1 {
3322
+ row-gap: 0.25rem !important;
3323
+ }
3324
+ .row-gap-md-2 {
3325
+ row-gap: 0.5rem !important;
3326
+ }
3327
+ .row-gap-md-3 {
3328
+ row-gap: 1rem !important;
3329
+ }
3330
+ .row-gap-md-4 {
3331
+ row-gap: 1.5rem !important;
3332
+ }
3333
+ .row-gap-md-5 {
3334
+ row-gap: 3rem !important;
3335
+ }
3336
+ .column-gap-md-0 {
3337
+ -moz-column-gap: 0 !important;
3338
+ column-gap: 0 !important;
3339
+ }
3340
+ .column-gap-md-1 {
3341
+ -moz-column-gap: 0.25rem !important;
3342
+ column-gap: 0.25rem !important;
3343
+ }
3344
+ .column-gap-md-2 {
3345
+ -moz-column-gap: 0.5rem !important;
3346
+ column-gap: 0.5rem !important;
3347
+ }
3348
+ .column-gap-md-3 {
3349
+ -moz-column-gap: 1rem !important;
3350
+ column-gap: 1rem !important;
3351
+ }
3352
+ .column-gap-md-4 {
3353
+ -moz-column-gap: 1.5rem !important;
3354
+ column-gap: 1.5rem !important;
3355
+ }
3356
+ .column-gap-md-5 {
3357
+ -moz-column-gap: 3rem !important;
3358
+ column-gap: 3rem !important;
3359
+ }
3360
+ .text-md-start {
3361
+ text-align: right !important;
3362
+ }
3363
+ .text-md-end {
3364
+ text-align: left !important;
3365
+ }
3366
+ .text-md-center {
3367
+ text-align: center !important;
3368
+ }
3369
+ }
3370
+ @media (min-width: 992px) {
3371
+ .float-lg-start {
3372
+ float: right !important;
3373
+ }
3374
+ .float-lg-end {
3375
+ float: left !important;
3376
+ }
3377
+ .float-lg-none {
3378
+ float: none !important;
3379
+ }
3380
+ .object-fit-lg-contain {
3381
+ -o-object-fit: contain !important;
3382
+ object-fit: contain !important;
3383
+ }
3384
+ .object-fit-lg-cover {
3385
+ -o-object-fit: cover !important;
3386
+ object-fit: cover !important;
3387
+ }
3388
+ .object-fit-lg-fill {
3389
+ -o-object-fit: fill !important;
3390
+ object-fit: fill !important;
3391
+ }
3392
+ .object-fit-lg-scale {
3393
+ -o-object-fit: scale-down !important;
3394
+ object-fit: scale-down !important;
3395
+ }
3396
+ .object-fit-lg-none {
3397
+ -o-object-fit: none !important;
3398
+ object-fit: none !important;
3399
+ }
3400
+ .d-lg-inline {
3401
+ display: inline !important;
3402
+ }
3403
+ .d-lg-inline-block {
3404
+ display: inline-block !important;
3405
+ }
3406
+ .d-lg-block {
3407
+ display: block !important;
3408
+ }
3409
+ .d-lg-grid {
3410
+ display: grid !important;
3411
+ }
3412
+ .d-lg-table {
3413
+ display: table !important;
3414
+ }
3415
+ .d-lg-table-row {
3416
+ display: table-row !important;
3417
+ }
3418
+ .d-lg-table-cell {
3419
+ display: table-cell !important;
3420
+ }
3421
+ .d-lg-flex {
3422
+ display: flex !important;
3423
+ }
3424
+ .d-lg-inline-flex {
3425
+ display: inline-flex !important;
3426
+ }
3427
+ .d-lg-none {
3428
+ display: none !important;
3429
+ }
3430
+ .flex-lg-fill {
3431
+ flex: 1 1 auto !important;
3432
+ }
3433
+ .flex-lg-row {
3434
+ flex-direction: row !important;
3435
+ }
3436
+ .flex-lg-column {
3437
+ flex-direction: column !important;
3438
+ }
3439
+ .flex-lg-row-reverse {
3440
+ flex-direction: row-reverse !important;
3441
+ }
3442
+ .flex-lg-column-reverse {
3443
+ flex-direction: column-reverse !important;
3444
+ }
3445
+ .flex-lg-grow-0 {
3446
+ flex-grow: 0 !important;
3447
+ }
3448
+ .flex-lg-grow-1 {
3449
+ flex-grow: 1 !important;
3450
+ }
3451
+ .flex-lg-shrink-0 {
3452
+ flex-shrink: 0 !important;
3453
+ }
3454
+ .flex-lg-shrink-1 {
3455
+ flex-shrink: 1 !important;
3456
+ }
3457
+ .flex-lg-wrap {
3458
+ flex-wrap: wrap !important;
3459
+ }
3460
+ .flex-lg-nowrap {
3461
+ flex-wrap: nowrap !important;
3462
+ }
3463
+ .flex-lg-wrap-reverse {
3464
+ flex-wrap: wrap-reverse !important;
3465
+ }
3466
+ .justify-content-lg-start {
3467
+ justify-content: flex-start !important;
3468
+ }
3469
+ .justify-content-lg-end {
3470
+ justify-content: flex-end !important;
3471
+ }
3472
+ .justify-content-lg-center {
3473
+ justify-content: center !important;
3474
+ }
3475
+ .justify-content-lg-between {
3476
+ justify-content: space-between !important;
3477
+ }
3478
+ .justify-content-lg-around {
3479
+ justify-content: space-around !important;
3480
+ }
3481
+ .justify-content-lg-evenly {
3482
+ justify-content: space-evenly !important;
3483
+ }
3484
+ .align-items-lg-start {
3485
+ align-items: flex-start !important;
3486
+ }
3487
+ .align-items-lg-end {
3488
+ align-items: flex-end !important;
3489
+ }
3490
+ .align-items-lg-center {
3491
+ align-items: center !important;
3492
+ }
3493
+ .align-items-lg-baseline {
3494
+ align-items: baseline !important;
3495
+ }
3496
+ .align-items-lg-stretch {
3497
+ align-items: stretch !important;
3498
+ }
3499
+ .align-content-lg-start {
3500
+ align-content: flex-start !important;
3501
+ }
3502
+ .align-content-lg-end {
3503
+ align-content: flex-end !important;
3504
+ }
3505
+ .align-content-lg-center {
3506
+ align-content: center !important;
3507
+ }
3508
+ .align-content-lg-between {
3509
+ align-content: space-between !important;
3510
+ }
3511
+ .align-content-lg-around {
3512
+ align-content: space-around !important;
3513
+ }
3514
+ .align-content-lg-stretch {
3515
+ align-content: stretch !important;
3516
+ }
3517
+ .align-self-lg-auto {
3518
+ align-self: auto !important;
3519
+ }
3520
+ .align-self-lg-start {
3521
+ align-self: flex-start !important;
3522
+ }
3523
+ .align-self-lg-end {
3524
+ align-self: flex-end !important;
3525
+ }
3526
+ .align-self-lg-center {
3527
+ align-self: center !important;
3528
+ }
3529
+ .align-self-lg-baseline {
3530
+ align-self: baseline !important;
3531
+ }
3532
+ .align-self-lg-stretch {
3533
+ align-self: stretch !important;
3534
+ }
3535
+ .order-lg-first {
3536
+ order: -1 !important;
3537
+ }
3538
+ .order-lg-0 {
3539
+ order: 0 !important;
3540
+ }
3541
+ .order-lg-1 {
3542
+ order: 1 !important;
3543
+ }
3544
+ .order-lg-2 {
3545
+ order: 2 !important;
3546
+ }
3547
+ .order-lg-3 {
3548
+ order: 3 !important;
3549
+ }
3550
+ .order-lg-4 {
3551
+ order: 4 !important;
3552
+ }
3553
+ .order-lg-5 {
3554
+ order: 5 !important;
3555
+ }
3556
+ .order-lg-last {
3557
+ order: 6 !important;
3558
+ }
3559
+ .m-lg-0 {
3560
+ margin: 0 !important;
3561
+ }
3562
+ .m-lg-1 {
3563
+ margin: 0.25rem !important;
3564
+ }
3565
+ .m-lg-2 {
3566
+ margin: 0.5rem !important;
3567
+ }
3568
+ .m-lg-3 {
3569
+ margin: 1rem !important;
3570
+ }
3571
+ .m-lg-4 {
3572
+ margin: 1.5rem !important;
3573
+ }
3574
+ .m-lg-5 {
3575
+ margin: 3rem !important;
3576
+ }
3577
+ .m-lg-auto {
3578
+ margin: auto !important;
3579
+ }
3580
+ .mx-lg-0 {
3581
+ margin-left: 0 !important;
3582
+ margin-right: 0 !important;
3583
+ }
3584
+ .mx-lg-1 {
3585
+ margin-left: 0.25rem !important;
3586
+ margin-right: 0.25rem !important;
3587
+ }
3588
+ .mx-lg-2 {
3589
+ margin-left: 0.5rem !important;
3590
+ margin-right: 0.5rem !important;
3591
+ }
3592
+ .mx-lg-3 {
3593
+ margin-left: 1rem !important;
3594
+ margin-right: 1rem !important;
3595
+ }
3596
+ .mx-lg-4 {
3597
+ margin-left: 1.5rem !important;
3598
+ margin-right: 1.5rem !important;
3599
+ }
3600
+ .mx-lg-5 {
3601
+ margin-left: 3rem !important;
3602
+ margin-right: 3rem !important;
3603
+ }
3604
+ .mx-lg-auto {
3605
+ margin-left: auto !important;
3606
+ margin-right: auto !important;
3607
+ }
3608
+ .my-lg-0 {
3609
+ margin-top: 0 !important;
3610
+ margin-bottom: 0 !important;
3611
+ }
3612
+ .my-lg-1 {
3613
+ margin-top: 0.25rem !important;
3614
+ margin-bottom: 0.25rem !important;
3615
+ }
3616
+ .my-lg-2 {
3617
+ margin-top: 0.5rem !important;
3618
+ margin-bottom: 0.5rem !important;
3619
+ }
3620
+ .my-lg-3 {
3621
+ margin-top: 1rem !important;
3622
+ margin-bottom: 1rem !important;
3623
+ }
3624
+ .my-lg-4 {
3625
+ margin-top: 1.5rem !important;
3626
+ margin-bottom: 1.5rem !important;
3627
+ }
3628
+ .my-lg-5 {
3629
+ margin-top: 3rem !important;
3630
+ margin-bottom: 3rem !important;
3631
+ }
3632
+ .my-lg-auto {
3633
+ margin-top: auto !important;
3634
+ margin-bottom: auto !important;
3635
+ }
3636
+ .mt-lg-0 {
3637
+ margin-top: 0 !important;
3638
+ }
3639
+ .mt-lg-1 {
3640
+ margin-top: 0.25rem !important;
3641
+ }
3642
+ .mt-lg-2 {
3643
+ margin-top: 0.5rem !important;
3644
+ }
3645
+ .mt-lg-3 {
3646
+ margin-top: 1rem !important;
3647
+ }
3648
+ .mt-lg-4 {
3649
+ margin-top: 1.5rem !important;
3650
+ }
3651
+ .mt-lg-5 {
3652
+ margin-top: 3rem !important;
3653
+ }
3654
+ .mt-lg-auto {
3655
+ margin-top: auto !important;
3656
+ }
3657
+ .me-lg-0 {
3658
+ margin-left: 0 !important;
3659
+ }
3660
+ .me-lg-1 {
3661
+ margin-left: 0.25rem !important;
3662
+ }
3663
+ .me-lg-2 {
3664
+ margin-left: 0.5rem !important;
3665
+ }
3666
+ .me-lg-3 {
3667
+ margin-left: 1rem !important;
3668
+ }
3669
+ .me-lg-4 {
3670
+ margin-left: 1.5rem !important;
3671
+ }
3672
+ .me-lg-5 {
3673
+ margin-left: 3rem !important;
3674
+ }
3675
+ .me-lg-auto {
3676
+ margin-left: auto !important;
3677
+ }
3678
+ .mb-lg-0 {
3679
+ margin-bottom: 0 !important;
3680
+ }
3681
+ .mb-lg-1 {
3682
+ margin-bottom: 0.25rem !important;
3683
+ }
3684
+ .mb-lg-2 {
3685
+ margin-bottom: 0.5rem !important;
3686
+ }
3687
+ .mb-lg-3 {
3688
+ margin-bottom: 1rem !important;
3689
+ }
3690
+ .mb-lg-4 {
3691
+ margin-bottom: 1.5rem !important;
3692
+ }
3693
+ .mb-lg-5 {
3694
+ margin-bottom: 3rem !important;
3695
+ }
3696
+ .mb-lg-auto {
3697
+ margin-bottom: auto !important;
3698
+ }
3699
+ .ms-lg-0 {
3700
+ margin-right: 0 !important;
3701
+ }
3702
+ .ms-lg-1 {
3703
+ margin-right: 0.25rem !important;
3704
+ }
3705
+ .ms-lg-2 {
3706
+ margin-right: 0.5rem !important;
3707
+ }
3708
+ .ms-lg-3 {
3709
+ margin-right: 1rem !important;
3710
+ }
3711
+ .ms-lg-4 {
3712
+ margin-right: 1.5rem !important;
3713
+ }
3714
+ .ms-lg-5 {
3715
+ margin-right: 3rem !important;
3716
+ }
3717
+ .ms-lg-auto {
3718
+ margin-right: auto !important;
3719
+ }
3720
+ .p-lg-0 {
3721
+ padding: 0 !important;
3722
+ }
3723
+ .p-lg-1 {
3724
+ padding: 0.25rem !important;
3725
+ }
3726
+ .p-lg-2 {
3727
+ padding: 0.5rem !important;
3728
+ }
3729
+ .p-lg-3 {
3730
+ padding: 1rem !important;
3731
+ }
3732
+ .p-lg-4 {
3733
+ padding: 1.5rem !important;
3734
+ }
3735
+ .p-lg-5 {
3736
+ padding: 3rem !important;
3737
+ }
3738
+ .px-lg-0 {
3739
+ padding-left: 0 !important;
3740
+ padding-right: 0 !important;
3741
+ }
3742
+ .px-lg-1 {
3743
+ padding-left: 0.25rem !important;
3744
+ padding-right: 0.25rem !important;
3745
+ }
3746
+ .px-lg-2 {
3747
+ padding-left: 0.5rem !important;
3748
+ padding-right: 0.5rem !important;
3749
+ }
3750
+ .px-lg-3 {
3751
+ padding-left: 1rem !important;
3752
+ padding-right: 1rem !important;
3753
+ }
3754
+ .px-lg-4 {
3755
+ padding-left: 1.5rem !important;
3756
+ padding-right: 1.5rem !important;
3757
+ }
3758
+ .px-lg-5 {
3759
+ padding-left: 3rem !important;
3760
+ padding-right: 3rem !important;
3761
+ }
3762
+ .py-lg-0 {
3763
+ padding-top: 0 !important;
3764
+ padding-bottom: 0 !important;
3765
+ }
3766
+ .py-lg-1 {
3767
+ padding-top: 0.25rem !important;
3768
+ padding-bottom: 0.25rem !important;
3769
+ }
3770
+ .py-lg-2 {
3771
+ padding-top: 0.5rem !important;
3772
+ padding-bottom: 0.5rem !important;
3773
+ }
3774
+ .py-lg-3 {
3775
+ padding-top: 1rem !important;
3776
+ padding-bottom: 1rem !important;
3777
+ }
3778
+ .py-lg-4 {
3779
+ padding-top: 1.5rem !important;
3780
+ padding-bottom: 1.5rem !important;
3781
+ }
3782
+ .py-lg-5 {
3783
+ padding-top: 3rem !important;
3784
+ padding-bottom: 3rem !important;
3785
+ }
3786
+ .pt-lg-0 {
3787
+ padding-top: 0 !important;
3788
+ }
3789
+ .pt-lg-1 {
3790
+ padding-top: 0.25rem !important;
3791
+ }
3792
+ .pt-lg-2 {
3793
+ padding-top: 0.5rem !important;
3794
+ }
3795
+ .pt-lg-3 {
3796
+ padding-top: 1rem !important;
3797
+ }
3798
+ .pt-lg-4 {
3799
+ padding-top: 1.5rem !important;
3800
+ }
3801
+ .pt-lg-5 {
3802
+ padding-top: 3rem !important;
3803
+ }
3804
+ .pe-lg-0 {
3805
+ padding-left: 0 !important;
3806
+ }
3807
+ .pe-lg-1 {
3808
+ padding-left: 0.25rem !important;
3809
+ }
3810
+ .pe-lg-2 {
3811
+ padding-left: 0.5rem !important;
3812
+ }
3813
+ .pe-lg-3 {
3814
+ padding-left: 1rem !important;
3815
+ }
3816
+ .pe-lg-4 {
3817
+ padding-left: 1.5rem !important;
3818
+ }
3819
+ .pe-lg-5 {
3820
+ padding-left: 3rem !important;
3821
+ }
3822
+ .pb-lg-0 {
3823
+ padding-bottom: 0 !important;
3824
+ }
3825
+ .pb-lg-1 {
3826
+ padding-bottom: 0.25rem !important;
3827
+ }
3828
+ .pb-lg-2 {
3829
+ padding-bottom: 0.5rem !important;
3830
+ }
3831
+ .pb-lg-3 {
3832
+ padding-bottom: 1rem !important;
3833
+ }
3834
+ .pb-lg-4 {
3835
+ padding-bottom: 1.5rem !important;
3836
+ }
3837
+ .pb-lg-5 {
3838
+ padding-bottom: 3rem !important;
3839
+ }
3840
+ .ps-lg-0 {
3841
+ padding-right: 0 !important;
3842
+ }
3843
+ .ps-lg-1 {
3844
+ padding-right: 0.25rem !important;
3845
+ }
3846
+ .ps-lg-2 {
3847
+ padding-right: 0.5rem !important;
3848
+ }
3849
+ .ps-lg-3 {
3850
+ padding-right: 1rem !important;
3851
+ }
3852
+ .ps-lg-4 {
3853
+ padding-right: 1.5rem !important;
3854
+ }
3855
+ .ps-lg-5 {
3856
+ padding-right: 3rem !important;
3857
+ }
3858
+ .gap-lg-0 {
3859
+ gap: 0 !important;
3860
+ }
3861
+ .gap-lg-1 {
3862
+ gap: 0.25rem !important;
3863
+ }
3864
+ .gap-lg-2 {
3865
+ gap: 0.5rem !important;
3866
+ }
3867
+ .gap-lg-3 {
3868
+ gap: 1rem !important;
3869
+ }
3870
+ .gap-lg-4 {
3871
+ gap: 1.5rem !important;
3872
+ }
3873
+ .gap-lg-5 {
3874
+ gap: 3rem !important;
3875
+ }
3876
+ .row-gap-lg-0 {
3877
+ row-gap: 0 !important;
3878
+ }
3879
+ .row-gap-lg-1 {
3880
+ row-gap: 0.25rem !important;
3881
+ }
3882
+ .row-gap-lg-2 {
3883
+ row-gap: 0.5rem !important;
3884
+ }
3885
+ .row-gap-lg-3 {
3886
+ row-gap: 1rem !important;
3887
+ }
3888
+ .row-gap-lg-4 {
3889
+ row-gap: 1.5rem !important;
3890
+ }
3891
+ .row-gap-lg-5 {
3892
+ row-gap: 3rem !important;
3893
+ }
3894
+ .column-gap-lg-0 {
3895
+ -moz-column-gap: 0 !important;
3896
+ column-gap: 0 !important;
3897
+ }
3898
+ .column-gap-lg-1 {
3899
+ -moz-column-gap: 0.25rem !important;
3900
+ column-gap: 0.25rem !important;
3901
+ }
3902
+ .column-gap-lg-2 {
3903
+ -moz-column-gap: 0.5rem !important;
3904
+ column-gap: 0.5rem !important;
3905
+ }
3906
+ .column-gap-lg-3 {
3907
+ -moz-column-gap: 1rem !important;
3908
+ column-gap: 1rem !important;
3909
+ }
3910
+ .column-gap-lg-4 {
3911
+ -moz-column-gap: 1.5rem !important;
3912
+ column-gap: 1.5rem !important;
3913
+ }
3914
+ .column-gap-lg-5 {
3915
+ -moz-column-gap: 3rem !important;
3916
+ column-gap: 3rem !important;
3917
+ }
3918
+ .text-lg-start {
3919
+ text-align: right !important;
3920
+ }
3921
+ .text-lg-end {
3922
+ text-align: left !important;
3923
+ }
3924
+ .text-lg-center {
3925
+ text-align: center !important;
3926
+ }
3927
+ }
3928
+ @media (min-width: 1200px) {
3929
+ .float-xl-start {
3930
+ float: right !important;
3931
+ }
3932
+ .float-xl-end {
3933
+ float: left !important;
3934
+ }
3935
+ .float-xl-none {
3936
+ float: none !important;
3937
+ }
3938
+ .object-fit-xl-contain {
3939
+ -o-object-fit: contain !important;
3940
+ object-fit: contain !important;
3941
+ }
3942
+ .object-fit-xl-cover {
3943
+ -o-object-fit: cover !important;
3944
+ object-fit: cover !important;
3945
+ }
3946
+ .object-fit-xl-fill {
3947
+ -o-object-fit: fill !important;
3948
+ object-fit: fill !important;
3949
+ }
3950
+ .object-fit-xl-scale {
3951
+ -o-object-fit: scale-down !important;
3952
+ object-fit: scale-down !important;
3953
+ }
3954
+ .object-fit-xl-none {
3955
+ -o-object-fit: none !important;
3956
+ object-fit: none !important;
3957
+ }
3958
+ .d-xl-inline {
3959
+ display: inline !important;
3960
+ }
3961
+ .d-xl-inline-block {
3962
+ display: inline-block !important;
3963
+ }
3964
+ .d-xl-block {
3965
+ display: block !important;
3966
+ }
3967
+ .d-xl-grid {
3968
+ display: grid !important;
3969
+ }
3970
+ .d-xl-table {
3971
+ display: table !important;
3972
+ }
3973
+ .d-xl-table-row {
3974
+ display: table-row !important;
3975
+ }
3976
+ .d-xl-table-cell {
3977
+ display: table-cell !important;
3978
+ }
3979
+ .d-xl-flex {
3980
+ display: flex !important;
3981
+ }
3982
+ .d-xl-inline-flex {
3983
+ display: inline-flex !important;
3984
+ }
3985
+ .d-xl-none {
3986
+ display: none !important;
3987
+ }
3988
+ .flex-xl-fill {
3989
+ flex: 1 1 auto !important;
3990
+ }
3991
+ .flex-xl-row {
3992
+ flex-direction: row !important;
3993
+ }
3994
+ .flex-xl-column {
3995
+ flex-direction: column !important;
3996
+ }
3997
+ .flex-xl-row-reverse {
3998
+ flex-direction: row-reverse !important;
3999
+ }
4000
+ .flex-xl-column-reverse {
4001
+ flex-direction: column-reverse !important;
4002
+ }
4003
+ .flex-xl-grow-0 {
4004
+ flex-grow: 0 !important;
4005
+ }
4006
+ .flex-xl-grow-1 {
4007
+ flex-grow: 1 !important;
4008
+ }
4009
+ .flex-xl-shrink-0 {
4010
+ flex-shrink: 0 !important;
4011
+ }
4012
+ .flex-xl-shrink-1 {
4013
+ flex-shrink: 1 !important;
4014
+ }
4015
+ .flex-xl-wrap {
4016
+ flex-wrap: wrap !important;
4017
+ }
4018
+ .flex-xl-nowrap {
4019
+ flex-wrap: nowrap !important;
4020
+ }
4021
+ .flex-xl-wrap-reverse {
4022
+ flex-wrap: wrap-reverse !important;
4023
+ }
4024
+ .justify-content-xl-start {
4025
+ justify-content: flex-start !important;
4026
+ }
4027
+ .justify-content-xl-end {
4028
+ justify-content: flex-end !important;
4029
+ }
4030
+ .justify-content-xl-center {
4031
+ justify-content: center !important;
4032
+ }
4033
+ .justify-content-xl-between {
4034
+ justify-content: space-between !important;
4035
+ }
4036
+ .justify-content-xl-around {
4037
+ justify-content: space-around !important;
4038
+ }
4039
+ .justify-content-xl-evenly {
4040
+ justify-content: space-evenly !important;
4041
+ }
4042
+ .align-items-xl-start {
4043
+ align-items: flex-start !important;
4044
+ }
4045
+ .align-items-xl-end {
4046
+ align-items: flex-end !important;
4047
+ }
4048
+ .align-items-xl-center {
4049
+ align-items: center !important;
4050
+ }
4051
+ .align-items-xl-baseline {
4052
+ align-items: baseline !important;
4053
+ }
4054
+ .align-items-xl-stretch {
4055
+ align-items: stretch !important;
4056
+ }
4057
+ .align-content-xl-start {
4058
+ align-content: flex-start !important;
4059
+ }
4060
+ .align-content-xl-end {
4061
+ align-content: flex-end !important;
4062
+ }
4063
+ .align-content-xl-center {
4064
+ align-content: center !important;
4065
+ }
4066
+ .align-content-xl-between {
4067
+ align-content: space-between !important;
4068
+ }
4069
+ .align-content-xl-around {
4070
+ align-content: space-around !important;
4071
+ }
4072
+ .align-content-xl-stretch {
4073
+ align-content: stretch !important;
4074
+ }
4075
+ .align-self-xl-auto {
4076
+ align-self: auto !important;
4077
+ }
4078
+ .align-self-xl-start {
4079
+ align-self: flex-start !important;
4080
+ }
4081
+ .align-self-xl-end {
4082
+ align-self: flex-end !important;
4083
+ }
4084
+ .align-self-xl-center {
4085
+ align-self: center !important;
4086
+ }
4087
+ .align-self-xl-baseline {
4088
+ align-self: baseline !important;
4089
+ }
4090
+ .align-self-xl-stretch {
4091
+ align-self: stretch !important;
4092
+ }
4093
+ .order-xl-first {
4094
+ order: -1 !important;
4095
+ }
4096
+ .order-xl-0 {
4097
+ order: 0 !important;
4098
+ }
4099
+ .order-xl-1 {
4100
+ order: 1 !important;
4101
+ }
4102
+ .order-xl-2 {
4103
+ order: 2 !important;
4104
+ }
4105
+ .order-xl-3 {
4106
+ order: 3 !important;
4107
+ }
4108
+ .order-xl-4 {
4109
+ order: 4 !important;
4110
+ }
4111
+ .order-xl-5 {
4112
+ order: 5 !important;
4113
+ }
4114
+ .order-xl-last {
4115
+ order: 6 !important;
4116
+ }
4117
+ .m-xl-0 {
4118
+ margin: 0 !important;
4119
+ }
4120
+ .m-xl-1 {
4121
+ margin: 0.25rem !important;
4122
+ }
4123
+ .m-xl-2 {
4124
+ margin: 0.5rem !important;
4125
+ }
4126
+ .m-xl-3 {
4127
+ margin: 1rem !important;
4128
+ }
4129
+ .m-xl-4 {
4130
+ margin: 1.5rem !important;
4131
+ }
4132
+ .m-xl-5 {
4133
+ margin: 3rem !important;
4134
+ }
4135
+ .m-xl-auto {
4136
+ margin: auto !important;
4137
+ }
4138
+ .mx-xl-0 {
4139
+ margin-left: 0 !important;
4140
+ margin-right: 0 !important;
4141
+ }
4142
+ .mx-xl-1 {
4143
+ margin-left: 0.25rem !important;
4144
+ margin-right: 0.25rem !important;
4145
+ }
4146
+ .mx-xl-2 {
4147
+ margin-left: 0.5rem !important;
4148
+ margin-right: 0.5rem !important;
4149
+ }
4150
+ .mx-xl-3 {
4151
+ margin-left: 1rem !important;
4152
+ margin-right: 1rem !important;
4153
+ }
4154
+ .mx-xl-4 {
4155
+ margin-left: 1.5rem !important;
4156
+ margin-right: 1.5rem !important;
4157
+ }
4158
+ .mx-xl-5 {
4159
+ margin-left: 3rem !important;
4160
+ margin-right: 3rem !important;
4161
+ }
4162
+ .mx-xl-auto {
4163
+ margin-left: auto !important;
4164
+ margin-right: auto !important;
4165
+ }
4166
+ .my-xl-0 {
4167
+ margin-top: 0 !important;
4168
+ margin-bottom: 0 !important;
4169
+ }
4170
+ .my-xl-1 {
4171
+ margin-top: 0.25rem !important;
4172
+ margin-bottom: 0.25rem !important;
4173
+ }
4174
+ .my-xl-2 {
4175
+ margin-top: 0.5rem !important;
4176
+ margin-bottom: 0.5rem !important;
4177
+ }
4178
+ .my-xl-3 {
4179
+ margin-top: 1rem !important;
4180
+ margin-bottom: 1rem !important;
4181
+ }
4182
+ .my-xl-4 {
4183
+ margin-top: 1.5rem !important;
4184
+ margin-bottom: 1.5rem !important;
4185
+ }
4186
+ .my-xl-5 {
4187
+ margin-top: 3rem !important;
4188
+ margin-bottom: 3rem !important;
4189
+ }
4190
+ .my-xl-auto {
4191
+ margin-top: auto !important;
4192
+ margin-bottom: auto !important;
4193
+ }
4194
+ .mt-xl-0 {
4195
+ margin-top: 0 !important;
4196
+ }
4197
+ .mt-xl-1 {
4198
+ margin-top: 0.25rem !important;
4199
+ }
4200
+ .mt-xl-2 {
4201
+ margin-top: 0.5rem !important;
4202
+ }
4203
+ .mt-xl-3 {
4204
+ margin-top: 1rem !important;
4205
+ }
4206
+ .mt-xl-4 {
4207
+ margin-top: 1.5rem !important;
4208
+ }
4209
+ .mt-xl-5 {
4210
+ margin-top: 3rem !important;
4211
+ }
4212
+ .mt-xl-auto {
4213
+ margin-top: auto !important;
4214
+ }
4215
+ .me-xl-0 {
4216
+ margin-left: 0 !important;
4217
+ }
4218
+ .me-xl-1 {
4219
+ margin-left: 0.25rem !important;
4220
+ }
4221
+ .me-xl-2 {
4222
+ margin-left: 0.5rem !important;
4223
+ }
4224
+ .me-xl-3 {
4225
+ margin-left: 1rem !important;
4226
+ }
4227
+ .me-xl-4 {
4228
+ margin-left: 1.5rem !important;
4229
+ }
4230
+ .me-xl-5 {
4231
+ margin-left: 3rem !important;
4232
+ }
4233
+ .me-xl-auto {
4234
+ margin-left: auto !important;
4235
+ }
4236
+ .mb-xl-0 {
4237
+ margin-bottom: 0 !important;
4238
+ }
4239
+ .mb-xl-1 {
4240
+ margin-bottom: 0.25rem !important;
4241
+ }
4242
+ .mb-xl-2 {
4243
+ margin-bottom: 0.5rem !important;
4244
+ }
4245
+ .mb-xl-3 {
4246
+ margin-bottom: 1rem !important;
4247
+ }
4248
+ .mb-xl-4 {
4249
+ margin-bottom: 1.5rem !important;
4250
+ }
4251
+ .mb-xl-5 {
4252
+ margin-bottom: 3rem !important;
4253
+ }
4254
+ .mb-xl-auto {
4255
+ margin-bottom: auto !important;
4256
+ }
4257
+ .ms-xl-0 {
4258
+ margin-right: 0 !important;
4259
+ }
4260
+ .ms-xl-1 {
4261
+ margin-right: 0.25rem !important;
4262
+ }
4263
+ .ms-xl-2 {
4264
+ margin-right: 0.5rem !important;
4265
+ }
4266
+ .ms-xl-3 {
4267
+ margin-right: 1rem !important;
4268
+ }
4269
+ .ms-xl-4 {
4270
+ margin-right: 1.5rem !important;
4271
+ }
4272
+ .ms-xl-5 {
4273
+ margin-right: 3rem !important;
4274
+ }
4275
+ .ms-xl-auto {
4276
+ margin-right: auto !important;
4277
+ }
4278
+ .p-xl-0 {
4279
+ padding: 0 !important;
4280
+ }
4281
+ .p-xl-1 {
4282
+ padding: 0.25rem !important;
4283
+ }
4284
+ .p-xl-2 {
4285
+ padding: 0.5rem !important;
4286
+ }
4287
+ .p-xl-3 {
4288
+ padding: 1rem !important;
4289
+ }
4290
+ .p-xl-4 {
4291
+ padding: 1.5rem !important;
4292
+ }
4293
+ .p-xl-5 {
4294
+ padding: 3rem !important;
4295
+ }
4296
+ .px-xl-0 {
4297
+ padding-left: 0 !important;
4298
+ padding-right: 0 !important;
4299
+ }
4300
+ .px-xl-1 {
4301
+ padding-left: 0.25rem !important;
4302
+ padding-right: 0.25rem !important;
4303
+ }
4304
+ .px-xl-2 {
4305
+ padding-left: 0.5rem !important;
4306
+ padding-right: 0.5rem !important;
4307
+ }
4308
+ .px-xl-3 {
4309
+ padding-left: 1rem !important;
4310
+ padding-right: 1rem !important;
4311
+ }
4312
+ .px-xl-4 {
4313
+ padding-left: 1.5rem !important;
4314
+ padding-right: 1.5rem !important;
4315
+ }
4316
+ .px-xl-5 {
4317
+ padding-left: 3rem !important;
4318
+ padding-right: 3rem !important;
4319
+ }
4320
+ .py-xl-0 {
4321
+ padding-top: 0 !important;
4322
+ padding-bottom: 0 !important;
4323
+ }
4324
+ .py-xl-1 {
4325
+ padding-top: 0.25rem !important;
4326
+ padding-bottom: 0.25rem !important;
4327
+ }
4328
+ .py-xl-2 {
4329
+ padding-top: 0.5rem !important;
4330
+ padding-bottom: 0.5rem !important;
4331
+ }
4332
+ .py-xl-3 {
4333
+ padding-top: 1rem !important;
4334
+ padding-bottom: 1rem !important;
4335
+ }
4336
+ .py-xl-4 {
4337
+ padding-top: 1.5rem !important;
4338
+ padding-bottom: 1.5rem !important;
4339
+ }
4340
+ .py-xl-5 {
4341
+ padding-top: 3rem !important;
4342
+ padding-bottom: 3rem !important;
4343
+ }
4344
+ .pt-xl-0 {
4345
+ padding-top: 0 !important;
4346
+ }
4347
+ .pt-xl-1 {
4348
+ padding-top: 0.25rem !important;
4349
+ }
4350
+ .pt-xl-2 {
4351
+ padding-top: 0.5rem !important;
4352
+ }
4353
+ .pt-xl-3 {
4354
+ padding-top: 1rem !important;
4355
+ }
4356
+ .pt-xl-4 {
4357
+ padding-top: 1.5rem !important;
4358
+ }
4359
+ .pt-xl-5 {
4360
+ padding-top: 3rem !important;
4361
+ }
4362
+ .pe-xl-0 {
4363
+ padding-left: 0 !important;
4364
+ }
4365
+ .pe-xl-1 {
4366
+ padding-left: 0.25rem !important;
4367
+ }
4368
+ .pe-xl-2 {
4369
+ padding-left: 0.5rem !important;
4370
+ }
4371
+ .pe-xl-3 {
4372
+ padding-left: 1rem !important;
4373
+ }
4374
+ .pe-xl-4 {
4375
+ padding-left: 1.5rem !important;
4376
+ }
4377
+ .pe-xl-5 {
4378
+ padding-left: 3rem !important;
4379
+ }
4380
+ .pb-xl-0 {
4381
+ padding-bottom: 0 !important;
4382
+ }
4383
+ .pb-xl-1 {
4384
+ padding-bottom: 0.25rem !important;
4385
+ }
4386
+ .pb-xl-2 {
4387
+ padding-bottom: 0.5rem !important;
4388
+ }
4389
+ .pb-xl-3 {
4390
+ padding-bottom: 1rem !important;
4391
+ }
4392
+ .pb-xl-4 {
4393
+ padding-bottom: 1.5rem !important;
4394
+ }
4395
+ .pb-xl-5 {
4396
+ padding-bottom: 3rem !important;
4397
+ }
4398
+ .ps-xl-0 {
4399
+ padding-right: 0 !important;
4400
+ }
4401
+ .ps-xl-1 {
4402
+ padding-right: 0.25rem !important;
4403
+ }
4404
+ .ps-xl-2 {
4405
+ padding-right: 0.5rem !important;
4406
+ }
4407
+ .ps-xl-3 {
4408
+ padding-right: 1rem !important;
4409
+ }
4410
+ .ps-xl-4 {
4411
+ padding-right: 1.5rem !important;
4412
+ }
4413
+ .ps-xl-5 {
4414
+ padding-right: 3rem !important;
4415
+ }
4416
+ .gap-xl-0 {
4417
+ gap: 0 !important;
4418
+ }
4419
+ .gap-xl-1 {
4420
+ gap: 0.25rem !important;
4421
+ }
4422
+ .gap-xl-2 {
4423
+ gap: 0.5rem !important;
4424
+ }
4425
+ .gap-xl-3 {
4426
+ gap: 1rem !important;
4427
+ }
4428
+ .gap-xl-4 {
4429
+ gap: 1.5rem !important;
4430
+ }
4431
+ .gap-xl-5 {
4432
+ gap: 3rem !important;
4433
+ }
4434
+ .row-gap-xl-0 {
4435
+ row-gap: 0 !important;
4436
+ }
4437
+ .row-gap-xl-1 {
4438
+ row-gap: 0.25rem !important;
4439
+ }
4440
+ .row-gap-xl-2 {
4441
+ row-gap: 0.5rem !important;
4442
+ }
4443
+ .row-gap-xl-3 {
4444
+ row-gap: 1rem !important;
4445
+ }
4446
+ .row-gap-xl-4 {
4447
+ row-gap: 1.5rem !important;
4448
+ }
4449
+ .row-gap-xl-5 {
4450
+ row-gap: 3rem !important;
4451
+ }
4452
+ .column-gap-xl-0 {
4453
+ -moz-column-gap: 0 !important;
4454
+ column-gap: 0 !important;
4455
+ }
4456
+ .column-gap-xl-1 {
4457
+ -moz-column-gap: 0.25rem !important;
4458
+ column-gap: 0.25rem !important;
4459
+ }
4460
+ .column-gap-xl-2 {
4461
+ -moz-column-gap: 0.5rem !important;
4462
+ column-gap: 0.5rem !important;
4463
+ }
4464
+ .column-gap-xl-3 {
4465
+ -moz-column-gap: 1rem !important;
4466
+ column-gap: 1rem !important;
4467
+ }
4468
+ .column-gap-xl-4 {
4469
+ -moz-column-gap: 1.5rem !important;
4470
+ column-gap: 1.5rem !important;
4471
+ }
4472
+ .column-gap-xl-5 {
4473
+ -moz-column-gap: 3rem !important;
4474
+ column-gap: 3rem !important;
4475
+ }
4476
+ .text-xl-start {
4477
+ text-align: right !important;
4478
+ }
4479
+ .text-xl-end {
4480
+ text-align: left !important;
4481
+ }
4482
+ .text-xl-center {
4483
+ text-align: center !important;
4484
+ }
4485
+ }
4486
+ @media (min-width: 1400px) {
4487
+ .float-xxl-start {
4488
+ float: right !important;
4489
+ }
4490
+ .float-xxl-end {
4491
+ float: left !important;
4492
+ }
4493
+ .float-xxl-none {
4494
+ float: none !important;
4495
+ }
4496
+ .object-fit-xxl-contain {
4497
+ -o-object-fit: contain !important;
4498
+ object-fit: contain !important;
4499
+ }
4500
+ .object-fit-xxl-cover {
4501
+ -o-object-fit: cover !important;
4502
+ object-fit: cover !important;
4503
+ }
4504
+ .object-fit-xxl-fill {
4505
+ -o-object-fit: fill !important;
4506
+ object-fit: fill !important;
4507
+ }
4508
+ .object-fit-xxl-scale {
4509
+ -o-object-fit: scale-down !important;
4510
+ object-fit: scale-down !important;
4511
+ }
4512
+ .object-fit-xxl-none {
4513
+ -o-object-fit: none !important;
4514
+ object-fit: none !important;
4515
+ }
4516
+ .d-xxl-inline {
4517
+ display: inline !important;
4518
+ }
4519
+ .d-xxl-inline-block {
4520
+ display: inline-block !important;
4521
+ }
4522
+ .d-xxl-block {
4523
+ display: block !important;
4524
+ }
4525
+ .d-xxl-grid {
4526
+ display: grid !important;
4527
+ }
4528
+ .d-xxl-table {
4529
+ display: table !important;
4530
+ }
4531
+ .d-xxl-table-row {
4532
+ display: table-row !important;
4533
+ }
4534
+ .d-xxl-table-cell {
4535
+ display: table-cell !important;
4536
+ }
4537
+ .d-xxl-flex {
4538
+ display: flex !important;
4539
+ }
4540
+ .d-xxl-inline-flex {
4541
+ display: inline-flex !important;
4542
+ }
4543
+ .d-xxl-none {
4544
+ display: none !important;
4545
+ }
4546
+ .flex-xxl-fill {
4547
+ flex: 1 1 auto !important;
4548
+ }
4549
+ .flex-xxl-row {
4550
+ flex-direction: row !important;
4551
+ }
4552
+ .flex-xxl-column {
4553
+ flex-direction: column !important;
4554
+ }
4555
+ .flex-xxl-row-reverse {
4556
+ flex-direction: row-reverse !important;
4557
+ }
4558
+ .flex-xxl-column-reverse {
4559
+ flex-direction: column-reverse !important;
4560
+ }
4561
+ .flex-xxl-grow-0 {
4562
+ flex-grow: 0 !important;
4563
+ }
4564
+ .flex-xxl-grow-1 {
4565
+ flex-grow: 1 !important;
4566
+ }
4567
+ .flex-xxl-shrink-0 {
4568
+ flex-shrink: 0 !important;
4569
+ }
4570
+ .flex-xxl-shrink-1 {
4571
+ flex-shrink: 1 !important;
4572
+ }
4573
+ .flex-xxl-wrap {
4574
+ flex-wrap: wrap !important;
4575
+ }
4576
+ .flex-xxl-nowrap {
4577
+ flex-wrap: nowrap !important;
4578
+ }
4579
+ .flex-xxl-wrap-reverse {
4580
+ flex-wrap: wrap-reverse !important;
4581
+ }
4582
+ .justify-content-xxl-start {
4583
+ justify-content: flex-start !important;
4584
+ }
4585
+ .justify-content-xxl-end {
4586
+ justify-content: flex-end !important;
4587
+ }
4588
+ .justify-content-xxl-center {
4589
+ justify-content: center !important;
4590
+ }
4591
+ .justify-content-xxl-between {
4592
+ justify-content: space-between !important;
4593
+ }
4594
+ .justify-content-xxl-around {
4595
+ justify-content: space-around !important;
4596
+ }
4597
+ .justify-content-xxl-evenly {
4598
+ justify-content: space-evenly !important;
4599
+ }
4600
+ .align-items-xxl-start {
4601
+ align-items: flex-start !important;
4602
+ }
4603
+ .align-items-xxl-end {
4604
+ align-items: flex-end !important;
4605
+ }
4606
+ .align-items-xxl-center {
4607
+ align-items: center !important;
4608
+ }
4609
+ .align-items-xxl-baseline {
4610
+ align-items: baseline !important;
4611
+ }
4612
+ .align-items-xxl-stretch {
4613
+ align-items: stretch !important;
4614
+ }
4615
+ .align-content-xxl-start {
4616
+ align-content: flex-start !important;
4617
+ }
4618
+ .align-content-xxl-end {
4619
+ align-content: flex-end !important;
4620
+ }
4621
+ .align-content-xxl-center {
4622
+ align-content: center !important;
4623
+ }
4624
+ .align-content-xxl-between {
4625
+ align-content: space-between !important;
4626
+ }
4627
+ .align-content-xxl-around {
4628
+ align-content: space-around !important;
4629
+ }
4630
+ .align-content-xxl-stretch {
4631
+ align-content: stretch !important;
4632
+ }
4633
+ .align-self-xxl-auto {
4634
+ align-self: auto !important;
4635
+ }
4636
+ .align-self-xxl-start {
4637
+ align-self: flex-start !important;
4638
+ }
4639
+ .align-self-xxl-end {
4640
+ align-self: flex-end !important;
4641
+ }
4642
+ .align-self-xxl-center {
4643
+ align-self: center !important;
4644
+ }
4645
+ .align-self-xxl-baseline {
4646
+ align-self: baseline !important;
4647
+ }
4648
+ .align-self-xxl-stretch {
4649
+ align-self: stretch !important;
4650
+ }
4651
+ .order-xxl-first {
4652
+ order: -1 !important;
4653
+ }
4654
+ .order-xxl-0 {
4655
+ order: 0 !important;
4656
+ }
4657
+ .order-xxl-1 {
4658
+ order: 1 !important;
4659
+ }
4660
+ .order-xxl-2 {
4661
+ order: 2 !important;
4662
+ }
4663
+ .order-xxl-3 {
4664
+ order: 3 !important;
4665
+ }
4666
+ .order-xxl-4 {
4667
+ order: 4 !important;
4668
+ }
4669
+ .order-xxl-5 {
4670
+ order: 5 !important;
4671
+ }
4672
+ .order-xxl-last {
4673
+ order: 6 !important;
4674
+ }
4675
+ .m-xxl-0 {
4676
+ margin: 0 !important;
4677
+ }
4678
+ .m-xxl-1 {
4679
+ margin: 0.25rem !important;
4680
+ }
4681
+ .m-xxl-2 {
4682
+ margin: 0.5rem !important;
4683
+ }
4684
+ .m-xxl-3 {
4685
+ margin: 1rem !important;
4686
+ }
4687
+ .m-xxl-4 {
4688
+ margin: 1.5rem !important;
4689
+ }
4690
+ .m-xxl-5 {
4691
+ margin: 3rem !important;
4692
+ }
4693
+ .m-xxl-auto {
4694
+ margin: auto !important;
4695
+ }
4696
+ .mx-xxl-0 {
4697
+ margin-left: 0 !important;
4698
+ margin-right: 0 !important;
4699
+ }
4700
+ .mx-xxl-1 {
4701
+ margin-left: 0.25rem !important;
4702
+ margin-right: 0.25rem !important;
4703
+ }
4704
+ .mx-xxl-2 {
4705
+ margin-left: 0.5rem !important;
4706
+ margin-right: 0.5rem !important;
4707
+ }
4708
+ .mx-xxl-3 {
4709
+ margin-left: 1rem !important;
4710
+ margin-right: 1rem !important;
4711
+ }
4712
+ .mx-xxl-4 {
4713
+ margin-left: 1.5rem !important;
4714
+ margin-right: 1.5rem !important;
4715
+ }
4716
+ .mx-xxl-5 {
4717
+ margin-left: 3rem !important;
4718
+ margin-right: 3rem !important;
4719
+ }
4720
+ .mx-xxl-auto {
4721
+ margin-left: auto !important;
4722
+ margin-right: auto !important;
4723
+ }
4724
+ .my-xxl-0 {
4725
+ margin-top: 0 !important;
4726
+ margin-bottom: 0 !important;
4727
+ }
4728
+ .my-xxl-1 {
4729
+ margin-top: 0.25rem !important;
4730
+ margin-bottom: 0.25rem !important;
4731
+ }
4732
+ .my-xxl-2 {
4733
+ margin-top: 0.5rem !important;
4734
+ margin-bottom: 0.5rem !important;
4735
+ }
4736
+ .my-xxl-3 {
4737
+ margin-top: 1rem !important;
4738
+ margin-bottom: 1rem !important;
4739
+ }
4740
+ .my-xxl-4 {
4741
+ margin-top: 1.5rem !important;
4742
+ margin-bottom: 1.5rem !important;
4743
+ }
4744
+ .my-xxl-5 {
4745
+ margin-top: 3rem !important;
4746
+ margin-bottom: 3rem !important;
4747
+ }
4748
+ .my-xxl-auto {
4749
+ margin-top: auto !important;
4750
+ margin-bottom: auto !important;
4751
+ }
4752
+ .mt-xxl-0 {
4753
+ margin-top: 0 !important;
4754
+ }
4755
+ .mt-xxl-1 {
4756
+ margin-top: 0.25rem !important;
4757
+ }
4758
+ .mt-xxl-2 {
4759
+ margin-top: 0.5rem !important;
4760
+ }
4761
+ .mt-xxl-3 {
4762
+ margin-top: 1rem !important;
4763
+ }
4764
+ .mt-xxl-4 {
4765
+ margin-top: 1.5rem !important;
4766
+ }
4767
+ .mt-xxl-5 {
4768
+ margin-top: 3rem !important;
4769
+ }
4770
+ .mt-xxl-auto {
4771
+ margin-top: auto !important;
4772
+ }
4773
+ .me-xxl-0 {
4774
+ margin-left: 0 !important;
4775
+ }
4776
+ .me-xxl-1 {
4777
+ margin-left: 0.25rem !important;
4778
+ }
4779
+ .me-xxl-2 {
4780
+ margin-left: 0.5rem !important;
4781
+ }
4782
+ .me-xxl-3 {
4783
+ margin-left: 1rem !important;
4784
+ }
4785
+ .me-xxl-4 {
4786
+ margin-left: 1.5rem !important;
4787
+ }
4788
+ .me-xxl-5 {
4789
+ margin-left: 3rem !important;
4790
+ }
4791
+ .me-xxl-auto {
4792
+ margin-left: auto !important;
4793
+ }
4794
+ .mb-xxl-0 {
4795
+ margin-bottom: 0 !important;
4796
+ }
4797
+ .mb-xxl-1 {
4798
+ margin-bottom: 0.25rem !important;
4799
+ }
4800
+ .mb-xxl-2 {
4801
+ margin-bottom: 0.5rem !important;
4802
+ }
4803
+ .mb-xxl-3 {
4804
+ margin-bottom: 1rem !important;
4805
+ }
4806
+ .mb-xxl-4 {
4807
+ margin-bottom: 1.5rem !important;
4808
+ }
4809
+ .mb-xxl-5 {
4810
+ margin-bottom: 3rem !important;
4811
+ }
4812
+ .mb-xxl-auto {
4813
+ margin-bottom: auto !important;
4814
+ }
4815
+ .ms-xxl-0 {
4816
+ margin-right: 0 !important;
4817
+ }
4818
+ .ms-xxl-1 {
4819
+ margin-right: 0.25rem !important;
4820
+ }
4821
+ .ms-xxl-2 {
4822
+ margin-right: 0.5rem !important;
4823
+ }
4824
+ .ms-xxl-3 {
4825
+ margin-right: 1rem !important;
4826
+ }
4827
+ .ms-xxl-4 {
4828
+ margin-right: 1.5rem !important;
4829
+ }
4830
+ .ms-xxl-5 {
4831
+ margin-right: 3rem !important;
4832
+ }
4833
+ .ms-xxl-auto {
4834
+ margin-right: auto !important;
4835
+ }
4836
+ .p-xxl-0 {
4837
+ padding: 0 !important;
4838
+ }
4839
+ .p-xxl-1 {
4840
+ padding: 0.25rem !important;
4841
+ }
4842
+ .p-xxl-2 {
4843
+ padding: 0.5rem !important;
4844
+ }
4845
+ .p-xxl-3 {
4846
+ padding: 1rem !important;
4847
+ }
4848
+ .p-xxl-4 {
4849
+ padding: 1.5rem !important;
4850
+ }
4851
+ .p-xxl-5 {
4852
+ padding: 3rem !important;
4853
+ }
4854
+ .px-xxl-0 {
4855
+ padding-left: 0 !important;
4856
+ padding-right: 0 !important;
4857
+ }
4858
+ .px-xxl-1 {
4859
+ padding-left: 0.25rem !important;
4860
+ padding-right: 0.25rem !important;
4861
+ }
4862
+ .px-xxl-2 {
4863
+ padding-left: 0.5rem !important;
4864
+ padding-right: 0.5rem !important;
4865
+ }
4866
+ .px-xxl-3 {
4867
+ padding-left: 1rem !important;
4868
+ padding-right: 1rem !important;
4869
+ }
4870
+ .px-xxl-4 {
4871
+ padding-left: 1.5rem !important;
4872
+ padding-right: 1.5rem !important;
4873
+ }
4874
+ .px-xxl-5 {
4875
+ padding-left: 3rem !important;
4876
+ padding-right: 3rem !important;
4877
+ }
4878
+ .py-xxl-0 {
4879
+ padding-top: 0 !important;
4880
+ padding-bottom: 0 !important;
4881
+ }
4882
+ .py-xxl-1 {
4883
+ padding-top: 0.25rem !important;
4884
+ padding-bottom: 0.25rem !important;
4885
+ }
4886
+ .py-xxl-2 {
4887
+ padding-top: 0.5rem !important;
4888
+ padding-bottom: 0.5rem !important;
4889
+ }
4890
+ .py-xxl-3 {
4891
+ padding-top: 1rem !important;
4892
+ padding-bottom: 1rem !important;
4893
+ }
4894
+ .py-xxl-4 {
4895
+ padding-top: 1.5rem !important;
4896
+ padding-bottom: 1.5rem !important;
4897
+ }
4898
+ .py-xxl-5 {
4899
+ padding-top: 3rem !important;
4900
+ padding-bottom: 3rem !important;
4901
+ }
4902
+ .pt-xxl-0 {
4903
+ padding-top: 0 !important;
4904
+ }
4905
+ .pt-xxl-1 {
4906
+ padding-top: 0.25rem !important;
4907
+ }
4908
+ .pt-xxl-2 {
4909
+ padding-top: 0.5rem !important;
4910
+ }
4911
+ .pt-xxl-3 {
4912
+ padding-top: 1rem !important;
4913
+ }
4914
+ .pt-xxl-4 {
4915
+ padding-top: 1.5rem !important;
4916
+ }
4917
+ .pt-xxl-5 {
4918
+ padding-top: 3rem !important;
4919
+ }
4920
+ .pe-xxl-0 {
4921
+ padding-left: 0 !important;
4922
+ }
4923
+ .pe-xxl-1 {
4924
+ padding-left: 0.25rem !important;
4925
+ }
4926
+ .pe-xxl-2 {
4927
+ padding-left: 0.5rem !important;
4928
+ }
4929
+ .pe-xxl-3 {
4930
+ padding-left: 1rem !important;
4931
+ }
4932
+ .pe-xxl-4 {
4933
+ padding-left: 1.5rem !important;
4934
+ }
4935
+ .pe-xxl-5 {
4936
+ padding-left: 3rem !important;
4937
+ }
4938
+ .pb-xxl-0 {
4939
+ padding-bottom: 0 !important;
4940
+ }
4941
+ .pb-xxl-1 {
4942
+ padding-bottom: 0.25rem !important;
4943
+ }
4944
+ .pb-xxl-2 {
4945
+ padding-bottom: 0.5rem !important;
4946
+ }
4947
+ .pb-xxl-3 {
4948
+ padding-bottom: 1rem !important;
4949
+ }
4950
+ .pb-xxl-4 {
4951
+ padding-bottom: 1.5rem !important;
4952
+ }
4953
+ .pb-xxl-5 {
4954
+ padding-bottom: 3rem !important;
4955
+ }
4956
+ .ps-xxl-0 {
4957
+ padding-right: 0 !important;
4958
+ }
4959
+ .ps-xxl-1 {
4960
+ padding-right: 0.25rem !important;
4961
+ }
4962
+ .ps-xxl-2 {
4963
+ padding-right: 0.5rem !important;
4964
+ }
4965
+ .ps-xxl-3 {
4966
+ padding-right: 1rem !important;
4967
+ }
4968
+ .ps-xxl-4 {
4969
+ padding-right: 1.5rem !important;
4970
+ }
4971
+ .ps-xxl-5 {
4972
+ padding-right: 3rem !important;
4973
+ }
4974
+ .gap-xxl-0 {
4975
+ gap: 0 !important;
4976
+ }
4977
+ .gap-xxl-1 {
4978
+ gap: 0.25rem !important;
4979
+ }
4980
+ .gap-xxl-2 {
4981
+ gap: 0.5rem !important;
4982
+ }
4983
+ .gap-xxl-3 {
4984
+ gap: 1rem !important;
4985
+ }
4986
+ .gap-xxl-4 {
4987
+ gap: 1.5rem !important;
4988
+ }
4989
+ .gap-xxl-5 {
4990
+ gap: 3rem !important;
4991
+ }
4992
+ .row-gap-xxl-0 {
4993
+ row-gap: 0 !important;
4994
+ }
4995
+ .row-gap-xxl-1 {
4996
+ row-gap: 0.25rem !important;
4997
+ }
4998
+ .row-gap-xxl-2 {
4999
+ row-gap: 0.5rem !important;
5000
+ }
5001
+ .row-gap-xxl-3 {
5002
+ row-gap: 1rem !important;
5003
+ }
5004
+ .row-gap-xxl-4 {
5005
+ row-gap: 1.5rem !important;
5006
+ }
5007
+ .row-gap-xxl-5 {
5008
+ row-gap: 3rem !important;
5009
+ }
5010
+ .column-gap-xxl-0 {
5011
+ -moz-column-gap: 0 !important;
5012
+ column-gap: 0 !important;
5013
+ }
5014
+ .column-gap-xxl-1 {
5015
+ -moz-column-gap: 0.25rem !important;
5016
+ column-gap: 0.25rem !important;
5017
+ }
5018
+ .column-gap-xxl-2 {
5019
+ -moz-column-gap: 0.5rem !important;
5020
+ column-gap: 0.5rem !important;
5021
+ }
5022
+ .column-gap-xxl-3 {
5023
+ -moz-column-gap: 1rem !important;
5024
+ column-gap: 1rem !important;
5025
+ }
5026
+ .column-gap-xxl-4 {
5027
+ -moz-column-gap: 1.5rem !important;
5028
+ column-gap: 1.5rem !important;
5029
+ }
5030
+ .column-gap-xxl-5 {
5031
+ -moz-column-gap: 3rem !important;
5032
+ column-gap: 3rem !important;
5033
+ }
5034
+ .text-xxl-start {
5035
+ text-align: right !important;
5036
+ }
5037
+ .text-xxl-end {
5038
+ text-align: left !important;
5039
+ }
5040
+ .text-xxl-center {
5041
+ text-align: center !important;
5042
+ }
5043
+ }
5044
+ @media (min-width: 1200px) {
5045
+ .fs-1 {
5046
+ font-size: 2.5rem !important;
5047
+ }
5048
+ .fs-2 {
5049
+ font-size: 2rem !important;
5050
+ }
5051
+ .fs-3 {
5052
+ font-size: 1.75rem !important;
5053
+ }
5054
+ .fs-4 {
5055
+ font-size: 1.5rem !important;
5056
+ }
5057
+ }
5058
+ @media print {
5059
+ .d-print-inline {
5060
+ display: inline !important;
5061
+ }
5062
+ .d-print-inline-block {
5063
+ display: inline-block !important;
5064
+ }
5065
+ .d-print-block {
5066
+ display: block !important;
5067
+ }
5068
+ .d-print-grid {
5069
+ display: grid !important;
5070
+ }
5071
+ .d-print-table {
5072
+ display: table !important;
5073
+ }
5074
+ .d-print-table-row {
5075
+ display: table-row !important;
5076
+ }
5077
+ .d-print-table-cell {
5078
+ display: table-cell !important;
5079
+ }
5080
+ .d-print-flex {
5081
+ display: flex !important;
5082
+ }
5083
+ .d-print-inline-flex {
5084
+ display: inline-flex !important;
5085
+ }
5086
+ .d-print-none {
5087
+ display: none !important;
5088
+ }
5089
+ }
5090
+ /*# sourceMappingURL=bootstrap-utilities.rtl.css.map */