adp-web-components 0.1.85 → 0.1.87
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/dead-stock-lookup_3.cjs.entry.js +5 -5
- package/dist/cjs/flexible-container.cjs.entry.js +1 -1
- package/dist/cjs/form-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/form-date-picker.cjs.entry.js +5 -5
- package/dist/cjs/form-dialog_13.cjs.entry.js +4558 -30
- package/dist/cjs/{form-input-CfVsbpFP.js → form-input-cvIkC0L1.js} +1 -1
- package/dist/cjs/form-input_5.cjs.entry.js +356 -0
- package/dist/cjs/form-switch.cjs.entry.js +3 -3
- package/dist/cjs/form-time-picker.cjs.entry.js +1 -1
- package/dist/cjs/functions-B8zuvn0I.js +298 -0
- package/dist/cjs/general-form.cjs.entry.js +19 -20
- package/dist/cjs/general-inquiry-form.cjs.entry.js +19 -20
- package/dist/cjs/{get-language-from-url-DoohcPbK.js → get-language-from-url-Ct6kvnEu.js} +8 -5
- package/dist/cjs/{get-local-language-DgXjQalC.js → get-local-language-DgKmTOw3.js} +1 -1
- package/dist/cjs/{get-mock-files-bJFu7gKO.js → get-mock-files-B0LOwG9Y.js} +1 -1
- package/dist/cjs/information-table.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
- package/dist/cjs/{state-object-B3gJgyPV.js → mappers-C82gH1dw.js} +1 -11
- package/dist/cjs/part-lookup.cjs.entry.js +2 -2
- package/dist/cjs/service-booking-form.cjs.entry.js +19 -20
- package/dist/cjs/shift-accordion.cjs.entry.js +1 -1
- package/dist/cjs/shift-components.cjs.js +1 -1
- package/dist/cjs/shift-slider.cjs.entry.js +1 -1
- package/dist/cjs/shift-switch.cjs.entry.js +1 -1
- package/dist/cjs/shift-tab-content.cjs.entry.js +2 -2
- package/dist/cjs/shift-tabs_2.cjs.entry.js +4 -4
- package/dist/cjs/ssc-lookup-form.cjs.entry.js +19 -20
- package/dist/cjs/test-drive-form.cjs.entry.js +19 -20
- package/dist/cjs/{validation-BAHdEc4w.js → validation-jJwLyk27.js} +1 -7
- package/dist/cjs/vehicle-accessories_7.cjs.entry.js +8 -8
- package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +22 -31
- package/dist/cjs/{white-loader-kSznMo_u.js → white-loader-D6sR0fOI.js} +3 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/components/flexible-container.css +1 -1
- package/dist/collection/components/components/information-table.css +1 -1
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/shift-accordion.css +1 -1
- package/dist/collection/components/components/shift-select.css +1 -0
- package/dist/collection/components/components/shift-select.js +568 -0
- package/dist/collection/components/components/shift-slider.js +1 -1
- package/dist/collection/components/components/shift-switch.js +1 -1
- package/dist/collection/components/components/shift-tab-content.css +1 -1
- package/dist/collection/components/components/shift-tab-content.js +1 -1
- package/dist/collection/components/components/shift-tabs.css +1 -1
- package/dist/collection/components/components/shift-tabs.js +2 -2
- package/dist/collection/components/form-elements/components/form-input-prefix.js +3 -1
- package/dist/collection/components/form-elements/form-checkbox.js +1 -1
- package/dist/collection/components/form-elements/form-date-picker-legacy.js +4 -4
- package/dist/collection/components/form-elements/form-dialog.js +3 -3
- package/dist/collection/components/form-elements/form-file.js +2 -2
- package/dist/collection/components/form-elements/form-input.js +2 -2
- package/dist/collection/components/form-elements/form-inputs.css +1 -1
- package/dist/collection/components/form-elements/form-phone-number.js +130 -30
- package/dist/collection/components/form-elements/form-select.js +11 -72
- package/dist/collection/components/forms/defaults/mappers.js +1 -7
- package/dist/collection/components/forms/defaults/style.css +1 -1
- package/dist/collection/components/forms/defaults/validation.js +1 -7
- package/dist/collection/components/forms/general-form.js +4 -6
- package/dist/collection/components/forms/general-inquiry.js +4 -6
- package/dist/collection/components/forms/service-booking.js +4 -6
- package/dist/collection/components/forms/ssc-lookup.js +4 -6
- package/dist/collection/components/forms/test-drive.js +4 -6
- package/dist/collection/components/forms/vehicle-quotation/element-mapper.js +1 -8
- package/dist/collection/components/forms/vehicle-quotation/themes.css +1 -1
- package/dist/collection/components/forms/vehicle-quotation/validations.js +0 -5
- package/dist/collection/components/forms/vehicle-quotation.js +8 -7
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-part-lookup.css +1 -1
- package/dist/collection/components/part-lookup/part-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
- package/dist/collection/features/form-hook/form-hook.js +8 -5
- package/dist/collection/features/form-hook/functions.js +4 -5
- package/dist/collection/features/form-hook/phone-validator.js +1 -41
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/flexible-container.js +1 -1
- package/dist/components/form-checkbox.js +1 -1
- package/dist/components/form-date-picker.js +1 -1
- package/dist/components/form-dialog.js +1 -1
- package/dist/components/form-file.js +1 -1
- package/dist/components/form-input-preview.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-phone-number.js +1 -1
- package/dist/components/form-picker-input.js +1 -1
- package/dist/components/form-select.js +1 -1
- package/dist/components/form-shadow-input.js +1 -1
- package/dist/components/form-stepper-control.js +1 -1
- package/dist/components/form-stepper-submit.js +1 -1
- package/dist/components/form-stepper.js +1 -1
- package/dist/components/form-structure-error.js +1 -1
- package/dist/components/form-structure.js +1 -1
- package/dist/components/form-submit.js +1 -1
- package/dist/components/form-switch.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/form-time-picker.js +1 -1
- package/dist/components/form-vin-input.js +1 -1
- package/dist/components/general-form.js +1 -1
- package/dist/components/general-inquiry-form.js +1 -1
- package/dist/components/information-table.js +1 -1
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/manufacturer-part-lookup.js +1 -1
- package/dist/components/{p-DmIzOjiJ.js → p-B3i0qlmP.js} +1 -1
- package/dist/components/p-B8X9IaVO.js +5 -0
- package/dist/components/p-BR17GwMP.js +5 -0
- package/dist/components/{p-BW9zczGE.js → p-BStdaKUW.js} +1 -1
- package/dist/components/p-Beal8HBv.js +5 -0
- package/dist/components/p-BjxXpALJ.js +5 -0
- package/dist/components/p-Bk0lC2Er.js +5 -0
- package/dist/components/{p-sDS2uNRH.js → p-ByIyuTgY.js} +1 -1
- package/dist/components/{p-c9wvEEzy.js → p-C5Adm0yQ.js} +1 -1
- package/dist/components/p-C8273fhq.js +5 -0
- package/dist/components/{p-Crmq_SrE.js → p-CBVOlWDR.js} +1 -1
- package/dist/components/{p-BcT3C8sP.js → p-CETtCq5M.js} +1 -1
- package/dist/components/p-CEaAolsJ.js +5 -0
- package/dist/components/p-COPmj7B5.js +5 -0
- package/dist/components/p-CS7DsoSo.js +5 -0
- package/dist/components/p-CWIhyBXh.js +5 -0
- package/dist/components/{p-D-sbGtxL.js → p-CfywqPfb.js} +1 -1
- package/dist/components/p-Cliso0Jh.js +5 -0
- package/dist/components/p-Cp10Giyv.js +5 -0
- package/dist/components/p-CxL9hBt2.js +5 -0
- package/dist/components/p-D-ggy6RV.js +5 -0
- package/dist/components/{p-CIANzvVt.js → p-D8zdewea.js} +1 -1
- package/dist/components/p-DCUQa1ZS.js +5 -0
- package/dist/components/{p-BNjcsx7O.js → p-DKKol0I_.js} +1 -1
- package/dist/components/p-DPWPJwpz.js +5 -0
- package/dist/components/p-DVg1741_.js +5 -0
- package/dist/components/{p-B-a6ktHS.js → p-DZK4ppw-.js} +1 -1
- package/dist/components/p-DcuHEGLP.js +5 -0
- package/dist/components/p-DwGcu-Ri.js +5 -0
- package/dist/components/{p-BgNVZc8s.js → p-DwV8tgOD.js} +1 -1
- package/dist/components/{p-DZNQs_My.js → p-Gs02yoj7.js} +1 -1
- package/dist/components/{p-DrfcYzF1.js → p-KSM2f2w0.js} +1 -1
- package/dist/components/{p-B1zj9gi9.js → p-KlUIwQJ_.js} +1 -1
- package/dist/components/{p-D0sxdCna.js → p-R4_FgQZu.js} +1 -1
- package/dist/components/{p-DC6cT-dz.js → p-ctr68qXa.js} +1 -1
- package/dist/components/p-luk3AfIc.js +5 -0
- package/dist/components/p-nrYXPNI2.js +5 -0
- package/dist/components/p-oGV1BqdG.js +5 -0
- package/dist/components/{p-8XSbLgc1.js → p-q3l-s-M2.js} +1 -1
- package/dist/components/p-qJP_AdCB.js +5 -0
- package/dist/components/p-tnQIP2O8.js +5 -0
- package/dist/components/{p-BNjxHrl0.js → p-y0aCpCQj.js} +1 -1
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-booking-form.js +1 -1
- package/dist/components/shift-accordion.js +1 -1
- package/dist/components/shift-select.d.ts +11 -0
- package/dist/components/shift-select.js +5 -0
- package/dist/components/shift-slider.js +1 -1
- package/dist/components/shift-switch.js +1 -1
- package/dist/components/shift-tab-content.js +1 -1
- package/dist/components/shift-tabs.js +1 -1
- package/dist/components/ssc-lookup-form.js +1 -1
- package/dist/components/test-drive-form.js +1 -1
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-claimable-items.js +1 -1
- package/dist/components/vehicle-item-claim-form.js +1 -1
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-paint-thickness.js +1 -1
- package/dist/components/vehicle-quotation-form.js +1 -1
- package/dist/components/vehicle-sale-information.js +1 -1
- package/dist/components/vehicle-service-history.js +1 -1
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/vehicle-warranty-details.js +1 -1
- package/dist/esm/dead-stock-lookup_3.entry.js +5 -5
- package/dist/esm/flexible-container.entry.js +1 -1
- package/dist/esm/form-checkbox.entry.js +4 -4
- package/dist/esm/form-date-picker.entry.js +5 -5
- package/dist/esm/form-dialog_13.entry.js +4559 -31
- package/dist/esm/{form-input-BZhw7_xV.js → form-input-Dcr-Pd8b.js} +1 -1
- package/dist/esm/form-input_5.entry.js +350 -0
- package/dist/esm/form-switch.entry.js +3 -3
- package/dist/esm/form-time-picker.entry.js +1 -1
- package/dist/esm/functions-BV-8Zxxg.js +287 -0
- package/dist/esm/general-form.entry.js +10 -11
- package/dist/esm/general-inquiry-form.entry.js +10 -11
- package/dist/esm/{get-language-from-url-X9X1Ax8Z.js → get-language-from-url-C-Rb5RW0.js} +8 -5
- package/dist/esm/{get-local-language-fN5yD1k3.js → get-local-language-fnTvjsMh.js} +1 -1
- package/dist/esm/{get-mock-files-CbEHAxlT.js → get-mock-files-I7xQDKOi.js} +1 -1
- package/dist/esm/information-table.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-spinner.entry.js +1 -1
- package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
- package/dist/esm/{state-object-BQ1UuxjE.js → mappers-Bk5UgY3t.js} +2 -11
- package/dist/esm/part-lookup.entry.js +2 -2
- package/dist/esm/service-booking-form.entry.js +10 -11
- package/dist/esm/shift-accordion.entry.js +1 -1
- package/dist/esm/shift-components.js +1 -1
- package/dist/esm/shift-slider.entry.js +1 -1
- package/dist/esm/shift-switch.entry.js +1 -1
- package/dist/esm/shift-tab-content.entry.js +2 -2
- package/dist/esm/shift-tabs_2.entry.js +4 -4
- package/dist/esm/ssc-lookup-form.entry.js +10 -11
- package/dist/esm/test-drive-form.entry.js +10 -11
- package/dist/esm/{validation-DI1MnYKr.js → validation-oieVWBn1.js} +1 -7
- package/dist/esm/vehicle-accessories_7.entry.js +8 -8
- package/dist/esm/vehicle-lookup.entry.js +3 -3
- package/dist/esm/vehicle-quotation-form.entry.js +13 -22
- package/dist/esm/{white-loader-CG4JPVdv.js → white-loader-DG6pqLQw.js} +3 -1
- package/dist/mocks/generated/broker-dealer/part-lookup.json +127 -0
- package/dist/mocks/generated/broker-dealer/vehicle-lookup.json +275 -0
- package/dist/mocks/generated/standard-dealer/vehicle-lookup.json +112 -2
- package/dist/shift-components/{p-b99d645c.entry.js → p-012dc118.entry.js} +1 -1
- package/dist/shift-components/p-13a74448.entry.js +5 -0
- package/dist/shift-components/p-30f2f132.entry.js +5 -0
- package/dist/shift-components/{p-61f1b657.entry.js → p-3a1a1268.entry.js} +1 -1
- package/dist/shift-components/{p-93f8d3cb.entry.js → p-3d196be4.entry.js} +1 -1
- package/dist/shift-components/{p-a04bc89f.entry.js → p-4312c6d8.entry.js} +1 -1
- package/dist/shift-components/p-5de5f71b.entry.js +5 -0
- package/dist/shift-components/p-5eb48275.entry.js +5 -0
- package/dist/shift-components/{p-a4abc248.entry.js → p-6662f17d.entry.js} +1 -1
- package/dist/shift-components/p-6eed1668.entry.js +5 -0
- package/dist/shift-components/p-72ada566.entry.js +5 -0
- package/dist/shift-components/{p-8950c0d3.entry.js → p-767a92e1.entry.js} +1 -1
- package/dist/shift-components/p-78034d50.entry.js +5 -0
- package/dist/shift-components/{p-e52dcb2a.entry.js → p-7e86111e.entry.js} +1 -1
- package/dist/shift-components/p-8b18d680.entry.js +5 -0
- package/dist/shift-components/{p-c18fe44e.entry.js → p-8d733785.entry.js} +1 -1
- package/dist/shift-components/{p-b3e12582.entry.js → p-93f1056f.entry.js} +1 -1
- package/dist/shift-components/{p-7a4e1765.entry.js → p-96e667e2.entry.js} +1 -1
- package/dist/shift-components/{p-BJJ8dVwO.js → p-B8VkFyfR.js} +1 -1
- package/dist/shift-components/p-BuurMgGN.js +5 -0
- package/dist/shift-components/p-DEWpW9-h.js +5 -0
- package/dist/shift-components/p-DQUCHNJ-.js +5 -0
- package/dist/shift-components/{p-CjbN38OR.js → p-DhsHmr8w.js} +1 -1
- package/dist/shift-components/p-DlOwT0yg.js +5 -0
- package/dist/shift-components/p-a206829d.entry.js +5 -0
- package/dist/shift-components/{p-7a69c2a0.entry.js → p-a2593afd.entry.js} +1 -1
- package/dist/shift-components/p-ad30afe7.entry.js +5 -0
- package/dist/shift-components/p-b83498ac.entry.js +5 -0
- package/dist/shift-components/p-ce9bfd94.entry.js +5 -0
- package/dist/shift-components/{p-65b612a5.entry.js → p-e3252106.entry.js} +1 -1
- package/dist/shift-components/{p-2d250c2c.entry.js → p-f6f9027f.entry.js} +1 -1
- package/dist/shift-components/{p-EIAqVmko.js → p-h5_mqJ-3.js} +1 -1
- package/dist/shift-components/p-veklgezh.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/components/shift-select.d.ts +41 -0
- package/dist/types/components/form-elements/form-phone-number.d.ts +19 -3
- package/dist/types/components/form-elements/form-select.d.ts +3 -9
- package/dist/types/components/forms/defaults/mappers.d.ts +1 -1
- package/dist/types/components/forms/defaults/validation.d.ts +1 -3
- package/dist/types/components/forms/vehicle-quotation/element-mapper.d.ts +2 -3
- package/dist/types/components/forms/vehicle-quotation/validations.d.ts +3 -3
- package/dist/types/components.d.ts +123 -4
- package/dist/types/features/form-hook/interface.d.ts +1 -0
- package/dist/types/features/form-hook/phone-validator.d.ts +1 -2
- package/package.json +2 -1
- package/dist/cjs/form-input_4.cjs.entry.js +0 -319
- package/dist/cjs/phone-validator-DBP8Hynm.js +0 -4791
- package/dist/collection/components/forms/defaults/state-object.js +0 -5
- package/dist/components/p-B2UXU4lO.js +0 -5
- package/dist/components/p-B882WrlQ.js +0 -5
- package/dist/components/p-BKhQwtv6.js +0 -5
- package/dist/components/p-BLiZRR3-.js +0 -5
- package/dist/components/p-BeL46S5b.js +0 -5
- package/dist/components/p-Bru6COhI.js +0 -5
- package/dist/components/p-CEXM9vIa.js +0 -5
- package/dist/components/p-COtjTa3C.js +0 -5
- package/dist/components/p-Cxsxd6jX.js +0 -5
- package/dist/components/p-CzuBo570.js +0 -5
- package/dist/components/p-DAXzUOtq.js +0 -5
- package/dist/components/p-DHQY55KN.js +0 -5
- package/dist/components/p-DJ0xfjFN.js +0 -5
- package/dist/components/p-DSTKQdoW.js +0 -5
- package/dist/components/p-DT2OVZtH.js +0 -5
- package/dist/components/p-DYUjesC-.js +0 -5
- package/dist/components/p-Dg9H_vUO.js +0 -5
- package/dist/components/p-DqOll_wA.js +0 -5
- package/dist/components/p-DqPjMHKd.js +0 -5
- package/dist/components/p-F2tAV4E8.js +0 -5
- package/dist/components/p-KLPAymsW.js +0 -5
- package/dist/components/p-d53FlScY.js +0 -5
- package/dist/components/p-eCakWzyl.js +0 -5
- package/dist/esm/form-input_4.entry.js +0 -314
- package/dist/esm/phone-validator-BPJU63Ak.js +0 -4779
- package/dist/shift-components/p-26c95935.entry.js +0 -5
- package/dist/shift-components/p-3bea5aaa.entry.js +0 -5
- package/dist/shift-components/p-3fa2e731.entry.js +0 -5
- package/dist/shift-components/p-533ff451.entry.js +0 -5
- package/dist/shift-components/p-7PtHUjhE.js +0 -5
- package/dist/shift-components/p-7a6621db.entry.js +0 -5
- package/dist/shift-components/p-8d4c4317.entry.js +0 -5
- package/dist/shift-components/p-8e7e0ca5.entry.js +0 -5
- package/dist/shift-components/p-B1_PA5hq.js +0 -5
- package/dist/shift-components/p-C5tUvw8g.js +0 -5
- package/dist/shift-components/p-CgTEvrEQ.js +0 -5
- package/dist/shift-components/p-Cm_2J53u.js +0 -5
- package/dist/shift-components/p-cf208379.entry.js +0 -5
- package/dist/shift-components/p-ea7f7ffa.entry.js +0 -5
- package/dist/shift-components/p-edf3fb47.entry.js +0 -5
- package/dist/shift-components/p-ee305b43.entry.js +0 -5
- package/dist/shift-components/p-fb23c572.entry.js +0 -5
- package/dist/types/components/forms/defaults/state-object.d.ts +0 -6
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
{
|
|
2
|
+
"JTEHF21A0Y0123456": {
|
|
3
|
+
"vin": "JTEHF21A0Y0123456",
|
|
4
|
+
"identifiers": {
|
|
5
|
+
"vin": "JTEHF21A0Y0123456",
|
|
6
|
+
"variant": "VAR010",
|
|
7
|
+
"katashiki": "GDJ150L-GKAEY",
|
|
8
|
+
"color": "040",
|
|
9
|
+
"trim": "LA60",
|
|
10
|
+
"brandID": "1"
|
|
11
|
+
},
|
|
12
|
+
"saleInformation": {
|
|
13
|
+
"companyName": "Al-Rashid Motors",
|
|
14
|
+
"branchName": "Erbil Showroom",
|
|
15
|
+
"customerAccountNumber": "BRK-ACC-001",
|
|
16
|
+
"invoiceDate": "2024-03-10",
|
|
17
|
+
"broker": {
|
|
18
|
+
"brokerID": 100,
|
|
19
|
+
"brokerName": "Hawler Auto Broker"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"paintThicknessInspections": [],
|
|
23
|
+
"isAuthorized": true,
|
|
24
|
+
"warranty": {
|
|
25
|
+
"hasActiveWarranty": false,
|
|
26
|
+
"activationIsRequired": false,
|
|
27
|
+
"hasExtendedWarranty": false
|
|
28
|
+
},
|
|
29
|
+
"serviceHistory": [],
|
|
30
|
+
"vehicleSpecification": {
|
|
31
|
+
"modelDescription": "Land Cruiser Prado 2.8D",
|
|
32
|
+
"bodyType": "SUV",
|
|
33
|
+
"engine": "2.8L 1GD-FTV Diesel",
|
|
34
|
+
"doors": "5",
|
|
35
|
+
"fuel": "Diesel",
|
|
36
|
+
"transmission": "Automatic 6-Speed",
|
|
37
|
+
"side": "LHD"
|
|
38
|
+
},
|
|
39
|
+
"serviceItems": [],
|
|
40
|
+
"accessories": [],
|
|
41
|
+
"basicModelCode": "GDJ150"
|
|
42
|
+
},
|
|
43
|
+
"JTMHF33P5D5012345": {
|
|
44
|
+
"vin": "JTMHF33P5D5012345",
|
|
45
|
+
"identifiers": {
|
|
46
|
+
"vin": "JTMHF33P5D5012345",
|
|
47
|
+
"variant": "VAR020",
|
|
48
|
+
"katashiki": "MXAA52L-ANXGP",
|
|
49
|
+
"color": "1G3",
|
|
50
|
+
"trim": "LA20",
|
|
51
|
+
"brandID": "1"
|
|
52
|
+
},
|
|
53
|
+
"saleInformation": {
|
|
54
|
+
"companyName": "Al-Rashid Motors",
|
|
55
|
+
"branchName": "Erbil Showroom",
|
|
56
|
+
"customerAccountNumber": "BRK-ACC-002",
|
|
57
|
+
"invoiceDate": "2023-11-20",
|
|
58
|
+
"broker": {
|
|
59
|
+
"brokerID": 200,
|
|
60
|
+
"brokerName": "Suli Trade Broker",
|
|
61
|
+
"invoiceNumber": 90001,
|
|
62
|
+
"invoiceDate": "2024-02-10"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"paintThicknessInspections": [],
|
|
66
|
+
"isAuthorized": true,
|
|
67
|
+
"warranty": {
|
|
68
|
+
"hasActiveWarranty": true,
|
|
69
|
+
"warrantyStartDate": "2024-02-10",
|
|
70
|
+
"warrantyEndDate": "2027-02-10",
|
|
71
|
+
"activationIsRequired": false,
|
|
72
|
+
"hasExtendedWarranty": true,
|
|
73
|
+
"extendedWarrantyStartDate": "2027-02-10",
|
|
74
|
+
"extendedWarrantyEndDate": "2029-02-10",
|
|
75
|
+
"freeServiceStartDate": "2024-02-10"
|
|
76
|
+
},
|
|
77
|
+
"nextServiceDate": "2024-11-15",
|
|
78
|
+
"serviceHistory": [],
|
|
79
|
+
"ssc": [
|
|
80
|
+
{
|
|
81
|
+
"sscCode": "SSC-2024-010",
|
|
82
|
+
"description": "Brake booster inspection",
|
|
83
|
+
"labors": [
|
|
84
|
+
{
|
|
85
|
+
"laborCode": "LAB-BRK-01"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"repaired": false,
|
|
89
|
+
"parts": [
|
|
90
|
+
{
|
|
91
|
+
"partNumber": "PRT-BRK-001",
|
|
92
|
+
"isAvailable": false
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"vehicleSpecification": {
|
|
98
|
+
"modelDescription": "RAV4 2.0L 4WD",
|
|
99
|
+
"bodyType": "SUV",
|
|
100
|
+
"engine": "2.0L M20A-FKS",
|
|
101
|
+
"doors": "5",
|
|
102
|
+
"fuel": "Petrol",
|
|
103
|
+
"transmission": "CVT",
|
|
104
|
+
"side": "LHD"
|
|
105
|
+
},
|
|
106
|
+
"serviceItems": [],
|
|
107
|
+
"accessories": [
|
|
108
|
+
{
|
|
109
|
+
"partNumber": "PZ49E-X2653-ZA",
|
|
110
|
+
"description": "Side Steps"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"basicModelCode": "MXAA52"
|
|
114
|
+
},
|
|
115
|
+
"JTEBU5JR8L5234567": {
|
|
116
|
+
"vin": "JTEBU5JR8L5234567",
|
|
117
|
+
"identifiers": {
|
|
118
|
+
"vin": "JTEBU5JR8L5234567",
|
|
119
|
+
"variant": "VAR030",
|
|
120
|
+
"katashiki": "AXAH54L-ANXGB",
|
|
121
|
+
"color": "070",
|
|
122
|
+
"trim": "FB20",
|
|
123
|
+
"brandID": "1"
|
|
124
|
+
},
|
|
125
|
+
"saleInformation": {
|
|
126
|
+
"companyName": "Gulf Auto Services",
|
|
127
|
+
"branchName": "Basra Center",
|
|
128
|
+
"invoiceDate": "2024-06-01"
|
|
129
|
+
},
|
|
130
|
+
"paintThicknessInspections": [
|
|
131
|
+
{
|
|
132
|
+
"source": "PDI",
|
|
133
|
+
"inspectionDate": "2024-05-28",
|
|
134
|
+
"panels": [
|
|
135
|
+
{
|
|
136
|
+
"panelType": "Hood",
|
|
137
|
+
"measuredThickness": 120.0,
|
|
138
|
+
"panelPosition": "Front",
|
|
139
|
+
"images": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"panelType": "Fender",
|
|
143
|
+
"measuredThickness": 115.5,
|
|
144
|
+
"panelSide": "Left",
|
|
145
|
+
"panelPosition": "Front",
|
|
146
|
+
"images": []
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"panelType": "Fender",
|
|
150
|
+
"measuredThickness": 117.0,
|
|
151
|
+
"panelSide": "Right",
|
|
152
|
+
"panelPosition": "Front",
|
|
153
|
+
"images": []
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"panelType": "Door",
|
|
157
|
+
"measuredThickness": 112.0,
|
|
158
|
+
"panelSide": "Left",
|
|
159
|
+
"panelPosition": "Front",
|
|
160
|
+
"images": []
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"panelType": "Door",
|
|
164
|
+
"measuredThickness": 113.5,
|
|
165
|
+
"panelSide": "Right",
|
|
166
|
+
"panelPosition": "Front",
|
|
167
|
+
"images": []
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"panelType": "Door",
|
|
171
|
+
"measuredThickness": 119.0,
|
|
172
|
+
"panelSide": "Left",
|
|
173
|
+
"panelPosition": "Rear",
|
|
174
|
+
"images": []
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"panelType": "Door",
|
|
178
|
+
"measuredThickness": 118.5,
|
|
179
|
+
"panelSide": "Right",
|
|
180
|
+
"panelPosition": "Rear",
|
|
181
|
+
"images": []
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"panelType": "Fender",
|
|
185
|
+
"measuredThickness": 125.0,
|
|
186
|
+
"panelSide": "Left",
|
|
187
|
+
"panelPosition": "Rear",
|
|
188
|
+
"images": []
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"panelType": "Fender",
|
|
192
|
+
"measuredThickness": 124.0,
|
|
193
|
+
"panelSide": "Right",
|
|
194
|
+
"panelPosition": "Rear",
|
|
195
|
+
"images": []
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"panelType": "TailGate",
|
|
199
|
+
"measuredThickness": 130.0,
|
|
200
|
+
"panelPosition": "Rear",
|
|
201
|
+
"images": []
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"panelType": "Roof",
|
|
205
|
+
"measuredThickness": 108.5,
|
|
206
|
+
"panelPosition": "Middle",
|
|
207
|
+
"images": []
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"isAuthorized": true,
|
|
213
|
+
"warranty": {
|
|
214
|
+
"hasActiveWarranty": true,
|
|
215
|
+
"warrantyStartDate": "2024-07-01",
|
|
216
|
+
"warrantyEndDate": "2027-07-01",
|
|
217
|
+
"activationIsRequired": false,
|
|
218
|
+
"hasExtendedWarranty": false,
|
|
219
|
+
"freeServiceStartDate": "2024-07-01"
|
|
220
|
+
},
|
|
221
|
+
"nextServiceDate": "2025-09-25",
|
|
222
|
+
"serviceHistory": [
|
|
223
|
+
{
|
|
224
|
+
"serviceType": "10000km Service - Full inspection",
|
|
225
|
+
"serviceDate": "2025-03-25",
|
|
226
|
+
"mileage": 10800,
|
|
227
|
+
"companyName": "Gulf Auto Services",
|
|
228
|
+
"branchName": "Basra Center",
|
|
229
|
+
"invoiceNumber": "INV-DIR-002",
|
|
230
|
+
"jobNumber": "WO-DIR-002",
|
|
231
|
+
"laborLines": [
|
|
232
|
+
{
|
|
233
|
+
"laborCode": "LAB-SVC-01",
|
|
234
|
+
"serviceDescription": "Periodic Maintenance"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"partLines": []
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"ssc": [
|
|
241
|
+
{
|
|
242
|
+
"sscCode": "SSC-2024-020",
|
|
243
|
+
"description": "ECU software update",
|
|
244
|
+
"labors": [
|
|
245
|
+
{
|
|
246
|
+
"laborCode": "LAB-ECU-01"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"repaired": true,
|
|
250
|
+
"parts": []
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"vehicleSpecification": {
|
|
254
|
+
"modelDescription": "RAV4 Hybrid 2.5L",
|
|
255
|
+
"bodyType": "SUV",
|
|
256
|
+
"engine": "2.5L A25A-FXS Hybrid",
|
|
257
|
+
"doors": "5",
|
|
258
|
+
"fuel": "Hybrid",
|
|
259
|
+
"transmission": "E-CVT",
|
|
260
|
+
"side": "LHD"
|
|
261
|
+
},
|
|
262
|
+
"serviceItems": [],
|
|
263
|
+
"accessories": [
|
|
264
|
+
{
|
|
265
|
+
"partNumber": "PZ323-X2651-ZA",
|
|
266
|
+
"description": "Roof Rails"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"partNumber": "PZ443-X2650-ZA",
|
|
270
|
+
"description": "Rubber Floor Mats"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"basicModelCode": "AXAH54"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
@@ -167,7 +167,62 @@
|
|
|
167
167
|
"transmission": "CVT",
|
|
168
168
|
"side": "LHD"
|
|
169
169
|
},
|
|
170
|
-
"serviceItems": [
|
|
170
|
+
"serviceItems": [
|
|
171
|
+
{
|
|
172
|
+
"showDocumentUploader": false,
|
|
173
|
+
"documentUploaderIsRequired": false,
|
|
174
|
+
"name": "1,000 KM Service",
|
|
175
|
+
"type": "free",
|
|
176
|
+
"typeEnum": "Free",
|
|
177
|
+
"activatedAt": "2024-02-01",
|
|
178
|
+
"expiresAt": "2024-08-01",
|
|
179
|
+
"status": "expired",
|
|
180
|
+
"statusEnum": "Expired",
|
|
181
|
+
"serviceItemID": "SI-001",
|
|
182
|
+
"maximumMileage": 1500,
|
|
183
|
+
"claimable": false,
|
|
184
|
+
"claimingMethodEnum": 0,
|
|
185
|
+
"vehicleInspectionTypeID": "",
|
|
186
|
+
"signature": "I1XKhZ0NF3YL1v1SBkak2jFNl/DSwn8php0DUnrIvxo=",
|
|
187
|
+
"signatureExpiry": "2026-04-04T18:38:07.5841368Z"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"showDocumentUploader": false,
|
|
191
|
+
"documentUploaderIsRequired": false,
|
|
192
|
+
"name": "5,000 KM Service",
|
|
193
|
+
"type": "free",
|
|
194
|
+
"typeEnum": "Free",
|
|
195
|
+
"activatedAt": "2024-08-01",
|
|
196
|
+
"expiresAt": "2025-08-01",
|
|
197
|
+
"status": "expired",
|
|
198
|
+
"statusEnum": "Expired",
|
|
199
|
+
"serviceItemID": "SI-002",
|
|
200
|
+
"maximumMileage": 6000,
|
|
201
|
+
"claimable": false,
|
|
202
|
+
"claimingMethodEnum": 0,
|
|
203
|
+
"vehicleInspectionTypeID": "",
|
|
204
|
+
"signature": "fvfd71gE4l927DNYg3hMcnZMiXw3/u0tjqb4Yc1ZqJg=",
|
|
205
|
+
"signatureExpiry": "2026-04-04T18:38:07.5841368Z"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"showDocumentUploader": false,
|
|
209
|
+
"documentUploaderIsRequired": false,
|
|
210
|
+
"name": "10,000 KM Service",
|
|
211
|
+
"type": "free",
|
|
212
|
+
"typeEnum": "Free",
|
|
213
|
+
"activatedAt": "2025-08-01",
|
|
214
|
+
"expiresAt": "2027-02-01",
|
|
215
|
+
"status": "pending",
|
|
216
|
+
"statusEnum": "Pending",
|
|
217
|
+
"serviceItemID": "SI-003",
|
|
218
|
+
"maximumMileage": 12000,
|
|
219
|
+
"claimable": true,
|
|
220
|
+
"claimingMethodEnum": 0,
|
|
221
|
+
"vehicleInspectionTypeID": "",
|
|
222
|
+
"signature": "wnFihSmIqxwOnHHqa6gNDdLbAe1KdpaFWrCIQ17LazQ=",
|
|
223
|
+
"signatureExpiry": "2026-04-04T18:38:07.5841368Z"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
171
226
|
"accessories": [
|
|
172
227
|
{
|
|
173
228
|
"partNumber": "PZ49E-X2653-ZA",
|
|
@@ -215,7 +270,62 @@
|
|
|
215
270
|
"transmission": "E-CVT",
|
|
216
271
|
"side": "LHD"
|
|
217
272
|
},
|
|
218
|
-
"serviceItems": [
|
|
273
|
+
"serviceItems": [
|
|
274
|
+
{
|
|
275
|
+
"showDocumentUploader": false,
|
|
276
|
+
"documentUploaderIsRequired": false,
|
|
277
|
+
"name": "1,000 KM Service",
|
|
278
|
+
"type": "free",
|
|
279
|
+
"typeEnum": "Free",
|
|
280
|
+
"activatedAt": "2023-06-20",
|
|
281
|
+
"expiresAt": "2023-12-20",
|
|
282
|
+
"status": "expired",
|
|
283
|
+
"statusEnum": "Expired",
|
|
284
|
+
"serviceItemID": "SI-001",
|
|
285
|
+
"maximumMileage": 1500,
|
|
286
|
+
"claimable": false,
|
|
287
|
+
"claimingMethodEnum": 0,
|
|
288
|
+
"vehicleInspectionTypeID": "",
|
|
289
|
+
"signature": "\u002BzcH/M7/KBGE0bL1/X6MUI07lyTLSDUks9vnlcJ0rgU=",
|
|
290
|
+
"signatureExpiry": "2026-04-04T18:38:07.5895188Z"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"showDocumentUploader": false,
|
|
294
|
+
"documentUploaderIsRequired": false,
|
|
295
|
+
"name": "5,000 KM Service",
|
|
296
|
+
"type": "free",
|
|
297
|
+
"typeEnum": "Free",
|
|
298
|
+
"activatedAt": "2023-12-20",
|
|
299
|
+
"expiresAt": "2024-12-20",
|
|
300
|
+
"status": "expired",
|
|
301
|
+
"statusEnum": "Expired",
|
|
302
|
+
"serviceItemID": "SI-002",
|
|
303
|
+
"maximumMileage": 6000,
|
|
304
|
+
"claimable": false,
|
|
305
|
+
"claimingMethodEnum": 0,
|
|
306
|
+
"vehicleInspectionTypeID": "",
|
|
307
|
+
"signature": "puX128M/ZC\u002BdaOUCeylmcbpyCi4mhjHqZzxWpNehYPM=",
|
|
308
|
+
"signatureExpiry": "2026-04-04T18:38:07.5895188Z"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"showDocumentUploader": false,
|
|
312
|
+
"documentUploaderIsRequired": false,
|
|
313
|
+
"name": "10,000 KM Service",
|
|
314
|
+
"type": "free",
|
|
315
|
+
"typeEnum": "Free",
|
|
316
|
+
"activatedAt": "2024-12-20",
|
|
317
|
+
"expiresAt": "2026-06-20",
|
|
318
|
+
"status": "pending",
|
|
319
|
+
"statusEnum": "Pending",
|
|
320
|
+
"serviceItemID": "SI-003",
|
|
321
|
+
"maximumMileage": 12000,
|
|
322
|
+
"claimable": true,
|
|
323
|
+
"claimingMethodEnum": 0,
|
|
324
|
+
"vehicleInspectionTypeID": "",
|
|
325
|
+
"signature": "BhGuIUeEHVb0ixLKVGrbhsU/GmEt8WIX1gXPRX5hqm8=",
|
|
326
|
+
"signatureExpiry": "2026-04-04T18:38:07.5895188Z"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
219
329
|
"accessories": [],
|
|
220
330
|
"basicModelCode": "AXAH54"
|
|
221
331
|
},
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Built by ShiftSoftware
|
|
3
3
|
* Copyright (c)
|
|
4
4
|
*/
|
|
5
|
-
import{r as t,h as r,a}from"./p-Bf4Ol6Qt.js";import{c as e}from"./p-BK16Cn81.js";const o=class{constructor(r){t(this,r),this.isOpened=!0,this.stopAnimation=!1,this.height="auto",this.onlyForMounting=!1,this.stopWorking=!1,this.childrenAnimatingList=[],this.startTransition=t=>{if(-1!==t){const t=function(t){const r=[];let a=t;for(;a;){if(a.nodeType===Node.ELEMENT_NODE){const e=a;e.tagName.toLowerCase().startsWith("flexible-container")&&e!==t&&r.push(e)}if(a.parentNode)a=a.parentNode;else{if(!a.host)break;a=a.host}}return r}(this.el);t.forEach((t=>{t.isOpened&&t.addChildrenAnimation(this)})),clearTimeout(this.animationTimeoutRef),this.animationTimeoutRef=setTimeout((()=>{t.forEach((t=>{t.onAnimationPlayChanges(!1),t.removeChildrenAnimation(this)}))}),510)}return this.isOpened?(this.container.style.opacity="1",t&&-1!==t?this.container.style.height=`${t}px`:void("auto"===this.height&&(this.container.style.height=`${this.content.clientHeight}px`))):(this.container.style.height="0px",void(this.container.style.opacity="0.1"))},this.handleChildUpdates=t=>{clearTimeout(this.ChildUpdatesActionTimeout),this.ChildUpdatesActionTimeout=setTimeout((()=>{this.startTransition(t),setTimeout((()=>{this.isOpened&&this.onlyForMounting&&(this.stopWorking=!0)}),600)}),50)}}async componentDidLoad(){this.container=this.el.querySelector(".flexible-container"),this.content=this.el.querySelector(".flexible-container-content");const t=()=>this.isOpened&&this.handleChildUpdates();this.mutationObserver=new MutationObserver(t),this.mutationObserver.observe(this.content,{subtree:!0,childList:!0,attributes:!0,characterData:!0,attributeOldValue:!0,characterDataOldValue:!0}),this.resizeListener=t,window.addEventListener("resize",this.resizeListener),this.isOpened&&setTimeout((()=>{this.startTransition()}),200)}async disconnectedCallback(){this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeListener&&window.removeEventListener("resize",this.resizeListener)}async handleOpenChanges(){this.handleChildUpdates()}async handleHeightChanges(t){"auto"===t?this.handleChildUpdates():"number"==typeof t&&this.handleChildUpdates(t)}async onAnimationPlayChanges(t){t||(this.container.style.height=`${this.content.clientHeight}px`)}async addChildrenAnimation(t){this.childrenAnimatingList=[...this.childrenAnimatingList,t]}async removeChildrenAnimation(t){this.childrenAnimatingList=this.childrenAnimatingList.filter((r=>r!==t))}render(){return this.initialStyle||(this.initialStyle=this.isOpened?{height:"auto"}:{height:"0px"}),r("div",{key:"a5dd8e8e1686115cab199d1940625941ca5b17b5",style:this.initialStyle,class:e("flexible-container duration-500 w-full min-w-full",{"transition-all overflow-hidden !duration-500":!this.stopWorking,"!h-auto !duration-0 !transition-none":this.stopWorking||this.stopAnimation||!!this.childrenAnimatingList.length},this.containerClasses)},r("div",{key:"3a3e9b4ad1f69a7e26f40ee8647bcea68923c493",class:e("flexible-container-content",this.classes)},r("slot",{key:"e0fdc224e102e6bc038251df6695b76967846b2f"})))}get el(){return a(this)}static get watchers(){return{isOpened:["handleOpenChanges"],height:["handleHeightChanges"],stopAnimation:["onAnimationPlayChanges"]}}};o.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.flex{display:flex}.h-full{height:100%}.min-h-\\[150px\\]{min-height:150px}.w-full{width:100%}.items-center{align-items:center}.justify-center{justify-content:center}.opacity-0{opacity:0}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-500{transition-duration:.5s}.\\!h-auto{height:auto!important}.min-w-full{min-width:100%}.resize{resize:both}.overflow-hidden{overflow:hidden}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\\!transition-none{transition-property:none!important}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\!duration-0{transition-duration:0s!important}.\\!duration-500{transition-duration:.5s!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.fixed{position:fixed}.bottom-4{bottom:1rem}.left-1\\/2{left:50%}.z-10{z-index:10}.z-\\[9999\\]{z-index:9999}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.size-8{height:2rem;width:2rem}.size-\\[32px\\]{height:32px;width:32px}.size-full{height:100%;width:100%}.h-\\[100dvh\\]{height:100dvh}.h-\\[60px\\]{height:60px}.min-h-full{min-height:100%}.w-\\[100dvw\\]{width:100dvw}.w-\\[100px\\]{width:100px}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.justify-between{justify-content:space-between}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity,1))}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\\/30{background-color:rgba(0,0,0,.3)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.object-cover{object-fit:cover}.object-center{object-position:center}.p-1{padding:.25rem}.p-\\[16px\\]{padding:16px}.py-\\[10px\\]{padding-bottom:10px;padding-top:10px}.text-center{text-align:center}.text-\\[18px\\]{font-size:18px}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.hover\\:border-slate-700:hover{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.hover\\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.hover\\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.disabled\\:bg-white\\/75:disabled{background-color:hsla(0,0%,100%,.75)}@media (min-width:768px){.md\\:relative{position:relative}.md\\:h-auto{height:auto}.md\\:w-\\[600px\\]{width:600px}.md\\:\\!translate-x-0{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\\:overflow-hidden{overflow:hidden}.md\\:rounded-lg{border-radius:.5rem}.md\\:border-none{border-style:none}.md\\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.md\\:py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.md\\:text-\\[24px\\]{font-size:24px}.md\\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.md\\:\\!opacity-100{opacity:1!important}.md\\:transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.md\\:duration-300{transition-duration:.3s}.md\\:hover\\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}}.h-\\[200px\\]{height:200px}.text-\\[26px\\]{font-size:26px}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.flex-col{flex-direction:column}.gap-\\[16px\\]{gap:16px}.pb-\\[16px\\]{padding-bottom:16px}.mx-auto{margin-left:auto;margin-right:auto}.me-2{margin-inline-end:.5rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mt-\\[32px\\]{margin-top:32px}.inline-flex{display:inline-flex}.h-\\[50px\\]{height:50px}.w-fit{width:fit-content}.max-w-full{max-width:100%}.flex-wrap{flex-wrap:wrap}.items-stretch{align-items:stretch}.gap-\\[8px\\]{gap:8px}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.bg-\\[\\#f6f6f6\\]{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.p-\\[2px\\]{padding:2px}.px-3{padding-left:.75rem;padding-right:.75rem}.px-\\[16px\\]{padding-left:16px;padding-right:16px}.py-1{padding-bottom:.25rem;padding-top:.25rem}.text-\\[16px\\]{font-size:16px}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-\\[green\\]{--tw-text-opacity:1;color:rgb(0 128 0/var(--tw-text-opacity,1))}.text-\\[orange\\]{--tw-text-opacity:1;color:rgb(255 165 0/var(--tw-text-opacity,1))}.text-\\[red\\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}@media (min-width:768px){.md\\:justify-between{justify-content:space-between}}.\\[\\&\\>div\\]\\:grow>div{flex-grow:1}.me-1{margin-inline-end:.25rem}.mb-\\[12px\\]{margin-bottom:12px}.w-\\[500px\\]{width:500px}.max-w-\\[250px\\]{max-width:250px}.max-w-\\[96vw\\]{max-width:96vw}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.gap-2{gap:.5rem}.gap-\\[32px\\]{gap:32px}.rounded-md{border-radius:.375rem}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.py-\\[12px\\]{padding-bottom:12px}.pt-\\[12px\\],.py-\\[12px\\]{padding-top:12px}.pt-\\[32px\\]{padding-top:32px}.pt-\\[8px\\]{padding-top:8px}.text-\\[20px\\]{font-size:20px}.text-xl{font-size:1.25rem;line-height:1.75rem}.even\\:bg-slate-100:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\\:bg-sky-100\\/50:hover{background-color:rgba(224,242,254,.5)}.\\!pointer-events-none{pointer-events:none!important}.\\!w-full{width:100%!important}.translate-x-\\[-200\\%\\]{--tw-translate-x:-200%}.translate-x-\\[-200\\%\\],.translate-y-\\[200\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[200\\%\\]{--tw-translate-y:200%}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\[\\&_\\*\\]\\:\\!pointer-events-none *{pointer-events:none!important}.my-auto{margin-bottom:auto;margin-top:auto}.grid{display:grid}.size-\\[28px\\]{height:28px;width:28px}.min-w-0{min-width:0}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.place-items-center{place-items:center}.rounded{border-radius:.25rem}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.bg-slate-200\\/70{background-color:rgba(226,232,240,.7)}.px-\\[12px\\]{padding-left:12px;padding-right:12px}.px-\\[6px\\]{padding-left:6px;padding-right:6px}.px-\\[8px\\]{padding-left:8px;padding-right:8px}.py-\\[16px\\]{padding-bottom:16px;padding-top:16px}.text-\\[13px\\]{font-size:13px}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.last\\:border-b-0:last-child{border-bottom-width:0}.hover\\:cursor-pointer:hover{cursor:pointer}.hover\\:bg-sky-200:hover{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.hover\\:bg-slate-200\\/70:hover{background-color:rgba(226,232,240,.7)}.-translate-x-\\[110\\%\\]{--tw-translate-x:-110%}.-translate-x-\\[110\\%\\],.translate-x-\\[110\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[110\\%\\]{--tw-translate-x:110%}.\\!duration-1000{transition-duration:1s!important}.w-\\[calc\\(100\\%-20px\\)\\]{width:calc(100% - 20px)}.items-start{align-items:flex-start}.gap-\\[4px\\]{gap:4px}.py-\\[4px\\]{padding-bottom:4px;padding-top:4px}.text-\\[17px\\]{font-size:17px}.mb-\\[6px\\]{margin-bottom:6px}.cursor-default{cursor:default}.rounded-t-\\[4px\\]{border-top-left-radius:4px;border-top-right-radius:4px}.\\!border-b-0{border-bottom-width:0!important}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.py-\\[6px\\]{padding-bottom:6px;padding-top:6px}.ps-\\[12px\\]{padding-inline-start:12px}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.opacity-100{opacity:1}.after\\:absolute:after{content:var(--tw-content);position:absolute}.after\\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\\:left-0:after{content:var(--tw-content);left:0}.after\\:z-10:after{content:var(--tw-content);z-index:10}.after\\:h-\\[1px\\]:after{content:var(--tw-content);height:1px}.after\\:w-full:after{content:var(--tw-content);width:100%}.after\\:translate-y-full:after{--tw-translate-y:100%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\\:bg-white:after{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content)}.after\\:opacity-0:after{content:var(--tw-content);opacity:0}.after\\:opacity-100:after{content:var(--tw-content);opacity:1}.after\\:transition:after{content:var(--tw-content);transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\\:duration-500:after{content:var(--tw-content);transition-duration:.5s}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.size-\\[100px\\]{height:100px;width:100px}.h-auto{height:auto}.max-h-\\[100px\\]{max-height:100px}.w-auto{width:auto}.max-w-\\[100px\\]{max-width:100px}.bg-black\\/40{background-color:rgba(0,0,0,.4)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hover\\:opacity-100:hover{opacity:1}.\\[\\&_div\\]\\:hover\\:\\!opacity-100:hover div{opacity:1!important}.\\[\\&_img\\]\\:hover\\:shadow-lg:hover img{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.pointer-events-auto{pointer-events:auto}.bottom-\\[40px\\]{bottom:40px}.left-\\[30px\\]{left:30px}.ml-\\[-125px\\]{margin-left:-125px}.box-content{box-sizing:content-box}.size-\\[30px\\]{height:30px;width:30px}.size-\\[90px\\]{height:90px;width:90px}.h-10{height:2.5rem}.h-\\[320px\\]{height:320px}.w-1\\/2{width:50%}.w-\\[150\\%\\]{width:150%}.w-\\[90\\%\\]{width:90%}.w-\\[calc\\(100\\%-0px\\)\\]{width:100%}.w-\\[calc\\(100\\%-60px\\)\\]{width:calc(100% - 60px)}.-translate-x-1\\/2,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-\\[-50\\%\\]{--tw-translate-y:-50%}.translate-y-\\[-50\\%\\],.translate-y-\\[-5px\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-5px\\]{--tw-translate-y:-5px}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-\\[70\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\\[70\\%\\]{--tw-scale-x:70%;--tw-scale-y:70%}.gap-\\[250px\\]{gap:250px}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.rounded-\\[4px\\]{border-radius:4px}.rounded-\\[6px\\]{border-radius:6px}.border-\\[\\#faebcc\\]{--tw-border-opacity:1;border-color:rgb(250 235 204/var(--tw-border-opacity,1))}.bg-\\[\\#1a1a1a\\]{--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.bg-\\[\\#fcf8e3\\]{--tw-bg-opacity:1;background-color:rgb(252 248 227/var(--tw-bg-opacity,1))}.bg-\\[linear-gradient\\(to_bottom\\2c _\\#428bca_0\\%\\2c _\\#3071a9_100\\%\\)\\]{background-image:linear-gradient(180deg,#428bca,#3071a9)}.p-\\[25px\\]{padding:25px}.px-\\[30px\\]{padding-left:30px;padding-right:30px}.pt-\\[16px\\]{padding-top:16px}.text-\\[22px\\]{font-size:22px}.text-\\[\\#8a6d3b\\]{--tw-text-opacity:1;color:rgb(138 109 59/var(--tw-text-opacity,1))}.duration-200{transition-duration:.2s}.\\[\\&_\\*\\]\\:shrink-0 *{flex-shrink:0}.size-\\[18px\\]{height:18px;width:18px}.h-\\[150px\\]{height:150px}.w-\\[84px\\]{width:84px}.gap-\\[6px\\]{gap:6px}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.p-\\[12px\\]{padding:12px}.p-\\[6px\\]{padding:6px}.px-\\[24px\\]{padding-left:24px;padding-right:24px}.py-\\[15px\\]{padding-bottom:15px;padding-top:15px}.mt-\\[4px\\]{margin-top:4px}.max-w-\\[460px\\]{max-width:460px}.max-w-\\[520px\\]{max-width:520px}.translate-y-\\[-4px\\]{--tw-translate-y:-4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.select-none{user-select:none}.justify-start{justify-content:flex-start}.gap-\\[12px\\]{gap:12px}.gap-\\[2px\\]{gap:2px}.\\!rounded-\\[12px\\]{border-radius:12px!important}.rounded-\\[14px\\]{border-radius:14px}.px-\\[14px\\]{padding-left:14px;padding-right:14px}.\\!pb-0{padding-bottom:0!important}.text-\\[13\\.5px\\]{font-size:13.5px}.leading-\\[1\\.35\\]{line-height:1.35}.text-amber-900\\/90{color:rgba(120,53,15,.9)}.my-2{margin-bottom:.5rem;margin-top:.5rem}.grow{flex-grow:1}.block{display:block}.h-\\[25px\\]{height:25px}.h-\\[8px\\]{height:8px}.pt-\\[40px\\]{padding-top:40px}.success-card{background-color:#d0e7de;border-color:#a2d0bb;color:#0b3521}.reject-card{background-color:#f7d7d8;border-color:#f2aeb5;color:#58151c}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.-left-full{left:-100%}.end-\\[16px\\]{inset-inline-end:16px}.left-full{left:100%}.right-\\[50px\\]{right:50px}.z-20{z-index:20}.z-\\[999\\]{z-index:999}.mb-\\[16px\\]{margin-bottom:16px}.mt-\\[16px\\]{margin-top:16px}.mt-\\[20px\\]{margin-top:20px}.mt-\\[50px\\]{margin-top:50px}.box-border{box-sizing:border-box}.size-\\[20px\\]{height:20px;width:20px}.size-\\[24px\\]{height:24px;width:24px}.size-\\[25px\\]{height:25px;width:25px}.size-\\[35px\\]{height:35px;width:35px}.h-\\[140px\\]{height:140px}.h-\\[16px\\]{height:16px}.h-\\[30px\\]{height:30px}.h-\\[32px\\]{height:32px}.h-\\[36px\\]{height:36px}.h-\\[40px\\]{height:40px}.h-fit{height:fit-content}.max-h-\\[200px\\]{max-height:200px}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.min-w-\\[100dvw\\]{min-width:100dvw}.max-w-\\[200px\\]{max-width:200px}.max-w-\\[400px\\]{max-width:400px}.-translate-y-\\[32px\\]{--tw-translate-y:-32px}.-translate-y-\\[32px\\],.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[32px\\]{--tw-translate-y:32px}.rotate-\\[45deg\\],.translate-y-\\[32px\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\\[45deg\\]{--tw-rotate:45deg}.scale-100,.scale-\\[110\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\\[110\\%\\]{--tw-scale-x:110%;--tw-scale-y:110%}.gap-\\[10px\\]{gap:10px}.gap-\\[20px\\]{gap:20px}.gap-\\[75px\\]{gap:75px}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded-\\[5px\\]{border-radius:5px}.rounded-\\[8px\\]{border-radius:8px}.border-\\[2px\\]{border-width:2px}.border-\\[\\#27ae60\\]{--tw-border-opacity:1;border-color:rgb(39 174 96/var(--tw-border-opacity,1))}.border-\\[\\#3071a9\\]{--tw-border-opacity:1;border-color:rgb(48 113 169/var(--tw-border-opacity,1))}.border-\\[\\#dcdcdc\\]{--tw-border-opacity:1;border-color:rgb(220 220 220/var(--tw-border-opacity,1))}.border-\\[\\#ddd\\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity,1))}.border-\\[\\#f4f4f4\\]{--tw-border-opacity:1;border-color:rgb(244 244 244/var(--tw-border-opacity,1))}.border-\\[\\#ff9100\\]{--tw-border-opacity:1;border-color:rgb(255 145 0/var(--tw-border-opacity,1))}.border-\\[\\#ffb74d\\]{--tw-border-opacity:1;border-color:rgb(255 183 77/var(--tw-border-opacity,1))}.border-\\[\\#ffd28f\\]{--tw-border-opacity:1;border-color:rgb(255 210 143/var(--tw-border-opacity,1))}.bg-\\[\\#275e8f\\]{--tw-bg-opacity:1;background-color:rgb(39 94 143/var(--tw-bg-opacity,1))}.bg-\\[\\#32b267\\]{--tw-bg-opacity:1;background-color:rgb(50 178 103/var(--tw-bg-opacity,1))}.bg-\\[\\#d5d5d5\\]{--tw-bg-opacity:1;background-color:rgb(213 213 213/var(--tw-bg-opacity,1))}.bg-\\[\\#f4f4f4\\]{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity,1))}.bg-\\[\\#ff91001a\\]{background-color:#ff91001a}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.fill-\\[\\#3071a9\\]{fill:#3071a9}.stroke-white{stroke:#fff}.stroke-\\[1\\.5px\\]{stroke-width:1.5px}.p-\\[22px\\]{padding:22px}.p-\\[50px\\]{padding:50px}.p-\\[7px\\]{padding:7px}.px-\\[22px\\]{padding-left:22px;padding-right:22px}.py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.ps-\\[16px\\]{padding-inline-start:16px}.ps-\\[4px\\]{padding-inline-start:4px}.ps-\\[8px\\]{padding-inline-start:8px}.text-\\[14px\\]{font-size:14px}.text-\\[\\#3071a9\\]{--tw-text-opacity:1;color:rgb(48 113 169/var(--tw-text-opacity,1))}.text-\\[\\#424242\\]{--tw-text-opacity:1;color:rgb(66 66 66/var(--tw-text-opacity,1))}.text-\\[\\#663c00\\]{--tw-text-opacity:1;color:rgb(102 60 0/var(--tw-text-opacity,1))}.text-\\[\\#ff9100\\]{--tw-text-opacity:1;color:rgb(255 145 0/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.opacity-50{opacity:.5}.transition-\\[width\\]{transition-duration:.15s;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-700{transition-duration:.7s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\\:bg-\\[\\#3071a9\\]:hover{--tw-bg-opacity:1;background-color:rgb(48 113 169/var(--tw-bg-opacity,1))}.hover\\:bg-\\[\\#fff8e1\\]:hover{--tw-bg-opacity:1;background-color:rgb(255 248 225/var(--tw-bg-opacity,1))}.hover\\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.focus\\:-translate-y-\\[8px\\]:focus{--tw-translate-y:-8px}.focus\\:-translate-y-\\[8px\\]:focus,.focus\\:scale-110:focus{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.focus\\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.focus\\:border-\\[\\#3071a9\\]:focus{--tw-border-opacity:1;border-color:rgb(48 113 169/var(--tw-border-opacity,1))}.active\\:bg-\\[\\#223f57\\]:active{--tw-bg-opacity:1;background-color:rgb(34 63 87/var(--tw-bg-opacity,1))}.enabled\\:shadow:enabled{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.enabled\\:hover\\:rotate-\\[135deg\\]:hover:enabled{--tw-rotate:135deg}.enabled\\:hover\\:rotate-\\[135deg\\]:hover:enabled,.enabled\\:hover\\:scale-110:hover:enabled{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.enabled\\:hover\\:scale-110:hover:enabled{--tw-scale-x:1.1;--tw-scale-y:1.1}.enabled\\:hover\\:scale-\\[150\\%\\]:hover:enabled{--tw-scale-x:150%;--tw-scale-y:150%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.enabled\\:hover\\:border-\\[\\#27ae5fc1\\]:hover:enabled{border-color:#27ae5fc1}.enabled\\:hover\\:bg-\\[\\#32b267c7\\]:hover:enabled{background-color:#32b267c7}.enabled\\:hover\\:bg-red-200:hover:enabled{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.enabled\\:hover\\:text-red-400:hover:enabled{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.disabled\\:opacity-50:disabled{opacity:.5}.peer:checked~.peer-checked\\:border-\\[\\#ff9100\\]{--tw-border-opacity:1;border-color:rgb(255 145 0/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\\:bg-\\[\\#ff9100\\]{--tw-bg-opacity:1;background-color:rgb(255 145 0/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.md\\:flex-row{flex-direction:row}}.\\[\\&_circle\\]\\:fill-white circle{fill:#fff}.\\[\\&_div\\]\\:min-w-\\[200px\\] div{min-width:200px}';export{o as flexible_container}
|
|
5
|
+
import{r as t,h as r,a}from"./p-Bf4Ol6Qt.js";import{c as e}from"./p-BK16Cn81.js";const o=class{constructor(r){t(this,r),this.isOpened=!0,this.stopAnimation=!1,this.height="auto",this.onlyForMounting=!1,this.stopWorking=!1,this.childrenAnimatingList=[],this.startTransition=t=>{if(-1!==t){const t=function(t){const r=[];let a=t;for(;a;){if(a.nodeType===Node.ELEMENT_NODE){const e=a;e.tagName.toLowerCase().startsWith("flexible-container")&&e!==t&&r.push(e)}if(a.parentNode)a=a.parentNode;else{if(!a.host)break;a=a.host}}return r}(this.el);t.forEach((t=>{t.isOpened&&t.addChildrenAnimation(this)})),clearTimeout(this.animationTimeoutRef),this.animationTimeoutRef=setTimeout((()=>{t.forEach((t=>{t.onAnimationPlayChanges(!1),t.removeChildrenAnimation(this)}))}),510)}return this.isOpened?(this.container.style.opacity="1",t&&-1!==t?this.container.style.height=`${t}px`:void("auto"===this.height&&(this.container.style.height=`${this.content.clientHeight}px`))):(this.container.style.height="0px",void(this.container.style.opacity="0.1"))},this.handleChildUpdates=t=>{clearTimeout(this.ChildUpdatesActionTimeout),this.ChildUpdatesActionTimeout=setTimeout((()=>{this.startTransition(t),setTimeout((()=>{this.isOpened&&this.onlyForMounting&&(this.stopWorking=!0)}),600)}),50)}}async componentDidLoad(){this.container=this.el.querySelector(".flexible-container"),this.content=this.el.querySelector(".flexible-container-content");const t=()=>this.isOpened&&this.handleChildUpdates();this.mutationObserver=new MutationObserver(t),this.mutationObserver.observe(this.content,{subtree:!0,childList:!0,attributes:!0,characterData:!0,attributeOldValue:!0,characterDataOldValue:!0}),this.resizeListener=t,window.addEventListener("resize",this.resizeListener),this.isOpened&&setTimeout((()=>{this.startTransition()}),200)}async disconnectedCallback(){this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeListener&&window.removeEventListener("resize",this.resizeListener)}async handleOpenChanges(){this.handleChildUpdates()}async handleHeightChanges(t){"auto"===t?this.handleChildUpdates():"number"==typeof t&&this.handleChildUpdates(t)}async onAnimationPlayChanges(t){t||(this.container.style.height=`${this.content.clientHeight}px`)}async addChildrenAnimation(t){this.childrenAnimatingList=[...this.childrenAnimatingList,t]}async removeChildrenAnimation(t){this.childrenAnimatingList=this.childrenAnimatingList.filter((r=>r!==t))}render(){return this.initialStyle||(this.initialStyle=this.isOpened?{height:"auto"}:{height:"0px"}),r("div",{key:"a5dd8e8e1686115cab199d1940625941ca5b17b5",style:this.initialStyle,class:e("flexible-container duration-500 w-full min-w-full",{"transition-all overflow-hidden !duration-500":!this.stopWorking,"!h-auto !duration-0 !transition-none":this.stopWorking||this.stopAnimation||!!this.childrenAnimatingList.length},this.containerClasses)},r("div",{key:"3a3e9b4ad1f69a7e26f40ee8647bcea68923c493",class:e("flexible-container-content",this.classes)},r("slot",{key:"e0fdc224e102e6bc038251df6695b76967846b2f"})))}get el(){return a(this)}static get watchers(){return{isOpened:["handleOpenChanges"],height:["handleHeightChanges"],stopAnimation:["onAnimationPlayChanges"]}}};o.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.flex{display:flex}.h-full{height:100%}.min-h-\\[150px\\]{min-height:150px}.w-full{width:100%}.items-center{align-items:center}.justify-center{justify-content:center}.opacity-0{opacity:0}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-500{transition-duration:.5s}.\\!h-auto{height:auto!important}.min-w-full{min-width:100%}.resize{resize:both}.overflow-hidden{overflow:hidden}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\\!transition-none{transition-property:none!important}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\!duration-0{transition-duration:0s!important}.\\!duration-500{transition-duration:.5s!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.cursor-pointer{cursor:pointer}.fixed{position:fixed}.bottom-4{bottom:1rem}.left-1\\/2{left:50%}.z-10{z-index:10}.z-\\[9999\\]{z-index:9999}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.size-8{height:2rem;width:2rem}.size-\\[32px\\]{height:32px;width:32px}.size-full{height:100%;width:100%}.h-\\[100dvh\\]{height:100dvh}.h-\\[60px\\]{height:60px}.min-h-full{min-height:100%}.w-\\[100dvw\\]{width:100dvw}.w-\\[100px\\]{width:100px}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-spin{animation:spin 1s linear infinite}.justify-between{justify-content:space-between}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity,1))}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\\/30{background-color:rgba(0,0,0,.3)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.object-cover{object-fit:cover}.object-center{object-position:center}.p-1{padding:.25rem}.p-\\[16px\\]{padding:16px}.py-\\[10px\\]{padding-bottom:10px;padding-top:10px}.text-center{text-align:center}.text-\\[18px\\]{font-size:18px}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.hover\\:border-slate-700:hover{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.hover\\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.hover\\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.disabled\\:bg-white\\/75:disabled{background-color:hsla(0,0%,100%,.75)}@media (min-width:768px){.md\\:relative{position:relative}.md\\:h-auto{height:auto}.md\\:w-\\[600px\\]{width:600px}.md\\:\\!translate-x-0{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\\:overflow-hidden{overflow:hidden}.md\\:rounded-lg{border-radius:.5rem}.md\\:border-none{border-style:none}.md\\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.md\\:py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.md\\:text-\\[24px\\]{font-size:24px}.md\\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.md\\:\\!opacity-100{opacity:1!important}.md\\:transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.md\\:duration-300{transition-duration:.3s}.md\\:hover\\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}}.h-\\[200px\\]{height:200px}.text-\\[26px\\]{font-size:26px}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.flex-col{flex-direction:column}.gap-\\[16px\\]{gap:16px}.pb-\\[16px\\]{padding-bottom:16px}.me-1{margin-inline-end:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.items-stretch{align-items:stretch}.gap-\\[8px\\]{gap:8px}.overflow-auto{overflow:auto}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.p-\\[2px\\]{padding:2px}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.text-\\[16px\\]{font-size:16px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}@media (min-width:768px){.md\\:justify-between{justify-content:space-between}}.\\[\\&\\>div\\]\\:grow>div{flex-grow:1}.mx-auto{margin-left:auto;margin-right:auto}.me-2{margin-inline-end:.5rem}.mt-\\[32px\\]{margin-top:32px}.h-\\[50px\\]{height:50px}.w-fit{width:fit-content}.max-w-full{max-width:100%}.overflow-x-auto{overflow-x:auto}.bg-\\[\\#f6f6f6\\]{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity,1))}.px-\\[16px\\]{padding-left:16px;padding-right:16px}.font-bold{font-weight:700}.text-\\[green\\]{--tw-text-opacity:1;color:rgb(0 128 0/var(--tw-text-opacity,1))}.text-\\[orange\\]{--tw-text-opacity:1;color:rgb(255 165 0/var(--tw-text-opacity,1))}.text-\\[red\\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.mb-\\[12px\\]{margin-bottom:12px}.w-\\[500px\\]{width:500px}.max-w-\\[250px\\]{max-width:250px}.max-w-\\[96vw\\]{max-width:96vw}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.gap-2{gap:.5rem}.gap-\\[32px\\]{gap:32px}.rounded-md{border-radius:.375rem}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.py-\\[12px\\]{padding-bottom:12px}.pt-\\[12px\\],.py-\\[12px\\]{padding-top:12px}.pt-\\[32px\\]{padding-top:32px}.pt-\\[8px\\]{padding-top:8px}.text-\\[20px\\]{font-size:20px}.text-xl{font-size:1.25rem;line-height:1.75rem}.even\\:bg-slate-100:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\\:bg-sky-100\\/50:hover{background-color:rgba(224,242,254,.5)}.\\!pointer-events-none{pointer-events:none!important}.\\!w-full{width:100%!important}.translate-x-\\[-200\\%\\]{--tw-translate-x:-200%}.translate-x-\\[-200\\%\\],.translate-y-\\[200\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[200\\%\\]{--tw-translate-y:200%}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\[\\&_\\*\\]\\:\\!pointer-events-none *{pointer-events:none!important}.my-auto{margin-bottom:auto;margin-top:auto}.grid{display:grid}.size-\\[28px\\]{height:28px;width:28px}.min-w-0{min-width:0}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.place-items-center{place-items:center}.rounded{border-radius:.25rem}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.bg-slate-200\\/70{background-color:rgba(226,232,240,.7)}.px-\\[12px\\]{padding-left:12px;padding-right:12px}.px-\\[6px\\]{padding-left:6px;padding-right:6px}.px-\\[8px\\]{padding-left:8px;padding-right:8px}.py-\\[16px\\]{padding-bottom:16px;padding-top:16px}.text-\\[13px\\]{font-size:13px}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.last\\:border-b-0:last-child{border-bottom-width:0}.hover\\:cursor-pointer:hover{cursor:pointer}.hover\\:bg-sky-200:hover{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.hover\\:bg-slate-200\\/70:hover{background-color:rgba(226,232,240,.7)}.w-\\[calc\\(100\\%-20px\\)\\]{width:calc(100% - 20px)}.items-start{align-items:flex-start}.gap-\\[4px\\]{gap:4px}.py-\\[4px\\]{padding-bottom:4px;padding-top:4px}.text-\\[17px\\]{font-size:17px}.-translate-x-\\[110\\%\\]{--tw-translate-x:-110%}.-translate-x-\\[110\\%\\],.translate-x-\\[110\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[110\\%\\]{--tw-translate-x:110%}.\\!duration-1000{transition-duration:1s!important}.mb-\\[6px\\]{margin-bottom:6px}.cursor-default{cursor:default}.rounded-t-\\[4px\\]{border-top-left-radius:4px;border-top-right-radius:4px}.\\!border-b-0{border-bottom-width:0!important}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.py-\\[6px\\]{padding-bottom:6px;padding-top:6px}.ps-\\[12px\\]{padding-inline-start:12px}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.opacity-100{opacity:1}.after\\:absolute:after{content:var(--tw-content);position:absolute}.after\\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\\:left-0:after{content:var(--tw-content);left:0}.after\\:z-10:after{content:var(--tw-content);z-index:10}.after\\:h-\\[1px\\]:after{content:var(--tw-content);height:1px}.after\\:w-full:after{content:var(--tw-content);width:100%}.after\\:translate-y-full:after{--tw-translate-y:100%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\\:bg-white:after{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content)}.after\\:opacity-0:after{content:var(--tw-content);opacity:0}.after\\:opacity-100:after{content:var(--tw-content);opacity:1}.after\\:transition:after{content:var(--tw-content);transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\\:duration-500:after{content:var(--tw-content);transition-duration:.5s}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.pointer-events-auto{pointer-events:auto}.bottom-\\[40px\\]{bottom:40px}.left-\\[30px\\]{left:30px}.ml-\\[-125px\\]{margin-left:-125px}.box-content{box-sizing:content-box}.size-\\[30px\\]{height:30px;width:30px}.size-\\[90px\\]{height:90px;width:90px}.h-10{height:2.5rem}.h-\\[320px\\]{height:320px}.w-1\\/2{width:50%}.w-\\[150\\%\\]{width:150%}.w-\\[90\\%\\]{width:90%}.w-\\[calc\\(100\\%-0px\\)\\]{width:100%}.w-\\[calc\\(100\\%-60px\\)\\]{width:calc(100% - 60px)}.-translate-x-1\\/2,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-\\[-50\\%\\]{--tw-translate-y:-50%}.translate-y-\\[-50\\%\\],.translate-y-\\[-5px\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-5px\\]{--tw-translate-y:-5px}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-\\[70\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\\[70\\%\\]{--tw-scale-x:70%;--tw-scale-y:70%}.gap-\\[250px\\]{gap:250px}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.rounded-\\[4px\\]{border-radius:4px}.rounded-\\[6px\\]{border-radius:6px}.border-\\[\\#faebcc\\]{--tw-border-opacity:1;border-color:rgb(250 235 204/var(--tw-border-opacity,1))}.bg-\\[\\#1a1a1a\\]{--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.bg-\\[\\#fcf8e3\\]{--tw-bg-opacity:1;background-color:rgb(252 248 227/var(--tw-bg-opacity,1))}.bg-\\[linear-gradient\\(to_bottom\\2c _\\#428bca_0\\%\\2c _\\#3071a9_100\\%\\)\\]{background-image:linear-gradient(180deg,#428bca,#3071a9)}.p-\\[25px\\]{padding:25px}.px-\\[30px\\]{padding-left:30px;padding-right:30px}.pt-\\[16px\\]{padding-top:16px}.text-\\[22px\\]{font-size:22px}.text-\\[\\#8a6d3b\\]{--tw-text-opacity:1;color:rgb(138 109 59/var(--tw-text-opacity,1))}.duration-200{transition-duration:.2s}.\\[\\&_\\*\\]\\:shrink-0 *{flex-shrink:0}.size-\\[100px\\]{height:100px;width:100px}.h-auto{height:auto}.max-h-\\[100px\\]{max-height:100px}.w-auto{width:auto}.max-w-\\[100px\\]{max-width:100px}.bg-black\\/40{background-color:rgba(0,0,0,.4)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hover\\:opacity-100:hover{opacity:1}.\\[\\&_div\\]\\:hover\\:\\!opacity-100:hover div{opacity:1!important}.\\[\\&_img\\]\\:hover\\:shadow-lg:hover img{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.size-\\[18px\\]{height:18px;width:18px}.h-\\[150px\\]{height:150px}.w-\\[84px\\]{width:84px}.gap-\\[6px\\]{gap:6px}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.p-\\[12px\\]{padding:12px}.p-\\[6px\\]{padding:6px}.px-\\[24px\\]{padding-left:24px;padding-right:24px}.py-\\[15px\\]{padding-bottom:15px;padding-top:15px}.mt-\\[4px\\]{margin-top:4px}.max-w-\\[460px\\]{max-width:460px}.max-w-\\[520px\\]{max-width:520px}.translate-y-\\[-4px\\]{--tw-translate-y:-4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.select-none{user-select:none}.justify-start{justify-content:flex-start}.gap-\\[12px\\]{gap:12px}.gap-\\[2px\\]{gap:2px}.\\!rounded-\\[12px\\]{border-radius:12px!important}.rounded-\\[14px\\]{border-radius:14px}.px-\\[14px\\]{padding-left:14px;padding-right:14px}.\\!pb-0{padding-bottom:0!important}.text-\\[13\\.5px\\]{font-size:13.5px}.leading-\\[1\\.35\\]{line-height:1.35}.text-amber-900\\/90{color:rgba(120,53,15,.9)}.my-2{margin-bottom:.5rem;margin-top:.5rem}.grow{flex-grow:1}.block{display:block}.h-\\[25px\\]{height:25px}.h-\\[8px\\]{height:8px}.pt-\\[40px\\]{padding-top:40px}.success-card{background-color:#d0e7de;border-color:#a2d0bb;color:#0b3521}.reject-card{background-color:#f7d7d8;border-color:#f2aeb5;color:#58151c}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.-left-full{left:-100%}.end-\\[16px\\]{inset-inline-end:16px}.left-full{left:100%}.right-\\[50px\\]{right:50px}.z-20{z-index:20}.z-\\[999\\]{z-index:999}.mb-\\[16px\\]{margin-bottom:16px}.mt-\\[16px\\]{margin-top:16px}.mt-\\[20px\\]{margin-top:20px}.mt-\\[50px\\]{margin-top:50px}.box-border{box-sizing:border-box}.size-\\[20px\\]{height:20px;width:20px}.size-\\[24px\\]{height:24px;width:24px}.size-\\[25px\\]{height:25px;width:25px}.size-\\[35px\\]{height:35px;width:35px}.h-\\[140px\\]{height:140px}.h-\\[16px\\]{height:16px}.h-\\[30px\\]{height:30px}.h-\\[32px\\]{height:32px}.h-\\[36px\\]{height:36px}.h-\\[40px\\]{height:40px}.h-fit{height:fit-content}.max-h-\\[200px\\]{max-height:200px}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.min-w-\\[100dvw\\]{min-width:100dvw}.max-w-\\[200px\\]{max-width:200px}.max-w-\\[400px\\]{max-width:400px}.-translate-y-\\[32px\\]{--tw-translate-y:-32px}.-translate-y-\\[32px\\],.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[32px\\]{--tw-translate-y:32px}.rotate-\\[45deg\\],.translate-y-\\[32px\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\\[45deg\\]{--tw-rotate:45deg}.scale-100,.scale-\\[110\\%\\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\\[110\\%\\]{--tw-scale-x:110%;--tw-scale-y:110%}.gap-\\[10px\\]{gap:10px}.gap-\\[20px\\]{gap:20px}.gap-\\[75px\\]{gap:75px}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded-\\[5px\\]{border-radius:5px}.rounded-\\[8px\\]{border-radius:8px}.border-\\[2px\\]{border-width:2px}.border-\\[\\#27ae60\\]{--tw-border-opacity:1;border-color:rgb(39 174 96/var(--tw-border-opacity,1))}.border-\\[\\#3071a9\\]{--tw-border-opacity:1;border-color:rgb(48 113 169/var(--tw-border-opacity,1))}.border-\\[\\#dcdcdc\\]{--tw-border-opacity:1;border-color:rgb(220 220 220/var(--tw-border-opacity,1))}.border-\\[\\#ddd\\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity,1))}.border-\\[\\#f4f4f4\\]{--tw-border-opacity:1;border-color:rgb(244 244 244/var(--tw-border-opacity,1))}.border-\\[\\#ff9100\\]{--tw-border-opacity:1;border-color:rgb(255 145 0/var(--tw-border-opacity,1))}.border-\\[\\#ffb74d\\]{--tw-border-opacity:1;border-color:rgb(255 183 77/var(--tw-border-opacity,1))}.border-\\[\\#ffd28f\\]{--tw-border-opacity:1;border-color:rgb(255 210 143/var(--tw-border-opacity,1))}.bg-\\[\\#275e8f\\]{--tw-bg-opacity:1;background-color:rgb(39 94 143/var(--tw-bg-opacity,1))}.bg-\\[\\#32b267\\]{--tw-bg-opacity:1;background-color:rgb(50 178 103/var(--tw-bg-opacity,1))}.bg-\\[\\#d5d5d5\\]{--tw-bg-opacity:1;background-color:rgb(213 213 213/var(--tw-bg-opacity,1))}.bg-\\[\\#f4f4f4\\]{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity,1))}.bg-\\[\\#ff91001a\\]{background-color:#ff91001a}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.fill-\\[\\#3071a9\\]{fill:#3071a9}.stroke-white{stroke:#fff}.stroke-\\[1\\.5px\\]{stroke-width:1.5px}.p-\\[22px\\]{padding:22px}.p-\\[50px\\]{padding:50px}.p-\\[7px\\]{padding:7px}.px-\\[22px\\]{padding-left:22px;padding-right:22px}.py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.ps-\\[16px\\]{padding-inline-start:16px}.ps-\\[4px\\]{padding-inline-start:4px}.ps-\\[8px\\]{padding-inline-start:8px}.text-\\[14px\\]{font-size:14px}.text-\\[\\#3071a9\\]{--tw-text-opacity:1;color:rgb(48 113 169/var(--tw-text-opacity,1))}.text-\\[\\#424242\\]{--tw-text-opacity:1;color:rgb(66 66 66/var(--tw-text-opacity,1))}.text-\\[\\#663c00\\]{--tw-text-opacity:1;color:rgb(102 60 0/var(--tw-text-opacity,1))}.text-\\[\\#ff9100\\]{--tw-text-opacity:1;color:rgb(255 145 0/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.opacity-50{opacity:.5}.transition-\\[width\\]{transition-duration:.15s;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-700{transition-duration:.7s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\\:bg-\\[\\#3071a9\\]:hover{--tw-bg-opacity:1;background-color:rgb(48 113 169/var(--tw-bg-opacity,1))}.hover\\:bg-\\[\\#fff8e1\\]:hover{--tw-bg-opacity:1;background-color:rgb(255 248 225/var(--tw-bg-opacity,1))}.hover\\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.focus\\:-translate-y-\\[8px\\]:focus{--tw-translate-y:-8px}.focus\\:-translate-y-\\[8px\\]:focus,.focus\\:scale-110:focus{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.focus\\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.focus\\:border-\\[\\#3071a9\\]:focus{--tw-border-opacity:1;border-color:rgb(48 113 169/var(--tw-border-opacity,1))}.active\\:bg-\\[\\#223f57\\]:active{--tw-bg-opacity:1;background-color:rgb(34 63 87/var(--tw-bg-opacity,1))}.enabled\\:shadow:enabled{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.enabled\\:hover\\:rotate-\\[135deg\\]:hover:enabled{--tw-rotate:135deg}.enabled\\:hover\\:rotate-\\[135deg\\]:hover:enabled,.enabled\\:hover\\:scale-110:hover:enabled{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.enabled\\:hover\\:scale-110:hover:enabled{--tw-scale-x:1.1;--tw-scale-y:1.1}.enabled\\:hover\\:scale-\\[150\\%\\]:hover:enabled{--tw-scale-x:150%;--tw-scale-y:150%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.enabled\\:hover\\:border-\\[\\#27ae5fc1\\]:hover:enabled{border-color:#27ae5fc1}.enabled\\:hover\\:bg-\\[\\#32b267c7\\]:hover:enabled{background-color:#32b267c7}.enabled\\:hover\\:bg-red-200:hover:enabled{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.enabled\\:hover\\:text-red-400:hover:enabled{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.disabled\\:opacity-50:disabled{opacity:.5}.peer:checked~.peer-checked\\:border-\\[\\#ff9100\\]{--tw-border-opacity:1;border-color:rgb(255 145 0/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\\:bg-\\[\\#ff9100\\]{--tw-bg-opacity:1;background-color:rgb(255 145 0/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.md\\:flex-row{flex-direction:row}}.\\[\\&_circle\\]\\:fill-white circle{fill:#fff}.\\[\\&_div\\]\\:min-w-\\[200px\\] div{min-width:200px}';export{o as flexible_container}
|