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