@justifi/webcomponents 4.0.5 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/Api-11362403.js +111 -0
  3. package/dist/cjs/Api-11362403.js.map +1 -0
  4. package/dist/cjs/Payment-ac4dea02.js +2 -0
  5. package/dist/cjs/Payment-ac4dea02.js.map +1 -0
  6. package/dist/cjs/{index-051b6dd0.js → index-34312a38.js} +185 -21
  7. package/dist/cjs/index-34312a38.js.map +1 -0
  8. package/dist/cjs/index.cjs.js +2 -0
  9. package/dist/cjs/index.cjs.js.map +1 -0
  10. package/dist/cjs/{index.esm-8df4906e.js → index.esm-bcf90c56.js} +2 -244
  11. package/dist/cjs/index.esm-bcf90c56.js.map +1 -0
  12. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +12 -1
  13. package/dist/cjs/justifi-bank-account-form.cjs.entry.js.map +1 -0
  14. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +8 -5
  15. package/dist/cjs/justifi-billing-form_2.cjs.entry.js.map +1 -0
  16. package/dist/cjs/justifi-business-address.cjs.entry.js +7 -4
  17. package/dist/cjs/justifi-business-address.cjs.entry.js.map +1 -0
  18. package/dist/cjs/justifi-business-info.cjs.entry.js +174 -0
  19. package/dist/cjs/justifi-business-info.cjs.entry.js.map +1 -0
  20. package/dist/cjs/justifi-card-form.cjs.entry.js +12 -1
  21. package/dist/cjs/justifi-card-form.cjs.entry.js.map +1 -0
  22. package/dist/cjs/justifi-payment-form.cjs.entry.js +10 -4
  23. package/dist/cjs/justifi-payment-form.cjs.entry.js.map +1 -0
  24. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +15 -7
  25. package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -0
  26. package/dist/cjs/justifi-payments-list.cjs.entry.js +5 -108
  27. package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -0
  28. package/dist/cjs/loader.cjs.js +6 -3
  29. package/dist/cjs/loader.cjs.js.map +1 -0
  30. package/dist/cjs/select-input_2.cjs.entry.js +5 -3
  31. package/dist/cjs/select-input_2.cjs.entry.js.map +1 -0
  32. package/dist/cjs/state-options-efeaa587.js +248 -0
  33. package/dist/cjs/state-options-efeaa587.js.map +1 -0
  34. package/dist/cjs/webcomponents.cjs.js +12 -3
  35. package/dist/cjs/webcomponents.cjs.js.map +1 -0
  36. package/dist/collection/api/Api.js +2 -1
  37. package/dist/collection/api/Api.js.map +1 -0
  38. package/dist/collection/api/Pagination.js +1 -0
  39. package/dist/collection/api/Pagination.js.map +1 -0
  40. package/dist/collection/api/Payment.js +1 -0
  41. package/dist/collection/api/Payment.js.map +1 -0
  42. package/dist/collection/api/index.js +1 -0
  43. package/dist/collection/api/index.js.map +1 -0
  44. package/dist/collection/api/mockData/MockPayments.js +1 -0
  45. package/dist/collection/api/mockData/MockPayments.js.map +1 -0
  46. package/dist/collection/collection-manifest.json +4 -3
  47. package/dist/collection/components/bank-account-form/bank-account-form.js +26 -0
  48. package/dist/collection/components/bank-account-form/bank-account-form.js.map +1 -0
  49. package/dist/collection/components/bank-account-form/bank-account-form.stories.js +11 -1
  50. package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +1 -0
  51. package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js +14 -0
  52. package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js.map +1 -0
  53. package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js +48 -0
  54. package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js.map +1 -0
  55. package/dist/collection/components/billing-form/billing-form-schema.js +1 -0
  56. package/dist/collection/components/billing-form/billing-form-schema.js.map +1 -0
  57. package/dist/collection/components/billing-form/billing-form.css +337 -0
  58. package/dist/collection/components/billing-form/billing-form.js +1 -0
  59. package/dist/collection/components/billing-form/billing-form.js.map +1 -0
  60. package/dist/collection/components/billing-form/billing-form.stories.js +1 -0
  61. package/dist/collection/components/billing-form/billing-form.stories.js.map +1 -0
  62. package/dist/collection/components/billing-form/state-options.js +1 -0
  63. package/dist/collection/components/billing-form/state-options.js.map +1 -0
  64. package/dist/collection/components/billing-form/test/billing-form.spec.js +31 -0
  65. package/dist/collection/components/billing-form/test/billing-form.spec.js.map +1 -0
  66. package/dist/collection/components/business-address/business-address-schema.js +1 -0
  67. package/dist/collection/components/business-address/business-address-schema.js.map +1 -0
  68. package/dist/collection/components/business-address/business-address.css +337 -0
  69. package/dist/collection/components/business-address/business-address.js +1 -0
  70. package/dist/collection/components/business-address/business-address.js.map +1 -0
  71. package/dist/collection/components/business-address/test/business-address.e2e.js +10 -0
  72. package/dist/collection/components/business-address/test/business-address.e2e.js.map +1 -0
  73. package/dist/collection/components/business-address/test/business-address.spec.js +18 -0
  74. package/dist/collection/components/business-address/test/business-address.spec.js.map +1 -0
  75. package/dist/collection/components/business-info/business-info-schema.js +94 -0
  76. package/dist/collection/components/business-info/business-info-schema.js.map +1 -0
  77. package/dist/collection/components/business-info/business-info.css +2274 -0
  78. package/dist/collection/components/business-info/business-info.js +168 -0
  79. package/dist/collection/components/business-info/business-info.js.map +1 -0
  80. package/dist/collection/components/card-form/card-form.js +26 -0
  81. package/dist/collection/components/card-form/card-form.js.map +1 -0
  82. package/dist/collection/components/card-form/card-form.stories.js +11 -1
  83. package/dist/collection/components/card-form/card-form.stories.js.map +1 -0
  84. package/dist/collection/components/card-form/test/card-form.e2e.js +14 -0
  85. package/dist/collection/components/card-form/test/card-form.e2e.js.map +1 -0
  86. package/dist/collection/components/card-form/test/card-form.spec.js +56 -0
  87. package/dist/collection/components/card-form/test/card-form.spec.js.map +1 -0
  88. package/dist/collection/components/payment-form/payment-form.css +412 -0
  89. package/dist/collection/components/payment-form/payment-form.js +8 -2
  90. package/dist/collection/components/payment-form/payment-form.js.map +1 -0
  91. package/dist/collection/components/payment-form/payment-form.stories.js +3 -1
  92. package/dist/collection/components/payment-form/payment-form.stories.js.map +1 -0
  93. package/dist/collection/components/payment-form/payment-method-selector.css +337 -0
  94. package/dist/collection/components/payment-form/payment-method-selector.js +1 -0
  95. package/dist/collection/components/payment-form/payment-method-selector.js.map +1 -0
  96. package/dist/collection/components/payment-form/test/payment-form.e2e.js +23 -0
  97. package/dist/collection/components/payment-form/test/payment-form.e2e.js.map +1 -0
  98. package/dist/collection/components/payment-form/test/payment-form.spec.js +182 -0
  99. package/dist/collection/components/payment-form/test/payment-form.spec.js.map +1 -0
  100. package/dist/collection/components/payment-form/tokenize.js +1 -0
  101. package/dist/collection/components/payment-form/tokenize.js.map +1 -0
  102. package/dist/collection/components/payment-method-form/get-computed-theme.js +1 -0
  103. package/dist/collection/components/payment-method-form/get-computed-theme.js.map +1 -0
  104. package/dist/collection/components/payment-method-form/message-event-types.js +1 -0
  105. package/dist/collection/components/payment-method-form/message-event-types.js.map +1 -0
  106. package/dist/collection/components/payment-method-form/payment-method-form.js +21 -2
  107. package/dist/collection/components/payment-method-form/payment-method-form.js.map +1 -0
  108. package/dist/collection/components/payment-method-form/payment-method-responses.js +1 -0
  109. package/dist/collection/components/payment-method-form/payment-method-responses.js.map +1 -0
  110. package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +22 -0
  111. package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js.map +1 -0
  112. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +83 -0
  113. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js.map +1 -0
  114. package/dist/collection/components/payment-method-form/theme.js +1 -0
  115. package/dist/collection/components/payment-method-form/theme.js.map +1 -0
  116. package/dist/collection/components/payments-list/payments-list.js +1 -0
  117. package/dist/collection/components/payments-list/payments-list.js.map +1 -0
  118. package/dist/collection/components/payments-list/test/payments-list.spec.js +21 -0
  119. package/dist/collection/components/payments-list/test/payments-list.spec.js.map +1 -0
  120. package/dist/collection/components/select-input/select-input.css +337 -0
  121. package/dist/collection/components/select-input/select-input.js +1 -0
  122. package/dist/collection/components/select-input/select-input.js.map +1 -0
  123. package/dist/collection/components/select-input/test/select-input.spec.js +36 -0
  124. package/dist/collection/components/select-input/test/select-input.spec.js.map +1 -0
  125. package/dist/collection/components/text-input/test/text-input.spec.js +19 -0
  126. package/dist/collection/components/text-input/test/text-input.spec.js.map +1 -0
  127. package/dist/collection/components/text-input/text-input.css +337 -0
  128. package/dist/collection/components/text-input/text-input.js +1 -0
  129. package/dist/collection/components/text-input/text-input.js.map +1 -0
  130. package/dist/collection/index.js +1 -0
  131. package/dist/collection/index.js.map +1 -0
  132. package/dist/collection/utils/utils.js +1 -0
  133. package/dist/collection/utils/utils.js.map +1 -0
  134. package/dist/components/Api.js +109 -0
  135. package/dist/components/Api.js.map +1 -0
  136. package/dist/components/Payment.js +2 -0
  137. package/dist/components/Payment.js.map +1 -0
  138. package/dist/components/billing-form.js +6 -3
  139. package/dist/components/billing-form.js.map +1 -0
  140. package/dist/components/index.d.ts +9 -13
  141. package/dist/{esm/index.esm-c6a89005.js → components/index.esm.js} +3 -244
  142. package/dist/components/index.esm.js.map +1 -0
  143. package/dist/components/index.js +3 -11
  144. package/dist/components/index.js.map +1 -0
  145. package/dist/components/justifi-bank-account-form.js +14 -2
  146. package/dist/components/justifi-bank-account-form.js.map +1 -0
  147. package/dist/components/justifi-billing-form.js +2 -0
  148. package/dist/components/justifi-billing-form.js.map +1 -0
  149. package/dist/components/justifi-business-address.js +6 -3
  150. package/dist/components/justifi-business-address.js.map +1 -0
  151. package/dist/components/justifi-business-info.d.ts +11 -0
  152. package/dist/components/justifi-business-info.js +207 -0
  153. package/dist/components/justifi-business-info.js.map +1 -0
  154. package/dist/components/justifi-card-form.js +14 -2
  155. package/dist/components/justifi-card-form.js.map +1 -0
  156. package/dist/components/justifi-payment-form.js +11 -4
  157. package/dist/components/justifi-payment-form.js.map +1 -0
  158. package/dist/components/justifi-payment-method-form.js +2 -0
  159. package/dist/components/justifi-payment-method-form.js.map +1 -0
  160. package/dist/components/justifi-payment-method-selector.js +2 -0
  161. package/dist/components/justifi-payment-method-selector.js.map +1 -0
  162. package/dist/components/justifi-payments-list.js +4 -107
  163. package/dist/components/justifi-payments-list.js.map +1 -0
  164. package/dist/components/payment-method-form.js +17 -8
  165. package/dist/components/payment-method-form.js.map +1 -0
  166. package/dist/components/payment-method-selector.js +4 -2
  167. package/dist/components/payment-method-selector.js.map +1 -0
  168. package/dist/components/select-input.js +2 -0
  169. package/dist/components/select-input.js.map +1 -0
  170. package/dist/components/select-input2.js +4 -2
  171. package/dist/components/select-input2.js.map +1 -0
  172. package/dist/components/state-options.js +3 -1845
  173. package/dist/components/state-options.js.map +1 -0
  174. package/dist/components/text-input.js +2 -0
  175. package/dist/components/text-input.js.map +1 -0
  176. package/dist/components/text-input2.js +4 -2
  177. package/dist/components/text-input2.js.map +1 -0
  178. package/dist/esm/Api-a07f0057.js +109 -0
  179. package/dist/esm/Api-a07f0057.js.map +1 -0
  180. package/dist/esm/Payment-c86e1e84.js +2 -0
  181. package/dist/esm/Payment-c86e1e84.js.map +1 -0
  182. package/dist/esm/{index-605b421a.js → index-044f93fc.js} +185 -22
  183. package/dist/esm/index-044f93fc.js.map +1 -0
  184. package/dist/esm/index.esm-5624a5ed.js +1847 -0
  185. package/dist/esm/index.esm-5624a5ed.js.map +1 -0
  186. package/dist/esm/index.js +2 -0
  187. package/dist/esm/index.js.map +1 -0
  188. package/dist/esm/justifi-bank-account-form.entry.js +12 -1
  189. package/dist/esm/justifi-bank-account-form.entry.js.map +1 -0
  190. package/dist/esm/justifi-billing-form_2.entry.js +7 -4
  191. package/dist/esm/justifi-billing-form_2.entry.js.map +1 -0
  192. package/dist/esm/justifi-business-address.entry.js +6 -3
  193. package/dist/esm/justifi-business-address.entry.js.map +1 -0
  194. package/dist/esm/justifi-business-info.entry.js +170 -0
  195. package/dist/esm/justifi-business-info.entry.js.map +1 -0
  196. package/dist/esm/justifi-card-form.entry.js +12 -1
  197. package/dist/esm/justifi-card-form.entry.js.map +1 -0
  198. package/dist/esm/justifi-payment-form.entry.js +10 -4
  199. package/dist/esm/justifi-payment-form.entry.js.map +1 -0
  200. package/dist/esm/justifi-payment-method-form.entry.js +15 -7
  201. package/dist/esm/justifi-payment-method-form.entry.js.map +1 -0
  202. package/dist/esm/justifi-payments-list.entry.js +4 -107
  203. package/dist/esm/justifi-payments-list.entry.js.map +1 -0
  204. package/dist/esm/loader.js +6 -3
  205. package/dist/esm/loader.js.map +1 -0
  206. package/dist/esm/polyfills/css-shim.js +1 -1
  207. package/dist/esm/select-input_2.entry.js +5 -3
  208. package/dist/esm/select-input_2.entry.js.map +1 -0
  209. package/dist/esm/state-options-188acc34.js +246 -0
  210. package/dist/esm/state-options-188acc34.js.map +1 -0
  211. package/dist/esm/webcomponents.js +9 -3
  212. package/dist/esm/webcomponents.js.map +1 -0
  213. package/dist/types/api/Api.d.ts +1 -1
  214. package/dist/types/api/Payment.d.ts +1 -1
  215. package/dist/types/components/bank-account-form/bank-account-form.d.ts +4 -0
  216. package/dist/types/components/business-info/business-info-schema.d.ts +42 -0
  217. package/dist/types/components/business-info/business-info.d.ts +20 -0
  218. package/dist/types/components/card-form/card-form.d.ts +4 -0
  219. package/dist/types/components/payment-form/payment-form.d.ts +1 -0
  220. package/dist/types/components/payment-method-form/payment-method-form.d.ts +1 -0
  221. package/dist/types/components/payment-method-form/payment-method-responses.d.ts +1 -1
  222. package/dist/types/components.d.ts +72 -0
  223. package/dist/types/stencil-public-runtime.d.ts +72 -15
  224. package/dist/webcomponents/index.esm.js +2 -0
  225. package/dist/webcomponents/index.esm.js.map +1 -0
  226. package/dist/webcomponents/p-0969db8f.entry.js +2 -0
  227. package/dist/webcomponents/p-0969db8f.entry.js.map +1 -0
  228. package/dist/webcomponents/p-0ea23153.js +2 -0
  229. package/dist/webcomponents/p-0ea23153.js.map +1 -0
  230. package/dist/webcomponents/p-1ca0646b.js +2 -1
  231. package/dist/webcomponents/p-1ca0646b.js.map +1 -0
  232. package/dist/webcomponents/p-1f151d49.js +2 -0
  233. package/dist/webcomponents/p-1f151d49.js.map +1 -0
  234. package/dist/webcomponents/p-255b1284.entry.js +2 -0
  235. package/dist/webcomponents/p-255b1284.entry.js.map +1 -0
  236. package/dist/webcomponents/p-3aa91155.js +3 -0
  237. package/dist/webcomponents/p-3aa91155.js.map +1 -0
  238. package/dist/webcomponents/p-68e82f00.entry.js +2 -0
  239. package/dist/webcomponents/p-68e82f00.entry.js.map +1 -0
  240. package/dist/webcomponents/p-90c0d9e1.entry.js +2 -0
  241. package/dist/webcomponents/p-90c0d9e1.entry.js.map +1 -0
  242. package/dist/webcomponents/p-bd5352d6.entry.js +2 -0
  243. package/dist/webcomponents/p-bd5352d6.entry.js.map +1 -0
  244. package/dist/webcomponents/p-c903cc5a.entry.js +2 -0
  245. package/dist/webcomponents/p-c903cc5a.entry.js.map +1 -0
  246. package/dist/webcomponents/p-d87b0711.entry.js +2 -0
  247. package/dist/webcomponents/p-d87b0711.entry.js.map +1 -0
  248. package/dist/webcomponents/p-dbf7100f.entry.js +2 -0
  249. package/dist/webcomponents/p-dbf7100f.entry.js.map +1 -0
  250. package/dist/webcomponents/p-e0054bc3.js +2 -0
  251. package/dist/webcomponents/p-e0054bc3.js.map +1 -0
  252. package/dist/webcomponents/p-f30d1567.entry.js +2 -0
  253. package/dist/webcomponents/p-f30d1567.entry.js.map +1 -0
  254. package/dist/webcomponents/webcomponents.css +1 -1
  255. package/dist/webcomponents/webcomponents.esm.js +2 -1
  256. package/dist/webcomponents/webcomponents.esm.js.map +1 -0
  257. package/loader/index.d.ts +9 -0
  258. package/package.json +9 -5
  259. package/dist/webcomponents/p-039e3540.entry.js +0 -1
  260. package/dist/webcomponents/p-11e5bef9.entry.js +0 -1
  261. package/dist/webcomponents/p-20732337.js +0 -1
  262. package/dist/webcomponents/p-24409e8e.entry.js +0 -1
  263. package/dist/webcomponents/p-4a406704.js +0 -2
  264. package/dist/webcomponents/p-5774e36e.entry.js +0 -1
  265. package/dist/webcomponents/p-5b5e8351.entry.js +0 -1
  266. package/dist/webcomponents/p-5b68fa52.entry.js +0 -1
  267. package/dist/webcomponents/p-7747c086.entry.js +0 -1
  268. package/dist/webcomponents/p-bc35e124.entry.js +0 -1
@@ -0,0 +1,2274 @@
1
+ :root {
2
+ --bs-blue: #0d6efd;
3
+ --bs-indigo: #6610f2;
4
+ --bs-purple: #6f42c1;
5
+ --bs-pink: #d63384;
6
+ --bs-red: #dc3545;
7
+ --bs-orange: #fd7e14;
8
+ --bs-yellow: #ffc107;
9
+ --bs-green: #198754;
10
+ --bs-teal: #20c997;
11
+ --bs-cyan: #0dcaf0;
12
+ --bs-black: #000;
13
+ --bs-white: #fff;
14
+ --bs-gray: #6c757d;
15
+ --bs-gray-dark: #343a40;
16
+ --bs-gray-100: #f8f9fa;
17
+ --bs-gray-200: #e9ecef;
18
+ --bs-gray-300: #dee2e6;
19
+ --bs-gray-400: #ced4da;
20
+ --bs-gray-500: #adb5bd;
21
+ --bs-gray-600: #6c757d;
22
+ --bs-gray-700: #495057;
23
+ --bs-gray-800: #343a40;
24
+ --bs-gray-900: #212529;
25
+ --bs-primary: #0d6efd;
26
+ --bs-secondary: #6c757d;
27
+ --bs-success: #198754;
28
+ --bs-info: #0dcaf0;
29
+ --bs-warning: #ffc107;
30
+ --bs-danger: #dc3545;
31
+ --bs-light: #f8f9fa;
32
+ --bs-dark: #212529;
33
+ --bs-primary-rgb: 13, 110, 253;
34
+ --bs-secondary-rgb: 108, 117, 125;
35
+ --bs-success-rgb: 25, 135, 84;
36
+ --bs-info-rgb: 13, 202, 240;
37
+ --bs-warning-rgb: 255, 193, 7;
38
+ --bs-danger-rgb: 220, 53, 69;
39
+ --bs-light-rgb: 248, 249, 250;
40
+ --bs-dark-rgb: 33, 37, 41;
41
+ --bs-white-rgb: 255, 255, 255;
42
+ --bs-black-rgb: 0, 0, 0;
43
+ --bs-body-color-rgb: 33, 37, 41;
44
+ --bs-body-bg-rgb: 255, 255, 255;
45
+ --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";
46
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
47
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
48
+ --bs-body-font-family: var(--bs-font-sans-serif);
49
+ --bs-body-font-size: 1rem;
50
+ --bs-body-font-weight: 400;
51
+ --bs-body-line-height: 1.5;
52
+ --bs-body-color: #212529;
53
+ --bs-body-bg: #fff;
54
+ --bs-border-width: 1px;
55
+ --bs-border-style: solid;
56
+ --bs-border-color: #dee2e6;
57
+ --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
58
+ --bs-border-radius: 0.375rem;
59
+ --bs-border-radius-sm: 0.25rem;
60
+ --bs-border-radius-lg: 0.5rem;
61
+ --bs-border-radius-xl: 1rem;
62
+ --bs-border-radius-2xl: 2rem;
63
+ --bs-border-radius-pill: 50rem;
64
+ --bs-link-color: #0d6efd;
65
+ --bs-link-hover-color: #0a58ca;
66
+ --bs-code-color: #d63384;
67
+ --bs-highlight-bg: #fff3cd;
68
+ }
69
+
70
+ .spinner-grow,
71
+ .spinner-border {
72
+ display: inline-block;
73
+ width: var(--bs-spinner-width);
74
+ height: var(--bs-spinner-height);
75
+ vertical-align: var(--bs-spinner-vertical-align);
76
+ border-radius: 50%;
77
+ animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
78
+ }
79
+
80
+ @keyframes spinner-border {
81
+ to {
82
+ transform: rotate(360deg) /* rtl:ignore */;
83
+ }
84
+ }
85
+ .spinner-border {
86
+ --bs-spinner-width: 2rem;
87
+ --bs-spinner-height: 2rem;
88
+ --bs-spinner-vertical-align: -0.125em;
89
+ --bs-spinner-border-width: 0.25em;
90
+ --bs-spinner-animation-speed: 0.75s;
91
+ --bs-spinner-animation-name: spinner-border;
92
+ border: var(--bs-spinner-border-width) solid currentcolor;
93
+ border-right-color: transparent;
94
+ }
95
+
96
+ .spinner-border-sm {
97
+ --bs-spinner-width: 1rem;
98
+ --bs-spinner-height: 1rem;
99
+ --bs-spinner-border-width: 0.2em;
100
+ }
101
+
102
+ @keyframes spinner-grow {
103
+ 0% {
104
+ transform: scale(0);
105
+ }
106
+ 50% {
107
+ opacity: 1;
108
+ transform: none;
109
+ }
110
+ }
111
+ .spinner-grow {
112
+ --bs-spinner-width: 2rem;
113
+ --bs-spinner-height: 2rem;
114
+ --bs-spinner-vertical-align: -0.125em;
115
+ --bs-spinner-animation-speed: 0.75s;
116
+ --bs-spinner-animation-name: spinner-grow;
117
+ background-color: currentcolor;
118
+ opacity: 0;
119
+ }
120
+
121
+ .spinner-grow-sm {
122
+ --bs-spinner-width: 1rem;
123
+ --bs-spinner-height: 1rem;
124
+ }
125
+
126
+ @media (prefers-reduced-motion: reduce) {
127
+ .spinner-border,
128
+ .spinner-grow {
129
+ --bs-spinner-animation-speed: 1.5s;
130
+ }
131
+ }
132
+ .clearfix::after {
133
+ display: block;
134
+ clear: both;
135
+ content: "";
136
+ }
137
+
138
+ .text-bg-primary {
139
+ color: #fff !important;
140
+ background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
141
+ }
142
+
143
+ .text-bg-secondary {
144
+ color: #fff !important;
145
+ background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
146
+ }
147
+
148
+ .text-bg-success {
149
+ color: #fff !important;
150
+ background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
151
+ }
152
+
153
+ .text-bg-info {
154
+ color: #000 !important;
155
+ background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
156
+ }
157
+
158
+ .text-bg-warning {
159
+ color: #000 !important;
160
+ background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
161
+ }
162
+
163
+ .text-bg-danger {
164
+ color: #fff !important;
165
+ background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
166
+ }
167
+
168
+ .text-bg-light {
169
+ color: #000 !important;
170
+ background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
171
+ }
172
+
173
+ .text-bg-dark {
174
+ color: #fff !important;
175
+ background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
176
+ }
177
+
178
+ .link-primary {
179
+ color: #0d6efd !important;
180
+ }
181
+ .link-primary:hover, .link-primary:focus {
182
+ color: #0a58ca !important;
183
+ }
184
+
185
+ .link-secondary {
186
+ color: #6c757d !important;
187
+ }
188
+ .link-secondary:hover, .link-secondary:focus {
189
+ color: #565e64 !important;
190
+ }
191
+
192
+ .link-success {
193
+ color: #198754 !important;
194
+ }
195
+ .link-success:hover, .link-success:focus {
196
+ color: #146c43 !important;
197
+ }
198
+
199
+ .link-info {
200
+ color: #0dcaf0 !important;
201
+ }
202
+ .link-info:hover, .link-info:focus {
203
+ color: #3dd5f3 !important;
204
+ }
205
+
206
+ .link-warning {
207
+ color: #ffc107 !important;
208
+ }
209
+ .link-warning:hover, .link-warning:focus {
210
+ color: #ffcd39 !important;
211
+ }
212
+
213
+ .link-danger {
214
+ color: #dc3545 !important;
215
+ }
216
+ .link-danger:hover, .link-danger:focus {
217
+ color: #b02a37 !important;
218
+ }
219
+
220
+ .link-light {
221
+ color: #f8f9fa !important;
222
+ }
223
+ .link-light:hover, .link-light:focus {
224
+ color: #f9fafb !important;
225
+ }
226
+
227
+ .link-dark {
228
+ color: #212529 !important;
229
+ }
230
+ .link-dark:hover, .link-dark:focus {
231
+ color: #1a1e21 !important;
232
+ }
233
+
234
+ .ratio {
235
+ position: relative;
236
+ width: 100%;
237
+ }
238
+ .ratio::before {
239
+ display: block;
240
+ padding-top: var(--bs-aspect-ratio);
241
+ content: "";
242
+ }
243
+ .ratio > * {
244
+ position: absolute;
245
+ top: 0;
246
+ left: 0;
247
+ width: 100%;
248
+ height: 100%;
249
+ }
250
+
251
+ .ratio-1x1 {
252
+ --bs-aspect-ratio: 100%;
253
+ }
254
+
255
+ .ratio-4x3 {
256
+ --bs-aspect-ratio: 75%;
257
+ }
258
+
259
+ .ratio-16x9 {
260
+ --bs-aspect-ratio: 56.25%;
261
+ }
262
+
263
+ .ratio-21x9 {
264
+ --bs-aspect-ratio: 42.8571428571%;
265
+ }
266
+
267
+ .fixed-top {
268
+ position: fixed;
269
+ top: 0;
270
+ right: 0;
271
+ left: 0;
272
+ z-index: 1030;
273
+ }
274
+
275
+ .fixed-bottom {
276
+ position: fixed;
277
+ right: 0;
278
+ bottom: 0;
279
+ left: 0;
280
+ z-index: 1030;
281
+ }
282
+
283
+ .sticky-top {
284
+ position: sticky;
285
+ top: 0;
286
+ z-index: 1020;
287
+ }
288
+
289
+ .sticky-bottom {
290
+ position: sticky;
291
+ bottom: 0;
292
+ z-index: 1020;
293
+ }
294
+
295
+ @media (min-width: 576px) {
296
+ .sticky-sm-top {
297
+ position: sticky;
298
+ top: 0;
299
+ z-index: 1020;
300
+ }
301
+ .sticky-sm-bottom {
302
+ position: sticky;
303
+ bottom: 0;
304
+ z-index: 1020;
305
+ }
306
+ }
307
+ @media (min-width: 768px) {
308
+ .sticky-md-top {
309
+ position: sticky;
310
+ top: 0;
311
+ z-index: 1020;
312
+ }
313
+ .sticky-md-bottom {
314
+ position: sticky;
315
+ bottom: 0;
316
+ z-index: 1020;
317
+ }
318
+ }
319
+ @media (min-width: 992px) {
320
+ .sticky-lg-top {
321
+ position: sticky;
322
+ top: 0;
323
+ z-index: 1020;
324
+ }
325
+ .sticky-lg-bottom {
326
+ position: sticky;
327
+ bottom: 0;
328
+ z-index: 1020;
329
+ }
330
+ }
331
+ @media (min-width: 1200px) {
332
+ .sticky-xl-top {
333
+ position: sticky;
334
+ top: 0;
335
+ z-index: 1020;
336
+ }
337
+ .sticky-xl-bottom {
338
+ position: sticky;
339
+ bottom: 0;
340
+ z-index: 1020;
341
+ }
342
+ }
343
+ @media (min-width: 1400px) {
344
+ .sticky-xxl-top {
345
+ position: sticky;
346
+ top: 0;
347
+ z-index: 1020;
348
+ }
349
+ .sticky-xxl-bottom {
350
+ position: sticky;
351
+ bottom: 0;
352
+ z-index: 1020;
353
+ }
354
+ }
355
+ .hstack {
356
+ display: flex;
357
+ flex-direction: row;
358
+ align-items: center;
359
+ align-self: stretch;
360
+ }
361
+
362
+ .vstack {
363
+ display: flex;
364
+ flex: 1 1 auto;
365
+ flex-direction: column;
366
+ align-self: stretch;
367
+ }
368
+
369
+ .visually-hidden,
370
+ .visually-hidden-focusable:not(:focus):not(:focus-within) {
371
+ position: absolute !important;
372
+ width: 1px !important;
373
+ height: 1px !important;
374
+ padding: 0 !important;
375
+ margin: -1px !important;
376
+ overflow: hidden !important;
377
+ clip: rect(0, 0, 0, 0) !important;
378
+ white-space: nowrap !important;
379
+ border: 0 !important;
380
+ }
381
+
382
+ .stretched-link::after {
383
+ position: absolute;
384
+ top: 0;
385
+ right: 0;
386
+ bottom: 0;
387
+ left: 0;
388
+ z-index: 1;
389
+ content: "";
390
+ }
391
+
392
+ .text-truncate {
393
+ overflow: hidden;
394
+ text-overflow: ellipsis;
395
+ white-space: nowrap;
396
+ }
397
+
398
+ .vr {
399
+ display: inline-block;
400
+ align-self: stretch;
401
+ width: 1px;
402
+ min-height: 1em;
403
+ background-color: currentcolor;
404
+ opacity: 0.25;
405
+ }
406
+
407
+ *,
408
+ *::before,
409
+ *::after {
410
+ box-sizing: border-box;
411
+ }
412
+
413
+ @media (prefers-reduced-motion: no-preference) {
414
+ :root {
415
+ scroll-behavior: smooth;
416
+ }
417
+ }
418
+
419
+ body {
420
+ margin: 0;
421
+ font-family: var(--bs-body-font-family);
422
+ font-size: var(--bs-body-font-size);
423
+ font-weight: var(--bs-body-font-weight);
424
+ line-height: var(--bs-body-line-height);
425
+ color: var(--bs-body-color);
426
+ text-align: var(--bs-body-text-align);
427
+ background-color: var(--bs-body-bg);
428
+ -webkit-text-size-adjust: 100%;
429
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
430
+ }
431
+
432
+ hr {
433
+ margin: 1rem 0;
434
+ color: inherit;
435
+ border: 0;
436
+ border-top: 1px solid;
437
+ opacity: 0.25;
438
+ }
439
+
440
+ h6, h5, h4, h3, h2, h1 {
441
+ margin-top: 0;
442
+ margin-bottom: 0.5rem;
443
+ font-weight: 500;
444
+ line-height: 1.2;
445
+ }
446
+
447
+ h1 {
448
+ font-size: calc(1.375rem + 1.5vw);
449
+ }
450
+ @media (min-width: 1200px) {
451
+ h1 {
452
+ font-size: 2.5rem;
453
+ }
454
+ }
455
+
456
+ h2 {
457
+ font-size: calc(1.325rem + 0.9vw);
458
+ }
459
+ @media (min-width: 1200px) {
460
+ h2 {
461
+ font-size: 2rem;
462
+ }
463
+ }
464
+
465
+ h3 {
466
+ font-size: calc(1.3rem + 0.6vw);
467
+ }
468
+ @media (min-width: 1200px) {
469
+ h3 {
470
+ font-size: 1.75rem;
471
+ }
472
+ }
473
+
474
+ h4 {
475
+ font-size: calc(1.275rem + 0.3vw);
476
+ }
477
+ @media (min-width: 1200px) {
478
+ h4 {
479
+ font-size: 1.5rem;
480
+ }
481
+ }
482
+
483
+ h5 {
484
+ font-size: 1.25rem;
485
+ }
486
+
487
+ h6 {
488
+ font-size: 1rem;
489
+ }
490
+
491
+ p {
492
+ margin-top: 0;
493
+ margin-bottom: 1rem;
494
+ }
495
+
496
+ abbr[title] {
497
+ text-decoration: underline dotted;
498
+ cursor: help;
499
+ text-decoration-skip-ink: none;
500
+ }
501
+
502
+ address {
503
+ margin-bottom: 1rem;
504
+ font-style: normal;
505
+ line-height: inherit;
506
+ }
507
+
508
+ ol,
509
+ ul {
510
+ padding-left: 2rem;
511
+ }
512
+
513
+ ol,
514
+ ul,
515
+ dl {
516
+ margin-top: 0;
517
+ margin-bottom: 1rem;
518
+ }
519
+
520
+ ol ol,
521
+ ul ul,
522
+ ol ul,
523
+ ul ol {
524
+ margin-bottom: 0;
525
+ }
526
+
527
+ dt {
528
+ font-weight: 700;
529
+ }
530
+
531
+ dd {
532
+ margin-bottom: 0.5rem;
533
+ margin-left: 0;
534
+ }
535
+
536
+ blockquote {
537
+ margin: 0 0 1rem;
538
+ }
539
+
540
+ b,
541
+ strong {
542
+ font-weight: bolder;
543
+ }
544
+
545
+ small {
546
+ font-size: 0.875em;
547
+ }
548
+
549
+ mark {
550
+ padding: 0.1875em;
551
+ background-color: var(--bs-highlight-bg);
552
+ }
553
+
554
+ sub,
555
+ sup {
556
+ position: relative;
557
+ font-size: 0.75em;
558
+ line-height: 0;
559
+ vertical-align: baseline;
560
+ }
561
+
562
+ sub {
563
+ bottom: -0.25em;
564
+ }
565
+
566
+ sup {
567
+ top: -0.5em;
568
+ }
569
+
570
+ a {
571
+ color: var(--bs-link-color);
572
+ text-decoration: underline;
573
+ }
574
+ a:hover {
575
+ color: var(--bs-link-hover-color);
576
+ }
577
+
578
+ a:not([href]):not([class]), a:not([href]):not([class]):hover {
579
+ color: inherit;
580
+ text-decoration: none;
581
+ }
582
+
583
+ pre,
584
+ code,
585
+ kbd,
586
+ samp {
587
+ font-family: var(--bs-font-monospace);
588
+ font-size: 1em;
589
+ }
590
+
591
+ pre {
592
+ display: block;
593
+ margin-top: 0;
594
+ margin-bottom: 1rem;
595
+ overflow: auto;
596
+ font-size: 0.875em;
597
+ }
598
+ pre code {
599
+ font-size: inherit;
600
+ color: inherit;
601
+ word-break: normal;
602
+ }
603
+
604
+ code {
605
+ font-size: 0.875em;
606
+ color: var(--bs-code-color);
607
+ word-wrap: break-word;
608
+ }
609
+ a > code {
610
+ color: inherit;
611
+ }
612
+
613
+ kbd {
614
+ padding: 0.1875rem 0.375rem;
615
+ font-size: 0.875em;
616
+ color: var(--bs-body-bg);
617
+ background-color: var(--bs-body-color);
618
+ border-radius: 0.25rem;
619
+ }
620
+ kbd kbd {
621
+ padding: 0;
622
+ font-size: 1em;
623
+ }
624
+
625
+ figure {
626
+ margin: 0 0 1rem;
627
+ }
628
+
629
+ img,
630
+ svg {
631
+ vertical-align: middle;
632
+ }
633
+
634
+ table {
635
+ caption-side: bottom;
636
+ border-collapse: collapse;
637
+ }
638
+
639
+ caption {
640
+ padding-top: 0.5rem;
641
+ padding-bottom: 0.5rem;
642
+ color: #6c757d;
643
+ text-align: left;
644
+ }
645
+
646
+ th {
647
+ text-align: inherit;
648
+ text-align: -webkit-match-parent;
649
+ }
650
+
651
+ thead,
652
+ tbody,
653
+ tfoot,
654
+ tr,
655
+ td,
656
+ th {
657
+ border-color: inherit;
658
+ border-style: solid;
659
+ border-width: 0;
660
+ }
661
+
662
+ label {
663
+ display: inline-block;
664
+ }
665
+
666
+ button {
667
+ border-radius: 0;
668
+ }
669
+
670
+ button:focus:not(:focus-visible) {
671
+ outline: 0;
672
+ }
673
+
674
+ input,
675
+ button,
676
+ select,
677
+ optgroup,
678
+ textarea {
679
+ margin: 0;
680
+ font-family: inherit;
681
+ font-size: inherit;
682
+ line-height: inherit;
683
+ }
684
+
685
+ button,
686
+ select {
687
+ text-transform: none;
688
+ }
689
+
690
+ [role=button] {
691
+ cursor: pointer;
692
+ }
693
+
694
+ select {
695
+ word-wrap: normal;
696
+ }
697
+ select:disabled {
698
+ opacity: 1;
699
+ }
700
+
701
+ [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
702
+ display: none !important;
703
+ }
704
+
705
+ button,
706
+ [type=button],
707
+ [type=reset],
708
+ [type=submit] {
709
+ -webkit-appearance: button;
710
+ }
711
+ button:not(:disabled),
712
+ [type=button]:not(:disabled),
713
+ [type=reset]:not(:disabled),
714
+ [type=submit]:not(:disabled) {
715
+ cursor: pointer;
716
+ }
717
+
718
+ ::-moz-focus-inner {
719
+ padding: 0;
720
+ border-style: none;
721
+ }
722
+
723
+ textarea {
724
+ resize: vertical;
725
+ }
726
+
727
+ fieldset {
728
+ min-width: 0;
729
+ padding: 0;
730
+ margin: 0;
731
+ border: 0;
732
+ }
733
+
734
+ legend {
735
+ float: left;
736
+ width: 100%;
737
+ padding: 0;
738
+ margin-bottom: 0.5rem;
739
+ font-size: calc(1.275rem + 0.3vw);
740
+ line-height: inherit;
741
+ }
742
+ @media (min-width: 1200px) {
743
+ legend {
744
+ font-size: 1.5rem;
745
+ }
746
+ }
747
+ legend + * {
748
+ clear: left;
749
+ }
750
+
751
+ ::-webkit-datetime-edit-fields-wrapper,
752
+ ::-webkit-datetime-edit-text,
753
+ ::-webkit-datetime-edit-minute,
754
+ ::-webkit-datetime-edit-hour-field,
755
+ ::-webkit-datetime-edit-day-field,
756
+ ::-webkit-datetime-edit-month-field,
757
+ ::-webkit-datetime-edit-year-field {
758
+ padding: 0;
759
+ }
760
+
761
+ ::-webkit-inner-spin-button {
762
+ height: auto;
763
+ }
764
+
765
+ [type=search] {
766
+ outline-offset: -2px;
767
+ -webkit-appearance: textfield;
768
+ }
769
+
770
+ /* rtl:raw:
771
+ [type="tel"],
772
+ [type="url"],
773
+ [type="email"],
774
+ [type="number"] {
775
+ direction: ltr;
776
+ }
777
+ */
778
+ ::-webkit-search-decoration {
779
+ -webkit-appearance: none;
780
+ }
781
+
782
+ ::-webkit-color-swatch-wrapper {
783
+ padding: 0;
784
+ }
785
+
786
+ ::file-selector-button {
787
+ font: inherit;
788
+ -webkit-appearance: button;
789
+ }
790
+
791
+ output {
792
+ display: inline-block;
793
+ }
794
+
795
+ iframe {
796
+ border: 0;
797
+ }
798
+
799
+ summary {
800
+ display: list-item;
801
+ cursor: pointer;
802
+ }
803
+
804
+ progress {
805
+ vertical-align: baseline;
806
+ }
807
+
808
+ [hidden] {
809
+ display: none !important;
810
+ }
811
+
812
+ .btn {
813
+ --bs-btn-padding-x: 0.75rem;
814
+ --bs-btn-padding-y: 0.375rem;
815
+ --bs-btn-font-family: ;
816
+ --bs-btn-font-size: 1rem;
817
+ --bs-btn-font-weight: 400;
818
+ --bs-btn-line-height: 1.5;
819
+ --bs-btn-color: #212529;
820
+ --bs-btn-bg: transparent;
821
+ --bs-btn-border-width: 1px;
822
+ --bs-btn-border-color: transparent;
823
+ --bs-btn-border-radius: 0.375rem;
824
+ --bs-btn-hover-border-color: transparent;
825
+ --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
826
+ --bs-btn-disabled-opacity: 0.65;
827
+ --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
828
+ display: inline-block;
829
+ padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
830
+ font-family: var(--bs-btn-font-family);
831
+ font-size: var(--bs-btn-font-size);
832
+ font-weight: var(--bs-btn-font-weight);
833
+ line-height: var(--bs-btn-line-height);
834
+ color: var(--bs-btn-color);
835
+ text-align: center;
836
+ text-decoration: none;
837
+ vertical-align: middle;
838
+ cursor: pointer;
839
+ user-select: none;
840
+ border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
841
+ border-radius: var(--bs-btn-border-radius);
842
+ background-color: var(--bs-btn-bg);
843
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
844
+ }
845
+ @media (prefers-reduced-motion: reduce) {
846
+ .btn {
847
+ transition: none;
848
+ }
849
+ }
850
+ .btn:hover {
851
+ color: var(--bs-btn-hover-color);
852
+ background-color: var(--bs-btn-hover-bg);
853
+ border-color: var(--bs-btn-hover-border-color);
854
+ }
855
+ .btn-check + .btn:hover {
856
+ color: var(--bs-btn-color);
857
+ background-color: var(--bs-btn-bg);
858
+ border-color: var(--bs-btn-border-color);
859
+ }
860
+ .btn:focus-visible {
861
+ color: var(--bs-btn-hover-color);
862
+ background-color: var(--bs-btn-hover-bg);
863
+ border-color: var(--bs-btn-hover-border-color);
864
+ outline: 0;
865
+ box-shadow: var(--bs-btn-focus-box-shadow);
866
+ }
867
+ .btn-check:focus-visible + .btn {
868
+ border-color: var(--bs-btn-hover-border-color);
869
+ outline: 0;
870
+ box-shadow: var(--bs-btn-focus-box-shadow);
871
+ }
872
+ .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
873
+ color: var(--bs-btn-active-color);
874
+ background-color: var(--bs-btn-active-bg);
875
+ border-color: var(--bs-btn-active-border-color);
876
+ }
877
+ .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
878
+ box-shadow: var(--bs-btn-focus-box-shadow);
879
+ }
880
+ .btn:disabled, .btn.disabled, fieldset:disabled .btn {
881
+ color: var(--bs-btn-disabled-color);
882
+ pointer-events: none;
883
+ background-color: var(--bs-btn-disabled-bg);
884
+ border-color: var(--bs-btn-disabled-border-color);
885
+ opacity: var(--bs-btn-disabled-opacity);
886
+ }
887
+
888
+ .btn-primary {
889
+ --bs-btn-color: #fff;
890
+ --bs-btn-bg: #0d6efd;
891
+ --bs-btn-border-color: #0d6efd;
892
+ --bs-btn-hover-color: #fff;
893
+ --bs-btn-hover-bg: #0b5ed7;
894
+ --bs-btn-hover-border-color: #0a58ca;
895
+ --bs-btn-focus-shadow-rgb: 49, 132, 253;
896
+ --bs-btn-active-color: #fff;
897
+ --bs-btn-active-bg: #0a58ca;
898
+ --bs-btn-active-border-color: #0a53be;
899
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
900
+ --bs-btn-disabled-color: #fff;
901
+ --bs-btn-disabled-bg: #0d6efd;
902
+ --bs-btn-disabled-border-color: #0d6efd;
903
+ }
904
+
905
+ .btn-secondary {
906
+ --bs-btn-color: #fff;
907
+ --bs-btn-bg: #6c757d;
908
+ --bs-btn-border-color: #6c757d;
909
+ --bs-btn-hover-color: #fff;
910
+ --bs-btn-hover-bg: #5c636a;
911
+ --bs-btn-hover-border-color: #565e64;
912
+ --bs-btn-focus-shadow-rgb: 130, 138, 145;
913
+ --bs-btn-active-color: #fff;
914
+ --bs-btn-active-bg: #565e64;
915
+ --bs-btn-active-border-color: #51585e;
916
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
917
+ --bs-btn-disabled-color: #fff;
918
+ --bs-btn-disabled-bg: #6c757d;
919
+ --bs-btn-disabled-border-color: #6c757d;
920
+ }
921
+
922
+ .btn-success {
923
+ --bs-btn-color: #fff;
924
+ --bs-btn-bg: #198754;
925
+ --bs-btn-border-color: #198754;
926
+ --bs-btn-hover-color: #fff;
927
+ --bs-btn-hover-bg: #157347;
928
+ --bs-btn-hover-border-color: #146c43;
929
+ --bs-btn-focus-shadow-rgb: 60, 153, 110;
930
+ --bs-btn-active-color: #fff;
931
+ --bs-btn-active-bg: #146c43;
932
+ --bs-btn-active-border-color: #13653f;
933
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
934
+ --bs-btn-disabled-color: #fff;
935
+ --bs-btn-disabled-bg: #198754;
936
+ --bs-btn-disabled-border-color: #198754;
937
+ }
938
+
939
+ .btn-info {
940
+ --bs-btn-color: #000;
941
+ --bs-btn-bg: #0dcaf0;
942
+ --bs-btn-border-color: #0dcaf0;
943
+ --bs-btn-hover-color: #000;
944
+ --bs-btn-hover-bg: #31d2f2;
945
+ --bs-btn-hover-border-color: #25cff2;
946
+ --bs-btn-focus-shadow-rgb: 11, 172, 204;
947
+ --bs-btn-active-color: #000;
948
+ --bs-btn-active-bg: #3dd5f3;
949
+ --bs-btn-active-border-color: #25cff2;
950
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
951
+ --bs-btn-disabled-color: #000;
952
+ --bs-btn-disabled-bg: #0dcaf0;
953
+ --bs-btn-disabled-border-color: #0dcaf0;
954
+ }
955
+
956
+ .btn-warning {
957
+ --bs-btn-color: #000;
958
+ --bs-btn-bg: #ffc107;
959
+ --bs-btn-border-color: #ffc107;
960
+ --bs-btn-hover-color: #000;
961
+ --bs-btn-hover-bg: #ffca2c;
962
+ --bs-btn-hover-border-color: #ffc720;
963
+ --bs-btn-focus-shadow-rgb: 217, 164, 6;
964
+ --bs-btn-active-color: #000;
965
+ --bs-btn-active-bg: #ffcd39;
966
+ --bs-btn-active-border-color: #ffc720;
967
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
968
+ --bs-btn-disabled-color: #000;
969
+ --bs-btn-disabled-bg: #ffc107;
970
+ --bs-btn-disabled-border-color: #ffc107;
971
+ }
972
+
973
+ .btn-danger {
974
+ --bs-btn-color: #fff;
975
+ --bs-btn-bg: #dc3545;
976
+ --bs-btn-border-color: #dc3545;
977
+ --bs-btn-hover-color: #fff;
978
+ --bs-btn-hover-bg: #bb2d3b;
979
+ --bs-btn-hover-border-color: #b02a37;
980
+ --bs-btn-focus-shadow-rgb: 225, 83, 97;
981
+ --bs-btn-active-color: #fff;
982
+ --bs-btn-active-bg: #b02a37;
983
+ --bs-btn-active-border-color: #a52834;
984
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
985
+ --bs-btn-disabled-color: #fff;
986
+ --bs-btn-disabled-bg: #dc3545;
987
+ --bs-btn-disabled-border-color: #dc3545;
988
+ }
989
+
990
+ .btn-light {
991
+ --bs-btn-color: #000;
992
+ --bs-btn-bg: #f8f9fa;
993
+ --bs-btn-border-color: #f8f9fa;
994
+ --bs-btn-hover-color: #000;
995
+ --bs-btn-hover-bg: #d3d4d5;
996
+ --bs-btn-hover-border-color: #c6c7c8;
997
+ --bs-btn-focus-shadow-rgb: 211, 212, 213;
998
+ --bs-btn-active-color: #000;
999
+ --bs-btn-active-bg: #c6c7c8;
1000
+ --bs-btn-active-border-color: #babbbc;
1001
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1002
+ --bs-btn-disabled-color: #000;
1003
+ --bs-btn-disabled-bg: #f8f9fa;
1004
+ --bs-btn-disabled-border-color: #f8f9fa;
1005
+ }
1006
+
1007
+ .btn-dark {
1008
+ --bs-btn-color: #fff;
1009
+ --bs-btn-bg: #212529;
1010
+ --bs-btn-border-color: #212529;
1011
+ --bs-btn-hover-color: #fff;
1012
+ --bs-btn-hover-bg: #424649;
1013
+ --bs-btn-hover-border-color: #373b3e;
1014
+ --bs-btn-focus-shadow-rgb: 66, 70, 73;
1015
+ --bs-btn-active-color: #fff;
1016
+ --bs-btn-active-bg: #4d5154;
1017
+ --bs-btn-active-border-color: #373b3e;
1018
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1019
+ --bs-btn-disabled-color: #fff;
1020
+ --bs-btn-disabled-bg: #212529;
1021
+ --bs-btn-disabled-border-color: #212529;
1022
+ }
1023
+
1024
+ .btn-outline-primary {
1025
+ --bs-btn-color: #0d6efd;
1026
+ --bs-btn-border-color: #0d6efd;
1027
+ --bs-btn-hover-color: #fff;
1028
+ --bs-btn-hover-bg: #0d6efd;
1029
+ --bs-btn-hover-border-color: #0d6efd;
1030
+ --bs-btn-focus-shadow-rgb: 13, 110, 253;
1031
+ --bs-btn-active-color: #fff;
1032
+ --bs-btn-active-bg: #0d6efd;
1033
+ --bs-btn-active-border-color: #0d6efd;
1034
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1035
+ --bs-btn-disabled-color: #0d6efd;
1036
+ --bs-btn-disabled-bg: transparent;
1037
+ --bs-btn-disabled-border-color: #0d6efd;
1038
+ --bs-gradient: none;
1039
+ }
1040
+
1041
+ .btn-outline-secondary {
1042
+ --bs-btn-color: #6c757d;
1043
+ --bs-btn-border-color: #6c757d;
1044
+ --bs-btn-hover-color: #fff;
1045
+ --bs-btn-hover-bg: #6c757d;
1046
+ --bs-btn-hover-border-color: #6c757d;
1047
+ --bs-btn-focus-shadow-rgb: 108, 117, 125;
1048
+ --bs-btn-active-color: #fff;
1049
+ --bs-btn-active-bg: #6c757d;
1050
+ --bs-btn-active-border-color: #6c757d;
1051
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1052
+ --bs-btn-disabled-color: #6c757d;
1053
+ --bs-btn-disabled-bg: transparent;
1054
+ --bs-btn-disabled-border-color: #6c757d;
1055
+ --bs-gradient: none;
1056
+ }
1057
+
1058
+ .btn-outline-success {
1059
+ --bs-btn-color: #198754;
1060
+ --bs-btn-border-color: #198754;
1061
+ --bs-btn-hover-color: #fff;
1062
+ --bs-btn-hover-bg: #198754;
1063
+ --bs-btn-hover-border-color: #198754;
1064
+ --bs-btn-focus-shadow-rgb: 25, 135, 84;
1065
+ --bs-btn-active-color: #fff;
1066
+ --bs-btn-active-bg: #198754;
1067
+ --bs-btn-active-border-color: #198754;
1068
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1069
+ --bs-btn-disabled-color: #198754;
1070
+ --bs-btn-disabled-bg: transparent;
1071
+ --bs-btn-disabled-border-color: #198754;
1072
+ --bs-gradient: none;
1073
+ }
1074
+
1075
+ .btn-outline-info {
1076
+ --bs-btn-color: #0dcaf0;
1077
+ --bs-btn-border-color: #0dcaf0;
1078
+ --bs-btn-hover-color: #000;
1079
+ --bs-btn-hover-bg: #0dcaf0;
1080
+ --bs-btn-hover-border-color: #0dcaf0;
1081
+ --bs-btn-focus-shadow-rgb: 13, 202, 240;
1082
+ --bs-btn-active-color: #000;
1083
+ --bs-btn-active-bg: #0dcaf0;
1084
+ --bs-btn-active-border-color: #0dcaf0;
1085
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1086
+ --bs-btn-disabled-color: #0dcaf0;
1087
+ --bs-btn-disabled-bg: transparent;
1088
+ --bs-btn-disabled-border-color: #0dcaf0;
1089
+ --bs-gradient: none;
1090
+ }
1091
+
1092
+ .btn-outline-warning {
1093
+ --bs-btn-color: #ffc107;
1094
+ --bs-btn-border-color: #ffc107;
1095
+ --bs-btn-hover-color: #000;
1096
+ --bs-btn-hover-bg: #ffc107;
1097
+ --bs-btn-hover-border-color: #ffc107;
1098
+ --bs-btn-focus-shadow-rgb: 255, 193, 7;
1099
+ --bs-btn-active-color: #000;
1100
+ --bs-btn-active-bg: #ffc107;
1101
+ --bs-btn-active-border-color: #ffc107;
1102
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1103
+ --bs-btn-disabled-color: #ffc107;
1104
+ --bs-btn-disabled-bg: transparent;
1105
+ --bs-btn-disabled-border-color: #ffc107;
1106
+ --bs-gradient: none;
1107
+ }
1108
+
1109
+ .btn-outline-danger {
1110
+ --bs-btn-color: #dc3545;
1111
+ --bs-btn-border-color: #dc3545;
1112
+ --bs-btn-hover-color: #fff;
1113
+ --bs-btn-hover-bg: #dc3545;
1114
+ --bs-btn-hover-border-color: #dc3545;
1115
+ --bs-btn-focus-shadow-rgb: 220, 53, 69;
1116
+ --bs-btn-active-color: #fff;
1117
+ --bs-btn-active-bg: #dc3545;
1118
+ --bs-btn-active-border-color: #dc3545;
1119
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1120
+ --bs-btn-disabled-color: #dc3545;
1121
+ --bs-btn-disabled-bg: transparent;
1122
+ --bs-btn-disabled-border-color: #dc3545;
1123
+ --bs-gradient: none;
1124
+ }
1125
+
1126
+ .btn-outline-light {
1127
+ --bs-btn-color: #f8f9fa;
1128
+ --bs-btn-border-color: #f8f9fa;
1129
+ --bs-btn-hover-color: #000;
1130
+ --bs-btn-hover-bg: #f8f9fa;
1131
+ --bs-btn-hover-border-color: #f8f9fa;
1132
+ --bs-btn-focus-shadow-rgb: 248, 249, 250;
1133
+ --bs-btn-active-color: #000;
1134
+ --bs-btn-active-bg: #f8f9fa;
1135
+ --bs-btn-active-border-color: #f8f9fa;
1136
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1137
+ --bs-btn-disabled-color: #f8f9fa;
1138
+ --bs-btn-disabled-bg: transparent;
1139
+ --bs-btn-disabled-border-color: #f8f9fa;
1140
+ --bs-gradient: none;
1141
+ }
1142
+
1143
+ .btn-outline-dark {
1144
+ --bs-btn-color: #212529;
1145
+ --bs-btn-border-color: #212529;
1146
+ --bs-btn-hover-color: #fff;
1147
+ --bs-btn-hover-bg: #212529;
1148
+ --bs-btn-hover-border-color: #212529;
1149
+ --bs-btn-focus-shadow-rgb: 33, 37, 41;
1150
+ --bs-btn-active-color: #fff;
1151
+ --bs-btn-active-bg: #212529;
1152
+ --bs-btn-active-border-color: #212529;
1153
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1154
+ --bs-btn-disabled-color: #212529;
1155
+ --bs-btn-disabled-bg: transparent;
1156
+ --bs-btn-disabled-border-color: #212529;
1157
+ --bs-gradient: none;
1158
+ }
1159
+
1160
+ .btn-link {
1161
+ --bs-btn-font-weight: 400;
1162
+ --bs-btn-color: var(--bs-link-color);
1163
+ --bs-btn-bg: transparent;
1164
+ --bs-btn-border-color: transparent;
1165
+ --bs-btn-hover-color: var(--bs-link-hover-color);
1166
+ --bs-btn-hover-border-color: transparent;
1167
+ --bs-btn-active-color: var(--bs-link-hover-color);
1168
+ --bs-btn-active-border-color: transparent;
1169
+ --bs-btn-disabled-color: #6c757d;
1170
+ --bs-btn-disabled-border-color: transparent;
1171
+ --bs-btn-box-shadow: none;
1172
+ --bs-btn-focus-shadow-rgb: 49, 132, 253;
1173
+ text-decoration: underline;
1174
+ }
1175
+ .btn-link:focus-visible {
1176
+ color: var(--bs-btn-color);
1177
+ }
1178
+ .btn-link:hover {
1179
+ color: var(--bs-btn-hover-color);
1180
+ }
1181
+
1182
+ .btn-lg {
1183
+ --bs-btn-padding-y: 0.5rem;
1184
+ --bs-btn-padding-x: 1rem;
1185
+ --bs-btn-font-size: 1.25rem;
1186
+ --bs-btn-border-radius: 0.5rem;
1187
+ }
1188
+
1189
+ .btn-sm {
1190
+ --bs-btn-padding-y: 0.25rem;
1191
+ --bs-btn-padding-x: 0.5rem;
1192
+ --bs-btn-font-size: 0.875rem;
1193
+ --bs-btn-border-radius: 0.25rem;
1194
+ }
1195
+
1196
+ .row {
1197
+ --bs-gutter-x: 1.5rem;
1198
+ --bs-gutter-y: 0;
1199
+ display: flex;
1200
+ flex-wrap: wrap;
1201
+ margin-top: calc(-1 * var(--bs-gutter-y));
1202
+ margin-right: calc(-0.5 * var(--bs-gutter-x));
1203
+ margin-left: calc(-0.5 * var(--bs-gutter-x));
1204
+ }
1205
+ .row > * {
1206
+ flex-shrink: 0;
1207
+ width: 100%;
1208
+ max-width: 100%;
1209
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
1210
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
1211
+ margin-top: var(--bs-gutter-y);
1212
+ }
1213
+
1214
+ .col {
1215
+ flex: 1 0 0%;
1216
+ }
1217
+
1218
+ .row-cols-auto > * {
1219
+ flex: 0 0 auto;
1220
+ width: auto;
1221
+ }
1222
+
1223
+ .row-cols-1 > * {
1224
+ flex: 0 0 auto;
1225
+ width: 100%;
1226
+ }
1227
+
1228
+ .row-cols-2 > * {
1229
+ flex: 0 0 auto;
1230
+ width: 50%;
1231
+ }
1232
+
1233
+ .row-cols-3 > * {
1234
+ flex: 0 0 auto;
1235
+ width: 33.3333333333%;
1236
+ }
1237
+
1238
+ .row-cols-4 > * {
1239
+ flex: 0 0 auto;
1240
+ width: 25%;
1241
+ }
1242
+
1243
+ .row-cols-5 > * {
1244
+ flex: 0 0 auto;
1245
+ width: 20%;
1246
+ }
1247
+
1248
+ .row-cols-6 > * {
1249
+ flex: 0 0 auto;
1250
+ width: 16.6666666667%;
1251
+ }
1252
+
1253
+ .col-auto {
1254
+ flex: 0 0 auto;
1255
+ width: auto;
1256
+ }
1257
+
1258
+ .col-1 {
1259
+ flex: 0 0 auto;
1260
+ width: 8.33333333%;
1261
+ }
1262
+
1263
+ .col-2 {
1264
+ flex: 0 0 auto;
1265
+ width: 16.66666667%;
1266
+ }
1267
+
1268
+ .col-3 {
1269
+ flex: 0 0 auto;
1270
+ width: 25%;
1271
+ }
1272
+
1273
+ .col-4 {
1274
+ flex: 0 0 auto;
1275
+ width: 33.33333333%;
1276
+ }
1277
+
1278
+ .col-5 {
1279
+ flex: 0 0 auto;
1280
+ width: 41.66666667%;
1281
+ }
1282
+
1283
+ .col-6 {
1284
+ flex: 0 0 auto;
1285
+ width: 50%;
1286
+ }
1287
+
1288
+ .col-7 {
1289
+ flex: 0 0 auto;
1290
+ width: 58.33333333%;
1291
+ }
1292
+
1293
+ .col-8 {
1294
+ flex: 0 0 auto;
1295
+ width: 66.66666667%;
1296
+ }
1297
+
1298
+ .col-9 {
1299
+ flex: 0 0 auto;
1300
+ width: 75%;
1301
+ }
1302
+
1303
+ .col-10 {
1304
+ flex: 0 0 auto;
1305
+ width: 83.33333333%;
1306
+ }
1307
+
1308
+ .col-11 {
1309
+ flex: 0 0 auto;
1310
+ width: 91.66666667%;
1311
+ }
1312
+
1313
+ .col-12 {
1314
+ flex: 0 0 auto;
1315
+ width: 100%;
1316
+ }
1317
+
1318
+ .offset-1 {
1319
+ margin-left: 8.33333333%;
1320
+ }
1321
+
1322
+ .offset-2 {
1323
+ margin-left: 16.66666667%;
1324
+ }
1325
+
1326
+ .offset-3 {
1327
+ margin-left: 25%;
1328
+ }
1329
+
1330
+ .offset-4 {
1331
+ margin-left: 33.33333333%;
1332
+ }
1333
+
1334
+ .offset-5 {
1335
+ margin-left: 41.66666667%;
1336
+ }
1337
+
1338
+ .offset-6 {
1339
+ margin-left: 50%;
1340
+ }
1341
+
1342
+ .offset-7 {
1343
+ margin-left: 58.33333333%;
1344
+ }
1345
+
1346
+ .offset-8 {
1347
+ margin-left: 66.66666667%;
1348
+ }
1349
+
1350
+ .offset-9 {
1351
+ margin-left: 75%;
1352
+ }
1353
+
1354
+ .offset-10 {
1355
+ margin-left: 83.33333333%;
1356
+ }
1357
+
1358
+ .offset-11 {
1359
+ margin-left: 91.66666667%;
1360
+ }
1361
+
1362
+ .g-0,
1363
+ .gx-0 {
1364
+ --bs-gutter-x: 0;
1365
+ }
1366
+
1367
+ .g-0,
1368
+ .gy-0 {
1369
+ --bs-gutter-y: 0;
1370
+ }
1371
+
1372
+ .g-1,
1373
+ .gx-1 {
1374
+ --bs-gutter-x: 0.25rem;
1375
+ }
1376
+
1377
+ .g-1,
1378
+ .gy-1 {
1379
+ --bs-gutter-y: 0.25rem;
1380
+ }
1381
+
1382
+ .g-2,
1383
+ .gx-2 {
1384
+ --bs-gutter-x: 0.5rem;
1385
+ }
1386
+
1387
+ .g-2,
1388
+ .gy-2 {
1389
+ --bs-gutter-y: 0.5rem;
1390
+ }
1391
+
1392
+ .g-3,
1393
+ .gx-3 {
1394
+ --bs-gutter-x: 1rem;
1395
+ }
1396
+
1397
+ .g-3,
1398
+ .gy-3 {
1399
+ --bs-gutter-y: 1rem;
1400
+ }
1401
+
1402
+ .g-4,
1403
+ .gx-4 {
1404
+ --bs-gutter-x: 1.5rem;
1405
+ }
1406
+
1407
+ .g-4,
1408
+ .gy-4 {
1409
+ --bs-gutter-y: 1.5rem;
1410
+ }
1411
+
1412
+ .g-5,
1413
+ .gx-5 {
1414
+ --bs-gutter-x: 3rem;
1415
+ }
1416
+
1417
+ .g-5,
1418
+ .gy-5 {
1419
+ --bs-gutter-y: 3rem;
1420
+ }
1421
+
1422
+ @media (min-width: 576px) {
1423
+ .col-sm {
1424
+ flex: 1 0 0%;
1425
+ }
1426
+ .row-cols-sm-auto > * {
1427
+ flex: 0 0 auto;
1428
+ width: auto;
1429
+ }
1430
+ .row-cols-sm-1 > * {
1431
+ flex: 0 0 auto;
1432
+ width: 100%;
1433
+ }
1434
+ .row-cols-sm-2 > * {
1435
+ flex: 0 0 auto;
1436
+ width: 50%;
1437
+ }
1438
+ .row-cols-sm-3 > * {
1439
+ flex: 0 0 auto;
1440
+ width: 33.3333333333%;
1441
+ }
1442
+ .row-cols-sm-4 > * {
1443
+ flex: 0 0 auto;
1444
+ width: 25%;
1445
+ }
1446
+ .row-cols-sm-5 > * {
1447
+ flex: 0 0 auto;
1448
+ width: 20%;
1449
+ }
1450
+ .row-cols-sm-6 > * {
1451
+ flex: 0 0 auto;
1452
+ width: 16.6666666667%;
1453
+ }
1454
+ .col-sm-auto {
1455
+ flex: 0 0 auto;
1456
+ width: auto;
1457
+ }
1458
+ .col-sm-1 {
1459
+ flex: 0 0 auto;
1460
+ width: 8.33333333%;
1461
+ }
1462
+ .col-sm-2 {
1463
+ flex: 0 0 auto;
1464
+ width: 16.66666667%;
1465
+ }
1466
+ .col-sm-3 {
1467
+ flex: 0 0 auto;
1468
+ width: 25%;
1469
+ }
1470
+ .col-sm-4 {
1471
+ flex: 0 0 auto;
1472
+ width: 33.33333333%;
1473
+ }
1474
+ .col-sm-5 {
1475
+ flex: 0 0 auto;
1476
+ width: 41.66666667%;
1477
+ }
1478
+ .col-sm-6 {
1479
+ flex: 0 0 auto;
1480
+ width: 50%;
1481
+ }
1482
+ .col-sm-7 {
1483
+ flex: 0 0 auto;
1484
+ width: 58.33333333%;
1485
+ }
1486
+ .col-sm-8 {
1487
+ flex: 0 0 auto;
1488
+ width: 66.66666667%;
1489
+ }
1490
+ .col-sm-9 {
1491
+ flex: 0 0 auto;
1492
+ width: 75%;
1493
+ }
1494
+ .col-sm-10 {
1495
+ flex: 0 0 auto;
1496
+ width: 83.33333333%;
1497
+ }
1498
+ .col-sm-11 {
1499
+ flex: 0 0 auto;
1500
+ width: 91.66666667%;
1501
+ }
1502
+ .col-sm-12 {
1503
+ flex: 0 0 auto;
1504
+ width: 100%;
1505
+ }
1506
+ .offset-sm-0 {
1507
+ margin-left: 0;
1508
+ }
1509
+ .offset-sm-1 {
1510
+ margin-left: 8.33333333%;
1511
+ }
1512
+ .offset-sm-2 {
1513
+ margin-left: 16.66666667%;
1514
+ }
1515
+ .offset-sm-3 {
1516
+ margin-left: 25%;
1517
+ }
1518
+ .offset-sm-4 {
1519
+ margin-left: 33.33333333%;
1520
+ }
1521
+ .offset-sm-5 {
1522
+ margin-left: 41.66666667%;
1523
+ }
1524
+ .offset-sm-6 {
1525
+ margin-left: 50%;
1526
+ }
1527
+ .offset-sm-7 {
1528
+ margin-left: 58.33333333%;
1529
+ }
1530
+ .offset-sm-8 {
1531
+ margin-left: 66.66666667%;
1532
+ }
1533
+ .offset-sm-9 {
1534
+ margin-left: 75%;
1535
+ }
1536
+ .offset-sm-10 {
1537
+ margin-left: 83.33333333%;
1538
+ }
1539
+ .offset-sm-11 {
1540
+ margin-left: 91.66666667%;
1541
+ }
1542
+ .g-sm-0,
1543
+ .gx-sm-0 {
1544
+ --bs-gutter-x: 0;
1545
+ }
1546
+ .g-sm-0,
1547
+ .gy-sm-0 {
1548
+ --bs-gutter-y: 0;
1549
+ }
1550
+ .g-sm-1,
1551
+ .gx-sm-1 {
1552
+ --bs-gutter-x: 0.25rem;
1553
+ }
1554
+ .g-sm-1,
1555
+ .gy-sm-1 {
1556
+ --bs-gutter-y: 0.25rem;
1557
+ }
1558
+ .g-sm-2,
1559
+ .gx-sm-2 {
1560
+ --bs-gutter-x: 0.5rem;
1561
+ }
1562
+ .g-sm-2,
1563
+ .gy-sm-2 {
1564
+ --bs-gutter-y: 0.5rem;
1565
+ }
1566
+ .g-sm-3,
1567
+ .gx-sm-3 {
1568
+ --bs-gutter-x: 1rem;
1569
+ }
1570
+ .g-sm-3,
1571
+ .gy-sm-3 {
1572
+ --bs-gutter-y: 1rem;
1573
+ }
1574
+ .g-sm-4,
1575
+ .gx-sm-4 {
1576
+ --bs-gutter-x: 1.5rem;
1577
+ }
1578
+ .g-sm-4,
1579
+ .gy-sm-4 {
1580
+ --bs-gutter-y: 1.5rem;
1581
+ }
1582
+ .g-sm-5,
1583
+ .gx-sm-5 {
1584
+ --bs-gutter-x: 3rem;
1585
+ }
1586
+ .g-sm-5,
1587
+ .gy-sm-5 {
1588
+ --bs-gutter-y: 3rem;
1589
+ }
1590
+ }
1591
+ @media (min-width: 768px) {
1592
+ .col-md {
1593
+ flex: 1 0 0%;
1594
+ }
1595
+ .row-cols-md-auto > * {
1596
+ flex: 0 0 auto;
1597
+ width: auto;
1598
+ }
1599
+ .row-cols-md-1 > * {
1600
+ flex: 0 0 auto;
1601
+ width: 100%;
1602
+ }
1603
+ .row-cols-md-2 > * {
1604
+ flex: 0 0 auto;
1605
+ width: 50%;
1606
+ }
1607
+ .row-cols-md-3 > * {
1608
+ flex: 0 0 auto;
1609
+ width: 33.3333333333%;
1610
+ }
1611
+ .row-cols-md-4 > * {
1612
+ flex: 0 0 auto;
1613
+ width: 25%;
1614
+ }
1615
+ .row-cols-md-5 > * {
1616
+ flex: 0 0 auto;
1617
+ width: 20%;
1618
+ }
1619
+ .row-cols-md-6 > * {
1620
+ flex: 0 0 auto;
1621
+ width: 16.6666666667%;
1622
+ }
1623
+ .col-md-auto {
1624
+ flex: 0 0 auto;
1625
+ width: auto;
1626
+ }
1627
+ .col-md-1 {
1628
+ flex: 0 0 auto;
1629
+ width: 8.33333333%;
1630
+ }
1631
+ .col-md-2 {
1632
+ flex: 0 0 auto;
1633
+ width: 16.66666667%;
1634
+ }
1635
+ .col-md-3 {
1636
+ flex: 0 0 auto;
1637
+ width: 25%;
1638
+ }
1639
+ .col-md-4 {
1640
+ flex: 0 0 auto;
1641
+ width: 33.33333333%;
1642
+ }
1643
+ .col-md-5 {
1644
+ flex: 0 0 auto;
1645
+ width: 41.66666667%;
1646
+ }
1647
+ .col-md-6 {
1648
+ flex: 0 0 auto;
1649
+ width: 50%;
1650
+ }
1651
+ .col-md-7 {
1652
+ flex: 0 0 auto;
1653
+ width: 58.33333333%;
1654
+ }
1655
+ .col-md-8 {
1656
+ flex: 0 0 auto;
1657
+ width: 66.66666667%;
1658
+ }
1659
+ .col-md-9 {
1660
+ flex: 0 0 auto;
1661
+ width: 75%;
1662
+ }
1663
+ .col-md-10 {
1664
+ flex: 0 0 auto;
1665
+ width: 83.33333333%;
1666
+ }
1667
+ .col-md-11 {
1668
+ flex: 0 0 auto;
1669
+ width: 91.66666667%;
1670
+ }
1671
+ .col-md-12 {
1672
+ flex: 0 0 auto;
1673
+ width: 100%;
1674
+ }
1675
+ .offset-md-0 {
1676
+ margin-left: 0;
1677
+ }
1678
+ .offset-md-1 {
1679
+ margin-left: 8.33333333%;
1680
+ }
1681
+ .offset-md-2 {
1682
+ margin-left: 16.66666667%;
1683
+ }
1684
+ .offset-md-3 {
1685
+ margin-left: 25%;
1686
+ }
1687
+ .offset-md-4 {
1688
+ margin-left: 33.33333333%;
1689
+ }
1690
+ .offset-md-5 {
1691
+ margin-left: 41.66666667%;
1692
+ }
1693
+ .offset-md-6 {
1694
+ margin-left: 50%;
1695
+ }
1696
+ .offset-md-7 {
1697
+ margin-left: 58.33333333%;
1698
+ }
1699
+ .offset-md-8 {
1700
+ margin-left: 66.66666667%;
1701
+ }
1702
+ .offset-md-9 {
1703
+ margin-left: 75%;
1704
+ }
1705
+ .offset-md-10 {
1706
+ margin-left: 83.33333333%;
1707
+ }
1708
+ .offset-md-11 {
1709
+ margin-left: 91.66666667%;
1710
+ }
1711
+ .g-md-0,
1712
+ .gx-md-0 {
1713
+ --bs-gutter-x: 0;
1714
+ }
1715
+ .g-md-0,
1716
+ .gy-md-0 {
1717
+ --bs-gutter-y: 0;
1718
+ }
1719
+ .g-md-1,
1720
+ .gx-md-1 {
1721
+ --bs-gutter-x: 0.25rem;
1722
+ }
1723
+ .g-md-1,
1724
+ .gy-md-1 {
1725
+ --bs-gutter-y: 0.25rem;
1726
+ }
1727
+ .g-md-2,
1728
+ .gx-md-2 {
1729
+ --bs-gutter-x: 0.5rem;
1730
+ }
1731
+ .g-md-2,
1732
+ .gy-md-2 {
1733
+ --bs-gutter-y: 0.5rem;
1734
+ }
1735
+ .g-md-3,
1736
+ .gx-md-3 {
1737
+ --bs-gutter-x: 1rem;
1738
+ }
1739
+ .g-md-3,
1740
+ .gy-md-3 {
1741
+ --bs-gutter-y: 1rem;
1742
+ }
1743
+ .g-md-4,
1744
+ .gx-md-4 {
1745
+ --bs-gutter-x: 1.5rem;
1746
+ }
1747
+ .g-md-4,
1748
+ .gy-md-4 {
1749
+ --bs-gutter-y: 1.5rem;
1750
+ }
1751
+ .g-md-5,
1752
+ .gx-md-5 {
1753
+ --bs-gutter-x: 3rem;
1754
+ }
1755
+ .g-md-5,
1756
+ .gy-md-5 {
1757
+ --bs-gutter-y: 3rem;
1758
+ }
1759
+ }
1760
+ @media (min-width: 992px) {
1761
+ .col-lg {
1762
+ flex: 1 0 0%;
1763
+ }
1764
+ .row-cols-lg-auto > * {
1765
+ flex: 0 0 auto;
1766
+ width: auto;
1767
+ }
1768
+ .row-cols-lg-1 > * {
1769
+ flex: 0 0 auto;
1770
+ width: 100%;
1771
+ }
1772
+ .row-cols-lg-2 > * {
1773
+ flex: 0 0 auto;
1774
+ width: 50%;
1775
+ }
1776
+ .row-cols-lg-3 > * {
1777
+ flex: 0 0 auto;
1778
+ width: 33.3333333333%;
1779
+ }
1780
+ .row-cols-lg-4 > * {
1781
+ flex: 0 0 auto;
1782
+ width: 25%;
1783
+ }
1784
+ .row-cols-lg-5 > * {
1785
+ flex: 0 0 auto;
1786
+ width: 20%;
1787
+ }
1788
+ .row-cols-lg-6 > * {
1789
+ flex: 0 0 auto;
1790
+ width: 16.6666666667%;
1791
+ }
1792
+ .col-lg-auto {
1793
+ flex: 0 0 auto;
1794
+ width: auto;
1795
+ }
1796
+ .col-lg-1 {
1797
+ flex: 0 0 auto;
1798
+ width: 8.33333333%;
1799
+ }
1800
+ .col-lg-2 {
1801
+ flex: 0 0 auto;
1802
+ width: 16.66666667%;
1803
+ }
1804
+ .col-lg-3 {
1805
+ flex: 0 0 auto;
1806
+ width: 25%;
1807
+ }
1808
+ .col-lg-4 {
1809
+ flex: 0 0 auto;
1810
+ width: 33.33333333%;
1811
+ }
1812
+ .col-lg-5 {
1813
+ flex: 0 0 auto;
1814
+ width: 41.66666667%;
1815
+ }
1816
+ .col-lg-6 {
1817
+ flex: 0 0 auto;
1818
+ width: 50%;
1819
+ }
1820
+ .col-lg-7 {
1821
+ flex: 0 0 auto;
1822
+ width: 58.33333333%;
1823
+ }
1824
+ .col-lg-8 {
1825
+ flex: 0 0 auto;
1826
+ width: 66.66666667%;
1827
+ }
1828
+ .col-lg-9 {
1829
+ flex: 0 0 auto;
1830
+ width: 75%;
1831
+ }
1832
+ .col-lg-10 {
1833
+ flex: 0 0 auto;
1834
+ width: 83.33333333%;
1835
+ }
1836
+ .col-lg-11 {
1837
+ flex: 0 0 auto;
1838
+ width: 91.66666667%;
1839
+ }
1840
+ .col-lg-12 {
1841
+ flex: 0 0 auto;
1842
+ width: 100%;
1843
+ }
1844
+ .offset-lg-0 {
1845
+ margin-left: 0;
1846
+ }
1847
+ .offset-lg-1 {
1848
+ margin-left: 8.33333333%;
1849
+ }
1850
+ .offset-lg-2 {
1851
+ margin-left: 16.66666667%;
1852
+ }
1853
+ .offset-lg-3 {
1854
+ margin-left: 25%;
1855
+ }
1856
+ .offset-lg-4 {
1857
+ margin-left: 33.33333333%;
1858
+ }
1859
+ .offset-lg-5 {
1860
+ margin-left: 41.66666667%;
1861
+ }
1862
+ .offset-lg-6 {
1863
+ margin-left: 50%;
1864
+ }
1865
+ .offset-lg-7 {
1866
+ margin-left: 58.33333333%;
1867
+ }
1868
+ .offset-lg-8 {
1869
+ margin-left: 66.66666667%;
1870
+ }
1871
+ .offset-lg-9 {
1872
+ margin-left: 75%;
1873
+ }
1874
+ .offset-lg-10 {
1875
+ margin-left: 83.33333333%;
1876
+ }
1877
+ .offset-lg-11 {
1878
+ margin-left: 91.66666667%;
1879
+ }
1880
+ .g-lg-0,
1881
+ .gx-lg-0 {
1882
+ --bs-gutter-x: 0;
1883
+ }
1884
+ .g-lg-0,
1885
+ .gy-lg-0 {
1886
+ --bs-gutter-y: 0;
1887
+ }
1888
+ .g-lg-1,
1889
+ .gx-lg-1 {
1890
+ --bs-gutter-x: 0.25rem;
1891
+ }
1892
+ .g-lg-1,
1893
+ .gy-lg-1 {
1894
+ --bs-gutter-y: 0.25rem;
1895
+ }
1896
+ .g-lg-2,
1897
+ .gx-lg-2 {
1898
+ --bs-gutter-x: 0.5rem;
1899
+ }
1900
+ .g-lg-2,
1901
+ .gy-lg-2 {
1902
+ --bs-gutter-y: 0.5rem;
1903
+ }
1904
+ .g-lg-3,
1905
+ .gx-lg-3 {
1906
+ --bs-gutter-x: 1rem;
1907
+ }
1908
+ .g-lg-3,
1909
+ .gy-lg-3 {
1910
+ --bs-gutter-y: 1rem;
1911
+ }
1912
+ .g-lg-4,
1913
+ .gx-lg-4 {
1914
+ --bs-gutter-x: 1.5rem;
1915
+ }
1916
+ .g-lg-4,
1917
+ .gy-lg-4 {
1918
+ --bs-gutter-y: 1.5rem;
1919
+ }
1920
+ .g-lg-5,
1921
+ .gx-lg-5 {
1922
+ --bs-gutter-x: 3rem;
1923
+ }
1924
+ .g-lg-5,
1925
+ .gy-lg-5 {
1926
+ --bs-gutter-y: 3rem;
1927
+ }
1928
+ }
1929
+ @media (min-width: 1200px) {
1930
+ .col-xl {
1931
+ flex: 1 0 0%;
1932
+ }
1933
+ .row-cols-xl-auto > * {
1934
+ flex: 0 0 auto;
1935
+ width: auto;
1936
+ }
1937
+ .row-cols-xl-1 > * {
1938
+ flex: 0 0 auto;
1939
+ width: 100%;
1940
+ }
1941
+ .row-cols-xl-2 > * {
1942
+ flex: 0 0 auto;
1943
+ width: 50%;
1944
+ }
1945
+ .row-cols-xl-3 > * {
1946
+ flex: 0 0 auto;
1947
+ width: 33.3333333333%;
1948
+ }
1949
+ .row-cols-xl-4 > * {
1950
+ flex: 0 0 auto;
1951
+ width: 25%;
1952
+ }
1953
+ .row-cols-xl-5 > * {
1954
+ flex: 0 0 auto;
1955
+ width: 20%;
1956
+ }
1957
+ .row-cols-xl-6 > * {
1958
+ flex: 0 0 auto;
1959
+ width: 16.6666666667%;
1960
+ }
1961
+ .col-xl-auto {
1962
+ flex: 0 0 auto;
1963
+ width: auto;
1964
+ }
1965
+ .col-xl-1 {
1966
+ flex: 0 0 auto;
1967
+ width: 8.33333333%;
1968
+ }
1969
+ .col-xl-2 {
1970
+ flex: 0 0 auto;
1971
+ width: 16.66666667%;
1972
+ }
1973
+ .col-xl-3 {
1974
+ flex: 0 0 auto;
1975
+ width: 25%;
1976
+ }
1977
+ .col-xl-4 {
1978
+ flex: 0 0 auto;
1979
+ width: 33.33333333%;
1980
+ }
1981
+ .col-xl-5 {
1982
+ flex: 0 0 auto;
1983
+ width: 41.66666667%;
1984
+ }
1985
+ .col-xl-6 {
1986
+ flex: 0 0 auto;
1987
+ width: 50%;
1988
+ }
1989
+ .col-xl-7 {
1990
+ flex: 0 0 auto;
1991
+ width: 58.33333333%;
1992
+ }
1993
+ .col-xl-8 {
1994
+ flex: 0 0 auto;
1995
+ width: 66.66666667%;
1996
+ }
1997
+ .col-xl-9 {
1998
+ flex: 0 0 auto;
1999
+ width: 75%;
2000
+ }
2001
+ .col-xl-10 {
2002
+ flex: 0 0 auto;
2003
+ width: 83.33333333%;
2004
+ }
2005
+ .col-xl-11 {
2006
+ flex: 0 0 auto;
2007
+ width: 91.66666667%;
2008
+ }
2009
+ .col-xl-12 {
2010
+ flex: 0 0 auto;
2011
+ width: 100%;
2012
+ }
2013
+ .offset-xl-0 {
2014
+ margin-left: 0;
2015
+ }
2016
+ .offset-xl-1 {
2017
+ margin-left: 8.33333333%;
2018
+ }
2019
+ .offset-xl-2 {
2020
+ margin-left: 16.66666667%;
2021
+ }
2022
+ .offset-xl-3 {
2023
+ margin-left: 25%;
2024
+ }
2025
+ .offset-xl-4 {
2026
+ margin-left: 33.33333333%;
2027
+ }
2028
+ .offset-xl-5 {
2029
+ margin-left: 41.66666667%;
2030
+ }
2031
+ .offset-xl-6 {
2032
+ margin-left: 50%;
2033
+ }
2034
+ .offset-xl-7 {
2035
+ margin-left: 58.33333333%;
2036
+ }
2037
+ .offset-xl-8 {
2038
+ margin-left: 66.66666667%;
2039
+ }
2040
+ .offset-xl-9 {
2041
+ margin-left: 75%;
2042
+ }
2043
+ .offset-xl-10 {
2044
+ margin-left: 83.33333333%;
2045
+ }
2046
+ .offset-xl-11 {
2047
+ margin-left: 91.66666667%;
2048
+ }
2049
+ .g-xl-0,
2050
+ .gx-xl-0 {
2051
+ --bs-gutter-x: 0;
2052
+ }
2053
+ .g-xl-0,
2054
+ .gy-xl-0 {
2055
+ --bs-gutter-y: 0;
2056
+ }
2057
+ .g-xl-1,
2058
+ .gx-xl-1 {
2059
+ --bs-gutter-x: 0.25rem;
2060
+ }
2061
+ .g-xl-1,
2062
+ .gy-xl-1 {
2063
+ --bs-gutter-y: 0.25rem;
2064
+ }
2065
+ .g-xl-2,
2066
+ .gx-xl-2 {
2067
+ --bs-gutter-x: 0.5rem;
2068
+ }
2069
+ .g-xl-2,
2070
+ .gy-xl-2 {
2071
+ --bs-gutter-y: 0.5rem;
2072
+ }
2073
+ .g-xl-3,
2074
+ .gx-xl-3 {
2075
+ --bs-gutter-x: 1rem;
2076
+ }
2077
+ .g-xl-3,
2078
+ .gy-xl-3 {
2079
+ --bs-gutter-y: 1rem;
2080
+ }
2081
+ .g-xl-4,
2082
+ .gx-xl-4 {
2083
+ --bs-gutter-x: 1.5rem;
2084
+ }
2085
+ .g-xl-4,
2086
+ .gy-xl-4 {
2087
+ --bs-gutter-y: 1.5rem;
2088
+ }
2089
+ .g-xl-5,
2090
+ .gx-xl-5 {
2091
+ --bs-gutter-x: 3rem;
2092
+ }
2093
+ .g-xl-5,
2094
+ .gy-xl-5 {
2095
+ --bs-gutter-y: 3rem;
2096
+ }
2097
+ }
2098
+ @media (min-width: 1400px) {
2099
+ .col-xxl {
2100
+ flex: 1 0 0%;
2101
+ }
2102
+ .row-cols-xxl-auto > * {
2103
+ flex: 0 0 auto;
2104
+ width: auto;
2105
+ }
2106
+ .row-cols-xxl-1 > * {
2107
+ flex: 0 0 auto;
2108
+ width: 100%;
2109
+ }
2110
+ .row-cols-xxl-2 > * {
2111
+ flex: 0 0 auto;
2112
+ width: 50%;
2113
+ }
2114
+ .row-cols-xxl-3 > * {
2115
+ flex: 0 0 auto;
2116
+ width: 33.3333333333%;
2117
+ }
2118
+ .row-cols-xxl-4 > * {
2119
+ flex: 0 0 auto;
2120
+ width: 25%;
2121
+ }
2122
+ .row-cols-xxl-5 > * {
2123
+ flex: 0 0 auto;
2124
+ width: 20%;
2125
+ }
2126
+ .row-cols-xxl-6 > * {
2127
+ flex: 0 0 auto;
2128
+ width: 16.6666666667%;
2129
+ }
2130
+ .col-xxl-auto {
2131
+ flex: 0 0 auto;
2132
+ width: auto;
2133
+ }
2134
+ .col-xxl-1 {
2135
+ flex: 0 0 auto;
2136
+ width: 8.33333333%;
2137
+ }
2138
+ .col-xxl-2 {
2139
+ flex: 0 0 auto;
2140
+ width: 16.66666667%;
2141
+ }
2142
+ .col-xxl-3 {
2143
+ flex: 0 0 auto;
2144
+ width: 25%;
2145
+ }
2146
+ .col-xxl-4 {
2147
+ flex: 0 0 auto;
2148
+ width: 33.33333333%;
2149
+ }
2150
+ .col-xxl-5 {
2151
+ flex: 0 0 auto;
2152
+ width: 41.66666667%;
2153
+ }
2154
+ .col-xxl-6 {
2155
+ flex: 0 0 auto;
2156
+ width: 50%;
2157
+ }
2158
+ .col-xxl-7 {
2159
+ flex: 0 0 auto;
2160
+ width: 58.33333333%;
2161
+ }
2162
+ .col-xxl-8 {
2163
+ flex: 0 0 auto;
2164
+ width: 66.66666667%;
2165
+ }
2166
+ .col-xxl-9 {
2167
+ flex: 0 0 auto;
2168
+ width: 75%;
2169
+ }
2170
+ .col-xxl-10 {
2171
+ flex: 0 0 auto;
2172
+ width: 83.33333333%;
2173
+ }
2174
+ .col-xxl-11 {
2175
+ flex: 0 0 auto;
2176
+ width: 91.66666667%;
2177
+ }
2178
+ .col-xxl-12 {
2179
+ flex: 0 0 auto;
2180
+ width: 100%;
2181
+ }
2182
+ .offset-xxl-0 {
2183
+ margin-left: 0;
2184
+ }
2185
+ .offset-xxl-1 {
2186
+ margin-left: 8.33333333%;
2187
+ }
2188
+ .offset-xxl-2 {
2189
+ margin-left: 16.66666667%;
2190
+ }
2191
+ .offset-xxl-3 {
2192
+ margin-left: 25%;
2193
+ }
2194
+ .offset-xxl-4 {
2195
+ margin-left: 33.33333333%;
2196
+ }
2197
+ .offset-xxl-5 {
2198
+ margin-left: 41.66666667%;
2199
+ }
2200
+ .offset-xxl-6 {
2201
+ margin-left: 50%;
2202
+ }
2203
+ .offset-xxl-7 {
2204
+ margin-left: 58.33333333%;
2205
+ }
2206
+ .offset-xxl-8 {
2207
+ margin-left: 66.66666667%;
2208
+ }
2209
+ .offset-xxl-9 {
2210
+ margin-left: 75%;
2211
+ }
2212
+ .offset-xxl-10 {
2213
+ margin-left: 83.33333333%;
2214
+ }
2215
+ .offset-xxl-11 {
2216
+ margin-left: 91.66666667%;
2217
+ }
2218
+ .g-xxl-0,
2219
+ .gx-xxl-0 {
2220
+ --bs-gutter-x: 0;
2221
+ }
2222
+ .g-xxl-0,
2223
+ .gy-xxl-0 {
2224
+ --bs-gutter-y: 0;
2225
+ }
2226
+ .g-xxl-1,
2227
+ .gx-xxl-1 {
2228
+ --bs-gutter-x: 0.25rem;
2229
+ }
2230
+ .g-xxl-1,
2231
+ .gy-xxl-1 {
2232
+ --bs-gutter-y: 0.25rem;
2233
+ }
2234
+ .g-xxl-2,
2235
+ .gx-xxl-2 {
2236
+ --bs-gutter-x: 0.5rem;
2237
+ }
2238
+ .g-xxl-2,
2239
+ .gy-xxl-2 {
2240
+ --bs-gutter-y: 0.5rem;
2241
+ }
2242
+ .g-xxl-3,
2243
+ .gx-xxl-3 {
2244
+ --bs-gutter-x: 1rem;
2245
+ }
2246
+ .g-xxl-3,
2247
+ .gy-xxl-3 {
2248
+ --bs-gutter-y: 1rem;
2249
+ }
2250
+ .g-xxl-4,
2251
+ .gx-xxl-4 {
2252
+ --bs-gutter-x: 1.5rem;
2253
+ }
2254
+ .g-xxl-4,
2255
+ .gy-xxl-4 {
2256
+ --bs-gutter-y: 1.5rem;
2257
+ }
2258
+ .g-xxl-5,
2259
+ .gx-xxl-5 {
2260
+ --bs-gutter-x: 3rem;
2261
+ }
2262
+ .g-xxl-5,
2263
+ .gy-xxl-5 {
2264
+ --bs-gutter-y: 3rem;
2265
+ }
2266
+ }
2267
+ :host {
2268
+ font-family: 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";
2269
+ font-size: 1rem;
2270
+ font-weight: 400;
2271
+ line-height: 1.5;
2272
+ color: #212529;
2273
+ display: block;
2274
+ }