@justifi/webcomponents 4.2.1-rc.4 → 4.4.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 (380) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/{Api-11362403.js → Api-7303478d.js} +3 -2
  3. package/dist/cjs/Api-7303478d.js.map +1 -0
  4. package/dist/cjs/business-form-schema-63b311b2.js +132 -0
  5. package/dist/cjs/business-form-schema-63b311b2.js.map +1 -0
  6. package/dist/cjs/form-control-select_2.cjs.entry.js +61 -0
  7. package/dist/cjs/form-control-select_2.cjs.entry.js.map +1 -0
  8. package/dist/cjs/{index-34312a38.js → index-83b2ec02.js} +136 -20
  9. package/dist/cjs/index-83b2ec02.js.map +1 -0
  10. package/dist/cjs/{index.esm-bcf90c56.js → index.esm-7e12ce07.js} +301 -14
  11. package/dist/cjs/index.esm-7e12ce07.js.map +1 -0
  12. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +8 -3
  13. package/dist/cjs/justifi-bank-account-form.cjs.entry.js.map +1 -1
  14. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +5 -5
  15. package/dist/cjs/justifi-billing-form_2.cjs.entry.js.map +1 -1
  16. package/dist/cjs/justifi-business-address-form.cjs.entry.js +37 -0
  17. package/dist/cjs/justifi-business-address-form.cjs.entry.js.map +1 -0
  18. package/dist/cjs/justifi-business-form.cjs.entry.js +751 -0
  19. package/dist/cjs/justifi-business-form.cjs.entry.js.map +1 -0
  20. package/dist/cjs/justifi-business-generic-info_3.cjs.entry.js +148 -0
  21. package/dist/cjs/justifi-business-generic-info_3.cjs.entry.js.map +1 -0
  22. package/dist/cjs/justifi-card-form.cjs.entry.js +8 -3
  23. package/dist/cjs/justifi-card-form.cjs.entry.js.map +1 -1
  24. package/dist/cjs/justifi-payment-form.cjs.entry.js +24 -7
  25. package/dist/cjs/justifi-payment-form.cjs.entry.js.map +1 -1
  26. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +22 -17
  27. package/dist/cjs/justifi-payment-method-form.cjs.entry.js.map +1 -1
  28. package/dist/cjs/justifi-payments-list.cjs.entry.js +75 -4038
  29. package/dist/cjs/justifi-payments-list.cjs.entry.js.map +1 -1
  30. package/dist/cjs/justifi-payouts-list.cjs.entry.js +113 -0
  31. package/dist/cjs/justifi-payouts-list.cjs.entry.js.map +1 -0
  32. package/dist/cjs/loader.cjs.js +3 -12
  33. package/dist/cjs/loader.cjs.js.map +1 -1
  34. package/dist/cjs/select-input_2.cjs.entry.js +6 -6
  35. package/dist/cjs/select-input_2.cjs.entry.js.map +1 -1
  36. package/dist/cjs/{state-options-efeaa587.js → state-options-83b52cd1.js} +1 -1
  37. package/dist/{esm/state-options-188acc34.js.map → cjs/state-options-83b52cd1.js.map} +1 -1
  38. package/dist/cjs/utils-4ee7e080.js +3979 -0
  39. package/dist/cjs/utils-4ee7e080.js.map +1 -0
  40. package/dist/cjs/webcomponents.cjs.js +3 -6
  41. package/dist/cjs/webcomponents.cjs.js.map +1 -1
  42. package/dist/collection/api/Api.js +3 -2
  43. package/dist/collection/api/Api.js.map +1 -1
  44. package/dist/collection/api/Payout.js +33 -0
  45. package/dist/collection/api/Payout.js.map +1 -0
  46. package/dist/collection/api/index.js +1 -0
  47. package/dist/collection/api/index.js.map +1 -1
  48. package/dist/collection/api/mockData/MockPayments.js +1 -1
  49. package/dist/collection/collection-manifest.json +18 -12
  50. package/dist/collection/components/bank-account-form/bank-account-form.js +38 -10
  51. package/dist/collection/components/bank-account-form/bank-account-form.js.map +1 -1
  52. package/dist/collection/components/bank-account-form/bank-account-form.stories.js +2 -0
  53. package/dist/collection/components/bank-account-form/bank-account-form.stories.js.map +1 -1
  54. package/dist/collection/components/bank-account-form/test/bank-account-form.e2e.js +1 -1
  55. package/dist/collection/components/bank-account-form/test/bank-account-form.spec.js +3 -3
  56. package/dist/collection/components/billing-form/billing-form-schema.js +1 -1
  57. package/dist/collection/components/billing-form/billing-form.css +212 -39
  58. package/dist/collection/components/billing-form/billing-form.js +16 -10
  59. package/dist/collection/components/billing-form/billing-form.js.map +1 -1
  60. package/dist/collection/components/billing-form/test/billing-form.spec.js +51 -24
  61. package/dist/collection/components/billing-form/test/billing-form.spec.js.map +1 -1
  62. package/dist/collection/components/{business-address/business-address-schema.js → business-form/business-address/business-address-form-schema.js} +2 -2
  63. package/dist/collection/components/business-form/business-address/business-address-form-schema.js.map +1 -0
  64. package/dist/collection/components/business-form/business-address/business-address-form.css +2532 -0
  65. package/dist/collection/components/business-form/business-address/business-address-form.js +98 -0
  66. package/dist/collection/components/business-form/business-address/business-address-form.js.map +1 -0
  67. package/dist/collection/components/business-form/business-address/test/business-address.e2e.js +10 -0
  68. package/dist/collection/components/business-form/business-address/test/business-address.e2e.js.map +1 -0
  69. package/dist/collection/components/business-form/business-address/test/business-address.spec.js +72 -0
  70. package/dist/collection/components/business-form/business-address/test/business-address.spec.js.map +1 -0
  71. package/dist/collection/components/business-form/business-form-schema.js +149 -0
  72. package/dist/collection/components/business-form/business-form-schema.js.map +1 -0
  73. package/dist/collection/components/business-form/business-form.css +2532 -0
  74. package/dist/collection/components/business-form/business-form.js +76 -0
  75. package/dist/collection/components/business-form/business-form.js.map +1 -0
  76. package/dist/collection/components/{business-info/business-info.css → business-form/business-generic-info/business-generic-info.css} +745 -530
  77. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +79 -0
  78. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js.map +1 -0
  79. package/dist/collection/components/business-form/business-owners/business-owners.css +2489 -0
  80. package/dist/collection/components/business-form/business-owners/business-owners.js +120 -0
  81. package/dist/collection/components/business-form/business-owners/business-owners.js.map +1 -0
  82. package/dist/collection/components/business-form/business-representative/business-representative-schema.js +2 -0
  83. package/dist/collection/components/business-form/business-representative/business-representative-schema.js.map +1 -0
  84. package/dist/collection/components/business-form/business-representative/business-representative.css +2489 -0
  85. package/dist/collection/components/business-form/business-representative/business-representative.js +76 -0
  86. package/dist/collection/components/business-form/business-representative/business-representative.js.map +1 -0
  87. package/dist/collection/components/business-form/businessForm.stories.js +115 -0
  88. package/dist/collection/components/business-form/businessForm.stories.js.map +1 -0
  89. package/dist/collection/components/card-form/card-form.js +38 -10
  90. package/dist/collection/components/card-form/card-form.js.map +1 -1
  91. package/dist/collection/components/card-form/card-form.stories.js +5 -2
  92. package/dist/collection/components/card-form/card-form.stories.js.map +1 -1
  93. package/dist/collection/components/card-form/test/card-form.e2e.js +1 -1
  94. package/dist/collection/components/card-form/test/card-form.spec.js +3 -3
  95. package/dist/collection/components/{business-address/business-address.css → form/form-control-select.css} +344 -1212
  96. package/dist/collection/components/form/form-control-select.js +168 -0
  97. package/dist/collection/components/form/form-control-select.js.map +1 -0
  98. package/dist/collection/components/form/form-control-text.css +1794 -0
  99. package/dist/collection/components/form/form-control-text.js +152 -0
  100. package/dist/collection/components/form/form-control-text.js.map +1 -0
  101. package/dist/collection/components/form/form.js +85 -0
  102. package/dist/collection/components/form/form.js.map +1 -0
  103. package/dist/collection/components/payment-form/payment-form.css +220 -45
  104. package/dist/collection/components/payment-form/payment-form.js +47 -7
  105. package/dist/collection/components/payment-form/payment-form.js.map +1 -1
  106. package/dist/collection/components/payment-form/payment-form.stories.js +3 -2
  107. package/dist/collection/components/payment-form/payment-form.stories.js.map +1 -1
  108. package/dist/collection/components/payment-form/payment-method-selector.css +348 -145
  109. package/dist/collection/components/payment-form/payment-method-selector.js +5 -3
  110. package/dist/collection/components/payment-form/payment-method-selector.js.map +1 -1
  111. package/dist/collection/components/payment-form/test/payment-form.e2e.js +1 -1
  112. package/dist/collection/components/payment-form/test/payment-form.spec.js +4 -3
  113. package/dist/collection/components/payment-form/test/payment-form.spec.js.map +1 -1
  114. package/dist/collection/components/payment-method-form/get-computed-theme.js +2 -0
  115. package/dist/collection/components/payment-method-form/get-computed-theme.js.map +1 -1
  116. package/dist/collection/components/payment-method-form/payment-method-form.js +19 -11
  117. package/dist/collection/components/payment-method-form/payment-method-form.js.map +1 -1
  118. package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +1 -1
  119. package/dist/collection/components/payment-method-form/test/payment-method-form.spec.js +3 -3
  120. package/dist/collection/components/payment-method-form/theme.js.map +1 -1
  121. package/dist/collection/components/payments-list/example.js +12 -0
  122. package/dist/collection/components/payments-list/payments-list.css +7954 -1
  123. package/dist/collection/components/payments-list/payments-list.js +104 -27
  124. package/dist/collection/components/payments-list/payments-list.js.map +1 -1
  125. package/dist/collection/components/payments-list/payments-list.stories.js +78 -0
  126. package/dist/collection/components/payments-list/payments-list.stories.js.map +1 -0
  127. package/dist/collection/components/payments-list/test/payments-list.spec.js +82 -18
  128. package/dist/collection/components/payments-list/test/payments-list.spec.js.map +1 -1
  129. package/dist/collection/components/payouts-list/payouts-list.css +7983 -0
  130. package/dist/collection/components/payouts-list/payouts-list.js +181 -0
  131. package/dist/collection/components/payouts-list/payouts-list.js.map +1 -0
  132. package/dist/collection/components/payouts-list/payouts-list.stories.js +69 -0
  133. package/dist/collection/components/payouts-list/payouts-list.stories.js.map +1 -0
  134. package/dist/collection/components/select-input/select-input.css +344 -141
  135. package/dist/collection/components/select-input/select-input.js +5 -4
  136. package/dist/collection/components/select-input/select-input.js.map +1 -1
  137. package/dist/collection/components/select-input/test/select-input.spec.js +72 -28
  138. package/dist/collection/components/select-input/test/select-input.spec.js.map +1 -1
  139. package/dist/collection/components/text-input/test/text-input.spec.js +47 -5
  140. package/dist/collection/components/text-input/test/text-input.spec.js.map +1 -1
  141. package/dist/collection/components/text-input/text-input.css +344 -141
  142. package/dist/collection/components/text-input/text-input.js +2 -2
  143. package/dist/collection/components/text-input/text-input.js.map +1 -1
  144. package/dist/collection/utils/utils.js +7 -2
  145. package/dist/collection/utils/utils.js.map +1 -1
  146. package/dist/components/Api.js +2 -1
  147. package/dist/components/Api.js.map +1 -1
  148. package/dist/components/billing-form.js +2 -2
  149. package/dist/components/billing-form.js.map +1 -1
  150. package/dist/components/business-address-form.js +65 -0
  151. package/dist/components/business-address-form.js.map +1 -0
  152. package/dist/components/business-generic-info.js +190 -0
  153. package/dist/components/business-generic-info.js.map +1 -0
  154. package/dist/components/business-owners.js +102 -0
  155. package/dist/components/business-owners.js.map +1 -0
  156. package/dist/components/business-representative.js +75 -0
  157. package/dist/components/business-representative.js.map +1 -0
  158. package/dist/components/{justifi-business-info.d.ts → form-control-select.d.ts} +4 -4
  159. package/dist/components/form-control-select.js +8 -0
  160. package/dist/components/form-control-select.js.map +1 -0
  161. package/dist/components/form-control-select2.js +53 -0
  162. package/dist/components/form-control-select2.js.map +1 -0
  163. package/dist/components/form-control-text.d.ts +11 -0
  164. package/dist/components/form-control-text.js +8 -0
  165. package/dist/components/form-control-text.js.map +1 -0
  166. package/dist/components/form-control-text2.js +51 -0
  167. package/dist/components/form-control-text2.js.map +1 -0
  168. package/dist/components/index.esm.js +298 -14
  169. package/dist/components/index.esm.js.map +1 -1
  170. package/dist/components/justifi-bank-account-form.js +7 -2
  171. package/dist/components/justifi-bank-account-form.js.map +1 -1
  172. package/dist/components/justifi-business-address-form.d.ts +11 -0
  173. package/dist/components/justifi-business-address-form.js +8 -0
  174. package/dist/components/justifi-business-address-form.js.map +1 -0
  175. package/dist/components/justifi-business-form.d.ts +11 -0
  176. package/dist/components/justifi-business-form.js +802 -0
  177. package/dist/components/justifi-business-form.js.map +1 -0
  178. package/dist/components/justifi-business-generic-info.d.ts +11 -0
  179. package/dist/components/justifi-business-generic-info.js +8 -0
  180. package/dist/components/justifi-business-generic-info.js.map +1 -0
  181. package/dist/components/justifi-business-owners.d.ts +11 -0
  182. package/dist/components/justifi-business-owners.js +8 -0
  183. package/dist/components/justifi-business-owners.js.map +1 -0
  184. package/dist/components/justifi-business-representative.d.ts +11 -0
  185. package/dist/components/justifi-business-representative.js +8 -0
  186. package/dist/components/justifi-business-representative.js.map +1 -0
  187. package/dist/components/justifi-card-form.js +7 -2
  188. package/dist/components/justifi-card-form.js.map +1 -1
  189. package/dist/components/justifi-payment-form.js +23 -4
  190. package/dist/components/justifi-payment-form.js.map +1 -1
  191. package/dist/components/justifi-payments-list.js +78 -4038
  192. package/dist/components/justifi-payments-list.js.map +1 -1
  193. package/dist/components/justifi-payouts-list.d.ts +11 -0
  194. package/dist/components/justifi-payouts-list.js +134 -0
  195. package/dist/components/justifi-payouts-list.js.map +1 -0
  196. package/dist/components/payment-method-form.js +21 -16
  197. package/dist/components/payment-method-form.js.map +1 -1
  198. package/dist/components/payment-method-selector.js +1 -1
  199. package/dist/components/payment-method-selector.js.map +1 -1
  200. package/dist/components/select-input2.js +3 -3
  201. package/dist/components/select-input2.js.map +1 -1
  202. package/dist/components/state-options.js.map +1 -1
  203. package/dist/components/text-input2.js +2 -2
  204. package/dist/components/text-input2.js.map +1 -1
  205. package/dist/components/utils.js +3972 -0
  206. package/dist/components/utils.js.map +1 -0
  207. package/dist/esm/{Api-a07f0057.js → Api-436dfa09.js} +3 -2
  208. package/dist/esm/Api-436dfa09.js.map +1 -0
  209. package/dist/esm/business-form-schema-30c48693.js +128 -0
  210. package/dist/esm/business-form-schema-30c48693.js.map +1 -0
  211. package/dist/esm/form-control-select_2.entry.js +56 -0
  212. package/dist/esm/form-control-select_2.entry.js.map +1 -0
  213. package/dist/esm/{index-044f93fc.js → index-c8f391de.js} +136 -20
  214. package/dist/esm/index-c8f391de.js.map +1 -0
  215. package/dist/esm/{index.esm-5624a5ed.js → index.esm-be2cd327.js} +299 -15
  216. package/dist/esm/index.esm-be2cd327.js.map +1 -0
  217. package/dist/esm/justifi-bank-account-form.entry.js +8 -3
  218. package/dist/esm/justifi-bank-account-form.entry.js.map +1 -1
  219. package/dist/esm/justifi-billing-form_2.entry.js +5 -5
  220. package/dist/esm/justifi-billing-form_2.entry.js.map +1 -1
  221. package/dist/esm/justifi-business-address-form.entry.js +33 -0
  222. package/dist/esm/justifi-business-address-form.entry.js.map +1 -0
  223. package/dist/esm/justifi-business-form.entry.js +747 -0
  224. package/dist/esm/justifi-business-form.entry.js.map +1 -0
  225. package/dist/esm/justifi-business-generic-info_3.entry.js +142 -0
  226. package/dist/esm/justifi-business-generic-info_3.entry.js.map +1 -0
  227. package/dist/esm/justifi-card-form.entry.js +8 -3
  228. package/dist/esm/justifi-card-form.entry.js.map +1 -1
  229. package/dist/esm/justifi-payment-form.entry.js +21 -4
  230. package/dist/esm/justifi-payment-form.entry.js.map +1 -1
  231. package/dist/esm/justifi-payment-method-form.entry.js +22 -17
  232. package/dist/esm/justifi-payment-method-form.entry.js.map +1 -1
  233. package/dist/esm/justifi-payments-list.entry.js +75 -4038
  234. package/dist/esm/justifi-payments-list.entry.js.map +1 -1
  235. package/dist/esm/justifi-payouts-list.entry.js +109 -0
  236. package/dist/esm/justifi-payouts-list.entry.js.map +1 -0
  237. package/dist/esm/loader.js +4 -13
  238. package/dist/esm/loader.js.map +1 -1
  239. package/dist/esm/select-input_2.entry.js +6 -6
  240. package/dist/esm/select-input_2.entry.js.map +1 -1
  241. package/dist/esm/{state-options-188acc34.js → state-options-ece00aa2.js} +1 -1
  242. package/dist/esm/state-options-ece00aa2.js.map +1 -0
  243. package/dist/esm/utils-e7782126.js +3972 -0
  244. package/dist/esm/utils-e7782126.js.map +1 -0
  245. package/dist/esm/webcomponents.js +4 -7
  246. package/dist/esm/webcomponents.js.map +1 -1
  247. package/dist/types/api/Payout.d.ts +62 -0
  248. package/dist/types/api/index.d.ts +1 -0
  249. package/dist/types/components/business-form/business-address/business-address-form.d.ts +9 -0
  250. package/dist/types/components/{business-info/business-info-schema.d.ts → business-form/business-form-schema.d.ts} +55 -4
  251. package/dist/types/components/business-form/business-form.d.ts +14 -0
  252. package/dist/types/components/business-form/business-generic-info/business-generic-info.d.ts +16 -0
  253. package/dist/types/components/business-form/business-owners/business-owners.d.ts +32 -0
  254. package/dist/types/components/business-form/business-representative/business-representative-schema.d.ts +15 -0
  255. package/dist/types/components/business-form/business-representative/business-representative.d.ts +12 -0
  256. package/dist/types/components/business-form/businessForm.stories.d.ts +21 -0
  257. package/dist/types/components/form/form-control-select.d.ts +16 -0
  258. package/dist/types/components/form/form-control-text.d.ts +12 -0
  259. package/dist/types/components/form/form.d.ts +21 -0
  260. package/dist/types/components/payment-form/payment-form.d.ts +2 -0
  261. package/dist/types/components/payment-method-form/theme.d.ts +2 -0
  262. package/dist/types/components/payments-list/payments-list.d.ts +38 -5
  263. package/dist/types/components/payments-list/payments-list.stories.d.ts +17 -0
  264. package/dist/types/components/payouts-list/payouts-list.d.ts +45 -0
  265. package/dist/types/components/payouts-list/payouts-list.stories.d.ts +16 -0
  266. package/dist/types/components.d.ts +339 -26
  267. package/dist/types/stencil-public-runtime.d.ts +14 -2
  268. package/dist/types/utils/utils.d.ts +1 -0
  269. package/dist/webcomponents/p-0fd4aae2.js +2 -0
  270. package/dist/webcomponents/p-0fd4aae2.js.map +1 -0
  271. package/dist/webcomponents/p-1953797f.entry.js +2 -0
  272. package/dist/webcomponents/p-1953797f.entry.js.map +1 -0
  273. package/dist/webcomponents/p-1a1f2196.js +2 -0
  274. package/dist/webcomponents/p-1a1f2196.js.map +1 -0
  275. package/dist/webcomponents/p-23e9c7d4.entry.js +2 -0
  276. package/dist/webcomponents/p-23e9c7d4.entry.js.map +1 -0
  277. package/dist/webcomponents/p-309a886f.entry.js +2 -0
  278. package/dist/webcomponents/p-309a886f.entry.js.map +1 -0
  279. package/dist/webcomponents/p-33d69eb5.entry.js +2 -0
  280. package/dist/webcomponents/p-33d69eb5.entry.js.map +1 -0
  281. package/dist/webcomponents/p-3a80a2ec.entry.js +2 -0
  282. package/dist/webcomponents/p-3a80a2ec.entry.js.map +1 -0
  283. package/dist/webcomponents/p-45fea6a8.entry.js +2 -0
  284. package/dist/webcomponents/p-45fea6a8.entry.js.map +1 -0
  285. package/dist/webcomponents/{p-0ea23153.js → p-47bc59b5.js} +1 -1
  286. package/dist/webcomponents/p-47bc59b5.js.map +1 -0
  287. package/dist/webcomponents/p-7041a637.entry.js +2 -0
  288. package/dist/webcomponents/p-7041a637.entry.js.map +1 -0
  289. package/dist/webcomponents/p-79456add.js +2 -0
  290. package/dist/webcomponents/p-79456add.js.map +1 -0
  291. package/dist/webcomponents/{p-1f151d49.js → p-af080b21.js} +2 -2
  292. package/dist/webcomponents/p-af080b21.js.map +1 -0
  293. package/dist/webcomponents/p-bc969904.js +3 -0
  294. package/dist/webcomponents/p-bc969904.js.map +1 -0
  295. package/dist/webcomponents/p-cd097ce9.entry.js +2 -0
  296. package/dist/webcomponents/p-cd097ce9.entry.js.map +1 -0
  297. package/dist/webcomponents/p-d5bc9f22.entry.js +2 -0
  298. package/dist/webcomponents/p-d5bc9f22.entry.js.map +1 -0
  299. package/dist/webcomponents/p-d5cadc78.entry.js +2 -0
  300. package/dist/webcomponents/p-d5cadc78.entry.js.map +1 -0
  301. package/dist/webcomponents/p-dd1ebc0b.entry.js +2 -0
  302. package/dist/webcomponents/p-dd1ebc0b.entry.js.map +1 -0
  303. package/dist/webcomponents/p-e05e0c6b.entry.js +2 -0
  304. package/dist/webcomponents/p-e05e0c6b.entry.js.map +1 -0
  305. package/dist/webcomponents/webcomponents.css +1 -1
  306. package/dist/webcomponents/webcomponents.esm.js +1 -1
  307. package/dist/webcomponents/webcomponents.esm.js.map +1 -1
  308. package/loader/index.d.ts +1 -1
  309. package/package.json +12 -14
  310. package/CHANGELOG.md +0 -196
  311. package/changelog-template.hbs +0 -10
  312. package/dist/cjs/Api-11362403.js.map +0 -1
  313. package/dist/cjs/Payment-ac4dea02.js +0 -73
  314. package/dist/cjs/Payment-ac4dea02.js.map +0 -1
  315. package/dist/cjs/index-34312a38.js.map +0 -1
  316. package/dist/cjs/index.esm-bcf90c56.js.map +0 -1
  317. package/dist/cjs/justifi-business-address.cjs.entry.js +0 -69
  318. package/dist/cjs/justifi-business-address.cjs.entry.js.map +0 -1
  319. package/dist/cjs/justifi-business-info.cjs.entry.js +0 -174
  320. package/dist/cjs/justifi-business-info.cjs.entry.js.map +0 -1
  321. package/dist/cjs/state-options-efeaa587.js.map +0 -1
  322. package/dist/collection/components/business-address/business-address-schema.js.map +0 -1
  323. package/dist/collection/components/business-address/business-address.js +0 -100
  324. package/dist/collection/components/business-address/business-address.js.map +0 -1
  325. package/dist/collection/components/business-address/test/business-address.e2e.js +0 -10
  326. package/dist/collection/components/business-address/test/business-address.e2e.js.map +0 -1
  327. package/dist/collection/components/business-address/test/business-address.spec.js +0 -18
  328. package/dist/collection/components/business-address/test/business-address.spec.js.map +0 -1
  329. package/dist/collection/components/business-info/business-info-schema.js +0 -94
  330. package/dist/collection/components/business-info/business-info-schema.js.map +0 -1
  331. package/dist/collection/components/business-info/business-info.js +0 -168
  332. package/dist/collection/components/business-info/business-info.js.map +0 -1
  333. package/dist/components/Payment.js +0 -71
  334. package/dist/components/Payment.js.map +0 -1
  335. package/dist/components/justifi-business-address.d.ts +0 -11
  336. package/dist/components/justifi-business-address.js +0 -99
  337. package/dist/components/justifi-business-address.js.map +0 -1
  338. package/dist/components/justifi-business-info.js +0 -207
  339. package/dist/components/justifi-business-info.js.map +0 -1
  340. package/dist/esm/Api-a07f0057.js.map +0 -1
  341. package/dist/esm/Payment-c86e1e84.js +0 -71
  342. package/dist/esm/Payment-c86e1e84.js.map +0 -1
  343. package/dist/esm/index-044f93fc.js.map +0 -1
  344. package/dist/esm/index.esm-5624a5ed.js.map +0 -1
  345. package/dist/esm/justifi-business-address.entry.js +0 -65
  346. package/dist/esm/justifi-business-address.entry.js.map +0 -1
  347. package/dist/esm/justifi-business-info.entry.js +0 -170
  348. package/dist/esm/justifi-business-info.entry.js.map +0 -1
  349. package/dist/esm/polyfills/css-shim.js +0 -1
  350. package/dist/types/components/bank-account-form/bank-account-form.d.ts +0 -56
  351. package/dist/types/components/business-address/business-address.d.ts +0 -11
  352. package/dist/types/components/business-info/business-info.d.ts +0 -20
  353. package/dist/types/components/card-form/card-form.d.ts +0 -62
  354. package/dist/webcomponents/p-0969db8f.entry.js +0 -2
  355. package/dist/webcomponents/p-0969db8f.entry.js.map +0 -1
  356. package/dist/webcomponents/p-0ea23153.js.map +0 -1
  357. package/dist/webcomponents/p-1ca0646b.js +0 -2
  358. package/dist/webcomponents/p-1ca0646b.js.map +0 -1
  359. package/dist/webcomponents/p-1f151d49.js.map +0 -1
  360. package/dist/webcomponents/p-255b1284.entry.js +0 -2
  361. package/dist/webcomponents/p-255b1284.entry.js.map +0 -1
  362. package/dist/webcomponents/p-2b8c281e.entry.js +0 -2
  363. package/dist/webcomponents/p-2b8c281e.entry.js.map +0 -1
  364. package/dist/webcomponents/p-3aa91155.js +0 -3
  365. package/dist/webcomponents/p-3aa91155.js.map +0 -1
  366. package/dist/webcomponents/p-90c0d9e1.entry.js +0 -2
  367. package/dist/webcomponents/p-90c0d9e1.entry.js.map +0 -1
  368. package/dist/webcomponents/p-bd5352d6.entry.js +0 -2
  369. package/dist/webcomponents/p-bd5352d6.entry.js.map +0 -1
  370. package/dist/webcomponents/p-c903cc5a.entry.js +0 -2
  371. package/dist/webcomponents/p-c903cc5a.entry.js.map +0 -1
  372. package/dist/webcomponents/p-d87b0711.entry.js +0 -2
  373. package/dist/webcomponents/p-d87b0711.entry.js.map +0 -1
  374. package/dist/webcomponents/p-dbf7100f.entry.js +0 -2
  375. package/dist/webcomponents/p-dbf7100f.entry.js.map +0 -1
  376. package/dist/webcomponents/p-e0054bc3.js +0 -2
  377. package/dist/webcomponents/p-e0054bc3.js.map +0 -1
  378. package/dist/webcomponents/p-f30d1567.entry.js +0 -2
  379. package/dist/webcomponents/p-f30d1567.entry.js.map +0 -1
  380. /package/dist/types/components/{business-address/business-address-schema.d.ts → business-form/business-address/business-address-form-schema.d.ts} +0 -0
@@ -1,4 +1,5 @@
1
- :root {
1
+ :root,
2
+ [data-bs-theme=light] {
2
3
  --bs-blue: #0d6efd;
3
4
  --bs-indigo: #6610f2;
4
5
  --bs-purple: #6f42c1;
@@ -38,10 +39,32 @@
38
39
  --bs-danger-rgb: 220, 53, 69;
39
40
  --bs-light-rgb: 248, 249, 250;
40
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;
41
66
  --bs-white-rgb: 255, 255, 255;
42
67
  --bs-black-rgb: 0, 0, 0;
43
- --bs-body-color-rgb: 33, 37, 41;
44
- --bs-body-bg-rgb: 255, 255, 255;
45
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";
46
69
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
47
70
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
@@ -50,7 +73,27 @@
50
73
  --bs-body-font-weight: 400;
51
74
  --bs-body-line-height: 1.5;
52
75
  --bs-body-color: #212529;
76
+ --bs-body-color-rgb: 33, 37, 41;
53
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;
54
97
  --bs-border-width: 1px;
55
98
  --bs-border-style: solid;
56
99
  --bs-border-color: #dee2e6;
@@ -59,12 +102,74 @@
59
102
  --bs-border-radius-sm: 0.25rem;
60
103
  --bs-border-radius-lg: 0.5rem;
61
104
  --bs-border-radius-xl: 1rem;
62
- --bs-border-radius-2xl: 2rem;
105
+ --bs-border-radius-xxl: 2rem;
106
+ --bs-border-radius-2xl: var(--bs-border-radius-xxl);
63
107
  --bs-border-radius-pill: 50rem;
64
- --bs-link-color: #0d6efd;
65
- --bs-link-hover-color: #0a58ca;
66
- --bs-code-color: #d63384;
67
- --bs-highlight-bg: #fff3cd;
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;
68
173
  }
69
174
 
70
175
  .spinner-grow,
@@ -137,98 +242,153 @@
137
242
 
138
243
  .text-bg-primary {
139
244
  color: #fff !important;
140
- background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
245
+ background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
141
246
  }
142
247
 
143
248
  .text-bg-secondary {
144
249
  color: #fff !important;
145
- background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
250
+ background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
146
251
  }
147
252
 
148
253
  .text-bg-success {
149
254
  color: #fff !important;
150
- background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
255
+ background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
151
256
  }
152
257
 
153
258
  .text-bg-info {
154
259
  color: #000 !important;
155
- background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
260
+ background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
156
261
  }
157
262
 
158
263
  .text-bg-warning {
159
264
  color: #000 !important;
160
- background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
265
+ background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
161
266
  }
162
267
 
163
268
  .text-bg-danger {
164
269
  color: #fff !important;
165
- background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
270
+ background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
166
271
  }
167
272
 
168
273
  .text-bg-light {
169
274
  color: #000 !important;
170
- background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
275
+ background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
171
276
  }
172
277
 
173
278
  .text-bg-dark {
174
279
  color: #fff !important;
175
- background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
280
+ background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
176
281
  }
177
282
 
178
283
  .link-primary {
179
- color: #0d6efd !important;
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;
180
286
  }
181
287
  .link-primary:hover, .link-primary:focus {
182
- color: #0a58ca !important;
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;
183
290
  }
184
291
 
185
292
  .link-secondary {
186
- color: #6c757d !important;
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;
187
295
  }
188
296
  .link-secondary:hover, .link-secondary:focus {
189
- color: #565e64 !important;
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;
190
299
  }
191
300
 
192
301
  .link-success {
193
- color: #198754 !important;
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;
194
304
  }
195
305
  .link-success:hover, .link-success:focus {
196
- color: #146c43 !important;
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;
197
308
  }
198
309
 
199
310
  .link-info {
200
- color: #0dcaf0 !important;
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;
201
313
  }
202
314
  .link-info:hover, .link-info:focus {
203
- color: #3dd5f3 !important;
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;
204
317
  }
205
318
 
206
319
  .link-warning {
207
- color: #ffc107 !important;
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;
208
322
  }
209
323
  .link-warning:hover, .link-warning:focus {
210
- color: #ffcd39 !important;
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;
211
326
  }
212
327
 
213
328
  .link-danger {
214
- color: #dc3545 !important;
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;
215
331
  }
216
332
  .link-danger:hover, .link-danger:focus {
217
- color: #b02a37 !important;
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;
218
335
  }
219
336
 
220
337
  .link-light {
221
- color: #f8f9fa !important;
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;
222
340
  }
223
341
  .link-light:hover, .link-light:focus {
224
- color: #f9fafb !important;
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;
225
344
  }
226
345
 
227
346
  .link-dark {
228
- color: #212529 !important;
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;
229
349
  }
230
350
  .link-dark:hover, .link-dark:focus {
231
- color: #1a1e21 !important;
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));
232
392
  }
233
393
 
234
394
  .ratio {
@@ -368,7 +528,6 @@
368
528
 
369
529
  .visually-hidden,
370
530
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
371
- position: absolute !important;
372
531
  width: 1px !important;
373
532
  height: 1px !important;
374
533
  padding: 0 !important;
@@ -378,6 +537,10 @@
378
537
  white-space: nowrap !important;
379
538
  border: 0 !important;
380
539
  }
540
+ .visually-hidden:not(caption),
541
+ .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
542
+ position: absolute !important;
543
+ }
381
544
 
382
545
  .stretched-link::after {
383
546
  position: absolute;
@@ -398,7 +561,7 @@
398
561
  .vr {
399
562
  display: inline-block;
400
563
  align-self: stretch;
401
- width: 1px;
564
+ width: var(--bs-border-width);
402
565
  min-height: 1em;
403
566
  background-color: currentcolor;
404
567
  opacity: 0.25;
@@ -433,7 +596,7 @@ hr {
433
596
  margin: 1rem 0;
434
597
  color: inherit;
435
598
  border: 0;
436
- border-top: 1px solid;
599
+ border-top: var(--bs-border-width) solid;
437
600
  opacity: 0.25;
438
601
  }
439
602
 
@@ -442,6 +605,7 @@ h6, h5, h4, h3, h2, h1 {
442
605
  margin-bottom: 0.5rem;
443
606
  font-weight: 500;
444
607
  line-height: 1.2;
608
+ color: var(--bs-heading-color);
445
609
  }
446
610
 
447
611
  h1 {
@@ -568,11 +732,11 @@ sup {
568
732
  }
569
733
 
570
734
  a {
571
- color: var(--bs-link-color);
735
+ color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
572
736
  text-decoration: underline;
573
737
  }
574
738
  a:hover {
575
- color: var(--bs-link-hover-color);
739
+ --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
576
740
  }
577
741
 
578
742
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
@@ -639,7 +803,7 @@ table {
639
803
  caption {
640
804
  padding-top: 0.5rem;
641
805
  padding-bottom: 0.5rem;
642
- color: #6c757d;
806
+ color: var(--bs-secondary-color);
643
807
  text-align: left;
644
808
  }
645
809
 
@@ -763,8 +927,8 @@ legend + * {
763
927
  }
764
928
 
765
929
  [type=search] {
766
- outline-offset: -2px;
767
930
  -webkit-appearance: textfield;
931
+ outline-offset: -2px;
768
932
  }
769
933
 
770
934
  /* rtl:raw:
@@ -814,29 +978,29 @@ progress {
814
978
  }
815
979
 
816
980
  .col-form-label {
817
- padding-top: calc(0.375rem + 1px);
818
- padding-bottom: calc(0.375rem + 1px);
981
+ padding-top: calc(0.375rem + var(--bs-border-width));
982
+ padding-bottom: calc(0.375rem + var(--bs-border-width));
819
983
  margin-bottom: 0;
820
984
  font-size: inherit;
821
985
  line-height: 1.5;
822
986
  }
823
987
 
824
988
  .col-form-label-lg {
825
- padding-top: calc(0.5rem + 1px);
826
- padding-bottom: calc(0.5rem + 1px);
989
+ padding-top: calc(0.5rem + var(--bs-border-width));
990
+ padding-bottom: calc(0.5rem + var(--bs-border-width));
827
991
  font-size: 1.25rem;
828
992
  }
829
993
 
830
994
  .col-form-label-sm {
831
- padding-top: calc(0.25rem + 1px);
832
- padding-bottom: calc(0.25rem + 1px);
995
+ padding-top: calc(0.25rem + var(--bs-border-width));
996
+ padding-bottom: calc(0.25rem + var(--bs-border-width));
833
997
  font-size: 0.875rem;
834
998
  }
835
999
 
836
1000
  .form-text {
837
1001
  margin-top: 0.25rem;
838
1002
  font-size: 0.875em;
839
- color: #6c757d;
1003
+ color: var(--bs-secondary-color);
840
1004
  }
841
1005
 
842
1006
  .form-control {
@@ -846,12 +1010,12 @@ progress {
846
1010
  font-size: 1rem;
847
1011
  font-weight: 400;
848
1012
  line-height: 1.5;
849
- color: #212529;
850
- background-color: #fff;
851
- background-clip: padding-box;
852
- border: 1px solid #ced4da;
1013
+ color: var(--bs-body-color);
853
1014
  appearance: none;
854
- border-radius: 0.375rem;
1015
+ background-color: var(--bs-body-bg);
1016
+ background-clip: padding-box;
1017
+ border: var(--bs-border-width) solid var(--bs-border-color);
1018
+ border-radius: var(--bs-border-radius);
855
1019
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
856
1020
  }
857
1021
  @media (prefers-reduced-motion: reduce) {
@@ -866,34 +1030,40 @@ progress {
866
1030
  cursor: pointer;
867
1031
  }
868
1032
  .form-control:focus {
869
- color: #212529;
870
- background-color: #fff;
1033
+ color: var(--bs-body-color);
1034
+ background-color: var(--bs-body-bg);
871
1035
  border-color: #86b7fe;
872
1036
  outline: 0;
873
1037
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
874
1038
  }
875
1039
  .form-control::-webkit-date-and-time-value {
1040
+ min-width: 85px;
876
1041
  height: 1.5em;
1042
+ margin: 0;
1043
+ }
1044
+ .form-control::-webkit-datetime-edit {
1045
+ display: block;
1046
+ padding: 0;
877
1047
  }
878
1048
  .form-control::placeholder {
879
- color: #6c757d;
1049
+ color: var(--bs-secondary-color);
880
1050
  opacity: 1;
881
1051
  }
882
1052
  .form-control:disabled {
883
- background-color: #e9ecef;
1053
+ background-color: var(--bs-secondary-bg);
884
1054
  opacity: 1;
885
1055
  }
886
1056
  .form-control::file-selector-button {
887
1057
  padding: 0.375rem 0.75rem;
888
1058
  margin: -0.375rem -0.75rem;
889
1059
  margin-inline-end: 0.75rem;
890
- color: #212529;
891
- background-color: #e9ecef;
1060
+ color: var(--bs-body-color);
1061
+ background-color: var(--bs-tertiary-bg);
892
1062
  pointer-events: none;
893
1063
  border-color: inherit;
894
1064
  border-style: solid;
895
1065
  border-width: 0;
896
- border-inline-end-width: 1px;
1066
+ border-inline-end-width: var(--bs-border-width);
897
1067
  border-radius: 0;
898
1068
  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;
899
1069
  }
@@ -903,7 +1073,7 @@ progress {
903
1073
  }
904
1074
  }
905
1075
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
906
- background-color: #dde0e3;
1076
+ background-color: var(--bs-secondary-bg);
907
1077
  }
908
1078
 
909
1079
  .form-control-plaintext {
@@ -912,10 +1082,10 @@ progress {
912
1082
  padding: 0.375rem 0;
913
1083
  margin-bottom: 0;
914
1084
  line-height: 1.5;
915
- color: #212529;
1085
+ color: var(--bs-body-color);
916
1086
  background-color: transparent;
917
1087
  border: solid transparent;
918
- border-width: 1px 0;
1088
+ border-width: var(--bs-border-width) 0;
919
1089
  }
920
1090
  .form-control-plaintext:focus {
921
1091
  outline: 0;
@@ -926,10 +1096,10 @@ progress {
926
1096
  }
927
1097
 
928
1098
  .form-control-sm {
929
- min-height: calc(1.5em + 0.5rem + 2px);
1099
+ min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
930
1100
  padding: 0.25rem 0.5rem;
931
1101
  font-size: 0.875rem;
932
- border-radius: 0.25rem;
1102
+ border-radius: var(--bs-border-radius-sm);
933
1103
  }
934
1104
  .form-control-sm::file-selector-button {
935
1105
  padding: 0.25rem 0.5rem;
@@ -938,10 +1108,10 @@ progress {
938
1108
  }
939
1109
 
940
1110
  .form-control-lg {
941
- min-height: calc(1.5em + 1rem + 2px);
1111
+ min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
942
1112
  padding: 0.5rem 1rem;
943
1113
  font-size: 1.25rem;
944
- border-radius: 0.5rem;
1114
+ border-radius: var(--bs-border-radius-lg);
945
1115
  }
946
1116
  .form-control-lg::file-selector-button {
947
1117
  padding: 0.5rem 1rem;
@@ -950,18 +1120,18 @@ progress {
950
1120
  }
951
1121
 
952
1122
  textarea.form-control {
953
- min-height: calc(1.5em + 0.75rem + 2px);
1123
+ min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
954
1124
  }
955
1125
  textarea.form-control-sm {
956
- min-height: calc(1.5em + 0.5rem + 2px);
1126
+ min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
957
1127
  }
958
1128
  textarea.form-control-lg {
959
- min-height: calc(1.5em + 1rem + 2px);
1129
+ min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
960
1130
  }
961
1131
 
962
1132
  .form-control-color {
963
1133
  width: 3rem;
964
- height: calc(1.5em + 0.75rem + 2px);
1134
+ height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
965
1135
  padding: 0.375rem;
966
1136
  }
967
1137
  .form-control-color:not(:disabled):not([readonly]) {
@@ -969,36 +1139,37 @@ textarea.form-control-lg {
969
1139
  }
970
1140
  .form-control-color::-moz-color-swatch {
971
1141
  border: 0 !important;
972
- border-radius: 0.375rem;
1142
+ border-radius: var(--bs-border-radius);
973
1143
  }
974
1144
  .form-control-color::-webkit-color-swatch {
975
- border-radius: 0.375rem;
1145
+ border: 0 !important;
1146
+ border-radius: var(--bs-border-radius);
976
1147
  }
977
1148
  .form-control-color.form-control-sm {
978
- height: calc(1.5em + 0.5rem + 2px);
1149
+ height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
979
1150
  }
980
1151
  .form-control-color.form-control-lg {
981
- height: calc(1.5em + 1rem + 2px);
1152
+ height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
982
1153
  }
983
1154
 
984
1155
  .form-select {
1156
+ --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
985
1157
  display: block;
986
1158
  width: 100%;
987
1159
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
988
- -moz-padding-start: calc(0.75rem - 3px);
989
1160
  font-size: 1rem;
990
1161
  font-weight: 400;
991
1162
  line-height: 1.5;
992
- color: #212529;
993
- background-color: #fff;
994
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
1163
+ color: var(--bs-body-color);
1164
+ appearance: none;
1165
+ background-color: var(--bs-body-bg);
1166
+ background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
995
1167
  background-repeat: no-repeat;
996
1168
  background-position: right 0.75rem center;
997
1169
  background-size: 16px 12px;
998
- border: 1px solid #ced4da;
999
- border-radius: 0.375rem;
1170
+ border: var(--bs-border-width) solid var(--bs-border-color);
1171
+ border-radius: var(--bs-border-radius);
1000
1172
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
1001
- appearance: none;
1002
1173
  }
1003
1174
  @media (prefers-reduced-motion: reduce) {
1004
1175
  .form-select {
@@ -1015,11 +1186,11 @@ textarea.form-control-lg {
1015
1186
  background-image: none;
1016
1187
  }
1017
1188
  .form-select:disabled {
1018
- background-color: #e9ecef;
1189
+ background-color: var(--bs-secondary-bg);
1019
1190
  }
1020
1191
  .form-select:-moz-focusring {
1021
1192
  color: transparent;
1022
- text-shadow: 0 0 0 #212529;
1193
+ text-shadow: 0 0 0 var(--bs-body-color);
1023
1194
  }
1024
1195
 
1025
1196
  .form-select-sm {
@@ -1027,7 +1198,7 @@ textarea.form-control-lg {
1027
1198
  padding-bottom: 0.25rem;
1028
1199
  padding-left: 0.5rem;
1029
1200
  font-size: 0.875rem;
1030
- border-radius: 0.25rem;
1201
+ border-radius: var(--bs-border-radius-sm);
1031
1202
  }
1032
1203
 
1033
1204
  .form-select-lg {
@@ -1035,7 +1206,11 @@ textarea.form-control-lg {
1035
1206
  padding-bottom: 0.5rem;
1036
1207
  padding-left: 1rem;
1037
1208
  font-size: 1.25rem;
1038
- border-radius: 0.5rem;
1209
+ border-radius: var(--bs-border-radius-lg);
1210
+ }
1211
+
1212
+ [data-bs-theme=dark] .form-select {
1213
+ --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
1039
1214
  }
1040
1215
 
1041
1216
  .form-check {
@@ -1061,16 +1236,18 @@ textarea.form-control-lg {
1061
1236
  }
1062
1237
 
1063
1238
  .form-check-input {
1239
+ --bs-form-check-bg: var(--bs-body-bg);
1064
1240
  width: 1em;
1065
1241
  height: 1em;
1066
1242
  margin-top: 0.25em;
1067
1243
  vertical-align: top;
1068
- background-color: #fff;
1244
+ appearance: none;
1245
+ background-color: var(--bs-form-check-bg);
1246
+ background-image: var(--bs-form-check-bg-image);
1069
1247
  background-repeat: no-repeat;
1070
1248
  background-position: center;
1071
1249
  background-size: contain;
1072
- border: 1px solid rgba(0, 0, 0, 0.25);
1073
- appearance: none;
1250
+ border: var(--bs-border-width) solid var(--bs-border-color);
1074
1251
  print-color-adjust: exact;
1075
1252
  }
1076
1253
  .form-check-input[type=checkbox] {
@@ -1092,15 +1269,15 @@ textarea.form-control-lg {
1092
1269
  border-color: #0d6efd;
1093
1270
  }
1094
1271
  .form-check-input:checked[type=checkbox] {
1095
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
1272
+ --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
1096
1273
  }
1097
1274
  .form-check-input:checked[type=radio] {
1098
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
1275
+ --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
1099
1276
  }
1100
1277
  .form-check-input[type=checkbox]:indeterminate {
1101
1278
  background-color: #0d6efd;
1102
1279
  border-color: #0d6efd;
1103
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
1280
+ --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
1104
1281
  }
1105
1282
  .form-check-input:disabled {
1106
1283
  pointer-events: none;
@@ -1116,9 +1293,10 @@ textarea.form-control-lg {
1116
1293
  padding-left: 2.5em;
1117
1294
  }
1118
1295
  .form-switch .form-check-input {
1296
+ --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
1119
1297
  width: 2em;
1120
1298
  margin-left: -2.5em;
1121
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
1299
+ background-image: var(--bs-form-switch-bg);
1122
1300
  background-position: left center;
1123
1301
  border-radius: 2em;
1124
1302
  transition: background-position 0.15s ease-in-out;
@@ -1129,11 +1307,11 @@ textarea.form-control-lg {
1129
1307
  }
1130
1308
  }
1131
1309
  .form-switch .form-check-input:focus {
1132
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
1310
+ --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
1133
1311
  }
1134
1312
  .form-switch .form-check-input:checked {
1135
1313
  background-position: right center;
1136
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
1314
+ --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
1137
1315
  }
1138
1316
  .form-switch.form-check-reverse {
1139
1317
  padding-right: 2.5em;
@@ -1160,12 +1338,16 @@ textarea.form-control-lg {
1160
1338
  opacity: 0.65;
1161
1339
  }
1162
1340
 
1341
+ [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
1342
+ --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
1343
+ }
1344
+
1163
1345
  .form-range {
1164
1346
  width: 100%;
1165
1347
  height: 1.5rem;
1166
1348
  padding: 0;
1167
- background-color: transparent;
1168
1349
  appearance: none;
1350
+ background-color: transparent;
1169
1351
  }
1170
1352
  .form-range:focus {
1171
1353
  outline: 0;
@@ -1183,11 +1365,11 @@ textarea.form-control-lg {
1183
1365
  width: 1rem;
1184
1366
  height: 1rem;
1185
1367
  margin-top: -0.25rem;
1368
+ appearance: none;
1186
1369
  background-color: #0d6efd;
1187
1370
  border: 0;
1188
1371
  border-radius: 1rem;
1189
1372
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
1190
- appearance: none;
1191
1373
  }
1192
1374
  @media (prefers-reduced-motion: reduce) {
1193
1375
  .form-range::-webkit-slider-thumb {
@@ -1202,18 +1384,18 @@ textarea.form-control-lg {
1202
1384
  height: 0.5rem;
1203
1385
  color: transparent;
1204
1386
  cursor: pointer;
1205
- background-color: #dee2e6;
1387
+ background-color: var(--bs-tertiary-bg);
1206
1388
  border-color: transparent;
1207
1389
  border-radius: 1rem;
1208
1390
  }
1209
1391
  .form-range::-moz-range-thumb {
1210
1392
  width: 1rem;
1211
1393
  height: 1rem;
1394
+ appearance: none;
1212
1395
  background-color: #0d6efd;
1213
1396
  border: 0;
1214
1397
  border-radius: 1rem;
1215
1398
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
1216
- appearance: none;
1217
1399
  }
1218
1400
  @media (prefers-reduced-motion: reduce) {
1219
1401
  .form-range::-moz-range-thumb {
@@ -1228,7 +1410,7 @@ textarea.form-control-lg {
1228
1410
  height: 0.5rem;
1229
1411
  color: transparent;
1230
1412
  cursor: pointer;
1231
- background-color: #dee2e6;
1413
+ background-color: var(--bs-tertiary-bg);
1232
1414
  border-color: transparent;
1233
1415
  border-radius: 1rem;
1234
1416
  }
@@ -1236,10 +1418,10 @@ textarea.form-control-lg {
1236
1418
  pointer-events: none;
1237
1419
  }
1238
1420
  .form-range:disabled::-webkit-slider-thumb {
1239
- background-color: #adb5bd;
1421
+ background-color: var(--bs-secondary-color);
1240
1422
  }
1241
1423
  .form-range:disabled::-moz-range-thumb {
1242
- background-color: #adb5bd;
1424
+ background-color: var(--bs-secondary-color);
1243
1425
  }
1244
1426
 
1245
1427
  .form-floating {
@@ -1248,14 +1430,15 @@ textarea.form-control-lg {
1248
1430
  .form-floating > .form-control,
1249
1431
  .form-floating > .form-control-plaintext,
1250
1432
  .form-floating > .form-select {
1251
- height: calc(3.5rem + 2px);
1433
+ height: calc(3.5rem + calc(var(--bs-border-width) * 2));
1434
+ min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
1252
1435
  line-height: 1.25;
1253
1436
  }
1254
1437
  .form-floating > label {
1255
1438
  position: absolute;
1256
1439
  top: 0;
1257
1440
  left: 0;
1258
- width: 100%;
1441
+ z-index: 2;
1259
1442
  height: 100%;
1260
1443
  padding: 1rem 0.75rem;
1261
1444
  overflow: hidden;
@@ -1263,7 +1446,7 @@ textarea.form-control-lg {
1263
1446
  text-overflow: ellipsis;
1264
1447
  white-space: nowrap;
1265
1448
  pointer-events: none;
1266
- border: 1px solid transparent;
1449
+ border: var(--bs-border-width) solid transparent;
1267
1450
  transform-origin: 0 0;
1268
1451
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
1269
1452
  }
@@ -1299,15 +1482,35 @@ textarea.form-control-lg {
1299
1482
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
1300
1483
  .form-floating > .form-control-plaintext ~ label,
1301
1484
  .form-floating > .form-select ~ label {
1302
- opacity: 0.65;
1485
+ color: rgba(var(--bs-body-color-rgb), 0.65);
1303
1486
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
1304
1487
  }
1488
+ .form-floating > .form-control:focus ~ label::after,
1489
+ .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
1490
+ .form-floating > .form-control-plaintext ~ label::after,
1491
+ .form-floating > .form-select ~ label::after {
1492
+ position: absolute;
1493
+ inset: 1rem 0.375rem;
1494
+ z-index: -1;
1495
+ height: 1.5em;
1496
+ content: "";
1497
+ background-color: var(--bs-body-bg);
1498
+ border-radius: var(--bs-border-radius);
1499
+ }
1305
1500
  .form-floating > .form-control:-webkit-autofill ~ label {
1306
- opacity: 0.65;
1501
+ color: rgba(var(--bs-body-color-rgb), 0.65);
1307
1502
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
1308
1503
  }
1309
1504
  .form-floating > .form-control-plaintext ~ label {
1310
- border-width: 1px 0;
1505
+ border-width: var(--bs-border-width) 0;
1506
+ }
1507
+ .form-floating > :disabled ~ label,
1508
+ .form-floating > .form-control:disabled ~ label {
1509
+ color: #6c757d;
1510
+ }
1511
+ .form-floating > :disabled ~ label::after,
1512
+ .form-floating > .form-control:disabled ~ label::after {
1513
+ background-color: var(--bs-secondary-bg);
1311
1514
  }
1312
1515
 
1313
1516
  .input-group {
@@ -1345,12 +1548,12 @@ textarea.form-control-lg {
1345
1548
  font-size: 1rem;
1346
1549
  font-weight: 400;
1347
1550
  line-height: 1.5;
1348
- color: #212529;
1551
+ color: var(--bs-body-color);
1349
1552
  text-align: center;
1350
1553
  white-space: nowrap;
1351
- background-color: #e9ecef;
1352
- border: 1px solid #ced4da;
1353
- border-radius: 0.375rem;
1554
+ background-color: var(--bs-tertiary-bg);
1555
+ border: var(--bs-border-width) solid var(--bs-border-color);
1556
+ border-radius: var(--bs-border-radius);
1354
1557
  }
1355
1558
 
1356
1559
  .input-group-lg > .form-control,
@@ -1359,7 +1562,7 @@ textarea.form-control-lg {
1359
1562
  .input-group-lg > .btn {
1360
1563
  padding: 0.5rem 1rem;
1361
1564
  font-size: 1.25rem;
1362
- border-radius: 0.5rem;
1565
+ border-radius: var(--bs-border-radius-lg);
1363
1566
  }
1364
1567
 
1365
1568
  .input-group-sm > .form-control,
@@ -1368,7 +1571,7 @@ textarea.form-control-lg {
1368
1571
  .input-group-sm > .btn {
1369
1572
  padding: 0.25rem 0.5rem;
1370
1573
  font-size: 0.875rem;
1371
- border-radius: 0.25rem;
1574
+ border-radius: var(--bs-border-radius-sm);
1372
1575
  }
1373
1576
 
1374
1577
  .input-group-lg > .form-select,
@@ -1391,7 +1594,7 @@ textarea.form-control-lg {
1391
1594
  border-bottom-right-radius: 0;
1392
1595
  }
1393
1596
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
1394
- margin-left: -1px;
1597
+ margin-left: calc(var(--bs-border-width) * -1);
1395
1598
  border-top-left-radius: 0;
1396
1599
  border-bottom-left-radius: 0;
1397
1600
  }
@@ -1406,7 +1609,7 @@ textarea.form-control-lg {
1406
1609
  width: 100%;
1407
1610
  margin-top: 0.25rem;
1408
1611
  font-size: 0.875em;
1409
- color: #198754;
1612
+ color: var(--bs-form-valid-color);
1410
1613
  }
1411
1614
 
1412
1615
  .valid-tooltip {
@@ -1419,8 +1622,8 @@ textarea.form-control-lg {
1419
1622
  margin-top: 0.1rem;
1420
1623
  font-size: 0.875rem;
1421
1624
  color: #fff;
1422
- background-color: rgba(25, 135, 84, 0.9);
1423
- border-radius: 0.375rem;
1625
+ background-color: var(--bs-success);
1626
+ border-radius: var(--bs-border-radius);
1424
1627
  }
1425
1628
 
1426
1629
  .was-validated :valid ~ .valid-feedback,
@@ -1431,7 +1634,7 @@ textarea.form-control-lg {
1431
1634
  }
1432
1635
 
1433
1636
  .was-validated .form-control:valid, .form-control.is-valid {
1434
- border-color: #198754;
1637
+ border-color: var(--bs-form-valid-border-color);
1435
1638
  padding-right: calc(1.5em + 0.75rem);
1436
1639
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1437
1640
  background-repeat: no-repeat;
@@ -1439,8 +1642,8 @@ textarea.form-control-lg {
1439
1642
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1440
1643
  }
1441
1644
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
1442
- border-color: #198754;
1443
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
1645
+ border-color: var(--bs-form-valid-border-color);
1646
+ box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
1444
1647
  }
1445
1648
 
1446
1649
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
@@ -1449,17 +1652,17 @@ textarea.form-control-lg {
1449
1652
  }
1450
1653
 
1451
1654
  .was-validated .form-select:valid, .form-select.is-valid {
1452
- border-color: #198754;
1655
+ border-color: var(--bs-form-valid-border-color);
1453
1656
  }
1454
1657
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
1658
+ --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1455
1659
  padding-right: 4.125rem;
1456
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1457
1660
  background-position: right 0.75rem center, center right 2.25rem;
1458
1661
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1459
1662
  }
1460
1663
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
1461
- border-color: #198754;
1462
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
1664
+ border-color: var(--bs-form-valid-border-color);
1665
+ box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
1463
1666
  }
1464
1667
 
1465
1668
  .was-validated .form-control-color:valid, .form-control-color.is-valid {
@@ -1467,16 +1670,16 @@ textarea.form-control-lg {
1467
1670
  }
1468
1671
 
1469
1672
  .was-validated .form-check-input:valid, .form-check-input.is-valid {
1470
- border-color: #198754;
1673
+ border-color: var(--bs-form-valid-border-color);
1471
1674
  }
1472
1675
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
1473
- background-color: #198754;
1676
+ background-color: var(--bs-form-valid-color);
1474
1677
  }
1475
1678
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
1476
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
1679
+ box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
1477
1680
  }
1478
1681
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
1479
- color: #198754;
1682
+ color: var(--bs-form-valid-color);
1480
1683
  }
1481
1684
 
1482
1685
  .form-check-inline .form-check-input ~ .valid-feedback {
@@ -1496,7 +1699,7 @@ textarea.form-control-lg {
1496
1699
  width: 100%;
1497
1700
  margin-top: 0.25rem;
1498
1701
  font-size: 0.875em;
1499
- color: #dc3545;
1702
+ color: var(--bs-form-invalid-color);
1500
1703
  }
1501
1704
 
1502
1705
  .invalid-tooltip {
@@ -1509,8 +1712,8 @@ textarea.form-control-lg {
1509
1712
  margin-top: 0.1rem;
1510
1713
  font-size: 0.875rem;
1511
1714
  color: #fff;
1512
- background-color: rgba(220, 53, 69, 0.9);
1513
- border-radius: 0.375rem;
1715
+ background-color: var(--bs-danger);
1716
+ border-radius: var(--bs-border-radius);
1514
1717
  }
1515
1718
 
1516
1719
  .was-validated :invalid ~ .invalid-feedback,
@@ -1521,7 +1724,7 @@ textarea.form-control-lg {
1521
1724
  }
1522
1725
 
1523
1726
  .was-validated .form-control:invalid, .form-control.is-invalid {
1524
- border-color: #dc3545;
1727
+ border-color: var(--bs-form-invalid-border-color);
1525
1728
  padding-right: calc(1.5em + 0.75rem);
1526
1729
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
1527
1730
  background-repeat: no-repeat;
@@ -1529,8 +1732,8 @@ textarea.form-control-lg {
1529
1732
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1530
1733
  }
1531
1734
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
1532
- border-color: #dc3545;
1533
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
1735
+ border-color: var(--bs-form-invalid-border-color);
1736
+ box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
1534
1737
  }
1535
1738
 
1536
1739
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
@@ -1539,17 +1742,17 @@ textarea.form-control-lg {
1539
1742
  }
1540
1743
 
1541
1744
  .was-validated .form-select:invalid, .form-select.is-invalid {
1542
- border-color: #dc3545;
1745
+ border-color: var(--bs-form-invalid-border-color);
1543
1746
  }
1544
1747
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
1748
+ --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
1545
1749
  padding-right: 4.125rem;
1546
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
1547
1750
  background-position: right 0.75rem center, center right 2.25rem;
1548
1751
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1549
1752
  }
1550
1753
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
1551
- border-color: #dc3545;
1552
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
1754
+ border-color: var(--bs-form-invalid-border-color);
1755
+ box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
1553
1756
  }
1554
1757
 
1555
1758
  .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
@@ -1557,16 +1760,16 @@ textarea.form-control-lg {
1557
1760
  }
1558
1761
 
1559
1762
  .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
1560
- border-color: #dc3545;
1763
+ border-color: var(--bs-form-invalid-border-color);
1561
1764
  }
1562
1765
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
1563
- background-color: #dc3545;
1766
+ background-color: var(--bs-form-invalid-color);
1564
1767
  }
1565
1768
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
1566
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
1769
+ box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
1567
1770
  }
1568
1771
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
1569
- color: #dc3545;
1772
+ color: var(--bs-form-invalid-color);
1570
1773
  }
1571
1774
 
1572
1775
  .form-check-inline .form-check-input ~ .invalid-feedback {
@@ -1581,1077 +1784,6 @@ textarea.form-control-lg {
1581
1784
  z-index: 4;
1582
1785
  }
1583
1786
 
1584
- .row {
1585
- --bs-gutter-x: 1.5rem;
1586
- --bs-gutter-y: 0;
1587
- display: flex;
1588
- flex-wrap: wrap;
1589
- margin-top: calc(-1 * var(--bs-gutter-y));
1590
- margin-right: calc(-0.5 * var(--bs-gutter-x));
1591
- margin-left: calc(-0.5 * var(--bs-gutter-x));
1592
- }
1593
- .row > * {
1594
- flex-shrink: 0;
1595
- width: 100%;
1596
- max-width: 100%;
1597
- padding-right: calc(var(--bs-gutter-x) * 0.5);
1598
- padding-left: calc(var(--bs-gutter-x) * 0.5);
1599
- margin-top: var(--bs-gutter-y);
1600
- }
1601
-
1602
- .col {
1603
- flex: 1 0 0%;
1604
- }
1605
-
1606
- .row-cols-auto > * {
1607
- flex: 0 0 auto;
1608
- width: auto;
1609
- }
1610
-
1611
- .row-cols-1 > * {
1612
- flex: 0 0 auto;
1613
- width: 100%;
1614
- }
1615
-
1616
- .row-cols-2 > * {
1617
- flex: 0 0 auto;
1618
- width: 50%;
1619
- }
1620
-
1621
- .row-cols-3 > * {
1622
- flex: 0 0 auto;
1623
- width: 33.3333333333%;
1624
- }
1625
-
1626
- .row-cols-4 > * {
1627
- flex: 0 0 auto;
1628
- width: 25%;
1629
- }
1630
-
1631
- .row-cols-5 > * {
1632
- flex: 0 0 auto;
1633
- width: 20%;
1634
- }
1635
-
1636
- .row-cols-6 > * {
1637
- flex: 0 0 auto;
1638
- width: 16.6666666667%;
1639
- }
1640
-
1641
- .col-auto {
1642
- flex: 0 0 auto;
1643
- width: auto;
1644
- }
1645
-
1646
- .col-1 {
1647
- flex: 0 0 auto;
1648
- width: 8.33333333%;
1649
- }
1650
-
1651
- .col-2 {
1652
- flex: 0 0 auto;
1653
- width: 16.66666667%;
1654
- }
1655
-
1656
- .col-3 {
1657
- flex: 0 0 auto;
1658
- width: 25%;
1659
- }
1660
-
1661
- .col-4 {
1662
- flex: 0 0 auto;
1663
- width: 33.33333333%;
1664
- }
1665
-
1666
- .col-5 {
1667
- flex: 0 0 auto;
1668
- width: 41.66666667%;
1669
- }
1670
-
1671
- .col-6 {
1672
- flex: 0 0 auto;
1673
- width: 50%;
1674
- }
1675
-
1676
- .col-7 {
1677
- flex: 0 0 auto;
1678
- width: 58.33333333%;
1679
- }
1680
-
1681
- .col-8 {
1682
- flex: 0 0 auto;
1683
- width: 66.66666667%;
1684
- }
1685
-
1686
- .col-9 {
1687
- flex: 0 0 auto;
1688
- width: 75%;
1689
- }
1690
-
1691
- .col-10 {
1692
- flex: 0 0 auto;
1693
- width: 83.33333333%;
1694
- }
1695
-
1696
- .col-11 {
1697
- flex: 0 0 auto;
1698
- width: 91.66666667%;
1699
- }
1700
-
1701
- .col-12 {
1702
- flex: 0 0 auto;
1703
- width: 100%;
1704
- }
1705
-
1706
- .offset-1 {
1707
- margin-left: 8.33333333%;
1708
- }
1709
-
1710
- .offset-2 {
1711
- margin-left: 16.66666667%;
1712
- }
1713
-
1714
- .offset-3 {
1715
- margin-left: 25%;
1716
- }
1717
-
1718
- .offset-4 {
1719
- margin-left: 33.33333333%;
1720
- }
1721
-
1722
- .offset-5 {
1723
- margin-left: 41.66666667%;
1724
- }
1725
-
1726
- .offset-6 {
1727
- margin-left: 50%;
1728
- }
1729
-
1730
- .offset-7 {
1731
- margin-left: 58.33333333%;
1732
- }
1733
-
1734
- .offset-8 {
1735
- margin-left: 66.66666667%;
1736
- }
1737
-
1738
- .offset-9 {
1739
- margin-left: 75%;
1740
- }
1741
-
1742
- .offset-10 {
1743
- margin-left: 83.33333333%;
1744
- }
1745
-
1746
- .offset-11 {
1747
- margin-left: 91.66666667%;
1748
- }
1749
-
1750
- .g-0,
1751
- .gx-0 {
1752
- --bs-gutter-x: 0;
1753
- }
1754
-
1755
- .g-0,
1756
- .gy-0 {
1757
- --bs-gutter-y: 0;
1758
- }
1759
-
1760
- .g-1,
1761
- .gx-1 {
1762
- --bs-gutter-x: 0.25rem;
1763
- }
1764
-
1765
- .g-1,
1766
- .gy-1 {
1767
- --bs-gutter-y: 0.25rem;
1768
- }
1769
-
1770
- .g-2,
1771
- .gx-2 {
1772
- --bs-gutter-x: 0.5rem;
1773
- }
1774
-
1775
- .g-2,
1776
- .gy-2 {
1777
- --bs-gutter-y: 0.5rem;
1778
- }
1779
-
1780
- .g-3,
1781
- .gx-3 {
1782
- --bs-gutter-x: 1rem;
1783
- }
1784
-
1785
- .g-3,
1786
- .gy-3 {
1787
- --bs-gutter-y: 1rem;
1788
- }
1789
-
1790
- .g-4,
1791
- .gx-4 {
1792
- --bs-gutter-x: 1.5rem;
1793
- }
1794
-
1795
- .g-4,
1796
- .gy-4 {
1797
- --bs-gutter-y: 1.5rem;
1798
- }
1799
-
1800
- .g-5,
1801
- .gx-5 {
1802
- --bs-gutter-x: 3rem;
1803
- }
1804
-
1805
- .g-5,
1806
- .gy-5 {
1807
- --bs-gutter-y: 3rem;
1808
- }
1809
-
1810
- @media (min-width: 576px) {
1811
- .col-sm {
1812
- flex: 1 0 0%;
1813
- }
1814
- .row-cols-sm-auto > * {
1815
- flex: 0 0 auto;
1816
- width: auto;
1817
- }
1818
- .row-cols-sm-1 > * {
1819
- flex: 0 0 auto;
1820
- width: 100%;
1821
- }
1822
- .row-cols-sm-2 > * {
1823
- flex: 0 0 auto;
1824
- width: 50%;
1825
- }
1826
- .row-cols-sm-3 > * {
1827
- flex: 0 0 auto;
1828
- width: 33.3333333333%;
1829
- }
1830
- .row-cols-sm-4 > * {
1831
- flex: 0 0 auto;
1832
- width: 25%;
1833
- }
1834
- .row-cols-sm-5 > * {
1835
- flex: 0 0 auto;
1836
- width: 20%;
1837
- }
1838
- .row-cols-sm-6 > * {
1839
- flex: 0 0 auto;
1840
- width: 16.6666666667%;
1841
- }
1842
- .col-sm-auto {
1843
- flex: 0 0 auto;
1844
- width: auto;
1845
- }
1846
- .col-sm-1 {
1847
- flex: 0 0 auto;
1848
- width: 8.33333333%;
1849
- }
1850
- .col-sm-2 {
1851
- flex: 0 0 auto;
1852
- width: 16.66666667%;
1853
- }
1854
- .col-sm-3 {
1855
- flex: 0 0 auto;
1856
- width: 25%;
1857
- }
1858
- .col-sm-4 {
1859
- flex: 0 0 auto;
1860
- width: 33.33333333%;
1861
- }
1862
- .col-sm-5 {
1863
- flex: 0 0 auto;
1864
- width: 41.66666667%;
1865
- }
1866
- .col-sm-6 {
1867
- flex: 0 0 auto;
1868
- width: 50%;
1869
- }
1870
- .col-sm-7 {
1871
- flex: 0 0 auto;
1872
- width: 58.33333333%;
1873
- }
1874
- .col-sm-8 {
1875
- flex: 0 0 auto;
1876
- width: 66.66666667%;
1877
- }
1878
- .col-sm-9 {
1879
- flex: 0 0 auto;
1880
- width: 75%;
1881
- }
1882
- .col-sm-10 {
1883
- flex: 0 0 auto;
1884
- width: 83.33333333%;
1885
- }
1886
- .col-sm-11 {
1887
- flex: 0 0 auto;
1888
- width: 91.66666667%;
1889
- }
1890
- .col-sm-12 {
1891
- flex: 0 0 auto;
1892
- width: 100%;
1893
- }
1894
- .offset-sm-0 {
1895
- margin-left: 0;
1896
- }
1897
- .offset-sm-1 {
1898
- margin-left: 8.33333333%;
1899
- }
1900
- .offset-sm-2 {
1901
- margin-left: 16.66666667%;
1902
- }
1903
- .offset-sm-3 {
1904
- margin-left: 25%;
1905
- }
1906
- .offset-sm-4 {
1907
- margin-left: 33.33333333%;
1908
- }
1909
- .offset-sm-5 {
1910
- margin-left: 41.66666667%;
1911
- }
1912
- .offset-sm-6 {
1913
- margin-left: 50%;
1914
- }
1915
- .offset-sm-7 {
1916
- margin-left: 58.33333333%;
1917
- }
1918
- .offset-sm-8 {
1919
- margin-left: 66.66666667%;
1920
- }
1921
- .offset-sm-9 {
1922
- margin-left: 75%;
1923
- }
1924
- .offset-sm-10 {
1925
- margin-left: 83.33333333%;
1926
- }
1927
- .offset-sm-11 {
1928
- margin-left: 91.66666667%;
1929
- }
1930
- .g-sm-0,
1931
- .gx-sm-0 {
1932
- --bs-gutter-x: 0;
1933
- }
1934
- .g-sm-0,
1935
- .gy-sm-0 {
1936
- --bs-gutter-y: 0;
1937
- }
1938
- .g-sm-1,
1939
- .gx-sm-1 {
1940
- --bs-gutter-x: 0.25rem;
1941
- }
1942
- .g-sm-1,
1943
- .gy-sm-1 {
1944
- --bs-gutter-y: 0.25rem;
1945
- }
1946
- .g-sm-2,
1947
- .gx-sm-2 {
1948
- --bs-gutter-x: 0.5rem;
1949
- }
1950
- .g-sm-2,
1951
- .gy-sm-2 {
1952
- --bs-gutter-y: 0.5rem;
1953
- }
1954
- .g-sm-3,
1955
- .gx-sm-3 {
1956
- --bs-gutter-x: 1rem;
1957
- }
1958
- .g-sm-3,
1959
- .gy-sm-3 {
1960
- --bs-gutter-y: 1rem;
1961
- }
1962
- .g-sm-4,
1963
- .gx-sm-4 {
1964
- --bs-gutter-x: 1.5rem;
1965
- }
1966
- .g-sm-4,
1967
- .gy-sm-4 {
1968
- --bs-gutter-y: 1.5rem;
1969
- }
1970
- .g-sm-5,
1971
- .gx-sm-5 {
1972
- --bs-gutter-x: 3rem;
1973
- }
1974
- .g-sm-5,
1975
- .gy-sm-5 {
1976
- --bs-gutter-y: 3rem;
1977
- }
1978
- }
1979
- @media (min-width: 768px) {
1980
- .col-md {
1981
- flex: 1 0 0%;
1982
- }
1983
- .row-cols-md-auto > * {
1984
- flex: 0 0 auto;
1985
- width: auto;
1986
- }
1987
- .row-cols-md-1 > * {
1988
- flex: 0 0 auto;
1989
- width: 100%;
1990
- }
1991
- .row-cols-md-2 > * {
1992
- flex: 0 0 auto;
1993
- width: 50%;
1994
- }
1995
- .row-cols-md-3 > * {
1996
- flex: 0 0 auto;
1997
- width: 33.3333333333%;
1998
- }
1999
- .row-cols-md-4 > * {
2000
- flex: 0 0 auto;
2001
- width: 25%;
2002
- }
2003
- .row-cols-md-5 > * {
2004
- flex: 0 0 auto;
2005
- width: 20%;
2006
- }
2007
- .row-cols-md-6 > * {
2008
- flex: 0 0 auto;
2009
- width: 16.6666666667%;
2010
- }
2011
- .col-md-auto {
2012
- flex: 0 0 auto;
2013
- width: auto;
2014
- }
2015
- .col-md-1 {
2016
- flex: 0 0 auto;
2017
- width: 8.33333333%;
2018
- }
2019
- .col-md-2 {
2020
- flex: 0 0 auto;
2021
- width: 16.66666667%;
2022
- }
2023
- .col-md-3 {
2024
- flex: 0 0 auto;
2025
- width: 25%;
2026
- }
2027
- .col-md-4 {
2028
- flex: 0 0 auto;
2029
- width: 33.33333333%;
2030
- }
2031
- .col-md-5 {
2032
- flex: 0 0 auto;
2033
- width: 41.66666667%;
2034
- }
2035
- .col-md-6 {
2036
- flex: 0 0 auto;
2037
- width: 50%;
2038
- }
2039
- .col-md-7 {
2040
- flex: 0 0 auto;
2041
- width: 58.33333333%;
2042
- }
2043
- .col-md-8 {
2044
- flex: 0 0 auto;
2045
- width: 66.66666667%;
2046
- }
2047
- .col-md-9 {
2048
- flex: 0 0 auto;
2049
- width: 75%;
2050
- }
2051
- .col-md-10 {
2052
- flex: 0 0 auto;
2053
- width: 83.33333333%;
2054
- }
2055
- .col-md-11 {
2056
- flex: 0 0 auto;
2057
- width: 91.66666667%;
2058
- }
2059
- .col-md-12 {
2060
- flex: 0 0 auto;
2061
- width: 100%;
2062
- }
2063
- .offset-md-0 {
2064
- margin-left: 0;
2065
- }
2066
- .offset-md-1 {
2067
- margin-left: 8.33333333%;
2068
- }
2069
- .offset-md-2 {
2070
- margin-left: 16.66666667%;
2071
- }
2072
- .offset-md-3 {
2073
- margin-left: 25%;
2074
- }
2075
- .offset-md-4 {
2076
- margin-left: 33.33333333%;
2077
- }
2078
- .offset-md-5 {
2079
- margin-left: 41.66666667%;
2080
- }
2081
- .offset-md-6 {
2082
- margin-left: 50%;
2083
- }
2084
- .offset-md-7 {
2085
- margin-left: 58.33333333%;
2086
- }
2087
- .offset-md-8 {
2088
- margin-left: 66.66666667%;
2089
- }
2090
- .offset-md-9 {
2091
- margin-left: 75%;
2092
- }
2093
- .offset-md-10 {
2094
- margin-left: 83.33333333%;
2095
- }
2096
- .offset-md-11 {
2097
- margin-left: 91.66666667%;
2098
- }
2099
- .g-md-0,
2100
- .gx-md-0 {
2101
- --bs-gutter-x: 0;
2102
- }
2103
- .g-md-0,
2104
- .gy-md-0 {
2105
- --bs-gutter-y: 0;
2106
- }
2107
- .g-md-1,
2108
- .gx-md-1 {
2109
- --bs-gutter-x: 0.25rem;
2110
- }
2111
- .g-md-1,
2112
- .gy-md-1 {
2113
- --bs-gutter-y: 0.25rem;
2114
- }
2115
- .g-md-2,
2116
- .gx-md-2 {
2117
- --bs-gutter-x: 0.5rem;
2118
- }
2119
- .g-md-2,
2120
- .gy-md-2 {
2121
- --bs-gutter-y: 0.5rem;
2122
- }
2123
- .g-md-3,
2124
- .gx-md-3 {
2125
- --bs-gutter-x: 1rem;
2126
- }
2127
- .g-md-3,
2128
- .gy-md-3 {
2129
- --bs-gutter-y: 1rem;
2130
- }
2131
- .g-md-4,
2132
- .gx-md-4 {
2133
- --bs-gutter-x: 1.5rem;
2134
- }
2135
- .g-md-4,
2136
- .gy-md-4 {
2137
- --bs-gutter-y: 1.5rem;
2138
- }
2139
- .g-md-5,
2140
- .gx-md-5 {
2141
- --bs-gutter-x: 3rem;
2142
- }
2143
- .g-md-5,
2144
- .gy-md-5 {
2145
- --bs-gutter-y: 3rem;
2146
- }
2147
- }
2148
- @media (min-width: 992px) {
2149
- .col-lg {
2150
- flex: 1 0 0%;
2151
- }
2152
- .row-cols-lg-auto > * {
2153
- flex: 0 0 auto;
2154
- width: auto;
2155
- }
2156
- .row-cols-lg-1 > * {
2157
- flex: 0 0 auto;
2158
- width: 100%;
2159
- }
2160
- .row-cols-lg-2 > * {
2161
- flex: 0 0 auto;
2162
- width: 50%;
2163
- }
2164
- .row-cols-lg-3 > * {
2165
- flex: 0 0 auto;
2166
- width: 33.3333333333%;
2167
- }
2168
- .row-cols-lg-4 > * {
2169
- flex: 0 0 auto;
2170
- width: 25%;
2171
- }
2172
- .row-cols-lg-5 > * {
2173
- flex: 0 0 auto;
2174
- width: 20%;
2175
- }
2176
- .row-cols-lg-6 > * {
2177
- flex: 0 0 auto;
2178
- width: 16.6666666667%;
2179
- }
2180
- .col-lg-auto {
2181
- flex: 0 0 auto;
2182
- width: auto;
2183
- }
2184
- .col-lg-1 {
2185
- flex: 0 0 auto;
2186
- width: 8.33333333%;
2187
- }
2188
- .col-lg-2 {
2189
- flex: 0 0 auto;
2190
- width: 16.66666667%;
2191
- }
2192
- .col-lg-3 {
2193
- flex: 0 0 auto;
2194
- width: 25%;
2195
- }
2196
- .col-lg-4 {
2197
- flex: 0 0 auto;
2198
- width: 33.33333333%;
2199
- }
2200
- .col-lg-5 {
2201
- flex: 0 0 auto;
2202
- width: 41.66666667%;
2203
- }
2204
- .col-lg-6 {
2205
- flex: 0 0 auto;
2206
- width: 50%;
2207
- }
2208
- .col-lg-7 {
2209
- flex: 0 0 auto;
2210
- width: 58.33333333%;
2211
- }
2212
- .col-lg-8 {
2213
- flex: 0 0 auto;
2214
- width: 66.66666667%;
2215
- }
2216
- .col-lg-9 {
2217
- flex: 0 0 auto;
2218
- width: 75%;
2219
- }
2220
- .col-lg-10 {
2221
- flex: 0 0 auto;
2222
- width: 83.33333333%;
2223
- }
2224
- .col-lg-11 {
2225
- flex: 0 0 auto;
2226
- width: 91.66666667%;
2227
- }
2228
- .col-lg-12 {
2229
- flex: 0 0 auto;
2230
- width: 100%;
2231
- }
2232
- .offset-lg-0 {
2233
- margin-left: 0;
2234
- }
2235
- .offset-lg-1 {
2236
- margin-left: 8.33333333%;
2237
- }
2238
- .offset-lg-2 {
2239
- margin-left: 16.66666667%;
2240
- }
2241
- .offset-lg-3 {
2242
- margin-left: 25%;
2243
- }
2244
- .offset-lg-4 {
2245
- margin-left: 33.33333333%;
2246
- }
2247
- .offset-lg-5 {
2248
- margin-left: 41.66666667%;
2249
- }
2250
- .offset-lg-6 {
2251
- margin-left: 50%;
2252
- }
2253
- .offset-lg-7 {
2254
- margin-left: 58.33333333%;
2255
- }
2256
- .offset-lg-8 {
2257
- margin-left: 66.66666667%;
2258
- }
2259
- .offset-lg-9 {
2260
- margin-left: 75%;
2261
- }
2262
- .offset-lg-10 {
2263
- margin-left: 83.33333333%;
2264
- }
2265
- .offset-lg-11 {
2266
- margin-left: 91.66666667%;
2267
- }
2268
- .g-lg-0,
2269
- .gx-lg-0 {
2270
- --bs-gutter-x: 0;
2271
- }
2272
- .g-lg-0,
2273
- .gy-lg-0 {
2274
- --bs-gutter-y: 0;
2275
- }
2276
- .g-lg-1,
2277
- .gx-lg-1 {
2278
- --bs-gutter-x: 0.25rem;
2279
- }
2280
- .g-lg-1,
2281
- .gy-lg-1 {
2282
- --bs-gutter-y: 0.25rem;
2283
- }
2284
- .g-lg-2,
2285
- .gx-lg-2 {
2286
- --bs-gutter-x: 0.5rem;
2287
- }
2288
- .g-lg-2,
2289
- .gy-lg-2 {
2290
- --bs-gutter-y: 0.5rem;
2291
- }
2292
- .g-lg-3,
2293
- .gx-lg-3 {
2294
- --bs-gutter-x: 1rem;
2295
- }
2296
- .g-lg-3,
2297
- .gy-lg-3 {
2298
- --bs-gutter-y: 1rem;
2299
- }
2300
- .g-lg-4,
2301
- .gx-lg-4 {
2302
- --bs-gutter-x: 1.5rem;
2303
- }
2304
- .g-lg-4,
2305
- .gy-lg-4 {
2306
- --bs-gutter-y: 1.5rem;
2307
- }
2308
- .g-lg-5,
2309
- .gx-lg-5 {
2310
- --bs-gutter-x: 3rem;
2311
- }
2312
- .g-lg-5,
2313
- .gy-lg-5 {
2314
- --bs-gutter-y: 3rem;
2315
- }
2316
- }
2317
- @media (min-width: 1200px) {
2318
- .col-xl {
2319
- flex: 1 0 0%;
2320
- }
2321
- .row-cols-xl-auto > * {
2322
- flex: 0 0 auto;
2323
- width: auto;
2324
- }
2325
- .row-cols-xl-1 > * {
2326
- flex: 0 0 auto;
2327
- width: 100%;
2328
- }
2329
- .row-cols-xl-2 > * {
2330
- flex: 0 0 auto;
2331
- width: 50%;
2332
- }
2333
- .row-cols-xl-3 > * {
2334
- flex: 0 0 auto;
2335
- width: 33.3333333333%;
2336
- }
2337
- .row-cols-xl-4 > * {
2338
- flex: 0 0 auto;
2339
- width: 25%;
2340
- }
2341
- .row-cols-xl-5 > * {
2342
- flex: 0 0 auto;
2343
- width: 20%;
2344
- }
2345
- .row-cols-xl-6 > * {
2346
- flex: 0 0 auto;
2347
- width: 16.6666666667%;
2348
- }
2349
- .col-xl-auto {
2350
- flex: 0 0 auto;
2351
- width: auto;
2352
- }
2353
- .col-xl-1 {
2354
- flex: 0 0 auto;
2355
- width: 8.33333333%;
2356
- }
2357
- .col-xl-2 {
2358
- flex: 0 0 auto;
2359
- width: 16.66666667%;
2360
- }
2361
- .col-xl-3 {
2362
- flex: 0 0 auto;
2363
- width: 25%;
2364
- }
2365
- .col-xl-4 {
2366
- flex: 0 0 auto;
2367
- width: 33.33333333%;
2368
- }
2369
- .col-xl-5 {
2370
- flex: 0 0 auto;
2371
- width: 41.66666667%;
2372
- }
2373
- .col-xl-6 {
2374
- flex: 0 0 auto;
2375
- width: 50%;
2376
- }
2377
- .col-xl-7 {
2378
- flex: 0 0 auto;
2379
- width: 58.33333333%;
2380
- }
2381
- .col-xl-8 {
2382
- flex: 0 0 auto;
2383
- width: 66.66666667%;
2384
- }
2385
- .col-xl-9 {
2386
- flex: 0 0 auto;
2387
- width: 75%;
2388
- }
2389
- .col-xl-10 {
2390
- flex: 0 0 auto;
2391
- width: 83.33333333%;
2392
- }
2393
- .col-xl-11 {
2394
- flex: 0 0 auto;
2395
- width: 91.66666667%;
2396
- }
2397
- .col-xl-12 {
2398
- flex: 0 0 auto;
2399
- width: 100%;
2400
- }
2401
- .offset-xl-0 {
2402
- margin-left: 0;
2403
- }
2404
- .offset-xl-1 {
2405
- margin-left: 8.33333333%;
2406
- }
2407
- .offset-xl-2 {
2408
- margin-left: 16.66666667%;
2409
- }
2410
- .offset-xl-3 {
2411
- margin-left: 25%;
2412
- }
2413
- .offset-xl-4 {
2414
- margin-left: 33.33333333%;
2415
- }
2416
- .offset-xl-5 {
2417
- margin-left: 41.66666667%;
2418
- }
2419
- .offset-xl-6 {
2420
- margin-left: 50%;
2421
- }
2422
- .offset-xl-7 {
2423
- margin-left: 58.33333333%;
2424
- }
2425
- .offset-xl-8 {
2426
- margin-left: 66.66666667%;
2427
- }
2428
- .offset-xl-9 {
2429
- margin-left: 75%;
2430
- }
2431
- .offset-xl-10 {
2432
- margin-left: 83.33333333%;
2433
- }
2434
- .offset-xl-11 {
2435
- margin-left: 91.66666667%;
2436
- }
2437
- .g-xl-0,
2438
- .gx-xl-0 {
2439
- --bs-gutter-x: 0;
2440
- }
2441
- .g-xl-0,
2442
- .gy-xl-0 {
2443
- --bs-gutter-y: 0;
2444
- }
2445
- .g-xl-1,
2446
- .gx-xl-1 {
2447
- --bs-gutter-x: 0.25rem;
2448
- }
2449
- .g-xl-1,
2450
- .gy-xl-1 {
2451
- --bs-gutter-y: 0.25rem;
2452
- }
2453
- .g-xl-2,
2454
- .gx-xl-2 {
2455
- --bs-gutter-x: 0.5rem;
2456
- }
2457
- .g-xl-2,
2458
- .gy-xl-2 {
2459
- --bs-gutter-y: 0.5rem;
2460
- }
2461
- .g-xl-3,
2462
- .gx-xl-3 {
2463
- --bs-gutter-x: 1rem;
2464
- }
2465
- .g-xl-3,
2466
- .gy-xl-3 {
2467
- --bs-gutter-y: 1rem;
2468
- }
2469
- .g-xl-4,
2470
- .gx-xl-4 {
2471
- --bs-gutter-x: 1.5rem;
2472
- }
2473
- .g-xl-4,
2474
- .gy-xl-4 {
2475
- --bs-gutter-y: 1.5rem;
2476
- }
2477
- .g-xl-5,
2478
- .gx-xl-5 {
2479
- --bs-gutter-x: 3rem;
2480
- }
2481
- .g-xl-5,
2482
- .gy-xl-5 {
2483
- --bs-gutter-y: 3rem;
2484
- }
2485
- }
2486
- @media (min-width: 1400px) {
2487
- .col-xxl {
2488
- flex: 1 0 0%;
2489
- }
2490
- .row-cols-xxl-auto > * {
2491
- flex: 0 0 auto;
2492
- width: auto;
2493
- }
2494
- .row-cols-xxl-1 > * {
2495
- flex: 0 0 auto;
2496
- width: 100%;
2497
- }
2498
- .row-cols-xxl-2 > * {
2499
- flex: 0 0 auto;
2500
- width: 50%;
2501
- }
2502
- .row-cols-xxl-3 > * {
2503
- flex: 0 0 auto;
2504
- width: 33.3333333333%;
2505
- }
2506
- .row-cols-xxl-4 > * {
2507
- flex: 0 0 auto;
2508
- width: 25%;
2509
- }
2510
- .row-cols-xxl-5 > * {
2511
- flex: 0 0 auto;
2512
- width: 20%;
2513
- }
2514
- .row-cols-xxl-6 > * {
2515
- flex: 0 0 auto;
2516
- width: 16.6666666667%;
2517
- }
2518
- .col-xxl-auto {
2519
- flex: 0 0 auto;
2520
- width: auto;
2521
- }
2522
- .col-xxl-1 {
2523
- flex: 0 0 auto;
2524
- width: 8.33333333%;
2525
- }
2526
- .col-xxl-2 {
2527
- flex: 0 0 auto;
2528
- width: 16.66666667%;
2529
- }
2530
- .col-xxl-3 {
2531
- flex: 0 0 auto;
2532
- width: 25%;
2533
- }
2534
- .col-xxl-4 {
2535
- flex: 0 0 auto;
2536
- width: 33.33333333%;
2537
- }
2538
- .col-xxl-5 {
2539
- flex: 0 0 auto;
2540
- width: 41.66666667%;
2541
- }
2542
- .col-xxl-6 {
2543
- flex: 0 0 auto;
2544
- width: 50%;
2545
- }
2546
- .col-xxl-7 {
2547
- flex: 0 0 auto;
2548
- width: 58.33333333%;
2549
- }
2550
- .col-xxl-8 {
2551
- flex: 0 0 auto;
2552
- width: 66.66666667%;
2553
- }
2554
- .col-xxl-9 {
2555
- flex: 0 0 auto;
2556
- width: 75%;
2557
- }
2558
- .col-xxl-10 {
2559
- flex: 0 0 auto;
2560
- width: 83.33333333%;
2561
- }
2562
- .col-xxl-11 {
2563
- flex: 0 0 auto;
2564
- width: 91.66666667%;
2565
- }
2566
- .col-xxl-12 {
2567
- flex: 0 0 auto;
2568
- width: 100%;
2569
- }
2570
- .offset-xxl-0 {
2571
- margin-left: 0;
2572
- }
2573
- .offset-xxl-1 {
2574
- margin-left: 8.33333333%;
2575
- }
2576
- .offset-xxl-2 {
2577
- margin-left: 16.66666667%;
2578
- }
2579
- .offset-xxl-3 {
2580
- margin-left: 25%;
2581
- }
2582
- .offset-xxl-4 {
2583
- margin-left: 33.33333333%;
2584
- }
2585
- .offset-xxl-5 {
2586
- margin-left: 41.66666667%;
2587
- }
2588
- .offset-xxl-6 {
2589
- margin-left: 50%;
2590
- }
2591
- .offset-xxl-7 {
2592
- margin-left: 58.33333333%;
2593
- }
2594
- .offset-xxl-8 {
2595
- margin-left: 66.66666667%;
2596
- }
2597
- .offset-xxl-9 {
2598
- margin-left: 75%;
2599
- }
2600
- .offset-xxl-10 {
2601
- margin-left: 83.33333333%;
2602
- }
2603
- .offset-xxl-11 {
2604
- margin-left: 91.66666667%;
2605
- }
2606
- .g-xxl-0,
2607
- .gx-xxl-0 {
2608
- --bs-gutter-x: 0;
2609
- }
2610
- .g-xxl-0,
2611
- .gy-xxl-0 {
2612
- --bs-gutter-y: 0;
2613
- }
2614
- .g-xxl-1,
2615
- .gx-xxl-1 {
2616
- --bs-gutter-x: 0.25rem;
2617
- }
2618
- .g-xxl-1,
2619
- .gy-xxl-1 {
2620
- --bs-gutter-y: 0.25rem;
2621
- }
2622
- .g-xxl-2,
2623
- .gx-xxl-2 {
2624
- --bs-gutter-x: 0.5rem;
2625
- }
2626
- .g-xxl-2,
2627
- .gy-xxl-2 {
2628
- --bs-gutter-y: 0.5rem;
2629
- }
2630
- .g-xxl-3,
2631
- .gx-xxl-3 {
2632
- --bs-gutter-x: 1rem;
2633
- }
2634
- .g-xxl-3,
2635
- .gy-xxl-3 {
2636
- --bs-gutter-y: 1rem;
2637
- }
2638
- .g-xxl-4,
2639
- .gx-xxl-4 {
2640
- --bs-gutter-x: 1.5rem;
2641
- }
2642
- .g-xxl-4,
2643
- .gy-xxl-4 {
2644
- --bs-gutter-y: 1.5rem;
2645
- }
2646
- .g-xxl-5,
2647
- .gx-xxl-5 {
2648
- --bs-gutter-x: 3rem;
2649
- }
2650
- .g-xxl-5,
2651
- .gy-xxl-5 {
2652
- --bs-gutter-y: 3rem;
2653
- }
2654
- }
2655
1787
  :host {
2656
1788
  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";
2657
1789
  font-size: 1rem;