@justifi/webcomponents 4.8.3 → 4.9.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/{Business-42d0c522.js → Business-64dffab7.js} +6 -7
- package/dist/cjs/{BusinessFormEventTypes-863f48e9.js → BusinessFormEventTypes-62990815.js} +1 -1
- package/dist/cjs/{Payout-44b49b2d.js → Payment-89a8bc21.js} +0 -43
- package/dist/cjs/Payout-a2dd7b01.js +45 -0
- package/dist/cjs/{SubAccount-2a803b22.js → SubAccount-f8144025.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +24 -10
- package/dist/{webcomponents/p-4ee44c76.entry.js → cjs/business-details-core.cjs.entry.js} +55 -1
- package/dist/cjs/form-control-datepart_3.cjs.entry.js +1 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
- package/dist/cjs/form-control-select_2.cjs.entry.js +1 -1
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +11036 -0
- package/dist/cjs/{index-55950669.js → index-07ddbad2.js} +0 -3
- package/dist/cjs/justifi-additional-questions_5.cjs.entry.js +2 -2
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
- package/dist/cjs/{select-input_2.cjs.entry.js → justifi-billing-form_4.cjs.entry.js} +1818 -1
- package/dist/cjs/justifi-business-details.cjs.entry.js +43 -57
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +5 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +5 -4
- package/dist/cjs/justifi-business-list.cjs.entry.js +5 -4
- package/dist/cjs/justifi-business-owners.cjs.entry.js +1 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +95 -0
- package/dist/cjs/justifi-checkout.cjs.entry.js +99 -0
- package/dist/cjs/justifi-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +39 -11008
- package/dist/cjs/justifi-new-payment-method_3.cjs.entry.js +168 -0
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +5 -4
- package/dist/cjs/justifi-payment-details.cjs.entry.js +6 -5
- package/dist/cjs/justifi-payment-form.cjs.entry.js +5 -4
- package/dist/cjs/{justifi-billing-form_2.cjs.entry.js → justifi-payment-method-selector.cjs.entry.js} +4 -79
- package/dist/cjs/justifi-payments-list.cjs.entry.js +6 -5
- package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -4
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +5 -4
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +4 -3
- package/dist/cjs/justifi-refund-form.cjs.entry.js +3 -2
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +6 -5
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +5 -4
- package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/payment-details-core.cjs.entry.js +10 -4
- package/dist/cjs/{payment.service-605896dc.js → payment.service-0b0086dc.js} +2 -1
- package/dist/cjs/payments-list-core.cjs.entry.js +4 -3
- package/dist/cjs/payout-details-core.cjs.entry.js +4 -4
- package/dist/cjs/{payout.service-b39f2739.js → payout.service-5cc3b4e9.js} +2 -1
- package/dist/cjs/payouts-list-core.cjs.entry.js +4 -3
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +7 -7
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +3 -3
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +3 -3
- package/dist/cjs/{utils-d126d17c.js → utils-5c3e442d.js} +5 -5
- package/dist/cjs/{utils-29a8a91d.js → utils-84208d99.js} +11 -2
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/Business.js +6 -7
- package/dist/collection/api/Checkout.js +1 -0
- package/dist/collection/api/index.js +1 -0
- package/dist/collection/api/services/business.service.js +8 -0
- package/dist/collection/api/services/checkout.service.js +12 -0
- package/dist/collection/api/services/reports.service.js +9 -0
- package/dist/collection/collection-manifest.json +7 -0
- package/dist/collection/components/billing-form/billing-form.js +1 -2
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +5 -2
- package/dist/collection/components/business-details/additional-questions-details/test/additional-questions.spec.js +16 -0
- package/dist/collection/components/business-details/business-details-core.js +86 -0
- package/dist/collection/components/business-details/business-details.js +20 -65
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +4 -2
- package/dist/collection/components/business-details/generic-info-details/test/generic-info-details.spec.js +16 -0
- package/dist/collection/components/business-details/get-business.js +17 -0
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +5 -2
- package/dist/collection/components/business-details/legal-address-details/test/legal-address-details.spec.js +16 -0
- package/dist/collection/components/business-details/owner-details/owner-details.js +10 -12
- package/dist/collection/components/business-details/owner-details/test/owner-details.spec.js +16 -0
- package/dist/collection/components/business-details/representative-details/representative-details.js +5 -3
- package/dist/collection/components/business-details/representative-details/test/representative-details.spec.js +16 -0
- package/dist/collection/components/business-details/test/busines-details-core.spec.js +53 -0
- package/dist/collection/components/business-details/test/business-details.spec.js +40 -0
- package/dist/collection/components/business-details/test/get-business.spec.js +60 -0
- package/dist/collection/components/checkout/checkout-actions.js +33 -0
- package/dist/collection/components/checkout/checkout-core.css +2604 -0
- package/dist/collection/components/checkout/checkout-core.js +248 -0
- package/dist/collection/components/checkout/checkout.js +112 -0
- package/dist/collection/components/checkout/new-payment-method.js +188 -0
- package/dist/collection/components/checkout/payment-method-option-utils.js +19 -0
- package/dist/collection/components/checkout/payment-method-options.css +7073 -0
- package/dist/collection/components/checkout/payment-method-options.js +248 -0
- package/dist/collection/components/checkout/saved-payment-method.js +123 -0
- package/dist/collection/components/checkout/test/checkout.js +22 -0
- package/dist/collection/components/checkout/test/checkout.spec.js +166 -0
- package/dist/collection/components/checkout/test/mockCheckout.js +19 -0
- package/dist/collection/components/details/utils.js +4 -1
- package/dist/collection/components/gross-payment-chart/get-gross-payment-chart-data.js +14 -0
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +119 -0
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +25 -73
- package/dist/collection/components/gross-payment-chart/test/get-gross-payment-chart-data.spec.js +69 -0
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart-core.spec.js +64 -0
- package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +23 -8
- package/dist/collection/components/payment-details/payment-details-core.js +8 -2
- package/dist/collection/components/payment-details/payment-details.js +0 -1
- package/dist/collection/components/payment-form/payment-form.js +1 -1
- package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +2 -2
- package/dist/collection/utils/utils.js +9 -3
- package/dist/docs.json +1152 -187
- package/dist/esm/{Business-e9340f6b.js → Business-9921d35f.js} +6 -7
- package/dist/esm/{BusinessFormEventTypes-989960ba.js → BusinessFormEventTypes-182e20be.js} +1 -1
- package/dist/esm/{Payout-dc5f009c.js → Payment-55886c86.js} +1 -43
- package/dist/esm/Payout-dfe15b00.js +43 -0
- package/dist/esm/{SubAccount-46b4c2b1.js → SubAccount-76f6d565.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +24 -10
- package/dist/esm/business-details-core.entry.js +51 -0
- package/dist/esm/form-control-datepart_3.entry.js +1 -1
- package/dist/esm/form-control-monetary.entry.js +1 -1
- package/dist/esm/form-control-select_2.entry.js +1 -1
- package/dist/esm/gross-payment-chart-core.entry.js +11032 -0
- package/dist/esm/{index-62b8aa8a.js → index-fb5ca346.js} +0 -3
- package/dist/esm/justifi-additional-questions_5.entry.js +2 -2
- package/dist/esm/justifi-bank-account-form.entry.js +1 -1
- package/dist/esm/{select-input_2.entry.js → justifi-billing-form_4.entry.js} +1817 -2
- package/dist/esm/justifi-business-details.entry.js +42 -56
- package/dist/esm/justifi-business-form-stepped.entry.js +5 -4
- package/dist/esm/justifi-business-form.entry.js +5 -4
- package/dist/esm/justifi-business-list.entry.js +5 -4
- package/dist/esm/justifi-business-owners.entry.js +1 -1
- package/dist/esm/justifi-card-form.entry.js +1 -1
- package/dist/esm/justifi-checkout-core.entry.js +91 -0
- package/dist/esm/justifi-checkout.entry.js +95 -0
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-gross-payment-chart.entry.js +39 -11008
- package/dist/esm/justifi-new-payment-method_3.entry.js +162 -0
- package/dist/esm/justifi-payment-balance-transactions.entry.js +4 -3
- package/dist/esm/justifi-payment-details.entry.js +5 -4
- package/dist/esm/justifi-payment-form.entry.js +4 -3
- package/dist/esm/{justifi-billing-form_2.entry.js → justifi-payment-method-selector.entry.js} +4 -78
- package/dist/esm/justifi-payments-list.entry.js +5 -4
- package/dist/esm/justifi-payout-details.entry.js +5 -4
- package/dist/esm/justifi-payouts-list.entry.js +5 -4
- package/dist/esm/justifi-proceeds-list.entry.js +4 -3
- package/dist/esm/justifi-refund-form.entry.js +3 -2
- package/dist/esm/justifi-subaccount-details.entry.js +6 -5
- package/dist/esm/justifi-subaccounts-list.entry.js +5 -4
- package/dist/esm/justifi-table_2.entry.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/payment-details-core.entry.js +10 -4
- package/dist/esm/{payment.service-bea02ccf.js → payment.service-f274ef98.js} +2 -1
- package/dist/esm/payments-list-core.entry.js +4 -3
- package/dist/esm/payout-details-core.entry.js +4 -4
- package/dist/esm/{payout.service-92e56814.js → payout.service-af293f61.js} +2 -1
- package/dist/esm/payouts-list-core.entry.js +4 -3
- package/dist/esm/subaccount-account-details_4.entry.js +7 -7
- package/dist/esm/subaccount-bank-details.entry.js +3 -3
- package/dist/esm/subaccount-terms-details.entry.js +3 -3
- package/dist/esm/{utils-76a93600.js → utils-5193fcd7.js} +10 -3
- package/dist/esm/{utils-576874df.js → utils-a3e96d9f.js} +5 -5
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/Business.js +6 -7
- package/dist/module/Payment.js +138 -0
- package/dist/module/Payout.js +1 -138
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/additional-questions-details2.js +5 -2
- package/dist/module/billing-form.js +1 -2
- package/dist/module/business-details-core.d.ts +11 -0
- package/dist/module/business-details-core.js +6 -0
- package/dist/module/business-details-core2.js +101 -0
- package/dist/module/checkout-core.js +163 -0
- package/dist/module/generic-info-details2.js +4 -2
- package/dist/module/gross-payment-chart-core.d.ts +11 -0
- package/dist/module/gross-payment-chart-core.js +6 -0
- package/dist/module/gross-payment-chart-core2.js +11055 -0
- package/dist/module/justifi-business-details.js +51 -60
- package/dist/module/justifi-business-form-stepped.js +1 -0
- package/dist/module/justifi-business-form.js +1 -0
- package/dist/module/justifi-business-list.js +2 -1
- package/dist/module/justifi-checkout-core.d.ts +11 -0
- package/dist/module/justifi-checkout-core.js +6 -0
- package/dist/module/justifi-checkout.d.ts +11 -0
- package/dist/module/justifi-checkout.js +172 -0
- package/dist/module/justifi-gross-payment-chart.js +49 -11016
- package/dist/module/justifi-new-payment-method.d.ts +11 -0
- package/dist/module/justifi-new-payment-method.js +6 -0
- package/dist/module/justifi-payment-balance-transactions.js +3 -2
- package/dist/module/justifi-payment-details.js +2 -1
- package/dist/module/justifi-payment-form.js +2 -1
- package/dist/module/justifi-payment-method-options.d.ts +11 -0
- package/dist/module/justifi-payment-method-options.js +6 -0
- package/dist/module/justifi-payments-list.js +2 -1
- package/dist/module/justifi-payout-details.js +2 -1
- package/dist/module/justifi-payouts-list.js +2 -1
- package/dist/module/justifi-proceeds-list.js +2 -1
- package/dist/module/justifi-refund-form.js +1 -0
- package/dist/module/justifi-saved-payment-method.d.ts +11 -0
- package/dist/module/justifi-saved-payment-method.js +6 -0
- package/dist/module/justifi-subaccount-details.js +2 -1
- package/dist/module/justifi-subaccounts-list.js +2 -1
- package/dist/module/legal-address-details2.js +5 -2
- package/dist/module/new-payment-method.js +105 -0
- package/dist/module/owner-details2.js +10 -4
- package/dist/module/payment-details-core2.js +9 -3
- package/dist/module/payment-method-form.js +3 -2
- package/dist/module/payment-method-options.js +128 -0
- package/dist/module/payment-method-selector.js +2 -1
- package/dist/module/payment.service.js +1 -0
- package/dist/module/payments-list-core2.js +2 -1
- package/dist/module/payout-details-core2.js +3 -3
- package/dist/module/payout.service.js +1 -0
- package/dist/module/payouts-list-core2.js +3 -2
- package/dist/module/representative-details2.js +5 -3
- package/dist/module/saved-payment-method.js +66 -0
- package/dist/module/subaccount-account-details2.js +2 -2
- package/dist/module/subaccount-bank-details.js +2 -2
- package/dist/module/subaccount-merchant-details2.js +3 -3
- package/dist/module/subaccount-owners-details2.js +2 -2
- package/dist/module/subaccount-representative-details2.js +2 -2
- package/dist/module/subaccount-terms-details.js +2 -2
- package/dist/module/utils.js +4 -4
- package/dist/module/utils2.js +10 -3
- package/dist/types/api/Api.d.ts +1 -1
- package/dist/types/api/Checkout.d.ts +14 -0
- package/dist/types/api/index.d.ts +1 -0
- package/dist/types/api/services/business.service.d.ts +8 -0
- package/dist/types/api/services/checkout.service.d.ts +9 -0
- package/dist/types/api/services/reports.service.d.ts +5 -0
- package/dist/types/components/billing-form/billing-form.d.ts +0 -1
- package/dist/types/components/business-details/business-details-core.d.ts +16 -0
- package/dist/types/components/business-details/business-details.d.ts +3 -13
- package/dist/types/components/business-details/get-business.d.ts +8 -0
- package/dist/types/components/business-details/owner-details/owner-details.d.ts +0 -8
- package/dist/types/components/checkout/checkout-actions.d.ts +17 -0
- package/dist/types/components/checkout/checkout-core.d.ts +28 -0
- package/dist/types/components/checkout/checkout.d.ts +12 -0
- package/dist/types/components/checkout/new-payment-method.d.ts +17 -0
- package/dist/types/components/checkout/payment-method-option-utils.d.ts +16 -0
- package/dist/types/components/checkout/payment-method-options.d.ts +18 -0
- package/dist/types/components/checkout/saved-payment-method.d.ts +11 -0
- package/dist/types/components/checkout/test/checkout.d.ts +1 -0
- package/dist/types/components/checkout/test/mockCheckout.d.ts +19 -0
- package/dist/types/components/details/utils.d.ts +1 -1
- package/dist/types/components/gross-payment-chart/get-gross-payment-chart-data.d.ts +11 -0
- package/dist/types/components/gross-payment-chart/gross-payment-chart-core.d.ts +18 -0
- package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +4 -14
- package/dist/types/components/payment-details/payment-details.d.ts +0 -1
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +3 -9
- package/dist/types/components.d.ts +217 -32
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/webcomponents/p-018b71f5.entry.js +1 -0
- package/dist/webcomponents/p-0923e39c.js +1 -0
- package/dist/webcomponents/{p-7a1a06c0.entry.js → p-09b94d22.entry.js} +1 -1
- package/dist/webcomponents/p-1b04d091.entry.js +1 -0
- package/dist/webcomponents/{p-0a0cf2e6.entry.js → p-1bac1674.entry.js} +1 -1
- package/dist/webcomponents/p-1cbdca15.entry.js +1 -0
- package/dist/webcomponents/p-3134ab82.entry.js +1 -0
- package/dist/webcomponents/{p-22c1acd6.js → p-34f9fe6b.js} +1 -1
- package/dist/webcomponents/p-3bae0ed3.entry.js +1 -0
- package/dist/webcomponents/p-41031759.entry.js +1 -0
- package/dist/webcomponents/p-41490d96.entry.js +1 -0
- package/dist/webcomponents/p-44b88365.entry.js +1 -0
- package/dist/webcomponents/{p-081cf5f6.entry.js → p-4ed3a9f5.entry.js} +1 -1
- package/dist/webcomponents/{p-6478f3ca.js → p-4edd9721.js} +1 -1
- package/dist/webcomponents/p-51b0bf2a.entry.js +1 -0
- package/dist/webcomponents/p-531844f6.entry.js +1 -0
- package/dist/webcomponents/{p-4fa27a28.entry.js → p-591e29bf.entry.js} +1 -1
- package/dist/webcomponents/p-5d5d7550.entry.js +1 -0
- package/dist/webcomponents/{p-810b72b5.js → p-5ea274b8.js} +1 -1
- package/dist/webcomponents/{p-4ba2c711.entry.js → p-5f785ede.entry.js} +1 -1
- package/dist/webcomponents/p-63296409.js +1 -0
- package/dist/webcomponents/{p-4f14df36.js → p-6d05174c.js} +1 -1
- package/dist/webcomponents/p-72d1ad98.entry.js +1 -0
- package/dist/webcomponents/{p-40349ffc.entry.js → p-796cf44f.entry.js} +1 -1
- package/dist/webcomponents/p-79f99d62.entry.js +1 -0
- package/dist/webcomponents/p-7b2cddc7.js +1 -0
- package/dist/webcomponents/{p-7c0f91fa.entry.js → p-7cd06ada.entry.js} +1 -1
- package/dist/webcomponents/p-8f895ec3.entry.js +1 -0
- package/dist/webcomponents/p-92a55427.entry.js +1 -0
- package/dist/webcomponents/p-97c42345.entry.js +1 -0
- package/dist/webcomponents/p-99a8b7d0.entry.js +1 -0
- package/dist/webcomponents/p-9a63eec9.entry.js +1 -0
- package/dist/webcomponents/p-9c310f5c.entry.js +1 -0
- package/dist/webcomponents/p-9e3771b7.entry.js +19 -0
- package/dist/webcomponents/{p-6d0725ef.entry.js → p-a81229a5.entry.js} +1 -1
- package/dist/webcomponents/{p-234bc840.entry.js → p-adc96df1.entry.js} +1 -1
- package/dist/webcomponents/p-baafa7f5.js +1 -0
- package/dist/webcomponents/p-babd292f.entry.js +1 -0
- package/dist/webcomponents/{p-5c0310ee.js → p-bb037696.js} +1 -1
- package/dist/webcomponents/p-bb7f6095.entry.js +1 -0
- package/dist/webcomponents/p-c032b216.entry.js +1 -0
- package/dist/webcomponents/{p-08833966.entry.js → p-c2c3d5d1.entry.js} +1 -1
- package/dist/webcomponents/p-c8d51336.entry.js +1 -0
- package/dist/webcomponents/{p-4c01df65.entry.js → p-dc05b5c5.entry.js} +1 -1
- package/dist/webcomponents/p-e3fab0e2.js +1 -0
- package/dist/webcomponents/p-e536a4c1.entry.js +1 -0
- package/dist/webcomponents/p-ec358d69.entry.js +1 -0
- package/dist/webcomponents/p-f55ac955.entry.js +1 -0
- package/dist/webcomponents/p-f64a85cf.entry.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +3 -2
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +0 -1747
- package/dist/esm/justifi-payment-method-form.entry.js +0 -1743
- package/dist/webcomponents/p-0bc8b02e.entry.js +0 -1
- package/dist/webcomponents/p-112acd3c.entry.js +0 -1
- package/dist/webcomponents/p-1555e6b1.js +0 -1
- package/dist/webcomponents/p-16f41fd0.entry.js +0 -1
- package/dist/webcomponents/p-17715325.js +0 -1
- package/dist/webcomponents/p-3a4d4869.entry.js +0 -1
- package/dist/webcomponents/p-3cb0b96d.js +0 -1
- package/dist/webcomponents/p-5422a24b.entry.js +0 -1
- package/dist/webcomponents/p-578e0a05.entry.js +0 -1
- package/dist/webcomponents/p-640d90dc.entry.js +0 -1
- package/dist/webcomponents/p-663bfe87.js +0 -1
- package/dist/webcomponents/p-696396c7.entry.js +0 -1
- package/dist/webcomponents/p-6ab67031.entry.js +0 -1
- package/dist/webcomponents/p-8516d602.entry.js +0 -1
- package/dist/webcomponents/p-894a7475.entry.js +0 -19
- package/dist/webcomponents/p-94ebfafb.entry.js +0 -1
- package/dist/webcomponents/p-9cb3ff78.entry.js +0 -1
- package/dist/webcomponents/p-9e81808f.entry.js +0 -1
- package/dist/webcomponents/p-a432110c.entry.js +0 -1
- package/dist/webcomponents/p-b1881723.entry.js +0 -1
- package/dist/webcomponents/p-b5aba473.entry.js +0 -1
- package/dist/webcomponents/p-bd099662.entry.js +0 -1
- package/dist/webcomponents/p-bfd917b8.entry.js +0 -1
- package/dist/webcomponents/p-c90fa055.entry.js +0 -1
- package/dist/webcomponents/p-ebb91944.entry.js +0 -1
- package/dist/webcomponents/p-ec4f27e7.entry.js +0 -1
- package/dist/webcomponents/p-fa495a43.entry.js +0 -1
|
@@ -0,0 +1,2604 @@
|
|
|
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:disabled, .btn.disabled, fieldset:disabled .btn {
|
|
2129
|
+
color: var(--bs-btn-disabled-color);
|
|
2130
|
+
pointer-events: none;
|
|
2131
|
+
background-color: var(--bs-btn-disabled-bg);
|
|
2132
|
+
border-color: var(--bs-btn-disabled-border-color);
|
|
2133
|
+
opacity: var(--bs-btn-disabled-opacity);
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.btn-primary {
|
|
2137
|
+
--bs-btn-color: #fff;
|
|
2138
|
+
--bs-btn-bg: #0d6efd;
|
|
2139
|
+
--bs-btn-border-color: #0d6efd;
|
|
2140
|
+
--bs-btn-hover-color: #fff;
|
|
2141
|
+
--bs-btn-hover-bg: #0b5ed7;
|
|
2142
|
+
--bs-btn-hover-border-color: #0a58ca;
|
|
2143
|
+
--bs-btn-focus-shadow-rgb: 49, 132, 253;
|
|
2144
|
+
--bs-btn-active-color: #fff;
|
|
2145
|
+
--bs-btn-active-bg: #0a58ca;
|
|
2146
|
+
--bs-btn-active-border-color: #0a53be;
|
|
2147
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2148
|
+
--bs-btn-disabled-color: #fff;
|
|
2149
|
+
--bs-btn-disabled-bg: #0d6efd;
|
|
2150
|
+
--bs-btn-disabled-border-color: #0d6efd;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
.btn-secondary {
|
|
2154
|
+
--bs-btn-color: #fff;
|
|
2155
|
+
--bs-btn-bg: #6c757d;
|
|
2156
|
+
--bs-btn-border-color: #6c757d;
|
|
2157
|
+
--bs-btn-hover-color: #fff;
|
|
2158
|
+
--bs-btn-hover-bg: #5c636a;
|
|
2159
|
+
--bs-btn-hover-border-color: #565e64;
|
|
2160
|
+
--bs-btn-focus-shadow-rgb: 130, 138, 145;
|
|
2161
|
+
--bs-btn-active-color: #fff;
|
|
2162
|
+
--bs-btn-active-bg: #565e64;
|
|
2163
|
+
--bs-btn-active-border-color: #51585e;
|
|
2164
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2165
|
+
--bs-btn-disabled-color: #fff;
|
|
2166
|
+
--bs-btn-disabled-bg: #6c757d;
|
|
2167
|
+
--bs-btn-disabled-border-color: #6c757d;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
.btn-success {
|
|
2171
|
+
--bs-btn-color: #fff;
|
|
2172
|
+
--bs-btn-bg: #198754;
|
|
2173
|
+
--bs-btn-border-color: #198754;
|
|
2174
|
+
--bs-btn-hover-color: #fff;
|
|
2175
|
+
--bs-btn-hover-bg: #157347;
|
|
2176
|
+
--bs-btn-hover-border-color: #146c43;
|
|
2177
|
+
--bs-btn-focus-shadow-rgb: 60, 153, 110;
|
|
2178
|
+
--bs-btn-active-color: #fff;
|
|
2179
|
+
--bs-btn-active-bg: #146c43;
|
|
2180
|
+
--bs-btn-active-border-color: #13653f;
|
|
2181
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2182
|
+
--bs-btn-disabled-color: #fff;
|
|
2183
|
+
--bs-btn-disabled-bg: #198754;
|
|
2184
|
+
--bs-btn-disabled-border-color: #198754;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
.btn-info {
|
|
2188
|
+
--bs-btn-color: #000;
|
|
2189
|
+
--bs-btn-bg: #0dcaf0;
|
|
2190
|
+
--bs-btn-border-color: #0dcaf0;
|
|
2191
|
+
--bs-btn-hover-color: #000;
|
|
2192
|
+
--bs-btn-hover-bg: #31d2f2;
|
|
2193
|
+
--bs-btn-hover-border-color: #25cff2;
|
|
2194
|
+
--bs-btn-focus-shadow-rgb: 11, 172, 204;
|
|
2195
|
+
--bs-btn-active-color: #000;
|
|
2196
|
+
--bs-btn-active-bg: #3dd5f3;
|
|
2197
|
+
--bs-btn-active-border-color: #25cff2;
|
|
2198
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2199
|
+
--bs-btn-disabled-color: #000;
|
|
2200
|
+
--bs-btn-disabled-bg: #0dcaf0;
|
|
2201
|
+
--bs-btn-disabled-border-color: #0dcaf0;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.btn-warning {
|
|
2205
|
+
--bs-btn-color: #000;
|
|
2206
|
+
--bs-btn-bg: #ffc107;
|
|
2207
|
+
--bs-btn-border-color: #ffc107;
|
|
2208
|
+
--bs-btn-hover-color: #000;
|
|
2209
|
+
--bs-btn-hover-bg: #ffca2c;
|
|
2210
|
+
--bs-btn-hover-border-color: #ffc720;
|
|
2211
|
+
--bs-btn-focus-shadow-rgb: 217, 164, 6;
|
|
2212
|
+
--bs-btn-active-color: #000;
|
|
2213
|
+
--bs-btn-active-bg: #ffcd39;
|
|
2214
|
+
--bs-btn-active-border-color: #ffc720;
|
|
2215
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2216
|
+
--bs-btn-disabled-color: #000;
|
|
2217
|
+
--bs-btn-disabled-bg: #ffc107;
|
|
2218
|
+
--bs-btn-disabled-border-color: #ffc107;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.btn-danger {
|
|
2222
|
+
--bs-btn-color: #fff;
|
|
2223
|
+
--bs-btn-bg: #dc3545;
|
|
2224
|
+
--bs-btn-border-color: #dc3545;
|
|
2225
|
+
--bs-btn-hover-color: #fff;
|
|
2226
|
+
--bs-btn-hover-bg: #bb2d3b;
|
|
2227
|
+
--bs-btn-hover-border-color: #b02a37;
|
|
2228
|
+
--bs-btn-focus-shadow-rgb: 225, 83, 97;
|
|
2229
|
+
--bs-btn-active-color: #fff;
|
|
2230
|
+
--bs-btn-active-bg: #b02a37;
|
|
2231
|
+
--bs-btn-active-border-color: #a52834;
|
|
2232
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2233
|
+
--bs-btn-disabled-color: #fff;
|
|
2234
|
+
--bs-btn-disabled-bg: #dc3545;
|
|
2235
|
+
--bs-btn-disabled-border-color: #dc3545;
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
.btn-light {
|
|
2239
|
+
--bs-btn-color: #000;
|
|
2240
|
+
--bs-btn-bg: #f8f9fa;
|
|
2241
|
+
--bs-btn-border-color: #f8f9fa;
|
|
2242
|
+
--bs-btn-hover-color: #000;
|
|
2243
|
+
--bs-btn-hover-bg: #d3d4d5;
|
|
2244
|
+
--bs-btn-hover-border-color: #c6c7c8;
|
|
2245
|
+
--bs-btn-focus-shadow-rgb: 211, 212, 213;
|
|
2246
|
+
--bs-btn-active-color: #000;
|
|
2247
|
+
--bs-btn-active-bg: #c6c7c8;
|
|
2248
|
+
--bs-btn-active-border-color: #babbbc;
|
|
2249
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2250
|
+
--bs-btn-disabled-color: #000;
|
|
2251
|
+
--bs-btn-disabled-bg: #f8f9fa;
|
|
2252
|
+
--bs-btn-disabled-border-color: #f8f9fa;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
.btn-dark {
|
|
2256
|
+
--bs-btn-color: #fff;
|
|
2257
|
+
--bs-btn-bg: #212529;
|
|
2258
|
+
--bs-btn-border-color: #212529;
|
|
2259
|
+
--bs-btn-hover-color: #fff;
|
|
2260
|
+
--bs-btn-hover-bg: #424649;
|
|
2261
|
+
--bs-btn-hover-border-color: #373b3e;
|
|
2262
|
+
--bs-btn-focus-shadow-rgb: 66, 70, 73;
|
|
2263
|
+
--bs-btn-active-color: #fff;
|
|
2264
|
+
--bs-btn-active-bg: #4d5154;
|
|
2265
|
+
--bs-btn-active-border-color: #373b3e;
|
|
2266
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2267
|
+
--bs-btn-disabled-color: #fff;
|
|
2268
|
+
--bs-btn-disabled-bg: #212529;
|
|
2269
|
+
--bs-btn-disabled-border-color: #212529;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
.btn-outline-primary {
|
|
2273
|
+
--bs-btn-color: #0d6efd;
|
|
2274
|
+
--bs-btn-border-color: #0d6efd;
|
|
2275
|
+
--bs-btn-hover-color: #fff;
|
|
2276
|
+
--bs-btn-hover-bg: #0d6efd;
|
|
2277
|
+
--bs-btn-hover-border-color: #0d6efd;
|
|
2278
|
+
--bs-btn-focus-shadow-rgb: 13, 110, 253;
|
|
2279
|
+
--bs-btn-active-color: #fff;
|
|
2280
|
+
--bs-btn-active-bg: #0d6efd;
|
|
2281
|
+
--bs-btn-active-border-color: #0d6efd;
|
|
2282
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2283
|
+
--bs-btn-disabled-color: #0d6efd;
|
|
2284
|
+
--bs-btn-disabled-bg: transparent;
|
|
2285
|
+
--bs-btn-disabled-border-color: #0d6efd;
|
|
2286
|
+
--bs-gradient: none;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
.btn-outline-secondary {
|
|
2290
|
+
--bs-btn-color: #6c757d;
|
|
2291
|
+
--bs-btn-border-color: #6c757d;
|
|
2292
|
+
--bs-btn-hover-color: #fff;
|
|
2293
|
+
--bs-btn-hover-bg: #6c757d;
|
|
2294
|
+
--bs-btn-hover-border-color: #6c757d;
|
|
2295
|
+
--bs-btn-focus-shadow-rgb: 108, 117, 125;
|
|
2296
|
+
--bs-btn-active-color: #fff;
|
|
2297
|
+
--bs-btn-active-bg: #6c757d;
|
|
2298
|
+
--bs-btn-active-border-color: #6c757d;
|
|
2299
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2300
|
+
--bs-btn-disabled-color: #6c757d;
|
|
2301
|
+
--bs-btn-disabled-bg: transparent;
|
|
2302
|
+
--bs-btn-disabled-border-color: #6c757d;
|
|
2303
|
+
--bs-gradient: none;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
.btn-outline-success {
|
|
2307
|
+
--bs-btn-color: #198754;
|
|
2308
|
+
--bs-btn-border-color: #198754;
|
|
2309
|
+
--bs-btn-hover-color: #fff;
|
|
2310
|
+
--bs-btn-hover-bg: #198754;
|
|
2311
|
+
--bs-btn-hover-border-color: #198754;
|
|
2312
|
+
--bs-btn-focus-shadow-rgb: 25, 135, 84;
|
|
2313
|
+
--bs-btn-active-color: #fff;
|
|
2314
|
+
--bs-btn-active-bg: #198754;
|
|
2315
|
+
--bs-btn-active-border-color: #198754;
|
|
2316
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2317
|
+
--bs-btn-disabled-color: #198754;
|
|
2318
|
+
--bs-btn-disabled-bg: transparent;
|
|
2319
|
+
--bs-btn-disabled-border-color: #198754;
|
|
2320
|
+
--bs-gradient: none;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
.btn-outline-info {
|
|
2324
|
+
--bs-btn-color: #0dcaf0;
|
|
2325
|
+
--bs-btn-border-color: #0dcaf0;
|
|
2326
|
+
--bs-btn-hover-color: #000;
|
|
2327
|
+
--bs-btn-hover-bg: #0dcaf0;
|
|
2328
|
+
--bs-btn-hover-border-color: #0dcaf0;
|
|
2329
|
+
--bs-btn-focus-shadow-rgb: 13, 202, 240;
|
|
2330
|
+
--bs-btn-active-color: #000;
|
|
2331
|
+
--bs-btn-active-bg: #0dcaf0;
|
|
2332
|
+
--bs-btn-active-border-color: #0dcaf0;
|
|
2333
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2334
|
+
--bs-btn-disabled-color: #0dcaf0;
|
|
2335
|
+
--bs-btn-disabled-bg: transparent;
|
|
2336
|
+
--bs-btn-disabled-border-color: #0dcaf0;
|
|
2337
|
+
--bs-gradient: none;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
.btn-outline-warning {
|
|
2341
|
+
--bs-btn-color: #ffc107;
|
|
2342
|
+
--bs-btn-border-color: #ffc107;
|
|
2343
|
+
--bs-btn-hover-color: #000;
|
|
2344
|
+
--bs-btn-hover-bg: #ffc107;
|
|
2345
|
+
--bs-btn-hover-border-color: #ffc107;
|
|
2346
|
+
--bs-btn-focus-shadow-rgb: 255, 193, 7;
|
|
2347
|
+
--bs-btn-active-color: #000;
|
|
2348
|
+
--bs-btn-active-bg: #ffc107;
|
|
2349
|
+
--bs-btn-active-border-color: #ffc107;
|
|
2350
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2351
|
+
--bs-btn-disabled-color: #ffc107;
|
|
2352
|
+
--bs-btn-disabled-bg: transparent;
|
|
2353
|
+
--bs-btn-disabled-border-color: #ffc107;
|
|
2354
|
+
--bs-gradient: none;
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.btn-outline-danger {
|
|
2358
|
+
--bs-btn-color: #dc3545;
|
|
2359
|
+
--bs-btn-border-color: #dc3545;
|
|
2360
|
+
--bs-btn-hover-color: #fff;
|
|
2361
|
+
--bs-btn-hover-bg: #dc3545;
|
|
2362
|
+
--bs-btn-hover-border-color: #dc3545;
|
|
2363
|
+
--bs-btn-focus-shadow-rgb: 220, 53, 69;
|
|
2364
|
+
--bs-btn-active-color: #fff;
|
|
2365
|
+
--bs-btn-active-bg: #dc3545;
|
|
2366
|
+
--bs-btn-active-border-color: #dc3545;
|
|
2367
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2368
|
+
--bs-btn-disabled-color: #dc3545;
|
|
2369
|
+
--bs-btn-disabled-bg: transparent;
|
|
2370
|
+
--bs-btn-disabled-border-color: #dc3545;
|
|
2371
|
+
--bs-gradient: none;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.btn-outline-light {
|
|
2375
|
+
--bs-btn-color: #f8f9fa;
|
|
2376
|
+
--bs-btn-border-color: #f8f9fa;
|
|
2377
|
+
--bs-btn-hover-color: #000;
|
|
2378
|
+
--bs-btn-hover-bg: #f8f9fa;
|
|
2379
|
+
--bs-btn-hover-border-color: #f8f9fa;
|
|
2380
|
+
--bs-btn-focus-shadow-rgb: 248, 249, 250;
|
|
2381
|
+
--bs-btn-active-color: #000;
|
|
2382
|
+
--bs-btn-active-bg: #f8f9fa;
|
|
2383
|
+
--bs-btn-active-border-color: #f8f9fa;
|
|
2384
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2385
|
+
--bs-btn-disabled-color: #f8f9fa;
|
|
2386
|
+
--bs-btn-disabled-bg: transparent;
|
|
2387
|
+
--bs-btn-disabled-border-color: #f8f9fa;
|
|
2388
|
+
--bs-gradient: none;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
.btn-outline-dark {
|
|
2392
|
+
--bs-btn-color: #212529;
|
|
2393
|
+
--bs-btn-border-color: #212529;
|
|
2394
|
+
--bs-btn-hover-color: #fff;
|
|
2395
|
+
--bs-btn-hover-bg: #212529;
|
|
2396
|
+
--bs-btn-hover-border-color: #212529;
|
|
2397
|
+
--bs-btn-focus-shadow-rgb: 33, 37, 41;
|
|
2398
|
+
--bs-btn-active-color: #fff;
|
|
2399
|
+
--bs-btn-active-bg: #212529;
|
|
2400
|
+
--bs-btn-active-border-color: #212529;
|
|
2401
|
+
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2402
|
+
--bs-btn-disabled-color: #212529;
|
|
2403
|
+
--bs-btn-disabled-bg: transparent;
|
|
2404
|
+
--bs-btn-disabled-border-color: #212529;
|
|
2405
|
+
--bs-gradient: none;
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
.btn-link {
|
|
2409
|
+
--bs-btn-font-weight: 400;
|
|
2410
|
+
--bs-btn-color: var(--bs-link-color);
|
|
2411
|
+
--bs-btn-bg: transparent;
|
|
2412
|
+
--bs-btn-border-color: transparent;
|
|
2413
|
+
--bs-btn-hover-color: var(--bs-link-hover-color);
|
|
2414
|
+
--bs-btn-hover-border-color: transparent;
|
|
2415
|
+
--bs-btn-active-color: var(--bs-link-hover-color);
|
|
2416
|
+
--bs-btn-active-border-color: transparent;
|
|
2417
|
+
--bs-btn-disabled-color: #6c757d;
|
|
2418
|
+
--bs-btn-disabled-border-color: transparent;
|
|
2419
|
+
--bs-btn-box-shadow: 0 0 0 #000;
|
|
2420
|
+
--bs-btn-focus-shadow-rgb: 49, 132, 253;
|
|
2421
|
+
text-decoration: underline;
|
|
2422
|
+
}
|
|
2423
|
+
.btn-link:focus-visible {
|
|
2424
|
+
color: var(--bs-btn-color);
|
|
2425
|
+
}
|
|
2426
|
+
.btn-link:hover {
|
|
2427
|
+
color: var(--bs-btn-hover-color);
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.btn-lg {
|
|
2431
|
+
--bs-btn-padding-y: 0.5rem;
|
|
2432
|
+
--bs-btn-padding-x: 1rem;
|
|
2433
|
+
--bs-btn-font-size: 1.25rem;
|
|
2434
|
+
--bs-btn-border-radius: var(--bs-border-radius-lg);
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
.btn-sm {
|
|
2438
|
+
--bs-btn-padding-y: 0.25rem;
|
|
2439
|
+
--bs-btn-padding-x: 0.5rem;
|
|
2440
|
+
--bs-btn-font-size: 0.875rem;
|
|
2441
|
+
--bs-btn-border-radius: var(--bs-border-radius-sm);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.spinner-grow,
|
|
2445
|
+
.spinner-border {
|
|
2446
|
+
display: inline-block;
|
|
2447
|
+
width: var(--bs-spinner-width);
|
|
2448
|
+
height: var(--bs-spinner-height);
|
|
2449
|
+
vertical-align: var(--bs-spinner-vertical-align);
|
|
2450
|
+
border-radius: 50%;
|
|
2451
|
+
animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
@keyframes spinner-border {
|
|
2455
|
+
to {
|
|
2456
|
+
transform: rotate(360deg) /* rtl:ignore */;
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
2459
|
+
.spinner-border {
|
|
2460
|
+
--bs-spinner-width: 2rem;
|
|
2461
|
+
--bs-spinner-height: 2rem;
|
|
2462
|
+
--bs-spinner-vertical-align: -0.125em;
|
|
2463
|
+
--bs-spinner-border-width: 0.25em;
|
|
2464
|
+
--bs-spinner-animation-speed: 0.75s;
|
|
2465
|
+
--bs-spinner-animation-name: spinner-border;
|
|
2466
|
+
border: var(--bs-spinner-border-width) solid currentcolor;
|
|
2467
|
+
border-right-color: transparent;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.spinner-border-sm {
|
|
2471
|
+
--bs-spinner-width: 1rem;
|
|
2472
|
+
--bs-spinner-height: 1rem;
|
|
2473
|
+
--bs-spinner-border-width: 0.2em;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
@keyframes spinner-grow {
|
|
2477
|
+
0% {
|
|
2478
|
+
transform: scale(0);
|
|
2479
|
+
}
|
|
2480
|
+
50% {
|
|
2481
|
+
opacity: 1;
|
|
2482
|
+
transform: none;
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
.spinner-grow {
|
|
2486
|
+
--bs-spinner-width: 2rem;
|
|
2487
|
+
--bs-spinner-height: 2rem;
|
|
2488
|
+
--bs-spinner-vertical-align: -0.125em;
|
|
2489
|
+
--bs-spinner-animation-speed: 0.75s;
|
|
2490
|
+
--bs-spinner-animation-name: spinner-grow;
|
|
2491
|
+
background-color: currentcolor;
|
|
2492
|
+
opacity: 0;
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
.spinner-grow-sm {
|
|
2496
|
+
--bs-spinner-width: 1rem;
|
|
2497
|
+
--bs-spinner-height: 1rem;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2501
|
+
.spinner-border,
|
|
2502
|
+
.spinner-grow {
|
|
2503
|
+
--bs-spinner-animation-speed: 1.5s;
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
:host {
|
|
2507
|
+
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";
|
|
2508
|
+
font-size: 1rem;
|
|
2509
|
+
font-weight: 400;
|
|
2510
|
+
line-height: 1.5;
|
|
2511
|
+
color: #212529;
|
|
2512
|
+
display: block;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
justifi-payment-method-form {
|
|
2516
|
+
display: block;
|
|
2517
|
+
margin-left: calc(var(--jfi-layout-padding) * -1);
|
|
2518
|
+
margin-right: calc(var(--jfi-layout-padding) * -1);
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
*::part(label) {
|
|
2522
|
+
color: var(--jfi-form-label-color);
|
|
2523
|
+
font-family: var(--jfi-form-label-font-family);
|
|
2524
|
+
font-weight: var(--jfi-form-label-font-weight);
|
|
2525
|
+
font-size: var(--jfi-form-label-font-size);
|
|
2526
|
+
margin: var(--jfi-form-label-margin);
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
*::part(input) {
|
|
2530
|
+
font-family: var(--jfi-layout-font-family);
|
|
2531
|
+
background-color: var(--jfi-form-control-background-color);
|
|
2532
|
+
border-color: var(--jfi-form-control-border-color);
|
|
2533
|
+
border-width: var(--jfi-form-control-border-width);
|
|
2534
|
+
border-bottom-width: var(--jfi-form-control-border-bottom-width);
|
|
2535
|
+
border-left-width: var(--jfi-form-control-border-left-width);
|
|
2536
|
+
border-right-width: var(--jfi-form-control-border-right-width);
|
|
2537
|
+
border-top-width: var(--jfi-form-control-border-top-width);
|
|
2538
|
+
border-radius: var(--jfi-form-control-border-radius);
|
|
2539
|
+
border-style: var(--jfi-form-control-border-style);
|
|
2540
|
+
box-shadow: var(--jfi-form-control-box-shadow);
|
|
2541
|
+
color: var(--jfi-form-control-color);
|
|
2542
|
+
font-size: var(--jfi-form-control-font-size);
|
|
2543
|
+
font-weight: var(--jfi-form-control-font-weight);
|
|
2544
|
+
line-height: var(--jfi-form-control-line-height);
|
|
2545
|
+
margin: var(--jfi-form-control-margin);
|
|
2546
|
+
padding: var(--jfi-form-control-padding);
|
|
2547
|
+
}
|
|
2548
|
+
*::part(input):focus {
|
|
2549
|
+
color: var(--jfi-form-control-color-focus);
|
|
2550
|
+
border-color: var(--jfi-form-control-border-color-focus);
|
|
2551
|
+
box-shadow: var(--jfi-form-control-box-shadow-focus);
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
*::part(input-invalid) {
|
|
2555
|
+
border-color: var(--jfi-form-control-border-color-error);
|
|
2556
|
+
box-shadow: var(--jfi-form-control-box-shadow-error);
|
|
2557
|
+
}
|
|
2558
|
+
*::part(input-invalid):focus {
|
|
2559
|
+
border-color: var(--jfi-form-control-border-color-error);
|
|
2560
|
+
box-shadow: var(--jfi-form-control-box-shadow-error-focus);
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
.jfi-submit-button {
|
|
2564
|
+
font-family: var(--jfi-layout-font-family);
|
|
2565
|
+
color: var(--jfi-submit-button-color);
|
|
2566
|
+
background-color: var(--jfi-submit-button-background-color);
|
|
2567
|
+
border-color: var(--jfi-submit-button-border-color);
|
|
2568
|
+
padding: var(--jfi-submit-button-padding);
|
|
2569
|
+
font-size: var(--jfi-submit-button-font-size);
|
|
2570
|
+
border-radius: var(--jfi-submit-button-border-radius);
|
|
2571
|
+
width: var(--jfi-submit-button-width);
|
|
2572
|
+
box-shadow: var(--jfi-submit-button-box-shadow);
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
.jfi-submit-button:hover {
|
|
2576
|
+
color: var(--jfi-submit-button-color-hover);
|
|
2577
|
+
background-color: var(--jfi-submit-button-background-color-hover);
|
|
2578
|
+
border-color: var(--jfi-submit-button-border-color-hover);
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
.jfi-submit-button:focus {
|
|
2582
|
+
color: var(--jfi-submit-button-color-focus);
|
|
2583
|
+
background-color: var(--jfi-submit-button-background-color-focus);
|
|
2584
|
+
border-color: var(--jfi-submit-button-border-color-focus);
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.btn.jfi-submit-button:active {
|
|
2588
|
+
color: var(--jfi-submit-button-color-active);
|
|
2589
|
+
background-color: var(--jfi-submit-button-background-color-active);
|
|
2590
|
+
border-color: var(--jfi-submit-button-border-color-active);
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
.btn.jfi-submit-button-loading {
|
|
2594
|
+
min-width: 75px;
|
|
2595
|
+
color: var(--jfi-submit-button-color-loading);
|
|
2596
|
+
background-color: var(--jfi-submit-button-background-color-loading);
|
|
2597
|
+
border-color: var(--jfi-submit-button-border-color-loading);
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
.btn.jfi-submit-button-loading .spinner-border {
|
|
2601
|
+
border-top-color: var(--jfi-submit-button-color-loading);
|
|
2602
|
+
border-bottom-color: var(--jfi-submit-button-color-loading);
|
|
2603
|
+
border-left-color: var(--jfi-submit-button-color-loading);
|
|
2604
|
+
}
|