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